Browse Source

update version 0.1.18

Signed-off-by: Toshaan Bharvani <toshaan@powerel.org>
master
Toshaan Bharvani 1 month ago
parent
commit
f7da19b3bc
  1. 15
      SPECS/cargo2rpm.spec

15
SPECS/cargo2rpm.spec

@ -1,5 +1,5 @@ @@ -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 @@ @@ -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). @@ -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 <decathorpe@gmail.com> - 0.1.18-1
- Update to version 0.1.18; Fixes RHBZ#2317824

* 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
- 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

@ -107,3 +117,4 @@ and a Python API (which rust2rpm is built upon). @@ -107,3 +117,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