|
|
@ -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 = 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 25
|
|
|
|
# Generated by rust2rpm 25
|
|
|
|
# * files required for compiling tests are not included in published crates
|
|
|
|
# * files required for compiling tests are not included in published crates
|
|
|
|
%bcond_with check
|
|
|
|
%bcond_with check
|
|
|
@ -76,23 +66,4 @@ use the "default" feature of the "%{crate}" crate.
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.1-1
|
|
|
|
%autochangelog
|
|
|
|
- Rebuilt for MSVSphere 9.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Dec 19 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.1-1
|
|
|
|
|
|
|
|
- Update to version 0.3.1; Fixes RHBZ#2253187
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Nov 06 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.2-1
|
|
|
|
|
|
|
|
- Update to version 0.1.2; Fixes RHBZ#2248420
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.1-1
|
|
|
|
|
|
|
|
- Update to version 0.1.1; Fixes RHBZ#2247711
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Nov 02 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-3
|
|
|
|
|
|
|
|
- Bump sha1collisiondetection dependency from 0.2 to 0.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.0-2
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Apr 28 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
|
|
|
|
|
|
|
|
- Initial import (#2186547)
|
|
|
|
|