|
|
|
@ -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
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -210,4 +220,73 @@ tar -xzvf '%{SOURCE10}' --strip-components=1 \
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Sun Feb 02 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.29-1
|
|
|
|
|
- Update to 0.1.29 (close RHBZ#2343413)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 28 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.28-1
|
|
|
|
|
- Update to 0.1.28 (close RHBZ#2342297)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 26 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.27-1
|
|
|
|
|
- Update to 0.1.27 (close RHBZ#2339346)
|
|
|
|
|
|
|
|
|
|
* Fri Jan 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.24-1
|
|
|
|
|
- Update to 0.1.24 (close RHBZ#2338509)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-2
|
|
|
|
|
- Restore testing by using the GitHub archive as an additional source
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-1
|
|
|
|
|
- Update to 0.1.23 (close RHBZ#2337484)
|
|
|
|
|
|
|
|
|
|
* Sun Jan 05 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.21-1
|
|
|
|
|
- Update to 0.1.21 (close RHBZ#2335585)
|
|
|
|
|
|
|
|
|
|
* Sat Jan 04 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.20-1
|
|
|
|
|
- Update to 0.1.20 (close RHBZ#2335533)
|
|
|
|
|
|
|
|
|
|
* Thu Jan 02 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.19-1
|
|
|
|
|
- Update to 0.1.19 (close RHBZ#2335313)
|
|
|
|
|
|
|
|
|
|
* Wed Jan 01 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.18-1
|
|
|
|
|
- Update to 0.1.18 (close RHBZ#2335119)
|
|
|
|
|
|
|
|
|
|
* Tue Dec 31 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.17-1
|
|
|
|
|
- Update to 0.1.17 (close RHBZ#2335070)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 27 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.16-1
|
|
|
|
|
- Update to 0.1.16 (close RHBZ#2334259)
|
|
|
|
|
|
|
|
|
|
* Fri Dec 20 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 0.1.15-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Dec 09 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.15-3
|
|
|
|
|
- Add upstream link for chrono-tz patch
|
|
|
|
|
|
|
|
|
|
* Sun Dec 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-2
|
|
|
|
|
- Relax chrono-tz dependency to allow building with 0.9 and 0.10
|
|
|
|
|
|
|
|
|
|
* Sat Nov 30 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.15-1
|
|
|
|
|
- Update to 0.1.15 (close RHBZ#2329631)
|
|
|
|
|
|
|
|
|
|
* Mon Nov 11 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.14-1
|
|
|
|
|
- Update to 0.1.14 (close RHBZ#2323154)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 19 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.13-2
|
|
|
|
|
- On EPEL9, disable doctests that require a newer Rust compiler
|
|
|
|
|
|
|
|
|
|
* Sun Sep 08 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.13-1
|
|
|
|
|
- Update to 0.1.13 (close RHBZ#2310620)
|
|
|
|
|
|
|
|
|
|
* Mon Sep 02 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.12-1
|
|
|
|
|
- Update to 0.1.12 (close RHBZ#2309076)
|
|
|
|
|
|
|
|
|
|
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.10-1
|
|
|
|
|
- Update to 0.1.10
|
|
|
|
|
|
|
|
|
|
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.8-3
|
|
|
|
|
- Stop allowing chrono-tz 0.8, since we have 0.9
|
|
|
|
|
|
|
|
|
|
* Sat Aug 24 2024 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.8-1
|
|
|
|
|
- Initial package (close RHBZ#2307325)
|
|
|
|
|
## END: Generated by rpmautospec
|