diff --git a/SPECS/cargo2rpm.spec b/SPECS/cargo2rpm.spec index 03487a8..10d3676 100644 --- a/SPECS/cargo2rpm.spec +++ b/SPECS/cargo2rpm.spec @@ -1,5 +1,5 @@ ## START: Set by rpmautospec -## (rpmautospec version 0.3.5) +## (rpmautospec version 0.7.2) ## 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.18 Release: %autorelease Summary: Translation layer between cargo and RPM License: MIT @@ -61,6 +61,16 @@ and a Python API (which rust2rpm is built upon). %{_bindir}/cargo2rpm %changelog +## START: Generated by rpmautospec +* Thu Oct 10 2024 Fabio Valentini - 0.1.18-1 +- Update to version 0.1.18; Fixes RHBZ#2317824 + +* Sun Sep 08 2024 Fabio Valentini - 0.1.17-1 +- Update to version 0.1.17; Fixes RHBZ#2310726 + +* Fri May 24 2024 Fabio Valentini - 0.1.16-1 +- Update to version 0.1.16; Fixes RHBZ#2283015 + * Fri Dec 08 2023 Fabio Valentini - 0.1.15-1 - Update to version 0.1.15; Fixes RHBZ#2253432 @@ -107,3 +117,4 @@ and a Python API (which rust2rpm is built upon). * Mon Feb 13 2023 Fabio Valentini - 0.1.0-1 - Initial import (#2169233) +## END: Generated by rpmautospec