Compare commits

...

No commits in common. 'epel9' and 'i9ce' have entirely different histories.
epel9 ... i9ce

2
.gitignore vendored

@ -1 +1 @@
/gix-macros-0.1.0.crate
SOURCES/gix-macros-0.1.0.crate

@ -0,0 +1 @@
c706480626529c5f0dabb3f97fe480aa061b641d SOURCES/gix-macros-0.1.0.crate

@ -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
# Generated by rust2rpm 24
%bcond_without check
%global debug_package %{nil}
@ -66,4 +76,8 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.1.0-1
- Rebuilt for MSVSphere 9.3
* Wed Sep 27 2023 blinxen <h-k-81@hotmail.com> - 0.1.0-1
- Initial package (rhbz#2241045)

@ -1 +0,0 @@
SHA512 (gix-macros-0.1.0.crate) = 537991837a7b515ff1bbb252d0e11895a2ee1c2b3e7ab644a2f8d8ce22cc5349316589d86f8575a9792c1be99a4c6cc3889002ea0cc515eb61eb8bdcab16cd22
Loading…
Cancel
Save