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.15.5; Fixes RHBZ#2040896
Date: Fri, 25 Sep 2026 10:35:57 GMT	[thread overview]
Message-ID: <179033255702.1.13681712823954910653.rpms-rust-gio-sys-6248bc4f7eb0@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gio-sys
Branch : epel10
Commit : 6248bc4f7eb06dc31bfb22f1a1ceec487027d2b3
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-02-12T20:14:10+01:00
Stats  : +67/-37 in 5 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gio-sys/c/6248bc4f7eb06dc31bfb22f1a1ceec487027d2b3?branch=epel10

Log:
Update to version 0.15.5; Fixes RHBZ#2040896

---
diff --git a/.gitignore b/.gitignore
index cfe51a0..770f3f1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
 /gio-sys-0.10.0.crate
 /gio-sys-0.10.1.crate
 /gio-sys-0.14.0.crate
+/gio-sys-0.15.5.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index c04a371..768c907 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,4 +1,6 @@
 [DEFAULT]
+unwanted-features =
+  v2_72
 buildrequires =
   pkgconfig(gio-2.0) >= 2.48
 lib.requires =
@@ -21,3 +23,7 @@ lib+v2_64.requires =
   pkgconfig(gio-2.0) >= 2.64
 lib+v2_66.requires =
   pkgconfig(gio-2.0) >= 2.66
+lib+v2_68.requires =
+  pkgconfig(gio-2.0) >= 2.68
+lib+v2_70.requires =
+  pkgconfig(gio-2.0) >= 2.70

diff --git a/gio-sys-fix-metadata.diff b/gio-sys-fix-metadata.diff
index 28282f7..c1b9607 100644
--- a/gio-sys-fix-metadata.diff
+++ b/gio-sys-fix-metadata.diff
@@ -1,9 +1,9 @@
---- 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"]
+--- gio-sys-0.15.5/Cargo.toml	1970-01-01T00:00:01+00:00
++++ gio-sys-0.15.5/Cargo.toml	2022-02-12T19:11:31.543288+00:00
+@@ -97,6 +97,3 @@
+ v2_68 = ["v2_66"]
+ v2_70 = ["v2_68"]
+ v2_72 = ["v2_70"]
 -[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 ca8115c..e8a95f1 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
 # * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
 %bcond_with check
 %global debug_package %{nil}
@@ -6,12 +6,11 @@
 %global crate gio-sys
 
 Name:           rust-%{crate}
-Version:        0.14.0
+Version:        0.15.5
 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}
@@ -20,9 +19,6 @@ Source:         %{crates_source}
 Patch0:         gio-sys-fix-metadata.diff
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -38,10 +34,11 @@ Requires:       pkgconfig(gio-2.0) >= 2.48
 
 %description    devel %{_description}
 
-This package contains library source intended for building other packages
-which use "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "%{crate}" crate.
 
 %files          devel
+%license LICENSE
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
 %package     -n %{name}+default-devel
@@ -50,8 +47,8 @@ BuildArch:      noarch
 
 %description -n %{name}+default-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "default" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "default" feature of the "%{crate}" crate.
 
 %files       -n %{name}+default-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -62,8 +59,8 @@ BuildArch:      noarch
 
 %description -n %{name}+dox-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "dox" feature of "%{crate}" crate.
+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 %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -75,8 +72,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.50
 
 %description -n %{name}+v2_50-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_50" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_50" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_50-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -88,8 +85,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.52
 
 %description -n %{name}+v2_52-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_52" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_52" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_52-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -101,8 +98,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.54
 
 %description -n %{name}+v2_54-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_54" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_54" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_54-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -114,8 +111,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.56
 
 %description -n %{name}+v2_56-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_56" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_56" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_56-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -127,8 +124,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.58
 
 %description -n %{name}+v2_58-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_58" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_58" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_58-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -140,8 +137,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.60
 
 %description -n %{name}+v2_60-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_60" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_60" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_60-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -153,8 +150,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.62
 
 %description -n %{name}+v2_62-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_62" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_62" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_62-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -166,8 +163,8 @@ Requires:       pkgconfig(gio-2.0) >= 2.64
 
 %description -n %{name}+v2_64-devel %{_description}
 
-This package contains library source intended for building other packages
-which use "v2_64" feature of "%{crate}" crate.
+This package contains library source intended for building other packages which
+use the "v2_64" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_64-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
@@ -179,12 +176,38 @@ 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.
+This package contains library source intended for building other packages which
+use the "v2_66" feature of the "%{crate}" crate.
 
 %files       -n %{name}+v2_66-devel
 %ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
 
+%package     -n %{name}+v2_68-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.68
+
+%description -n %{name}+v2_68-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_68" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v2_68-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
+%package     -n %{name}+v2_70-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(gio-2.0) >= 2.70
+
+%description -n %{name}+v2_70-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_70" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v2_70-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep

diff --git a/sources b/sources
index f88b0eb..493c95f 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.14.0.crate) = 05502ba056b8f9277be35f8563259452cbb92d60a46e0f0eae131a00f3c7a3931bfbd71cbe7786c64217132e7925ee2682f1011d01983c4e474346672c997549
+SHA512 (gio-sys-0.15.5.crate) = 5a46b51c2ebf9368a1a18dd2a0751d3d96fb8638380ef03b499dbc9fbb3acc0839b686dc012f216bafba014a7805c8e616ce7f7388b44fc7e3ef00fe8d3de887

                 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=179033255702.1.13681712823954910653.rpms-rust-gio-sys-6248bc4f7eb0@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