convert to rpmautospec

epel9
Fabio Valentini 4 years ago
parent e148673d12
commit b5b597acfc
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

@ -0,0 +1,110 @@
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 28 13:33:31 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.21-2
- Rebuild
* Thu Dec 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.21-1
- Update to version 0.3.21.
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.20-1
- Update to version 0.3.20.
- Drop "lints" and "paw" features with broken dependencies.
- Fixes RHBZ#1886429
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
- Update to version 0.3.18.
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.3.17-1
- Update to 0.3.17
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.3.15-1
- Update to 0.3.15
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 0.3.14-1
- Update to 0.3.14
* Thu Apr 09 2020 Josh Stone <jistone@redhat.com> - 0.3.13-1
- Update to 0.3.13
* Wed Mar 18 2020 Josh Stone <jistone@redhat.com> - 0.3.12-1
- Update to 0.3.12
* Mon Mar 02 09:09:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.11-1
- Update to 0.3.11
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.3.9-1
- Update to 0.3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.3.7-1
- Update to 0.3.7
* Tue Dec 17 08:14:58 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-1
- Update to 0.3.5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 27 17:18:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.18-1
- Update to 0.2.18
* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.17-1
- Update to 0.2.17
* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
- Update to 0.2.16
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-2
- Do not pull optional dependencies
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Dec 10 2018 Josh Stone <jistone@redhat.com> - 0.2.14-1
- Update to 0.2.14
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.2.12-2
- Adapt to new packaging
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.2.12-1
- Update to 0.2.12
* Fri Oct 05 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-2
- Adopt to new macro
* Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-1
- Update to 0.2.10
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.2.7-1
- Update to 0.2.7
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Initial package

@ -6,7 +6,7 @@
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.21 Version: 0.3.21
Release: 3%{?dist} Release: %autorelease
Summary: Parse command line argument by defining a struct Summary: Parse command line argument by defining a struct
# Upstream license specification: Apache-2.0 OR MIT # Upstream license specification: Apache-2.0 OR MIT
@ -157,113 +157,4 @@ which use "yaml" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.21-3 %autochangelog
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Mon Dec 28 13:33:31 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.21-2
- Rebuild
* Thu Dec 03 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.21-1
- Update to version 0.3.21.
* Mon Nov 9 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.20-1
- Update to version 0.3.20.
- Drop "lints" and "paw" features with broken dependencies.
- Fixes RHBZ#1886429
* Wed Sep 23 2020 Fabio Valentini <decathorpe@gmail.com> - 0.3.18-1
- Update to version 0.3.18.
* Wed Aug 26 2020 Josh Stone <jistone@redhat.com> - 0.3.17-1
- Update to 0.3.17
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-3
- Second attempt - Rebuilt for
https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.15-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
* Fri Jun 19 2020 Josh Stone <jistone@redhat.com> - 0.3.15-1
- Update to 0.3.15
* Thu Apr 23 2020 Josh Stone <jistone@redhat.com> - 0.3.14-1
- Update to 0.3.14
* Thu Apr 09 2020 Josh Stone <jistone@redhat.com> - 0.3.13-1
- Update to 0.3.13
* Wed Mar 18 2020 Josh Stone <jistone@redhat.com> - 0.3.12-1
- Update to 0.3.12
* Mon Mar 02 09:09:28 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.3.11-1
- Update to 0.3.11
* Mon Feb 10 2020 Josh Stone <jistone@redhat.com> - 0.3.9-1
- Update to 0.3.9
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.7-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.3.7-1
- Update to 0.3.7
* Tue Dec 17 08:14:58 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.5-1
- Update to 0.3.5
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.18-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
* Thu Jun 27 17:18:49 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.18-1
- Update to 0.2.18
* Sun Jun 02 08:59:55 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.17-1
- Update to 0.2.17
* Thu May 30 17:34:06 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.16-1
- Update to 0.2.16
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-2
- Do not pull optional dependencies
* Sat Mar 09 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.15-1
- Update to 0.2.15
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.14-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
* Mon Dec 10 2018 Josh Stone <jistone@redhat.com> - 0.2.14-1
- Update to 0.2.14
* Thu Nov 15 2018 Josh Stone <jistone@redhat.com> - 0.2.13-1
- Update to 0.2.13
* Fri Nov 09 2018 Josh Stone <jistone@redhat.com> - 0.2.12-2
- Adapt to new packaging
* Thu Oct 11 2018 Josh Stone <jistone@redhat.com> - 0.2.12-1
- Update to 0.2.12
* Fri Oct 05 2018 Josh Stone <jistone@redhat.com> - 0.2.11-1
- Update to 0.2.11
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.2.10-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
* Sat Jun 23 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-2
- Adopt to new macro
* Thu Jun 21 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.2.10-1
- Update to 0.2.10
* Wed May 02 2018 Josh Stone <jistone@redhat.com> - 0.2.8-1
- Update to 0.2.8
* Tue Apr 17 2018 Josh Stone <jistone@redhat.com> - 0.2.7-1
- Update to 0.2.7
* Thu Mar 08 2018 Josh Stone <jistone@redhat.com> - 0.2.5-1
- Update to 0.2.5
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.7-1
- Initial package

Loading…
Cancel
Save