|
|
|
@ -1,14 +1,14 @@
@@ -1,14 +1,14 @@
|
|
|
|
|
## START: Set by rpmautospec |
|
|
|
|
## (rpmautospec version 0.3.0) |
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua: |
|
|
|
|
## (rpmautospec version 0.2.6) |
|
|
|
|
%define autorelease(e:s:pb:) %{?-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}} |
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{?dist} |
|
|
|
|
## END: Set by rpmautospec |
|
|
|
|
|
|
|
|
|
Name: python-hatchling |
|
|
|
|
Version: 1.10.0 |
|
|
|
|
Version: 1.9.0 |
|
|
|
|
Release: %autorelease |
|
|
|
|
Summary: The build backend used by Hatch |
|
|
|
|
|
|
|
|
@ -71,9 +71,6 @@ install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'
@@ -71,9 +71,6 @@ install -t '%{buildroot}/%{_mandir}/man1' -D -p -m 0644 '%{SOURCE1}'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog |
|
|
|
|
* Mon Sep 19 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.10.0-1 |
|
|
|
|
- Update to 1.10.0 (close RHBZ#2127792) |
|
|
|
|
|
|
|
|
|
* Sat Sep 10 2022 Benjamin A. Beasley <code@musicinmybrain.net> 1.9.0-1 |
|
|
|
|
- Update to 1.9.0 (close RHBZ#2125746) |
|
|
|
|
- Use new “prepare_metadata_…” hooks for BuildRequires |
|
|
|
|