Update to version 0.11.4; Fixes RHBZ#2101306

epel9
Fabio Valentini 3 years ago
parent 92e51dacd1
commit 0d4736a633
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

1
.gitignore vendored

@ -4,3 +4,4 @@
/gif-0.11.1.crate
/gif-0.11.2.crate
/gif-0.11.3.crate
/gif-0.11.4.crate

@ -1,11 +1,12 @@
--- gif-0.11.3/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gif-0.11.3/Cargo.toml 2021-11-06T14:17:09.636376+00:00
@@ -47,8 +47,6 @@
--- gif-0.11.4/Cargo.toml 1970-01-01T00:00:01+00:00
+++ gif-0.11.4/Cargo.toml 2022-07-15T11:28:33.000904+00:00
@@ -63,9 +63,6 @@
[dependencies.weezl]
version = "0.1.4"
version = "0.1.5"
-[dev-dependencies.criterion]
-version = "0.3.1"
-
[dev-dependencies.glob]
version = "0.3"

@ -1,4 +1,4 @@
# Generated by rust2rpm 18
# Generated by rust2rpm 21
# * files required by tests are not included in published crates:
# https://github.com/PistonDevelopers/image-gif/issues/51
%bcond_with check
@ -7,7 +7,7 @@
%global crate gif
Name: rust-%{crate}
Version: 0.11.3
Version: 0.11.4
Release: %autorelease
Summary: GIF de- and encoder
@ -20,11 +20,8 @@ Source: %{crates_source}
Patch0: gif-fix-metadata.diff
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
BuildArch: noarch
%endif
BuildRequires: rust-packaging
BuildRequires: rust-packaging >= 21
%global _description %{expand:
GIF de- and encoder.}
@ -37,13 +34,15 @@ BuildArch: noarch
%description devel %{_description}
This package contains library source intended for building other packages
which use "%{crate}" crate.
This package contains library source intended for building other packages which
use the "%{crate}" crate.
%files devel
%license LICENSE-MIT LICENSE-APACHE
%doc README.md Changes.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/Changes.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@ -51,11 +50,11 @@ BuildArch: noarch
%description -n %{name}+default-devel %{_description}
This package contains library source intended for building other packages
which use "default" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+raii_no_panic-devel
Summary: %{summary}
@ -63,11 +62,11 @@ BuildArch: noarch
%description -n %{name}+raii_no_panic-devel %{_description}
This package contains library source intended for building other packages
which use "raii_no_panic" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "raii_no_panic" feature of the "%{crate}" crate.
%files -n %{name}+raii_no_panic-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+std-devel
Summary: %{summary}
@ -75,11 +74,11 @@ BuildArch: noarch
%description -n %{name}+std-devel %{_description}
This package contains library source intended for building other packages
which use "std" feature of "%{crate}" crate.
This package contains library source intended for building other packages which
use the "std" feature of the "%{crate}" crate.
%files -n %{name}+std-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1

@ -1 +1 @@
SHA512 (gif-0.11.3.crate) = e581ce1e9099a7ebc913e20ace1cacb2c87a7fba178bce43bf7285fc1dc9b9eda55848204923cd18eaab9012a814232f9e587e4c0db6bad89cb91bf197591e46
SHA512 (gif-0.11.4.crate) = 3de0534b35bd783b54715e7f8a92f2d8a22934949627716cc3ade3c8036489d2b9604292eeeeced820b149865bc44a5de9d05700ebace073b48737759b5296b9

Loading…
Cancel
Save