Compare commits

...

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

1
.gitignore vendored

@ -1 +0,0 @@
/hex-literal-0.3.4.crate

Binary file not shown.

@ -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}
@ -67,4 +77,8 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
%autochangelog
* Mon Jan 15 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 0.3.4-1
- Rebuilt for MSVSphere 9.3
* Sat Jun 03 2023 Fabio Valentini <decathorpe@gmail.com> - 0.3.4-1
- Initial import (hex-literal 0.3 compat package)

@ -1 +0,0 @@
SHA512 (hex-literal-0.3.4.crate) = b064b9b66e36890d29f414ed5cb9c066000752c218867fcf96918e089d28a851dec8c790850e5a65e4105fa66c8e954cc0a950ad77c11fbfeed490e896301966
Loading…
Cancel
Save