Compare commits

..

No commits in common. 'epel10' and 'epel9' have entirely different histories.

1
.gitignore vendored

@ -6,4 +6,3 @@
/gif-0.11.3.crate
/gif-0.11.4.crate
/gif-0.12.0.crate
/gif-0.13.1.crate

@ -1,4 +1,4 @@
# Generated by rust2rpm 26
# Generated by rust2rpm 24
# * data files required by tests are not included in published crates
%bcond_with check
%global debug_package %{nil}
@ -6,7 +6,7 @@
%global crate gif
Name: rust-gif
Version: 0.13.1
Version: 0.12.0
Release: %autorelease
Summary: GIF de- and encoder
@ -15,7 +15,7 @@ License: MIT OR Apache-2.0
URL: https://crates.io/crates/gif
Source: %{crates_source}
BuildRequires: cargo-rpm-macros >= 24
BuildRequires: rust-packaging >= 21
%global _description %{expand:
GIF de- and encoder.}
@ -34,6 +34,7 @@ use the "%{crate}" crate.
%files devel
%license %{crate_instdir}/LICENSE-APACHE
%license %{crate_instdir}/LICENSE-MIT
%doc %{crate_instdir}/Changes.md
%doc %{crate_instdir}/README.md
%{crate_instdir}/
@ -86,7 +87,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version} -p1
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires

@ -0,0 +1,2 @@
[DEFAULT]
summary = GIF de- and encoder

@ -1,7 +0,0 @@
[package]
summary = "GIF de- and encoder"
[tests]
run = ["none"]
comments = ["data files required by tests are not included in published crates"]

@ -1 +1 @@
SHA512 (gif-0.13.1.crate) = 7e76ee111c6a94763c4dfe01faf4cb0b5272d5041e2b2b8f4db666debf647e192b963c6fb3228cdde28e1d112830c2aa31eaf0551d712ea9963e41e47e26fb26
SHA512 (gif-0.12.0.crate) = 9cee5c4f68b02252f6214fccabda29087c89cadd8408df4fb6b9479da7958a9759dfc4b13ad2bc7e1447be9050cea6d3757d891b774a7e6fe8c6fd25bca3b74a

Loading…
Cancel
Save