|
|
|
@ -1,13 +1,3 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
# Generated by rust2rpm 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
|
|
|
|
@ -99,49 +89,4 @@ install -Dpm 0644 target/release/build/%{crate}-*/out/_sq-keyring-linter \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.0.1-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Thu May 18 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-2
|
|
|
|
|
- Rebuild for sequoia-openpgp v1.16
|
|
|
|
|
|
|
|
|
|
* Sat May 06 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.1-1
|
|
|
|
|
- Update to version 1.0.1; Fixes RHBZ#2168872
|
|
|
|
|
|
|
|
|
|
* Fri Mar 24 2023 Davide Cavalca <dcavalca@fedoraproject.org> - 1.0.0-4
|
|
|
|
|
- Fix EPEL 9 build
|
|
|
|
|
|
|
|
|
|
* Sun Feb 05 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-3
|
|
|
|
|
- Rebuild for fixed frame pointer compiler flags in Rust RPM macros
|
|
|
|
|
|
|
|
|
|
* Sat Jan 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 11 2023 Fabio Valentini <decathorpe@gmail.com> - 1.0.0-1
|
|
|
|
|
- Update to version 1.0.0; Fixes RHBZ#2138837
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-9
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Mar 16 2022 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-8
|
|
|
|
|
- Rebuild with sequoia-openpgp 1.8.0
|
|
|
|
|
|
|
|
|
|
* Tue Feb 15 2022 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.5.0-7
|
|
|
|
|
- Rebuild with package notes
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-6
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Nov 14 2021 Robert-André Mauchin <zebob.m@gmail.com> - 0.5.0-5
|
|
|
|
|
- Bump assert_cmd to 2.0.0
|
|
|
|
|
|
|
|
|
|
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.5.0-3
|
|
|
|
|
- Second attempt - Rebuilt for
|
|
|
|
|
https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Apr 13 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-2
|
|
|
|
|
- Temporarily ignore integer overflow in test suite on 32-bit architectures.
|
|
|
|
|
|
|
|
|
|
* Thu Apr 08 2021 Fabio Valentini <decathorpe@gmail.com> - 0.5.0-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
%autochangelog
|