public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gdk-pixbuf-sys] epel10: Update to version 0.15.1; Fixes RHBZ#2040894
@ 2026-09-25 10:36 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:36 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gdk-pixbuf-sys
Branch : epel10
Commit : f1214ce5094b07584270a1375268f11f164e320c
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-02-12T20:20:58+01:00
Stats  : +32/-19 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/f1214ce5094b07584270a1375268f11f164e320c?branch=epel10

Log:
Update to version 0.15.1; Fixes RHBZ#2040894

---
diff --git a/.gitignore b/.gitignore
index aa09dec..93380a9 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /gdk-pixbuf-sys-0.9.1.crate
 /gdk-pixbuf-sys-0.10.0.crate
 /gdk-pixbuf-sys-0.14.0.crate
+/gdk-pixbuf-sys-0.15.1.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index c323485..510b7eb 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -9,3 +9,5 @@ lib+v2_36_8.requires =
   pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
 lib+v2_40.requires =
   pkgconfig(gdk-pixbuf-2.0) >= 2.40
+lib+v2_42.requires =
+  pkgconfig(gdk-pixbuf-2.0) >= 2.42

diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index d9b0b5f..c3e175a 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
 # * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
 %bcond_with check
 %global debug_package %{nil}
@@ -6,20 +6,16 @@
 %global crate gdk-pixbuf-sys
 
 Name:           rust-%{crate}
-Version:        0.14.0
+Version:        0.15.1
 Release:        %autorelease
 Summary:        FFI bindings to libgdk_pixbuf-2.0
 
 # Upstream license specification: MIT
-# https://github.com/gtk-rs/gtk-rs-core/issues/172
 License:        MIT
 URL:            https://crates.io/crates/gdk-pixbuf-sys
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -35,10 +31,11 @@ Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.32
 
 %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
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
 %package     -n %{name}+default-devel
@@ -47,8 +44,8 @@ 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
@@ -59,8 +56,8 @@ BuildArch:      noarch
 
 %description -n %{name}+dox-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "dox" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "dox" feature of the "%{crate}" crate.
 
 %files       -n %{name}+dox-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -72,8 +69,8 @@ Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.36
 
 %description -n %{name}+v2_36-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_36" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_36" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_36-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -85,8 +82,8 @@ Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
 
 %description -n %{name}+v2_36_8-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_36_8" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_36_8" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_36_8-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -98,12 +95,25 @@ Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.40
 
 %description -n %{name}+v2_40-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_40" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_40" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_40-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
+%package     -n %{name}+v2_42-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.42
+
+%description -n %{name}+v2_42-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_42" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v2_42-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep

diff --git a/sources b/sources
index 017ab15..b6070e1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-sys-0.14.0.crate) = 605b64d826cc8d92dafdb86e7b60f1dd25e55a3b76da33e1bc0d7ae31775c27ef255c2694bcc35e64ff8addd1382e4de81efcdb245ec02fcdef693f9b30c5d94
+SHA512 (gdk-pixbuf-sys-0.15.1.crate) = 196e75fedb547a73ef63ce41a3a0e29b5dd55f0af82016b70dad0c7de769181d063ea0927750fdc42d0114b45bc0f563d8364d77eab1f32aa8a2b091c46a041c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-25 10:36 [rpms/rust-gdk-pixbuf-sys] epel10: Update to version 0.15.1; Fixes RHBZ#2040894 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox