From 8987bed80ef785a614f6cf5926ba1c2b3957a157 Mon Sep 17 00:00:00 2001 From: Josh Stone Date: Jan 15 2020 23:05:30 +0000 Subject: Update to 1.3.2 --- diff --git a/.gitignore b/.gitignore index b564aaa..bee267c 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ /regex-1.2.0.crate /regex-1.2.1.crate /regex-1.3.1.crate +/regex-1.3.2.crate diff --git a/rust-regex.spec b/rust-regex.spec index 1a20427..c3f25ba 100644 --- a/rust-regex.spec +++ b/rust-regex.spec @@ -1,15 +1,15 @@ -# Generated by rust2rpm 10 +# Generated by rust2rpm 13 %bcond_without check %global debug_package %{nil} %global crate regex Name: rust-%{crate} -Version: 1.3.1 +Version: 1.3.2 Release: 1%{?dist} Summary: Implementation of regular expressions for Rust -# Upstream license specification: MIT/Apache-2.0 +# Upstream license specification: MIT OR Apache-2.0 License: MIT or ASL 2.0 URL: https://crates.io/crates/regex Source: %{crates_source} @@ -43,7 +43,7 @@ which use "%{crate}" crate. %files devel %license LICENSE-MIT LICENSE-APACHE %doc README.md CHANGELOG.md HACKING.md PERFORMANCE.md UNICODE.md -%{cargo_registry}/%{crate}-%{version}/ +%{cargo_registry}/%{crate}-%{version_no_tilde}/ %package -n %{name}+default-devel Summary: %{summary} @@ -55,7 +55,7 @@ This package contains library source intended for building other packages which use "default" feature of "%{crate}" crate. %files -n %{name}+default-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+aho-corasick-devel Summary: %{summary} @@ -67,7 +67,7 @@ This package contains library source intended for building other packages which use "aho-corasick" feature of "%{crate}" crate. %files -n %{name}+aho-corasick-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+memchr-devel Summary: %{summary} @@ -79,7 +79,7 @@ This package contains library source intended for building other packages which use "memchr" feature of "%{crate}" crate. %files -n %{name}+memchr-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+pattern-devel Summary: %{summary} @@ -91,7 +91,7 @@ This package contains library source intended for building other packages which use "pattern" feature of "%{crate}" crate. %files -n %{name}+pattern-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+perf-devel Summary: %{summary} @@ -103,7 +103,7 @@ This package contains library source intended for building other packages which use "perf" feature of "%{crate}" crate. %files -n %{name}+perf-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+perf-cache-devel Summary: %{summary} @@ -115,7 +115,7 @@ This package contains library source intended for building other packages which use "perf-cache" feature of "%{crate}" crate. %files -n %{name}+perf-cache-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+perf-dfa-devel Summary: %{summary} @@ -127,7 +127,7 @@ This package contains library source intended for building other packages which use "perf-dfa" feature of "%{crate}" crate. %files -n %{name}+perf-dfa-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+perf-inline-devel Summary: %{summary} @@ -139,7 +139,7 @@ This package contains library source intended for building other packages which use "perf-inline" feature of "%{crate}" crate. %files -n %{name}+perf-inline-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+perf-literal-devel Summary: %{summary} @@ -151,7 +151,7 @@ This package contains library source intended for building other packages which use "perf-literal" feature of "%{crate}" crate. %files -n %{name}+perf-literal-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+std-devel Summary: %{summary} @@ -163,7 +163,7 @@ This package contains library source intended for building other packages which use "std" feature of "%{crate}" crate. %files -n %{name}+std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+thread_local-devel Summary: %{summary} @@ -175,7 +175,7 @@ This package contains library source intended for building other packages which use "thread_local" feature of "%{crate}" crate. %files -n %{name}+thread_local-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-devel Summary: %{summary} @@ -187,7 +187,7 @@ This package contains library source intended for building other packages which use "unicode" feature of "%{crate}" crate. %files -n %{name}+unicode-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-age-devel Summary: %{summary} @@ -199,7 +199,7 @@ This package contains library source intended for building other packages which use "unicode-age" feature of "%{crate}" crate. %files -n %{name}+unicode-age-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-bool-devel Summary: %{summary} @@ -211,7 +211,7 @@ This package contains library source intended for building other packages which use "unicode-bool" feature of "%{crate}" crate. %files -n %{name}+unicode-bool-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-case-devel Summary: %{summary} @@ -223,7 +223,7 @@ This package contains library source intended for building other packages which use "unicode-case" feature of "%{crate}" crate. %files -n %{name}+unicode-case-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-gencat-devel Summary: %{summary} @@ -235,7 +235,7 @@ This package contains library source intended for building other packages which use "unicode-gencat" feature of "%{crate}" crate. %files -n %{name}+unicode-gencat-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-perl-devel Summary: %{summary} @@ -247,7 +247,7 @@ This package contains library source intended for building other packages which use "unicode-perl" feature of "%{crate}" crate. %files -n %{name}+unicode-perl-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-script-devel Summary: %{summary} @@ -259,7 +259,7 @@ This package contains library source intended for building other packages which use "unicode-script" feature of "%{crate}" crate. %files -n %{name}+unicode-script-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unicode-segment-devel Summary: %{summary} @@ -271,7 +271,7 @@ This package contains library source intended for building other packages which use "unicode-segment" feature of "%{crate}" crate. %files -n %{name}+unicode-segment-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+unstable-devel Summary: %{summary} @@ -283,7 +283,7 @@ This package contains library source intended for building other packages which use "unstable" feature of "%{crate}" crate. %files -n %{name}+unstable-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %package -n %{name}+use_std-devel Summary: %{summary} @@ -295,7 +295,7 @@ This package contains library source intended for building other packages which use "use_std" feature of "%{crate}" crate. %files -n %{name}+use_std-devel -%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml +%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml %prep %autosetup -n %{crate}-%{version_no_tilde} -p1 @@ -316,6 +316,9 @@ which use "use_std" feature of "%{crate}" crate. %endif %changelog +* Wed Jan 15 2020 Josh Stone - 1.3.2-1 +- Update to 1.3.2 + * Fri Sep 13 21:47:27 CEST 2019 Robert-André Mauchin - 1.3.1-1 - Update to 1.3.1 - Bump quickcheck to 0.9 diff --git a/sources b/sources index b171b54..ea5386e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (regex-1.3.1.crate) = 6530767ca2896db30599e5b3e2bf46a785d9c95bda3e530e82c659e5a98345effe5424738fec7545fa5edad12729a396938a9c1dd3a680c0405dab6000fc19f7 +SHA512 (regex-1.3.2.crate) = b0bc26d736862e9ffbc1887a22a1bb44638ae4d8b45fcbff5a53893d11f4c6dd25af2ec8bb574ea45920a92943aa18f466d4b43c22894ec6dc2bc13a24a8770a