From f2aa49d32b6653ce6e532c4f3210e057dd41d3f2 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sat, 4 Sep 2021 18:25:29 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 78 +++++++++++++++++++++++++++++++++++++++++++ rust-clang-sys.spec | 81 ++------------------------------------------- 2 files changed, 80 insertions(+), 79 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..8d138c8 --- /dev/null +++ b/changelog @@ -0,0 +1,78 @@ +* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 02 2021 Fabio Valentini - 1.2.0-1 +- Update to version 1.2.0. +- Fixes RHBZ#1947247 + +* Wed Mar 03 2021 Fabio Valentini - 1.1.1-1 +- Update to version 1.1.1. + +* Wed Feb 10 2021 Fabio Valentini - 1.1.0-1 +- Update to version 1.1.0. + +* Wed Jan 27 2021 Fedora Release Engineering - 1.0.3-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Fri Nov 27 2020 Fabio Valentini - 1.0.3-1 +- Update to version 1.0.3. + +* Wed Jul 29 2020 Fedora Release Engineering - 0.29.3-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Fri May 29 2020 Josh Stone - 0.29.3-2 +- Bump to libloading 0.6 + +* Wed Apr 01 2020 Josh Stone - 0.29.3-1 +- Update to 0.29.3 + +* Wed Mar 11 2020 Josh Stone - 0.29.2-2 +- Rebuild + +* Tue Mar 10 2020 Josh Stone - 0.29.2-1 +- Update to 0.29.2 + +* Fri Mar 06 2020 Josh Stone - 0.29.1-1 +- Update to 0.29.1 + +* Thu Mar 05 2020 Josh Stone - 0.29.0-1 +- Update to 0.29.0 + +* Thu Jan 30 2020 Fedora Release Engineering - 0.28.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Sat Nov 23 2019 Josh Stone - 0.28.1-1 +- Update to 0.28.1 + +* Fri Jul 26 2019 Fedora Release Engineering - 0.28.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Tue May 07 14:21:57 CEST 2019 Igor Gnatenko - 0.28.0-2 +- Update glob to 0.3 + +* Sat Mar 16 2019 Robert-André Mauchin - 0.28.0-1 +- Update to 0.28.0 (#1678018) + +* Sat Feb 02 2019 Fedora Release Engineering - 0.27.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Tue Jan 22 2019 Josh Stone - 0.27.0-1 +- Update to 0.27.0 + +* Mon Jan 07 2019 Josh Stone - 0.26.4-1 +- Update to 0.26.4 + +* Wed Nov 14 2018 Josh Stone - 0.26.3-1 +- Update to 0.26.3 + +* Sun Nov 04 2018 Igor Gnatenko - 0.26.2-1 +- Update to 0.26.2 + +* Thu Oct 11 2018 Josh Stone - 0.26.1-1 +- Update to 0.26.1 + +* Mon Oct 08 2018 Josh Stone - 0.26.0-1 +- Update to 0.26.0 + +* Thu Oct 04 2018 Igor Gnatenko - 0.24.0-1 +- Initial package diff --git a/rust-clang-sys.spec b/rust-clang-sys.spec index 5799354..2a58598 100644 --- a/rust-clang-sys.spec +++ b/rust-clang-sys.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 1.2.0 -Release: 2%{?dist} +Release: %autorelease Summary: Rust bindings for libclang # Upstream license specification: Apache-2.0 @@ -281,81 +281,4 @@ echo 'clang-devel >= 3.5' %endif %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.2.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 02 2021 Fabio Valentini - 1.2.0-1 -- Update to version 1.2.0. -- Fixes RHBZ#1947247 - -* Wed Mar 03 2021 Fabio Valentini - 1.1.1-1 -- Update to version 1.1.1. - -* Wed Feb 10 2021 Fabio Valentini - 1.1.0-1 -- Update to version 1.1.0. - -* Wed Jan 27 2021 Fedora Release Engineering - 1.0.3-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Fri Nov 27 2020 Fabio Valentini - 1.0.3-1 -- Update to version 1.0.3. - -* Wed Jul 29 2020 Fedora Release Engineering - 0.29.3-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Fri May 29 2020 Josh Stone - 0.29.3-2 -- Bump to libloading 0.6 - -* Wed Apr 01 2020 Josh Stone - 0.29.3-1 -- Update to 0.29.3 - -* Wed Mar 11 2020 Josh Stone - 0.29.2-2 -- Rebuild - -* Tue Mar 10 2020 Josh Stone - 0.29.2-1 -- Update to 0.29.2 - -* Fri Mar 06 2020 Josh Stone - 0.29.1-1 -- Update to 0.29.1 - -* Thu Mar 05 2020 Josh Stone - 0.29.0-1 -- Update to 0.29.0 - -* Thu Jan 30 2020 Fedora Release Engineering - 0.28.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Sat Nov 23 2019 Josh Stone - 0.28.1-1 -- Update to 0.28.1 - -* Fri Jul 26 2019 Fedora Release Engineering - 0.28.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue May 07 14:21:57 CEST 2019 Igor Gnatenko - 0.28.0-2 -- Update glob to 0.3 - -* Sat Mar 16 2019 Robert-André Mauchin - 0.28.0-1 -- Update to 0.28.0 (#1678018) - -* Sat Feb 02 2019 Fedora Release Engineering - 0.27.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Tue Jan 22 2019 Josh Stone - 0.27.0-1 -- Update to 0.27.0 - -* Mon Jan 07 2019 Josh Stone - 0.26.4-1 -- Update to 0.26.4 - -* Wed Nov 14 2018 Josh Stone - 0.26.3-1 -- Update to 0.26.3 - -* Sun Nov 04 2018 Igor Gnatenko - 0.26.2-1 -- Update to 0.26.2 - -* Thu Oct 11 2018 Josh Stone - 0.26.1-1 -- Update to 0.26.1 - -* Mon Oct 08 2018 Josh Stone - 0.26.0-1 -- Update to 0.26.0 - -* Thu Oct 04 2018 Igor Gnatenko - 0.24.0-1 -- Initial package +%autochangelog