|
|
|
@ -1,3 +1,13 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## 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 24
|
|
|
|
|
%bcond_without check
|
|
|
|
|
%global debug_package %{nil}
|
|
|
|
@ -216,4 +226,147 @@ use the "unstable-locales" feature of the "%{crate}" crate.
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
%autochangelog
|
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.4.31-1
|
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
* Tue Sep 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.31-1
|
|
|
|
|
- Update to version 0.4.31; Fixes RHBZ#2236287
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.27-2
|
|
|
|
|
- Skip a test that hard-codes 64-bit arch-specific type sizes
|
|
|
|
|
|
|
|
|
|
* Wed Aug 30 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.27-1
|
|
|
|
|
- Update to version 0.4.27; Fixes RHBZ#2235737
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.26-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed May 31 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.26-1
|
|
|
|
|
- Update to version 0.4.26; Fixes RHBZ#2211223
|
|
|
|
|
|
|
|
|
|
* Mon May 29 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.25-1
|
|
|
|
|
- Update to version 0.4.25; Fixes RHBZ#2210747
|
|
|
|
|
|
|
|
|
|
* Sun Mar 12 2023 Fabio Valentini <decathorpe@gmail.com> - 0.4.24-1
|
|
|
|
|
- Update to version 0.4.24; Fixes RHBZ#2177544
|
|
|
|
|
|
|
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.23-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Dec 10 2022 Fabio Valentini <decathorpe@gmail.com> - 0.4.23-1
|
|
|
|
|
- Update to version 0.4.23; Fixes RHBZ#2142264
|
|
|
|
|
|
|
|
|
|
* Fri Nov 04 2022 Fabio Valentini <decathorpe@gmail.com> - 0.4.22-2
|
|
|
|
|
- Drop unused, benchmark-only criterion dev-dependency
|
|
|
|
|
|
|
|
|
|
* Thu Aug 18 2022 Fabio Valentini <decathorpe@gmail.com> - 0.4.22-1
|
|
|
|
|
- Update to version 0.4.22; Fixes RHBZ#2116963
|
|
|
|
|
|
|
|
|
|
* Sat Aug 06 2022 Fabio Valentini <decathorpe@gmail.com> - 0.4.20-1
|
|
|
|
|
- Update to version 0.4.20; Fixes RHBZ#2115406
|
|
|
|
|
|
|
|
|
|
* Sat Jul 23 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.19-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.4.19-1
|
|
|
|
|
- Update to version 0.4.19.
|
|
|
|
|
|
|
|
|
|
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.13-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jul 10 2020 Josh Stone <jistone@redhat.com> - 0.4.13-1
|
|
|
|
|
- Update to 0.4.13
|
|
|
|
|
|
|
|
|
|
* Tue Mar 10 2020 Josh Stone <jistone@redhat.com> - 0.4.11-1
|
|
|
|
|
- Update to 0.4.11
|
|
|
|
|
|
|
|
|
|
* Tue Feb 18 16:57:46 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.10-4
|
|
|
|
|
- Fix FTBFS, take two
|
|
|
|
|
|
|
|
|
|
* Tue Feb 18 16:29:36 CET 2020 Igor Raits <ignatenkobrain@fedoraproject.org> - 0.4.10-3
|
|
|
|
|
- Fix FTBFS
|
|
|
|
|
|
|
|
|
|
* Thu Jan 30 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.10-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Dec 02 11:03:49 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.10-1
|
|
|
|
|
- Update to 0.4.10
|
|
|
|
|
|
|
|
|
|
* Fri Nov 01 14:12:37 CET 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.9-1
|
|
|
|
|
- Update to 0.4.9
|
|
|
|
|
|
|
|
|
|
* Sun Sep 01 17:08:26 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.8-1
|
|
|
|
|
- Update to 0.4.8
|
|
|
|
|
|
|
|
|
|
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.7-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 08:23:16 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.7-1
|
|
|
|
|
- Update to 0.4.7
|
|
|
|
|
|
|
|
|
|
* Fri Jun 21 20:15:18 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.6-7
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Tue Jun 11 22:50:13 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.6-6
|
|
|
|
|
- Rebuild with tests
|
|
|
|
|
|
|
|
|
|
* Sun Jun 09 21:35:37 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.6-5
|
|
|
|
|
- Regenerate
|
|
|
|
|
|
|
|
|
|
* Sun Mar 10 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.6-4
|
|
|
|
|
- Do not pull optional dependencies
|
|
|
|
|
|
|
|
|
|
* Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.6-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Oct 31 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.6-2
|
|
|
|
|
- Adapt to new packaging
|
|
|
|
|
|
|
|
|
|
* Thu Aug 30 2018 Josh Stone <jistone@redhat.com> - 0.4.6-1
|
|
|
|
|
- Update to 0.4.6
|
|
|
|
|
|
|
|
|
|
* Sun Jul 29 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.5-1
|
|
|
|
|
- Update to 0.4.5
|
|
|
|
|
|
|
|
|
|
* Sat Jul 28 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-3
|
|
|
|
|
- Rebuild to trigger tests
|
|
|
|
|
|
|
|
|
|
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jun 24 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.4-1
|
|
|
|
|
- Update to 0.4.4
|
|
|
|
|
|
|
|
|
|
* Mon Jun 11 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.3-1
|
|
|
|
|
- Update to 0.4.3
|
|
|
|
|
|
|
|
|
|
* Fri Apr 13 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.2-1
|
|
|
|
|
- Update to 0.4.2
|
|
|
|
|
|
|
|
|
|
* Wed Mar 28 2018 Josh Stone <jistone@redhat.com> - 0.4.1-1
|
|
|
|
|
- Update to 0.4.1
|
|
|
|
|
|
|
|
|
|
* Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.0-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Mon Jan 08 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-3
|
|
|
|
|
- Rebuild for rust-packaging v5
|
|
|
|
|
|
|
|
|
|
* Thu Nov 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-2
|
|
|
|
|
- Exclude unneeded files
|
|
|
|
|
|
|
|
|
|
* Mon Jun 26 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.0-1
|
|
|
|
|
- Update to 0.4.0
|
|
|
|
|
|
|
|
|
|
* Fri Jun 16 2017 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.3.1-1
|
|
|
|
|
- Initial package
|
|
|
|
|
|