public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gio-sys] epel10: Update to version 0.18.1; Fixes RHBZ#2224907
@ 2026-09-25 10:36 Kalev Lember
0 siblings, 0 replies; only message in thread
From: Kalev Lember @ 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 : 98299a79a1c471b2d1e70002e1744d415920431e
Author : Kalev Lember <klember@redhat.com>
Date : 2023-08-07T23:42:49+02:00
Stats : +25/-22 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio-sys/c/98299a79a1c471b2d1e70002e1744d415920431e?branch=epel10
Log:
Update to version 0.18.1; Fixes RHBZ#2224907
- Re-enable self tests as they are fixed in the new release
---
diff --git a/.gitignore b/.gitignore
index 990af74..956a941 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
/gio-sys-0.17.0.crate
/gio-sys-0.17.4.crate
/gio-sys-0.17.10.crate
+/gio-sys-0.18.1.crate
diff --git a/gio-sys-fix-metadata-auto.diff b/gio-sys-fix-metadata-auto.diff
index d3855a0..10b76b1 100644
--- a/gio-sys-fix-metadata-auto.diff
+++ b/gio-sys-fix-metadata-auto.diff
@@ -1,8 +1,8 @@
---- gio-sys-0.17.10/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ gio-sys-0.17.10/Cargo.toml 2023-06-12T11:28:20.144875+00:00
-@@ -104,9 +104,3 @@
- v2_74 = ["v2_72"]
+--- gio-sys-0.18.1/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gio-sys-0.18.1/Cargo.toml 2023-08-07T21:39:59.667124+00:00
+@@ -113,9 +113,3 @@
v2_76 = ["v2_74"]
+ v2_78 = ["v2_76"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 540f2d6..caedaf3 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,12 +1,11 @@
# Generated by rust2rpm 24
-# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
-%bcond_with check
+%bcond_without check
%global debug_package %{nil}
%global crate gio-sys
Name: rust-gio-sys
-Version: 0.17.10
+Version: 0.18.1
Release: %autorelease
Summary: FFI bindings to libgio-2.0
@@ -49,18 +48,6 @@ use the "default" feature of the "%{crate}" crate.
%files -n %{name}+default-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+dox-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+dox-devel %{_description}
-
-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 %{crate_instdir}/Cargo.toml
-
%package -n %{name}+v2_58-devel
Summary: %{summary}
BuildArch: noarch
@@ -181,7 +168,7 @@ use the "v2_74" feature of the "%{crate}" crate.
%package -n %{name}+v2_76-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.75
+Requires: pkgconfig(gio-2.0) >= 2.76
%description -n %{name}+v2_76-devel %{_description}
@@ -191,6 +178,19 @@ use the "v2_76" feature of the "%{crate}" crate.
%files -n %{name}+v2_76-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+v2_78-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gio-2.0) >= 2.77
+
+%description -n %{name}+v2_78-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_78" feature of the "%{crate}" crate.
+
+%files -n %{name}+v2_78-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
diff --git a/rust2rpm.conf b/rust2rpm.conf
index d938aef..6ed2544 100644
--- a/rust2rpm.conf
+++ b/rust2rpm.conf
@@ -22,4 +22,6 @@ lib+v2_72.requires =
lib+v2_74.requires =
pkgconfig(gio-2.0) >= 2.74
lib+v2_76.requires =
- pkgconfig(gio-2.0) >= 2.75
+ pkgconfig(gio-2.0) >= 2.76
+lib+v2_78.requires =
+ pkgconfig(gio-2.0) >= 2.77
diff --git a/sources b/sources
index b950aa6..8745e5a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.17.10.crate) = cf2a51fe0fd02b0d6f5e9de16d1d80bbeeb1ef54e89c48f9384e2fd82f79085ae6e636ea671223e0a45a15f32d3a05f92a89b900096c3e4fa5b86ab606835ce0
+SHA512 (gio-sys-0.18.1.crate) = f02e9766754d48407e955fc81bb27820a357a1f6cf7b1e89464c0399cd39d4adfb8586d7d7a2a12e98792fcf6e4fe2807816185824967906d45ff936ba3d911c
^ 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.18.1; Fixes RHBZ#2224907 Kalev Lember
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox