Compare commits

...

15 Commits

Author SHA1 Message Date
Fabio Valentini b0df0bba39
Update to version 1.10.2; Fixes RHBZ#2244494
1 year ago
Fabio Valentini d8fc05aa49
Update to version 1.10.1; Fixes RHBZ#2241488
1 year ago
Fabio Valentini 7041b41c2c
Update to version 1.9.5; Fixes RHBZ#2236987
1 year ago
Fabio Valentini d4b4fc8288
Update to version 1.9.4; Fixes RHBZ#2229409
1 year ago
Fabio Valentini 8b87ff2923
Ignore harmless test failures on 32-bit architectures
2 years ago
Fabio Valentini 439870881e
Update to version 1.9.1; Fixes RHBZ#2219813
2 years ago
Fabio Valentini c1c09f994f
Update to version 1.8.4; Fixes RHBZ#2212388
2 years ago
Fabio Valentini 6e163793e2
Update to version 1.8.3; Fixes RHBZ#2188500
2 years ago
Fabio Valentini 8ca47ac663
Update to version 1.7.3; Fixes RHBZ#2180502
2 years ago
Fabio Valentini cb209dbc50
Update to version 1.7.1; Fixes RHBZ#2159439
2 years ago
Fabio Valentini 4b39ef8411
Update to version 1.7.0; Fixes RHBZ#2140336
2 years ago
Fabio Valentini df2d7dc599
Merge branch 'rawhide' into epel9
2 years ago
Igor Raits 28ad1c71f5
Rebuild
3 years ago
Igor Raits 1ecae29ec3
Revert "Bootstrap (disable tests)"
3 years ago
Igor Raits 5ff5483582
Bootstrap (disable tests)
3 years ago

10
.gitignore vendored

@ -36,3 +36,13 @@
/regex-1.5.5.crate /regex-1.5.5.crate
/regex-1.5.6.crate /regex-1.5.6.crate
/regex-1.6.0.crate /regex-1.6.0.crate
/regex-1.7.0.crate
/regex-1.7.1.crate
/regex-1.7.3.crate
/regex-1.8.3.crate
/regex-1.8.4.crate
/regex-1.9.1.crate
/regex-1.9.4.crate
/regex-1.9.5.crate
/regex-1.10.1.crate
/regex-1.10.2.crate

@ -1,3 +0,0 @@
# rust-regex
The rust-regex package

@ -1,26 +1,23 @@
# Generated by rust2rpm 21 # Generated by rust2rpm 25
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex %global crate regex
Name: rust-%{crate} Name: rust-regex
Version: 1.6.0 Version: 1.10.2
Release: %autorelease Release: %autorelease
Summary: Implementation of regular expressions for Rust Summary: Implementation of regular expressions for Rust
# Upstream license specification: MIT OR Apache-2.0 License: MIT OR Apache-2.0
License: MIT or ASL 2.0
URL: https://crates.io/crates/regex URL: https://crates.io/crates/regex
Source: %{crates_source} Source: %{crates_source}
ExclusiveArch: %{rust_arches} BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand: %global _description %{expand:
Implementation of regular expressions for Rust. This implementation uses finite An implementation of regular expressions for Rust. This implementation
automata and guarantees linear time matching on all inputs.} uses finite automata and guarantees linear time matching on all inputs.}
%description %{_description} %description %{_description}
@ -37,8 +34,6 @@ use the "%{crate}" crate.
%license %{crate_instdir}/LICENSE-APACHE %license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT %license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/CHANGELOG.md %doc %{crate_instdir}/CHANGELOG.md
%doc %{crate_instdir}/HACKING.md
%doc %{crate_instdir}/PERFORMANCE.md
%doc %{crate_instdir}/README.md %doc %{crate_instdir}/README.md
%doc %{crate_instdir}/UNICODE.md %doc %{crate_instdir}/UNICODE.md
%{crate_instdir}/ %{crate_instdir}/
@ -55,28 +50,16 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+aho-corasick-devel %package -n %{name}+logging-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+aho-corasick-devel %{_description}
This package contains library source intended for building other packages which
use the "aho-corasick" feature of the "%{crate}" crate.
%files -n %{name}+aho-corasick-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+memchr-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
%description -n %{name}+memchr-devel %{_description} %description -n %{name}+logging-devel %{_description}
This package contains library source intended for building other packages which This package contains library source intended for building other packages which
use the "memchr" feature of the "%{crate}" crate. use the "logging" feature of the "%{crate}" crate.
%files -n %{name}+memchr-devel %files -n %{name}+logging-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+pattern-devel %package -n %{name}+pattern-devel
@ -103,6 +86,18 @@ use the "perf" feature of the "%{crate}" crate.
%files -n %{name}+perf-devel %files -n %{name}+perf-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-backtrack-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+perf-backtrack-devel %{_description}
This package contains library source intended for building other packages which
use the "perf-backtrack" feature of the "%{crate}" crate.
%files -n %{name}+perf-backtrack-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-cache-devel %package -n %{name}+perf-cache-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -127,6 +122,18 @@ use the "perf-dfa" feature of the "%{crate}" crate.
%files -n %{name}+perf-dfa-devel %files -n %{name}+perf-dfa-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-dfa-full-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+perf-dfa-full-devel %{_description}
This package contains library source intended for building other packages which
use the "perf-dfa-full" feature of the "%{crate}" crate.
%files -n %{name}+perf-dfa-full-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-inline-devel %package -n %{name}+perf-inline-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -151,6 +158,18 @@ use the "perf-literal" feature of the "%{crate}" crate.
%files -n %{name}+perf-literal-devel %files -n %{name}+perf-literal-devel
%ghost %{crate_instdir}/Cargo.toml %ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+perf-onepass-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+perf-onepass-devel %{_description}
This package contains library source intended for building other packages which
use the "perf-onepass" feature of the "%{crate}" crate.
%files -n %{name}+perf-onepass-devel
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel %package -n %{name}+std-devel
Summary: %{summary} Summary: %{summary}
BuildArch: noarch BuildArch: noarch
@ -284,7 +303,7 @@ use the "use_std" 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-1.6.0.crate) = b4861c9cc13d6fb224f67057fd3522f04576591b3d7ae0d3581dce42ca2b2bff96860cf2a7f4dfab00e46a1d29e6473f6723c4aeb02e34ed6d5f205b66f07876 SHA512 (regex-1.10.2.crate) = e594f70cc540586e4039e7b905ede9e507757b531f22a94aae185e47732ae0d54bceb2c6aceb815819a9652c01ccf697798d372631f2f864c04ca2eec59759d3

Loading…
Cancel
Save