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.14.0; Fixes RHBZ#1974990
Date: Fri, 25 Sep 2026 10:36:26 GMT [thread overview]
Message-ID: <179033258662.1.3282248223362476872.rpms-rust-gdk-pixbuf-sys-0df93072eed8@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gdk-pixbuf-sys
Branch : epel10
Commit : 0df93072eed8e51b428349171f5b4924a974bb9f
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-08-03T18:21:39+02:00
Stats : +9/-22 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/0df93072eed8e51b428349171f5b4924a974bb9f?branch=epel10
Log:
Update to version 0.14.0; Fixes RHBZ#1974990
---
diff --git a/.gitignore b/.gitignore
index dbda826..aa09dec 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/gdk-pixbuf-sys-0.9.0.crate
/gdk-pixbuf-sys-0.9.1.crate
/gdk-pixbuf-sys-0.10.0.crate
+/gdk-pixbuf-sys-0.14.0.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 7e09dd5..c323485 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,9 +1,7 @@
[DEFAULT]
buildrequires =
- pkgconfig(gdk-pixbuf-2.0) >= 2.30
+ pkgconfig(gdk-pixbuf-2.0) >= 2.32
lib.requires =
- pkgconfig(gdk-pixbuf-2.0) >= 2.30
-lib+v2_32.requires =
pkgconfig(gdk-pixbuf-2.0) >= 2.32
lib+v2_36.requires =
pkgconfig(gdk-pixbuf-2.0) >= 2.36
diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index 18b6f43..d9b0b5f 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -1,15 +1,17 @@
-# Generated by rust2rpm 13
+# Generated by rust2rpm 18
+# * 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.10.0
+Version: 0.14.0
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}
@@ -29,7 +31,7 @@ FFI bindings to libgdk_pixbuf-2.0.}
%package devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.30
+Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.32
%description devel %{_description}
@@ -37,7 +39,6 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
-%license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@@ -64,19 +65,6 @@ which use "dox" feature of "%{crate}" crate.
%files -n %{name}+dox-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_32-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gdk-pixbuf-2.0) >= 2.32
-
-%description -n %{name}+v2_32-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_32" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_32-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
%package -n %{name}+v2_36-devel
Summary: %{summary}
BuildArch: noarch
@@ -122,7 +110,7 @@ which use "v2_40" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'pkgconfig(gdk-pixbuf-2.0) >= 2.30'
+echo 'pkgconfig(gdk-pixbuf-2.0) >= 2.32'
%build
%cargo_build
diff --git a/sources b/sources
index 94b33a0..017ab15 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-sys-0.10.0.crate) = 542e25e6d9a109b92cb3028219ac53c483cc0dce7f4c4ee6b556900e04f1da6d018b7e0f73293fd4022eff591ecb1e4d73708931aee55e8c9711398b582bf728
+SHA512 (gdk-pixbuf-sys-0.14.0.crate) = 605b64d826cc8d92dafdb86e7b60f1dd25e55a3b76da33e1bc0d7ae31775c27ef255c2694bcc35e64ff8addd1382e4de81efcdb245ec02fcdef693f9b30c5d94
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=179033258662.1.3282248223362476872.rpms-rust-gdk-pixbuf-sys-0df93072eed8@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