Compare commits

...

4 Commits

Author SHA1 Message Date
Fedora Release Engineering 76615bcfb5 Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
6 months ago
Fabio Valentini ebdd36519d
Update to version 0.13.1; Fixes RHBZ#2259696
11 months ago
Fedora Release Engineering 623e80b090 Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
12 months ago
Fedora Release Engineering 03181ba427 Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
2 years ago

1
.gitignore vendored

@ -6,3 +6,4 @@
/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 24
# Generated by rust2rpm 26
# * 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.12.0
Version: 0.13.1
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: rust-packaging >= 21
BuildRequires: cargo-rpm-macros >= 24
%global _description %{expand:
GIF de- and encoder.}
@ -34,7 +34,6 @@ 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}/
@ -87,7 +86,7 @@ use the "std" feature of the "%{crate}" crate.
%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
%generate_buildrequires

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

@ -0,0 +1,7 @@
[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.12.0.crate) = 9cee5c4f68b02252f6214fccabda29087c89cadd8408df4fb6b9479da7958a9759dfc4b13ad2bc7e1447be9050cea6d3757d891b774a7e6fe8c6fd25bca3b74a
SHA512 (gif-0.13.1.crate) = 7e76ee111c6a94763c4dfe01faf4cb0b5272d5041e2b2b8f4db666debf647e192b963c6fb3228cdde28e1d112830c2aa31eaf0551d712ea9963e41e47e26fb26

Loading…
Cancel
Save