Compare commits

..

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

2
.gitignore vendored

@ -1,2 +0,0 @@
/regex-test-0.1.0.crate
/regex-test-0.1.1.crate

Binary file not shown.

@ -1,11 +1,21 @@
# Generated by rust2rpm 26
## 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}
%global crate regex-test
Name: rust-regex-test
Version: 0.1.1
Version: 0.1.0
Release: %autorelease
Summary: Infrastructure for testing regexes
@ -13,7 +23,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/regex-test
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
Infrastructure for testing regexes. You probably don't want to use this
@ -49,7 +59,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
@ -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.1.0-1
- Rebuilt for MSVSphere 9.2
* Tue Jul 11 2023 Fabio Valentini <decathorpe@gmail.com> - 0.1.0-1
- Initial import (#2221224)

@ -1 +0,0 @@
SHA512 (regex-test-0.1.1.crate) = cfb2e542fee6713cba479a6276b5f8cb4746a4ca5ff29ff1fdf65275a4e08882c1c7f59314ae83ef8221b7cb70b2726bb36fb4d6a1187022949d4588666df544
Loading…
Cancel
Save