Update changelog
This commit is contained in:
parent
ddca32a934
commit
a3caee55c6
1 changed files with 4 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ Version: 4.11.0
|
|||
%global minorver %(foo=%{version}; a=(${foo//./ }); echo ${a[1]} )
|
||||
%global padding %(digits=00; num=%{minorver}; echo ${digits:${#num}:${#digits}} )
|
||||
%global abiver %(echo %{majorver}%{padding}%{minorver} )
|
||||
Release: 12%{?dist}
|
||||
Release: 13%{?dist}
|
||||
Summary: Collection of algorithms for computer vision
|
||||
# This is normal three clause BSD.
|
||||
License: BSD-3-Clause AND Apache-2.0 AND ISC
|
||||
|
|
@ -615,6 +615,9 @@ ln -s -r %{buildroot}%{_jnidir}/opencv-%{javaver}.jar %{buildroot}%{_jnidir}/ope
|
|||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 16 2025 Nicolas Chauvet <kwizart@gmail.com> - 4.11.0-13
|
||||
- Use pyprojectize - thanks Miro !
|
||||
|
||||
* Tue Sep 30 2025 Nicolas Chauvet <kwizart@gmail.com> - 4.11.0-12
|
||||
- Drop retired openni-primesense in fedora >= 44
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue