import cargo2rpm-0.1.16-1.el9

i9ce changed/i9ce/cargo2rpm-0.1.16-1.el9
MSVSphere Packaging Team 4 months ago
parent e9c85f7266
commit c296dc88ca

@ -1 +1 @@
f08878c473ab47f6ac699b3d459f2cdb43c843da SOURCES/cargo2rpm-0.1.15.tar.gz
bed37e5a532a68e281ffe0bda5ef15b5d3e9dc94 SOURCES/cargo2rpm-0.1.16.tar.gz

2
.gitignore vendored

@ -1 +1 @@
SOURCES/cargo2rpm-0.1.15.tar.gz
SOURCES/cargo2rpm-0.1.16.tar.gz

@ -1,5 +1,5 @@
## START: Set by rpmautospec
## (rpmautospec version 0.3.5)
## (rpmautospec version 0.6.3)
## RPMAUTOSPEC: autorelease, autochangelog
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
release_number = 1;
@ -14,7 +14,7 @@
%endif
Name: cargo2rpm
Version: 0.1.15
Version: 0.1.16
Release: %autorelease
Summary: Translation layer between cargo and RPM
License: MIT
@ -61,6 +61,10 @@ and a Python API (which rust2rpm is built upon).
%{_bindir}/cargo2rpm
%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
- 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
- Initial import (#2169233)
## END: Generated by rpmautospec

Loading…
Cancel
Save