From 608a1ccd48b0540ca39047a171a1d5201b5bfba6 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 4 Aug 2021 22:19:48 +0200 Subject: [PATCH] convert to rpmautospec --- changelog | 40 ++++++++++++++++++++++++++++++++++++++++ rust-git-delta.spec | 43 ++----------------------------------------- 2 files changed, 42 insertions(+), 41 deletions(-) create mode 100644 changelog diff --git a/changelog b/changelog new file mode 100644 index 0000000..8396390 --- /dev/null +++ b/changelog @@ -0,0 +1,40 @@ +* Tue Jul 27 2021 Fedora Release Engineering - 0.8.0-2 +- Second attempt - Rebuilt for + https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + +* Sun May 30 2021 Fabio Valentini - 0.8.0-1 +- Update to version 0.8.0. +- Fixes RHBZ#1944442 + +* Fri Feb 05 17:25:00 CET 2021 Stefano Figura - 0.6.0-1 +- Update to 0.6.0 (Fixes: RHBZ#1925552) + +* Wed Jan 27 2021 Fedora Release Engineering - 0.5.1-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Sun Jan 10 18:29:33 CET 2021 Igor Raits - 0.5.1-1 +- Update to 0.5.1 (Fixes: RHBZ#1911749) + +* Tue Dec 29 17:00:21 CET 2020 Igor Raits - 0.4.5-1 +- Update to 0.4.5 (Fixes: RHBZ#1910300) + +* Tue Dec 29 14:21:55 CET 2020 Igor Raits - 0.4.4-2 +- Rebuild against libgit2 1.1.x + +* Sun Nov 29 20:54:00 CEST 2020 Stefano Figura - 0.4.4-1 +- Update to 0.4.4 + +* Thu Aug 27 16:43:44 CEST 2020 Igor Raits - 0.4.1-1 +- Update to 0.4.1 + +* Sun Aug 16 15:01:28 GMT 2020 Igor Raits - 0.1.1-4 +- Rebuild + +* Wed Jul 29 2020 Fedora Release Engineering - 0.1.1-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Sat May 30 08:01:45 CEST 2020 Igor Raits - 0.1.1-2 +- Update shell-words to 1 + +* Sat May 02 10:50:26 CEST 2020 Igor Raits - 0.1.1-1 +- Initial package diff --git a/rust-git-delta.spec b/rust-git-delta.spec index ee7cff6..1b782f6 100644 --- a/rust-git-delta.spec +++ b/rust-git-delta.spec @@ -6,7 +6,7 @@ Name: rust-%{crate} Version: 0.8.0 -Release: 2%{?dist} +Release: %autorelease Summary: Syntax-highlighting pager for git # Upstream license specification: MIT @@ -78,43 +78,4 @@ install -Dpm0644 etc/completion/completion.zsh \ %endif %changelog -* Tue Jul 27 2021 Fedora Release Engineering - 0.8.0-2 -- Second attempt - Rebuilt for - https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Sun May 30 2021 Fabio Valentini - 0.8.0-1 -- Update to version 0.8.0. -- Fixes RHBZ#1944442 - -* Fri Feb 05 17:25:00 CET 2021 Stefano Figura - 0.6.0-1 -- Update to 0.6.0 (Fixes: RHBZ#1925552) - -* Wed Jan 27 2021 Fedora Release Engineering - 0.5.1-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Sun Jan 10 18:29:33 CET 2021 Igor Raits - 0.5.1-1 -- Update to 0.5.1 (Fixes: RHBZ#1911749) - -* Tue Dec 29 17:00:21 CET 2020 Igor Raits - 0.4.5-1 -- Update to 0.4.5 (Fixes: RHBZ#1910300) - -* Tue Dec 29 14:21:55 CET 2020 Igor Raits - 0.4.4-2 -- Rebuild against libgit2 1.1.x - -* Sun Nov 29 20:54:00 CEST 2020 Stefano Figura - 0.4.4-1 -- Update to 0.4.4 - -* Thu Aug 27 16:43:44 CEST 2020 Igor Raits - 0.4.1-1 -- Update to 0.4.1 - -* Sun Aug 16 15:01:28 GMT 2020 Igor Raits - 0.1.1-4 -- Rebuild - -* Wed Jul 29 2020 Fedora Release Engineering - 0.1.1-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Sat May 30 08:01:45 CEST 2020 Igor Raits - 0.1.1-2 -- Update shell-words to 1 - -* Sat May 02 10:50:26 CEST 2020 Igor Raits - 0.1.1-1 -- Initial package +%autochangelog