Compare commits

...
Sign in to create a new pull request.

13 commits

Author SHA1 Message Date
Python Maint
1541b002cf Rebuilt for Python 3.15.0b4 ABI change 2026-07-22 10:11:34 +02:00
Fedora Release Engineering
11d34df738 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 08:28:48 +00:00
Python Maint
da098906cd Rebuilt for Python 3.15 2026-06-04 23:26:05 +02:00
Richard Shaw
4c7a8973e4 Rebuild for OpenColorIO 2.5.2. 2026-05-31 14:27:57 -05:00
Richard Shaw
486d632150 Rebuild for OpenColorIO 2.5.2. 2026-05-31 14:27:37 -05:00
Richard Shaw
5290d7a928 Rebuild for OpenEXR 3.4.12. 2026-05-25 08:42:44 -05:00
Orion Poplawski
d2a7b915c0 Rebuild for hdf5 2.1 2026-04-16 19:30:39 -06:00
Fedora Release Engineering
9045c597ed Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 19:54:12 +00:00
c51870c5f8 Rebuilt for Boost 1.90 2026-01-12 18:30:40 +00:00
Python Maint
02981d87cd Rebuilt for Python 3.14.0rc3 bytecode 2025-09-19 15:02:15 +02:00
Python Maint
088b6e91b7 Rebuilt for Python 3.14.0rc2 bytecode 2025-08-15 15:22:00 +02:00
Fedora Release Engineering
966f1b55f1 Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:04:53 +00:00
Python Maint
ea38e6114a Rebuilt for Python 3.14 2025-06-04 00:51:30 +02:00

View file

@ -1,7 +1,7 @@
Summary: Generic Programming for Computer Vision
Name: vigra
Version: 1.12.1
Release: 1%{?dist}
Release: 13%{?dist}
License: MIT
# The "Lenna" files are non-free, we need to remove them from the source tarball.
# wget https://github.com/ukoethe/vigra/archive/refs/tags/Version-1-12-1.tar.gz
@ -145,6 +145,42 @@ install -p -m755 -D %{SOURCE1} %{buildroot}%{_bindir}/vigra-config
%endif
%changelog
* Wed Jul 22 2026 Python Maint <python-maint@redhat.com> - 1.12.1-13
- Rebuilt for Python 3.15.0b4 ABI change
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-12
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
* Thu Jun 04 2026 Python Maint <python-maint@redhat.com> - 1.12.1-11
- Rebuilt for Python 3.15
* Sun May 31 2026 Richard Shaw <hobbes1069@gmail.com> - 1.12.1-10
- Rebuild for OpenColorIO 2.5.2.
* Mon May 25 2026 Richard Shaw <hobbes1069@gmail.com> - 1.12.1-9
- Rebuild for OpenEXR 3.4.12.
* Fri Apr 17 2026 Orion Poplawski <orion@nwra.com> - 1.12.1-8
- Rebuild for hdf5 2.1
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
* Mon Jan 12 2026 Jonathan Wakely <jwakely@fedoraproject.org> - 1.12.1-6
- Rebuilt for Boost 1.90
* Fri Sep 19 2025 Python Maint <python-maint@redhat.com> - 1.12.1-5
- Rebuilt for Python 3.14.0rc3 bytecode
* Fri Aug 15 2025 Python Maint <python-maint@redhat.com> - 1.12.1-4
- Rebuilt for Python 3.14.0rc2 bytecode
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.12.1-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Tue Jun 03 2025 Python Maint <python-maint@redhat.com> - 1.12.1-2
- Rebuilt for Python 3.14
* Wed Jan 08 2025 Bruno Postle <bruno@postle.net> - 1.12.1-1
- Upstream release
- build with -Wno-template-body for gcc15 breakage bug #2341506