|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 1;
|
|
|
|
|
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 26
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -128,4 +138,44 @@ use the "unstable" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.5.1-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sat Nov 16 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.5.1-1
|
|
|
|
|
- Update to version 0.5.1; Fixes RHBZ#2324311
|
|
|
|
|
|
|
|
|
|
* Sun Sep 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.4.9-5
|
|
|
|
|
- Use hashbrown 0.14 instead of 0.13
|
|
|
|
|
|
|
|
|
|
* Fri Jul 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.9-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.9-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.9-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jul 02 2023 blinxen <h-k-81@hotmail.com> - 0.4.9-1
|
|
|
|
|
- Update to version 0.4.9 (rhbz#2219129)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 blinxen <h-k-81@hotmail.com> - 0.4.8-1
|
|
|
|
|
- Update to version 0.4.8
|
|
|
|
|
|
|
|
|
|
* Sun Mar 05 2023 blinxen <h-k-81@hotmail.com> - 0.4.7-2
|
|
|
|
|
- [skip changelog] Import new source
|
|
|
|
|
|
|
|
|
|
* Sat Mar 04 2023 blinxen <h-k-81@hotmail.com> - 0.4.7-1
|
|
|
|
|
- Update to 0.4.7
|
|
|
|
|
|
|
|
|
|
* Tue Feb 07 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.6-5
|
|
|
|
|
- Disable tests with in cargo test arguments instead of using a patch
|
|
|
|
|
|
|
|
|
|
* Mon Feb 06 2023 blinxen <h-k-81@hotmail.com> - 0.4.6-4
|
|
|
|
|
- [skip changelog] Don't use macro in name and url tag This makes it easier
|
|
|
|
|
to build scripts which help with maintaining this package
|
|
|
|
|
|
|
|
|
|
* Fri Feb 03 2023 blinxen <h-k-81@hotmail.com> - 0.4.6-3
|
|
|
|
|
- Remove not needed changelog file
|
|
|
|
|
## END: Generated by rpmautospec
|