|
|
@ -1,5 +1,5 @@
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
## (rpmautospec version 0.6.3)
|
|
|
|
## (rpmautospec version 0.7.1)
|
|
|
|
## 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.16
|
|
|
|
Version: 0.1.17
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Translation layer between cargo and RPM
|
|
|
|
Summary: Translation layer between cargo and RPM
|
|
|
|
License: MIT
|
|
|
|
License: MIT
|
|
|
@ -62,6 +62,9 @@ and a Python API (which rust2rpm is built upon).
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Sun Sep 08 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.17-1
|
|
|
|
|
|
|
|
- Update to version 0.1.17; Fixes RHBZ#2310726
|
|
|
|
|
|
|
|
|
|
|
|
* Fri May 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
|
|
|
|
* Fri May 24 2024 Fabio Valentini <decathorpe@gmail.com> - 0.1.16-1
|
|
|
|
- Update to version 0.1.16; Fixes RHBZ#2283015
|
|
|
|
- Update to version 0.1.16; Fixes RHBZ#2283015
|
|
|
|
|
|
|
|
|
|
|
|