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.1; Fixes RHBZ#2297134
Date: Fri, 25 Sep 2026 10:36:05 GMT [thread overview]
Message-ID: <179033256599.1.14469818810075622759.rpms-rust-gio-sys-16339c704805@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gio-sys
Branch : epel10
Commit : 16339c704805d18d53741dc0c46e31e52dc2180b
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2024-08-13T16:35:44+02:00
Stats : +23/-8 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio-sys/c/16339c704805d18d53741dc0c46e31e52dc2180b?branch=epel10
Log:
Update to version 0.20.1; Fixes RHBZ#2297134
---
diff --git a/.gitignore b/.gitignore
index 90da87e..64ed261 100644
--- a/.gitignore
+++ b/.gitignore
@@ -19,3 +19,4 @@
/gio-sys-0.19.0.crate
/gio-sys-0.19.5.crate
/gio-sys-0.19.8.crate
+/gio-sys-0.20.1.crate
diff --git a/gio-sys-fix-metadata-auto.diff b/gio-sys-fix-metadata-auto.diff
index d47326c..842bed6 100644
--- a/gio-sys-fix-metadata-auto.diff
+++ b/gio-sys-fix-metadata-auto.diff
@@ -1,8 +1,8 @@
---- gio-sys-0.19.8/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ gio-sys-0.19.8/Cargo.toml 2024-06-21T11:08:25.038662+00:00
-@@ -115,6 +115,3 @@
- v2_78 = ["v2_76"]
+--- gio-sys-0.20.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gio-sys-0.20.1/Cargo.toml 2024-08-13T14:32:55.377597+00:00
+@@ -129,6 +129,3 @@
v2_80 = ["v2_78"]
+ v2_82 = ["v2_80"]
-[target."cfg(windows)".dependencies.windows-sys]
-version = "0.52"
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 7e95030..ac85a02 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.19.8
+Version: 0.20.1
Release: %autorelease
Summary: FFI bindings to libgio-2.0
@@ -196,7 +196,7 @@ use the "v2_78" feature of the "%{crate}" crate.
%package -n %{name}+v2_80-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.79
+Requires: pkgconfig(gio-2.0) >= 2.80
%description -n %{name}+v2_80-devel %{_description}
@@ -206,6 +206,19 @@ use the "v2_80" feature of the "%{crate}" crate.
%files -n %{name}+v2_80-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+v2_82-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gio-2.0) >= 2.81
+
+%description -n %{name}+v2_82-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_82" feature of the "%{crate}" crate.
+
+%files -n %{name}+v2_82-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version} -p1
%cargo_prep
diff --git a/rust2rpm.toml b/rust2rpm.toml
index f16d668..15929aa 100644
--- a/rust2rpm.toml
+++ b/rust2rpm.toml
@@ -16,5 +16,6 @@ features.v2_72 = ["pkgconfig(gio-2.0) >= 2.72"]
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.79"]
+features.v2_80 = ["pkgconfig(gio-2.0) >= 2.80"]
+features.v2_82 = ["pkgconfig(gio-2.0) >= 2.81"]
diff --git a/sources b/sources
index d2fd2f9..88a0c59 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.19.8.crate) = edc4f900d5aca0263e17aa2f97b60284517ba0460c5c4c20408ef208df85f37bc7c52b523c45e3b401fe11617971166024f46646f230151b9eb61b1764b86b0f
+SHA512 (gio-sys-0.20.1.crate) = 4a69ffad1598732f5205de87a280811d034c3de87c8c9b045b134705b9c5719541b3737ab2433f50d8ffa3fc1ed008a04be1edc42098726f59a701c141e99b2c
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=179033256599.1.14469818810075622759.rpms-rust-gio-sys-16339c704805@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