Update to 0.2.9

epel9
Josh Stone 5 years ago
parent a73f2ecd06
commit 625f8da3c4

1
.gitignore vendored

@ -4,3 +4,4 @@
/bstr-0.2.1.crate
/bstr-0.2.6.crate
/bstr-0.2.8.crate
/bstr-0.2.9.crate

@ -1,12 +1,12 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
%bcond_without check
%global debug_package %{nil}
%global crate bstr
Name: rust-%{crate}
Version: 0.2.8
Release: 2%{?dist}
Version: 0.2.9
Release: 1%{?dist}
Summary: String type that is not required to be valid UTF-8
# Upstream license specification: MIT OR Apache-2.0
@ -41,7 +41,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE COPYING
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -53,7 +53,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}+lazy_static-devel
Summary: %{summary}
@ -65,7 +65,7 @@ This package contains library source intended for building other packages
which use "lazy_static" feature of "%{crate}" crate.
%files -n %{name}+lazy_static-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+regex-automata-devel
Summary: %{summary}
@ -77,7 +77,7 @@ This package contains library source intended for building other packages
which use "regex-automata" feature of "%{crate}" crate.
%files -n %{name}+regex-automata-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel
Summary: %{summary}
@ -89,7 +89,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-devel
Summary: %{summary}
@ -101,7 +101,7 @@ This package contains library source intended for building other packages
which use "serde1" feature of "%{crate}" crate.
%files -n %{name}+serde1-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde1-nostd-devel
Summary: %{summary}
@ -113,7 +113,7 @@ This package contains library source intended for building other packages
which use "serde1-nostd" feature of "%{crate}" crate.
%files -n %{name}+serde1-nostd-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -125,7 +125,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}+unicode-devel
Summary: %{summary}
@ -137,7 +137,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
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -158,6 +158,9 @@ which use "unicode" feature of "%{crate}" crate.
%endif
%changelog
* Wed Jan 15 2020 Josh Stone <jistone@redhat.com> - 0.2.9-1
- Update to 0.2.9
* Fri Sep 13 17:28:47 CEST 2019 Robert-André Mauchin <zebob.m@gmail.com> - 0.2.8-2
- Bump quickcheck to 0.9

@ -1 +1 @@
SHA512 (bstr-0.2.8.crate) = 9e8786b68c03f059e4182046e7650b6f90431927c26c49fcdd4af3cb464092108fb2f64fdc2da1fe1d1121705ac8a21c68485b0517f3dd32040aab754f88944d
SHA512 (bstr-0.2.9.crate) = 32c41091f5455a38b9b53c605c7ba8f687675d152035f193b455e353b68b80c26c030419c85ef9dd369ce8328d6bd02c96be10dd75f7cfced1e9b12ca1ccd479

Loading…
Cancel
Save