Update to version 0.1.1; Fixes RHBZ#2291085

epel10
Fabio Valentini 7 months ago
parent b31aeb8ed8
commit 5189dd4fa2
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

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

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

@ -1 +1 @@
SHA512 (regex-test-0.1.0.crate) = 9a2b1026ab39492ef1285b6a4ae525c61faf16e2296b815f2fad5184a94fd1ee2e0cd9af35cb1ac3706346da724cb0f77b7954abcb50519e5fe61b2af03cd7d9 SHA512 (regex-test-0.1.1.crate) = cfb2e542fee6713cba479a6276b5f8cb4746a4ca5ff29ff1fdf65275a4e08882c1c7f59314ae83ef8221b7cb70b2726bb36fb4d6a1187022949d4588666df544

Loading…
Cancel
Save