|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## (rpmautospec version 0.6.3)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 1;
|
|
|
|
release_number = 1;
|
|
|
@ -14,7 +14,7 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: cargo2rpm
|
|
|
|
Name: cargo2rpm
|
|
|
|
Version: 0.1.15
|
|
|
|
Version: 0.1.16
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Translation layer between cargo and RPM
|
|
|
|
Summary: Translation layer between cargo and RPM
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -61,6 +61,10 @@ and a Python API (which rust2rpm is built upon).
|
|
|
|
%{_bindir}/cargo2rpm
|
|
|
|
%{_bindir}/cargo2rpm
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Fri May 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
|
|
|
|
|
|
|
|
- Update to version 0.1.16; Fixes RHBZ#2283015
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Dec 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-1
|
|
|
|
* Fri Dec 08 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.15-1
|
|
|
|
- Update to version 0.1.15; Fixes RHBZ#2253432
|
|
|
|
- Update to version 0.1.15; Fixes RHBZ#2253432
|
|
|
|
|
|
|
|
|
|
|
@ -110,3 +114,4 @@ and a Python API (which rust2rpm is built upon).
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Feb 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
|
|
|
|
* Mon Feb 13 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
|
|
|
|
- Initial import (#2169233)
|
|
|
|
- Initial import (#2169233)
|
|
|
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|