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.14.0; Fixes RHBZ#1974993
Date: Fri, 25 Sep 2026 10:35:55 GMT [thread overview]
Message-ID: <179033255598.1.6317007713738626857.rpms-rust-gio-sys-be2d5f17e3df@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gio-sys
Branch : epel10
Commit : be2d5f17e3dfb732d666e3f9d0a252167603d6ef
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-08-03T17:48:56+02:00
Stats : +29/-57 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio-sys/c/be2d5f17e3dfb732d666e3f9d0a252167603d6ef?branch=epel10
Log:
Update to version 0.14.0; Fixes RHBZ#1974993
---
diff --git a/.gitignore b/.gitignore
index 0d25396..cfe51a0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
/gio-sys-0.9.1.crate
/gio-sys-0.10.0.crate
/gio-sys-0.10.1.crate
+/gio-sys-0.14.0.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 9e62980..c04a371 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,13 +1,7 @@
[DEFAULT]
buildrequires =
- pkgconfig(gio-2.0) >= 2.42
+ pkgconfig(gio-2.0) >= 2.48
lib.requires =
- pkgconfig(gio-2.0) >= 2.42
-lib+v2_44.requires =
- pkgconfig(gio-2.0) >= 2.44
-lib+v2_46.requires =
- pkgconfig(gio-2.0) >= 2.46
-lib+v2_48.requires =
pkgconfig(gio-2.0) >= 2.48
lib+v2_50.requires =
pkgconfig(gio-2.0) >= 2.50
@@ -25,3 +19,5 @@ lib+v2_62.requires =
pkgconfig(gio-2.0) >= 2.62
lib+v2_64.requires =
pkgconfig(gio-2.0) >= 2.64
+lib+v2_66.requires =
+ pkgconfig(gio-2.0) >= 2.66
diff --git a/gio-sys-fix-metadata.diff b/gio-sys-fix-metadata.diff
index 64ae3b1..28282f7 100644
--- a/gio-sys-fix-metadata.diff
+++ b/gio-sys-fix-metadata.diff
@@ -1,9 +1,9 @@
---- gio-sys-0.10.1/Cargo.toml 2020-09-16T08:48:39+00:00
-+++ gio-sys-0.10.1/Cargo.toml 2020-09-17T10:29:26.798445+00:00
-@@ -71,6 +71,3 @@
- v2_60 = ["v2_58"]
+--- gio-sys-0.14.0/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gio-sys-0.14.0/Cargo.toml 2021-08-02T11:33:37.941813+00:00
+@@ -84,6 +84,3 @@
v2_62 = ["v2_60"]
v2_64 = ["v2_62"]
+ v2_66 = ["v2_64"]
-[target."cfg(windows)".dependencies.winapi]
-version = "0.3.9"
-features = ["ws2def", "winsock2"]
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 0006ac1..ca8115c 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,20 +1,22 @@
-# Generated by rust2rpm 13
+# Generated by rust2rpm 18
+# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check
%global debug_package %{nil}
%global crate gio-sys
Name: rust-%{crate}
-Version: 0.10.1
+Version: 0.14.0
Release: %autorelease
Summary: FFI bindings to libgio-2.0
# Upstream license specification: MIT
+# https://github.com/gtk-rs/gtk-rs-core/issues/172
License: MIT
URL: https://crates.io/crates/gio-sys
Source: %{crates_source}
# Initial patched metadata
-# * Drop windows-specific dependencies
+# * drop windows-specific dependencies
Patch0: gio-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches}
@@ -32,7 +34,7 @@ FFI bindings to libgio-2.0.}
%package devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.42
+Requires: pkgconfig(gio-2.0) >= 2.48
%description devel %{_description}
@@ -40,7 +42,6 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
-%license LICENSE
%{cargo_registry}/%{crate}-%{version_no_tilde}/
%package -n %{name}+default-devel
@@ -67,45 +68,6 @@ which use "dox" feature of "%{crate}" crate.
%files -n %{name}+dox-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_44-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.44
-
-%description -n %{name}+v2_44-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_44" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_44-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+v2_46-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.46
-
-%description -n %{name}+v2_46-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_46" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_46-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+v2_48-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gio-2.0) >= 2.48
-
-%description -n %{name}+v2_48-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "v2_48" feature of "%{crate}" crate.
-
-%files -n %{name}+v2_48-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
%package -n %{name}+v2_50-devel
Summary: %{summary}
BuildArch: noarch
@@ -210,13 +172,26 @@ which use "v2_64" feature of "%{crate}" crate.
%files -n %{name}+v2_64-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+%package -n %{name}+v2_66-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gio-2.0) >= 2.66
+
+%description -n %{name}+v2_66-devel %{_description}
+
+This package contains library source intended for building other packages
+which use "v2_66" feature of "%{crate}" crate.
+
+%files -n %{name}+v2_66-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'pkgconfig(gio-2.0) >= 2.42'
+echo 'pkgconfig(gio-2.0) >= 2.48'
%build
%cargo_build
diff --git a/sources b/sources
index 7c60038..f88b0eb 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.10.1.crate) = 79b34dbbe5ac2e7f19233f0d0d22b5197b0ef38b624430fe5850bb501f24713d5af047836b050a2c02a5afdf7dca33059f1bd039478bb867301ed4a4baa1684e
+SHA512 (gio-sys-0.14.0.crate) = 05502ba056b8f9277be35f8563259452cbb92d60a46e0f0eae131a00f3c7a3931bfbd71cbe7786c64217132e7925ee2682f1011d01983c4e474346672c997549
reply other threads:[~2026-09-25 10:35 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=179033255598.1.6317007713738626857.rpms-rust-gio-sys-be2d5f17e3df@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