update to version 0.11.1

epel9
Fabio Valentini 4 years ago
parent a6b6a8fd0f
commit 21ed17f9fa
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -1,3 +1,4 @@
/gif-0.10.1.crate
/gif-0.10.2.crate
/gif-0.10.3.crate
/gif-0.11.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 10
# Generated by rust2rpm 13
# * https://github.com/PistonDevelopers/image-gif/issues/51
%bcond_with check
%global debug_package %{nil}
@ -6,8 +6,8 @@
%global crate gif
Name: rust-%{crate}
Version: 0.10.3
Release: 3%{?dist}
Version: 0.11.1
Release: 1%{?dist}
Summary: GIF de- and encoder
# Upstream license specification: MIT/Apache-2.0
@ -39,7 +39,7 @@ which use "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md
%{cargo_registry}/%{crate}-%{version}/
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,43 +51,31 @@ 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}+c_api-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+c_api-devel %{_description}
This package contains library source intended for building other packages
which use "c_api" feature of "%{crate}" crate.
%files -n %{name}+c_api-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%package -n %{name}+libc-devel
%package -n %{name}+raii_no_panic-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+libc-devel %{_description}
%description -n %{name}+raii_no_panic-devel %{_description}
This package contains library source intended for building other packages
which use "libc" feature of "%{crate}" crate.
which use "raii_no_panic" feature of "%{crate}" crate.
%files -n %{name}+libc-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+raii_no_panic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%package -n %{name}+raii_no_panic-devel
%package -n %{name}+std-devel
Summary: %{summary}
BuildArch: noarch
%description -n %{name}+raii_no_panic-devel %{_description}
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "raii_no_panic" feature of "%{crate}" crate.
which use "std" feature of "%{crate}" crate.
%files -n %{name}+raii_no_panic-devel
%ghost %{cargo_registry}/%{crate}-%{version}/Cargo.toml
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
@ -108,6 +96,9 @@ which use "raii_no_panic" feature of "%{crate}" crate.
%endif
%changelog
* Thu Oct 01 2020 Fabio Valentini <decathorpe@gmail.com> - 0.11.1-1
- Update to version 0.11.1.
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.10.3-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

@ -1 +1 @@
SHA512 (gif-0.10.3.crate) = e189b2c745a0abd3ae1803724fab6dc36422d7c0fab760de40856f82d752096df875d15ba8f1c3dba6bdbba811a484babc4fc8bc2422c7998918dfda70387c1c
SHA512 (gif-0.11.1.crate) = 3850a6817cdfc0ab93c3110e82c58bc57e0acd3ad554da0a0a500f76a68223b5eb3715b23cb3f8d7bcef125c43ade68abc3c51371c9c24ad7255e1168f136be8

Loading…
Cancel
Save