public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gdk-pixbuf-sys] epel10: Update to version 0.16.3; Fixes RHBZ#2136057
Date: Fri, 25 Sep 2026 10:36:29 GMT	[thread overview]
Message-ID: <179033258928.1.13667942706289043549.rpms-rust-gdk-pixbuf-sys-63760d2cf5f2@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gdk-pixbuf-sys
Branch : epel10
Commit : 63760d2cf5f2308a3f7df99686b948084d539d8e
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-11-28T18:24:05+01:00
Stats  : +16/-48 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/63760d2cf5f2308a3f7df99686b948084d539d8e?branch=epel10

Log:
Update to version 0.16.3; Fixes RHBZ#2136057

---
diff --git a/.gitignore b/.gitignore
index 874453b..0e8a923 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
 /gdk-pixbuf-sys-0.14.0.crate
 /gdk-pixbuf-sys-0.15.1.crate
 /gdk-pixbuf-sys-0.15.10.crate
+/gdk-pixbuf-sys-0.16.3.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
deleted file mode 100644
index 510b7eb..0000000
--- a/.rust2rpm.conf
+++ /dev/null
@@ -1,13 +0,0 @@
-[DEFAULT]
-buildrequires =
-  pkgconfig(gdk-pixbuf-2.0) >= 2.32
-lib.requires =
-  pkgconfig(gdk-pixbuf-2.0) >= 2.32
-lib+v2_36.requires =
-  pkgconfig(gdk-pixbuf-2.0) >= 2.36
-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 ad5259f..24542d5 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -1,22 +1,19 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
 # * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate gdk-pixbuf-sys
 
-Name:           rust-%{crate}
-Version:        0.15.10
+Name:           rust-gdk-pixbuf-sys
+Version:        0.16.3
 Release:        %autorelease
 Summary:        FFI bindings to libgdk_pixbuf-2.0
 
-# Upstream license specification: MIT
 License:        MIT
 URL:            https://crates.io/crates/gdk-pixbuf-sys
 Source:         %{crates_source}
 
-ExclusiveArch:  %{rust_arches}
-
 BuildRequires:  rust-packaging >= 21
 
 %global _description %{expand:
@@ -27,7 +24,7 @@ FFI bindings to libgdk_pixbuf-2.0.}
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.32
+Requires:       pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
 
 %description    devel %{_description}
 
@@ -62,32 +59,6 @@ use the "dox" feature of the "%{crate}" crate.
 %files       -n %{name}+dox-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+v2_36-devel
-Summary:        %{summary}
-BuildArch:      noarch
-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 the "v2_36" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_36-devel
-%ghost %{crate_instdir}/Cargo.toml
-
-%package     -n %{name}+v2_36_8-devel
-Summary:        %{summary}
-BuildArch:      noarch
-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 the "v2_36_8" feature of the "%{crate}" crate.
-
-%files       -n %{name}+v2_36_8-devel
-%ghost %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+v2_40-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -120,7 +91,7 @@ use the "v2_42" feature of the "%{crate}" crate.
 
 %generate_buildrequires
 %cargo_generate_buildrequires
-echo 'pkgconfig(gdk-pixbuf-2.0) >= 2.32'
+echo 'pkgconfig(gdk-pixbuf-2.0) >= 2.36.8'
 
 %build
 %cargo_build

diff --git a/rust2rpm.conf b/rust2rpm.conf
new file mode 100644
index 0000000..0172a67
--- /dev/null
+++ b/rust2rpm.conf
@@ -0,0 +1,9 @@
+[DEFAULT]
+buildrequires =
+  pkgconfig(gdk-pixbuf-2.0) >= 2.36.8
+lib.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/sources b/sources
index 49be416..2996bb0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-sys-0.15.10.crate) = bc2c948758240a0dc195d5b39d159ea55b4a717026b3a4d729e92b736418e0a953b841e62e14059a6c67d257adaa5cd0bfff28de9e2ded03cbd82fe45488d8cd
+SHA512 (gdk-pixbuf-sys-0.16.3.crate) = 79d438f0eeddcea1372fe3dbeaaa998b54ae9122ea437554913f0e3755eaf978a733e40a6560fc815e843add4ef128bd770e9454acca1c1d493d25734c2bdb7e

                 reply	other threads:[~2026-09-25 10:36 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179033258928.1.13667942706289043549.rpms-rust-gdk-pixbuf-sys-63760d2cf5f2@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox