|
|
|
@ -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 27
|
|
|
|
|
%bcond check 1
|
|
|
|
|
|
|
|
|
@ -207,4 +217,42 @@ install -t "${mandest}" -D -p -m 0644 "${mansrc}"
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 9.1.3-1
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sat Nov 30 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.1.3-1
|
|
|
|
|
- Update to 9.1.3 (close RHBZ#2329572)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 22 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.1.2-3
|
|
|
|
|
- Re-enable features that require rust-image 0.25
|
|
|
|
|
|
|
|
|
|
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 9.1.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jul 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.1.2-1
|
|
|
|
|
- Update to 9.1.2 (close RHBZ#2297884)
|
|
|
|
|
|
|
|
|
|
* Thu May 23 2024 Fabio Valentini <decathorpe@gmail.com> - 9.1.1-3
|
|
|
|
|
- Rebuild with Rust 1.78 to fix incomplete debuginfo and backtraces
|
|
|
|
|
|
|
|
|
|
* Fri Apr 26 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.1.1-2
|
|
|
|
|
- Hide the image and sanity-checks crate features
|
|
|
|
|
|
|
|
|
|
* Wed Apr 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.1.1-1
|
|
|
|
|
- Update to 9.1.1 (close RHBZ#2276572)
|
|
|
|
|
- Replace downstream man page with upstream generated man page
|
|
|
|
|
|
|
|
|
|
* Sat Mar 16 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.0.0-4
|
|
|
|
|
- Add a man page
|
|
|
|
|
|
|
|
|
|
* Fri Mar 15 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.0.0-3
|
|
|
|
|
- Use rust2rpm 26 features to simplify packaging
|
|
|
|
|
|
|
|
|
|
* Sat Feb 17 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 9.0.0-1
|
|
|
|
|
- Unretire and update to 9.0.0 (close RHBZ#2259760)
|
|
|
|
|
|
|
|
|
|
* Mon May 31 2021 Rémi Lauzier <remilauzier@protonmail.com> - 4.0.3-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|