Update to 0.3.3

epel9
Josh Stone 5 years ago
parent 2b44432d57
commit 1bf36d33b8

1
.gitignore vendored

@ -4,3 +4,4 @@
/lock_api-0.2.0.crate /lock_api-0.2.0.crate
/lock_api-0.3.1.crate /lock_api-0.3.1.crate
/lock_api-0.3.2.crate /lock_api-0.3.2.crate
/lock_api-0.3.3.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 lock_api %global crate lock_api
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.2 Version: 0.3.3
Release: 1%{?dist} Release: 1%{?dist}
Summary: Wrappers to create fully-featured Mutex and RwLock types Summary: Wrappers to create fully-featured Mutex and RwLock types
@ -38,7 +38,7 @@ which use "%{crate}" crate.
%files devel %files devel
%license LICENSE-APACHE LICENSE-MIT %license LICENSE-APACHE LICENSE-MIT
%{cargo_registry}/%{crate}-%{version}/ %{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel %package -n %{name}+default-devel
Summary: %{summary} Summary: %{summary}
@ -50,7 +50,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}+nightly-devel %package -n %{name}+nightly-devel
Summary: %{summary} Summary: %{summary}
@ -62,7 +62,7 @@ This package contains library source intended for building other packages
which use "nightly" feature of "%{crate}" crate. which use "nightly" feature of "%{crate}" crate.
%files -n %{name}+nightly-devel %files -n %{name}+nightly-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+owning_ref-devel %package -n %{name}+owning_ref-devel
Summary: %{summary} Summary: %{summary}
@ -74,7 +74,7 @@ This package contains library source intended for building other packages
which use "owning_ref" feature of "%{crate}" crate. which use "owning_ref" feature of "%{crate}" crate.
%files -n %{name}+owning_ref-devel %files -n %{name}+owning_ref-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+serde-devel %package -n %{name}+serde-devel
Summary: %{summary} Summary: %{summary}
@ -86,7 +86,7 @@ This package contains library source intended for building other packages
which use "serde" feature of "%{crate}" crate. which use "serde" feature of "%{crate}" crate.
%files -n %{name}+serde-devel %files -n %{name}+serde-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
@ -107,6 +107,9 @@ which use "serde" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Jan 07 2020 Josh Stone <jistone@redhat.com> - 0.3.3-1
- Update to 0.3.3
* Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.3.2-1 * Sat Dec 07 2019 Josh Stone <jistone@redhat.com> - 0.3.2-1
- Update to 0.3.2 - Update to 0.3.2

@ -1 +1 @@
SHA512 (lock_api-0.3.2.crate) = 2cc7a8ba1679d345adac9dd68b4485c2e947e3a6248b935c0a41762a896920c40cd87d4e7bacf00f0b78ac44df89a411dc32eb6fd7f4235eecb080eca7763d74 SHA512 (lock_api-0.3.3.crate) = 2cb26a5a0ed18a33307a2b9defbdf738daa8a75a683ebd7837e8ef8b8123bbd53632192979527e8b360ea40494bf3ba272fa8bf4bc9e7d715b35cf3f7de5a113

Loading…
Cancel
Save