Update to 0.4.1

Signed-off-by: Igor Gnatenko <ignatenkobrain@fedoraproject.org>
epel9
Igor Gnatenko 6 years ago
parent fd05703781
commit b1025dc54b
No known key found for this signature in database
GPG Key ID: 695714BD1BBC5F4C

1
.gitignore vendored

@ -5,3 +5,4 @@
/arc-swap-0.3.9.crate /arc-swap-0.3.9.crate
/arc-swap-0.3.10.crate /arc-swap-0.3.10.crate
/arc-swap-0.3.11.crate /arc-swap-0.3.11.crate
/arc-swap-0.4.1.crate

@ -1,13 +1,13 @@
# Generated by rust2rpm 10 # Generated by rust2rpm 10
# * Many dev-dependencies are outdated # * model is not packaged, version-sync and proptest are outdated
%bcond_with check %bcond_with check
%global debug_package %{nil} %global debug_package %{nil}
%global crate arc-swap %global crate arc-swap
Name: rust-%{crate} Name: rust-%{crate}
Version: 0.3.11 Version: 0.4.1
Release: 3%{?dist} Release: 1%{?dist}
Summary: Atomically swappable Arc Summary: Atomically swappable Arc
# Upstream license specification: Apache-2.0/MIT # Upstream license specification: Apache-2.0/MIT
@ -53,6 +53,18 @@ 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}/Cargo.toml
%package -n %{name}+unstable-weak-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+unstable-weak-devel %{_description}
This package contains library source intended for building other packages
which use "unstable-weak" feature of "%{crate}" crate.
%files -n %{name}+unstable-weak-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%prep %prep
%autosetup -n %{crate}-%{version_no_tilde} -p1 %autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep %cargo_prep
@ -72,6 +84,9 @@ which use "default" feature of "%{crate}" crate.
%endif %endif
%changelog %changelog
* Tue Aug 06 08:37:56 CEST 2019 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.4.1-1
- Update to 0.4.1
* Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-3 * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 0.3.11-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild

@ -1 +1 @@
SHA512 (arc-swap-0.3.11.crate) = 6358a28edf997b475bd1ac5860469b97c1605e36f1aecf7108bc26a11ddc96073ed5596bd2a331214b3cb431dccd7f9301c3b86b7cbcc331531c84e2409c6f5c SHA512 (arc-swap-0.4.1.crate) = af0256e57e1dc42a37295ffeb7eddafe0e4d01685916b477e71f3b10cbc379572f8ee4f7ace10639557dc12716228f42c13a564f3edbd10b4abf8de58e872f4d

Loading…
Cancel
Save