From 904b12931c04568da40b77c9c6fdf6dfc56b9dfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Sun, 21 Nov 2021 04:33:19 +0100 Subject: [PATCH] Convert to rpmautospec --- changelog | 53 ++++++++++++++++++++++++++++++++++++++++++++++ rust-rav1e.spec | 56 ++----------------------------------------------- 2 files changed, 55 insertions(+), 54 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..c0c3cce --- /dev/null +++ b/changelog @@ -0,0 +1,53 @@ +* Sat Aug 07 2021 Fabio Valentini - 0.4.1-4 +- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810 + +* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sat Jul 10 12:15:47 CEST 2021 Robert-André Mauchin - 0.4.1-2 +- Add patch to fix https://github.com/xiph/rav1e/issues/2662 + +* Wed Apr 7 17:07:05 CEST 2021 Robert-André Mauchin - 0.4.1-1 +- Update to 0.4.1 +- Close: rhbz#1915864 + +* Mon Mar 29 16:18:27 CEST 2021 Robert-André Mauchin - 0.4.0-1 +- Update to 0.4.0 +- Close: rhbz#1915864 + +* Wed Jan 27 2021 Fedora Release Engineering - 0.4.0~alpha-0.3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Mon Dec 28 13:32:03 CET 2020 Igor Raits - 0.4.0~alpha-0.2 +- Rebuild + +* Wed Dec 09 15:17:53 CET 2020 Robert-André Mauchin - 0.4.0~alpha-0.1 +- Update to 0.4.0~alpha + +* Sun Dec 06 04:37:40 CET 2020 Robert-André Mauchin - 0.3.4-3 +- Rebuild with new cargo-c to fix pkgconfig includedir +- Fix: rhbz#1902211 + +* Tue Oct 20 2020 Fabio Valentini - 0.3.4-2 +- Temporarily skip some broken tests on aarch64. + +* Tue Oct 20 2020 Fabio Valentini - 0.3.4-1 +- Update to version 0.3.4. + +* Wed Aug 26 2020 Josh Stone - 0.3.3-3 +- Bump paste to 1.0 + +* Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Thu Jun 11 2020 Josh Stone - 0.3.3-1 +- Update to 0.3.3 + +* Mon Mar 09 17:45:25 CET 2020 Robert-André Mauchin - 0.3.1-2 +- Fix pkgconfig prefix path + +* Thu Feb 20 21:15:47 CET 2020 Igor Raits - 0.3.1-1 +- Update to 0.3.1 + +* Tue Feb 11 01:28:07 CET 2020 Robert-André Mauchin - 0.3.0-1 +- Initial package diff --git a/rust-rav1e.spec b/rust-rav1e.spec index 92e7708..15f2a39 100644 --- a/rust-rav1e.spec +++ b/rust-rav1e.spec @@ -17,7 +17,7 @@ Name: rust-%{crate} Version: 0.4.1 -Release: 4%{?dist} +Release: %autorelease Summary: Fastest and safest AV1 encoder # Upstream license specification: BSD-2-Clause @@ -601,56 +601,4 @@ rm -v %{buildroot}%{_libdir}/librav1e.a %endif %changelog -* Sat Aug 07 2021 Fabio Valentini - 0.4.1-4 -- Rebuild with crossbeam-deque 0.8.1 / 0.7.4 for CVE-2021-32810 - -* Fri Jul 23 2021 Fedora Release Engineering - 0.4.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sat Jul 10 12:15:47 CEST 2021 Robert-André Mauchin - 0.4.1-2 -- Add patch to fix https://github.com/xiph/rav1e/issues/2662 - -* Wed Apr 7 17:07:05 CEST 2021 Robert-André Mauchin - 0.4.1-1 -- Update to 0.4.1 -- Close: rhbz#1915864 - -* Mon Mar 29 16:18:27 CEST 2021 Robert-André Mauchin - 0.4.0-1 -- Update to 0.4.0 -- Close: rhbz#1915864 - -* Wed Jan 27 2021 Fedora Release Engineering - 0.4.0~alpha-0.3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Mon Dec 28 13:32:03 CET 2020 Igor Raits - 0.4.0~alpha-0.2 -- Rebuild - -* Wed Dec 09 15:17:53 CET 2020 Robert-André Mauchin - 0.4.0~alpha-0.1 -- Update to 0.4.0~alpha - -* Sun Dec 06 04:37:40 CET 2020 Robert-André Mauchin - 0.3.4-3 -- Rebuild with new cargo-c to fix pkgconfig includedir -- Fix: rhbz#1902211 - -* Tue Oct 20 2020 Fabio Valentini - 0.3.4-2 -- Temporarily skip some broken tests on aarch64. - -* Tue Oct 20 2020 Fabio Valentini - 0.3.4-1 -- Update to version 0.3.4. - -* Wed Aug 26 2020 Josh Stone - 0.3.3-3 -- Bump paste to 1.0 - -* Wed Jul 29 2020 Fedora Release Engineering - 0.3.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jun 11 2020 Josh Stone - 0.3.3-1 -- Update to 0.3.3 - -* Mon Mar 09 17:45:25 CET 2020 Robert-André Mauchin - 0.3.1-2 -- Fix pkgconfig prefix path - -* Thu Feb 20 21:15:47 CET 2020 Igor Raits - 0.3.1-1 -- Update to 0.3.1 - -* Tue Feb 11 01:28:07 CET 2020 Robert-André Mauchin - 0.3.0-1 -- Initial package +%autochangelog