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-gio-sys] epel10: Update to version 0.20.9; Fixes RHBZ#2345977
Date: Fri, 25 Sep 2026 10:36:09 GMT [thread overview]
Message-ID: <179033256930.1.8923628043779632188.rpms-rust-gio-sys-e6903d494797@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gio-sys
Branch : epel10
Commit : e6903d494797d51a310ea1098b0908f61abb32ad
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2025-02-24T19:39:47+01:00
Stats : +21/-7 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio-sys/c/e6903d494797d51a310ea1098b0908f61abb32ad?branch=epel10
Log:
Update to version 0.20.9; Fixes RHBZ#2345977
---
diff --git a/.gitignore b/.gitignore
index 2126eb1..87014de 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,3 +24,4 @@
/gio-sys-0.20.5.crate
/gio-sys-0.20.6.crate
/gio-sys-0.20.8.crate
+/gio-sys-0.20.9.crate
diff --git a/gio-sys-fix-metadata-auto.diff b/gio-sys-fix-metadata-auto.diff
index 44b2702..d4f96af 100644
--- a/gio-sys-fix-metadata-auto.diff
+++ b/gio-sys-fix-metadata-auto.diff
@@ -1,5 +1,5 @@
---- gio-sys-0.20.8/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ gio-sys-0.20.8/Cargo.toml 2025-01-05T15:25:25.590654+00:00
+--- gio-sys-0.20.9/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gio-sys-0.20.9/Cargo.toml 2025-02-24T18:39:21.006936+00:00
@@ -134,6 +134,3 @@
v2_82 = ["v2_80"]
v2_84 = ["v2_82"]
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 97e2e5f..a5d0fc3 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -6,7 +6,7 @@
%global crate gio-sys
Name: rust-gio-sys
-Version: 0.20.8
+Version: 0.20.9
Release: %autorelease
Summary: FFI bindings to libgio-2.0
@@ -209,7 +209,7 @@ use the "v2_80" feature of the "%{crate}" crate.
%package -n %{name}+v2_82-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.81
+Requires: pkgconfig(gio-2.0) >= 2.82
%description -n %{name}+v2_82-devel %{_description}
@@ -219,6 +219,19 @@ use the "v2_82" feature of the "%{crate}" crate.
%files -n %{name}+v2_82-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+v2_84-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gio-2.0) >= 2.83
+
+%description -n %{name}+v2_84-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_84" feature of the "%{crate}" crate.
+
+%files -n %{name}+v2_84-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index 1b05f10..036b030 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -4,7 +4,6 @@ comments = ["tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64"]
[features]
hide = [
- "v2_84",
]
[requires]
@@ -22,5 +21,6 @@ features.v2_74 = ["pkgconfig(gio-2.0) >= 2.74"]
features.v2_76 = ["pkgconfig(gio-2.0) >= 2.76"]
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.81"]
+features.v2_82 = ["pkgconfig(gio-2.0) >= 2.82"]
+features.v2_84 = ["pkgconfig(gio-2.0) >= 2.83"]
diff --git a/sources b/sources
index cdd3017..7a69cc7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.20.8.crate) = a3d9ecd2635c98e1c7687b35770c52ea0fe60d07a0270cf77bfeace03cce5df9190e66cec53640adf9d441afcb9f5c7e3197b0fed7567d1fab8c49636a72857f
+SHA512 (gio-sys-0.20.9.crate) = ea3ff89577b7281439c496602f46462526442f74ad8ec85ef971389f7c93f72c4985a021b86ca8d1de3289250a99bfd40f71886b2efdf890d0694c8f0c505eeb
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=179033256930.1.8923628043779632188.rpms-rust-gio-sys-e6903d494797@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