Update to 0.6.13

epel9
Josh Stone 5 years ago
parent 72f01d7c0b
commit fbf6e24df4

1
.gitignore vendored

@ -16,3 +16,4 @@
/regex-syntax-0.6.10.crate /regex-syntax-0.6.10.crate
/regex-syntax-0.6.11.crate /regex-syntax-0.6.11.crate
/regex-syntax-0.6.12.crate /regex-syntax-0.6.12.crate
/regex-syntax-0.6.13.crate

@ -1,11 +1,11 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 13
%bcond_without check %bcond_without check
%global debug_package %{nil} %global debug_package %{nil}
%global crate regex-syntax %global crate regex-syntax
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.6.12 Version: 0.6.13
Release: 1%{?dist} Release: 1%{?dist}
Summary: Regular expression parser Summary: Regular expression parser
@ -37,7 +37,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-MIT LICENSE-APACHE %license LICENSE-MIT LICENSE-APACHE
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -49,7 +49,7 @@ This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate. which use "default" feature of "%{crate}" crate.
%files -n %{name}+default-devel %files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+unicode-devel %package -n %{name}+unicode-devel
Summary: %{summary} Summary: %{summary}
@ -61,7 +61,7 @@ This package contains library source intended for building other packages
which use "unicode" feature of "%{crate}" crate. which use "unicode" feature of "%{crate}" crate.
%files -n %{name}+unicode-devel %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 %package -n %{name}+unicode-age-devel
Summary: %{summary} Summary: %{summary}
@ -73,7 +73,7 @@ This package contains library source intended for building other packages
which use "unicode-age" feature of "%{crate}" crate. which use "unicode-age" feature of "%{crate}" crate.
%files -n %{name}+unicode-age-devel %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 %package -n %{name}+unicode-bool-devel
Summary: %{summary} Summary: %{summary}
@ -85,7 +85,7 @@ This package contains library source intended for building other packages
which use "unicode-bool" feature of "%{crate}" crate. which use "unicode-bool" feature of "%{crate}" crate.
%files -n %{name}+unicode-bool-devel %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 %package -n %{name}+unicode-case-devel
Summary: %{summary} Summary: %{summary}
@ -97,7 +97,7 @@ This package contains library source intended for building other packages
which use "unicode-case" feature of "%{crate}" crate. which use "unicode-case" feature of "%{crate}" crate.
%files -n %{name}+unicode-case-devel %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 %package -n %{name}+unicode-gencat-devel
Summary: %{summary} Summary: %{summary}
@ -109,7 +109,7 @@ This package contains library source intended for building other packages
which use "unicode-gencat" feature of "%{crate}" crate. which use "unicode-gencat" feature of "%{crate}" crate.
%files -n %{name}+unicode-gencat-devel %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 %package -n %{name}+unicode-perl-devel
Summary: %{summary} Summary: %{summary}
@ -121,7 +121,7 @@ This package contains library source intended for building other packages
which use "unicode-perl" feature of "%{crate}" crate. which use "unicode-perl" feature of "%{crate}" crate.
%files -n %{name}+unicode-perl-devel %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 %package -n %{name}+unicode-script-devel
Summary: %{summary} Summary: %{summary}
@ -133,7 +133,7 @@ This package contains library source intended for building other packages
which use "unicode-script" feature of "%{crate}" crate. which use "unicode-script" feature of "%{crate}" crate.
%files -n %{name}+unicode-script-devel %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 %package -n %{name}+unicode-segment-devel
Summary: %{summary} Summary: %{summary}
@ -145,7 +145,7 @@ This package contains library source intended for building other packages
which use "unicode-segment" feature of "%{crate}" crate. which use "unicode-segment" feature of "%{crate}" crate.
%files -n %{name}+unicode-segment-devel %files -n %{name}+unicode-segment-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
@ -166,6 +166,9 @@ which use "unicode-segment" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.6.13-1
- Update to 0.6.13
* Sun Sep 08 09:34:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.12-1 * Sun Sep 08 09:34:53 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.6.12-1
- Update to 0.6.12 - Update to 0.6.12

@ -1 +1 @@
SHA512 (regex-syntax-0.6.12.crate) = 671e4ecd9dbe58ab5938e0b55890ef0ab2c033221bf549ae0df3b6e831b57099b4c16f8577ca134a758999a1bfc0840aff49be138fb6a19e0b081089f66fa0ec SHA512 (regex-syntax-0.6.13.crate) = 0afbc0f38cdf435759256f9f3a19315cacb2acbc5b69c755dca9c673322d340d686d62c06f80d6f9986c808859bc4ac30037ab3323386e49e4872b42fbce885d

Loading…
Cancel
Save