public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gio-sys] epel10: Update to version 0.22.0; Fixes RHBZ#2441297
@ 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-gio-sys
Branch : epel10
Commit : aa75150f2e687a9a1e5d6d9b51867fdcf5e32965
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2026-03-01T14:01:41+01:00
Stats  : +23/-13 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gio-sys/c/aa75150f2e687a9a1e5d6d9b51867fdcf5e32965?branch=epel10

Log:
Update to version 0.22.0; Fixes RHBZ#2441297

---
diff --git a/.gitignore b/.gitignore
index 65904a3..a4db0a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,3 +30,4 @@
 /gio-sys-0.21.1.crate
 /gio-sys-0.21.2.crate
 /gio-sys-0.21.5.crate
+/gio-sys-0.22.0.crate

diff --git a/gio-sys-fix-metadata-auto.diff b/gio-sys-fix-metadata-auto.diff
index 58d7238..b070ca3 100644
--- a/gio-sys-fix-metadata-auto.diff
+++ b/gio-sys-fix-metadata-auto.diff
@@ -1,6 +1,6 @@
---- gio-sys-0.21.5/Cargo.toml	1970-01-01T00:00:01+00:00
-+++ gio-sys-0.21.5/Cargo.toml	2025-12-13T15:26:32.993634+00:00
-@@ -130,6 +130,3 @@
+--- gio-sys-0.22.0/Cargo.toml	2006-07-24T01:21:28+00:00
++++ gio-sys-0.22.0/Cargo.toml	2026-03-01T12:59:18.122666+00:00
+@@ -134,6 +134,3 @@
  [build-dependencies.system-deps]
  version = "7"
  

diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 561d4da..4d96c41 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,12 +1,11 @@
 # Generated by rust2rpm 28
-# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
-%bcond check 0
+%bcond check 1
 %global debug_package %{nil}
 
 %global crate gio-sys
 
 Name:           rust-gio-sys
-Version:        0.21.5
+Version:        0.22.0
 Release:        %autorelease
 Summary:        FFI bindings to libgio-2.0
 
@@ -235,7 +234,7 @@ use the "v2_84" feature of the "%{crate}" crate.
 %package     -n %{name}+v2_86-devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(gio-2.0) >= 2.85
+Requires:       pkgconfig(gio-2.0) >= 2.86
 
 %description -n %{name}+v2_86-devel %{_description}
 
@@ -245,6 +244,19 @@ use the "v2_86" feature of the "%{crate}" crate.
 %files       -n %{name}+v2_86-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+v2_88-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.87
+
+%description -n %{name}+v2_88-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_88" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v2_88-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version} -p1
 %cargo_prep

diff --git a/rust2rpm.toml b/rust2rpm.toml
index f24ed2f..ca4e1bd 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -1,7 +1,3 @@
-[tests]
-run = false
-comments = ["tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64"]
-
 [features]
 hide = [
 ]
@@ -23,5 +19,6 @@ features.v2_78 = ["pkgconfig(gio-2.0) >= 2.77"]
 features.v2_80 = ["pkgconfig(gio-2.0) >= 2.80"]
 features.v2_82 = ["pkgconfig(gio-2.0) >= 2.82"]
 features.v2_84 = ["pkgconfig(gio-2.0) >= 2.84"]
-features.v2_86 = ["pkgconfig(gio-2.0) >= 2.85"]
+features.v2_86 = ["pkgconfig(gio-2.0) >= 2.86"]
+features.v2_88 = ["pkgconfig(gio-2.0) >= 2.87"]
 

diff --git a/sources b/sources
index 507b357..c6fdab1 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.21.5.crate) = 50dad933b686b88f560a76cfe59e473854a43c9efc4eb0cd0f936750ff9a3979920e5e2fb4e4140e8d706bf07fe2794c61034bf397a6b46b61bdce6a0a642168
+SHA512 (gio-sys-0.22.0.crate) = 6c494e51915523e4f04df9505277735b215083dc0585597fae2a82fe07938e27c0c534909378aff49c398b755b049d2861f8aa286ca763158cdfc4183ea343e4

^ 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-gio-sys] epel10: Update to version 0.22.0; Fixes RHBZ#2441297 Fabio Valentini

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