|
|
@ -2,7 +2,7 @@
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## (rpmautospec version 0.7.3)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 2;
|
|
|
|
release_number = 1;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
@ -15,7 +15,7 @@
|
|
|
|
%global crate jiff
|
|
|
|
%global crate jiff
|
|
|
|
|
|
|
|
|
|
|
|
Name: rust-jiff
|
|
|
|
Name: rust-jiff
|
|
|
|
Version: 0.1.23
|
|
|
|
Version: 0.1.24
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease
|
|
|
|
Summary: Date-time library that encourages you to jump into the pit of success
|
|
|
|
Summary: Date-time library that encourages you to jump into the pit of success
|
|
|
|
|
|
|
|
|
|
|
@ -225,6 +225,9 @@ tar -xzvf '%{SOURCE10}' --strip-components=1 \
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
|
|
|
* Fri Jan 17 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.24-1
|
|
|
|
|
|
|
|
- Update to 0.1.24 (close RHBZ#2338509)
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-2
|
|
|
|
* Tue Jan 14 2025 Benjamin A. Beasley <code@musicinmybrain.net> - 0.1.23-2
|
|
|
|
- Restore testing by using the GitHub archive as an additional source
|
|
|
|
- Restore testing by using the GitHub archive as an additional source
|
|
|
|
|
|
|
|
|
|
|
|