public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gdk-pixbuf-sys] epel10: Update to version 0.15.10; Fixes RHBZ#2065924
@ 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 : bea79aa1c3b62ee99dd4511635b679cdd85ddcb5
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-03-29T15:19:57+02:00
Stats : +13/-12 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gdk-pixbuf-sys/c/bea79aa1c3b62ee99dd4511635b679cdd85ddcb5?branch=epel10
Log:
Update to version 0.15.10; Fixes RHBZ#2065924
---
diff --git a/.gitignore b/.gitignore
index 93380a9..874453b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/gdk-pixbuf-sys-0.10.0.crate
/gdk-pixbuf-sys-0.14.0.crate
/gdk-pixbuf-sys-0.15.1.crate
+/gdk-pixbuf-sys-0.15.10.crate
diff --git a/rust-gdk-pixbuf-sys.spec b/rust-gdk-pixbuf-sys.spec
index c3e175a..ad5259f 100644
--- a/rust-gdk-pixbuf-sys.spec
+++ b/rust-gdk-pixbuf-sys.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 20
+# Generated by rust2rpm 21
# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check
%global debug_package %{nil}
@@ -6,7 +6,7 @@
%global crate gdk-pixbuf-sys
Name: rust-%{crate}
-Version: 0.15.1
+Version: 0.15.10
Release: %autorelease
Summary: FFI bindings to libgdk_pixbuf-2.0
@@ -17,7 +17,7 @@ Source: %{crates_source}
ExclusiveArch: %{rust_arches}
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
FFI bindings to libgdk_pixbuf-2.0.}
@@ -35,8 +35,8 @@ 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}/
+%license %{crate_instdir}/LICENSE
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -48,7 +48,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dox-devel
Summary: %{summary}
@@ -60,7 +60,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_36-devel
Summary: %{summary}
@@ -73,7 +73,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_36_8-devel
Summary: %{summary}
@@ -86,7 +86,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_40-devel
Summary: %{summary}
@@ -99,7 +99,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_42-devel
Summary: %{summary}
@@ -112,7 +112,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index b6070e1..49be416 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gdk-pixbuf-sys-0.15.1.crate) = 196e75fedb547a73ef63ce41a3a0e29b5dd55f0af82016b70dad0c7de769181d063ea0927750fdc42d0114b45bc0f563d8364d77eab1f32aa8a2b091c46a041c
+SHA512 (gdk-pixbuf-sys-0.15.10.crate) = bc2c948758240a0dc195d5b39d159ea55b4a717026b3a4d729e92b736418e0a953b841e62e14059a6c67d257adaa5cd0bfff28de9e2ded03cbd82fe45488d8cd
^ 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.10; Fixes RHBZ#2065924 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox