Convert specfile to use rpmautospec

epel10
Jan Staněk 3 years ago
parent a30647ca9c
commit 0b9eeb6e4f
No known key found for this signature in database
GPG Key ID: 2972F2037B243B6D

@ -0,0 +1,9 @@
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Feb 11 2021 Jan Staněk <jstanek@redhat.com> - 1.0.5-2
- Mark license files
* Mon Feb 01 14:53:29 CET 2021 Jan Staněk <jstanek@redhat.com> - 1.0.5-1
- Initial package
- Manually specify provides for libc++/libstdc++ (https://pagure.io/fedora-rust/rust2rpm/pull-request/123)

@ -6,7 +6,7 @@
Name: rust-%{crate}
Version: 1.0.5
Release: 3%{?dist}
Release: %{autorelease}
Summary: Link libstdc++ or libc++ automatically or manually
# Upstream license specification: MIT OR Apache-2.0
@ -134,12 +134,4 @@ which use "nothing" feature of "%{crate}" crate.
%endif
%changelog
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Thu Feb 11 2021 Jan Staněk <jstanek@redhat.com> - 1.0.5-2
- Mark license files
* Mon Feb 01 14:53:29 CET 2021 Jan Staněk <jstanek@redhat.com> - 1.0.5-1
- Initial package
- Manually specify provides for libc++/libstdc++ (https://pagure.io/fedora-rust/rust2rpm/pull-request/123)
%{autochangelog}

Loading…
Cancel
Save