|
|
@ -1,3 +1,13 @@
|
|
|
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
|
|
|
release_number = 1;
|
|
|
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
|
|
|
|
## END: Set by rpmautospec
|
|
|
|
|
|
|
|
|
|
|
|
Name: python-hatchling
|
|
|
|
Name: python-hatchling
|
|
|
|
Version: 1.18.0
|
|
|
|
Version: 1.18.0
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
@ -74,4 +84,29 @@ install -t '%{buildroot}%{_mandir}/man1' -D -p -m 0644 \
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
%autochangelog
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.18.0-1
|
|
|
|
|
|
|
|
- Update to 1.18.0 (close RHBZ#2214286)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.1-1
|
|
|
|
|
|
|
|
- Update to 1.17.1 (close RHBZ#2212081)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.17.0-1
|
|
|
|
|
|
|
|
- Update to 1.17.0 (close RHBZ#2203351)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.16.1-1
|
|
|
|
|
|
|
|
- Update to 1.16.1 (close RHBZ#2203227)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.16.0-1
|
|
|
|
|
|
|
|
- Update to 1.16 (close RHBZ#2196940)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.15.0-1
|
|
|
|
|
|
|
|
- Update to 1.15.0 (close RHBZ#2196648)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.1-1
|
|
|
|
|
|
|
|
- Update to 1.14.1 (close RHBZ#2188977)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 27 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.14.0-1
|
|
|
|
|
|
|
|
- Update to 1.14.0 (close RHBZ#21838751)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Benjamin A. Beasley <code@musicinmybrain.net> - 1.13.0-2
|
|
|
|
|
|
|
|
- RPMAUTOSPEC: unresolvable merge
|
|
|
|