Compare commits

...

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

2
.gitignore vendored

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

Binary file not shown.

@ -1,21 +1,11 @@
## 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
# Generated by rust2rpm 26
%bcond_without check
%global debug_package %{nil}
%global crate regex-test
Name: rust-regex-test
Version: 0.1.0
Version: 0.1.1
Release: %autorelease
Summary: Infrastructure for testing regexes
@ -23,7 +13,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/regex-test
Source: %{crates_source}
BuildRequires: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
Infrastructure for testing regexes. You probably don't want to use this
@ -59,7 +49,7 @@ use the "default" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires
@ -77,8 +67,4 @@ use the "default" feature of the "%{crate}" crate.
%endif
%changelog
* 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)
%autochangelog

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