public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gio] epel10: Update to version 0.15.5; Fixes RHBZ#2040897
@ 2026-09-25 10:38 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:38 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/rust-gio
Branch : epel10
Commit : eb3f174620f496ed94b9d8e5d7d0d07b8217581c
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-02-13T00:32:48+01:00
Stats  : +56/-31 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gio/c/eb3f174620f496ed94b9d8e5d7d0d07b8217581c?branch=epel10

Log:
Update to version 0.15.5; Fixes RHBZ#2040897

---
diff --git a/.gitignore b/.gitignore
index 026b79b..40eb280 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
 /gio-0.14.3.crate
 /gio-0.14.5.crate
 /gio-0.14.8.crate
+/gio-0.15.5.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
new file mode 100644
index 0000000..d721afb
--- /dev/null
+++ b/.rust2rpm.conf
@@ -0,0 +1,3 @@
+[DEFAULT]
+unwanted-features =
+  v2_72

diff --git a/rust-gio.spec b/rust-gio.spec
index d14c225..bca37c7 100644
--- a/rust-gio.spec
+++ b/rust-gio.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 18
+# Generated by rust2rpm 20
 %bcond_without check
 %global debug_package %{nil}
 
 %global crate gio
 
 Name:           rust-%{crate}
-Version:        0.14.8
+Version:        0.15.5
 Release:        %autorelease
 Summary:        Rust bindings for the Gio library
 
@@ -15,9 +15,6 @@ URL:            https://crates.io/crates/gio
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -32,11 +29,11 @@ BuildArch:      noarch
 
 %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 COPYRIGHT
+%license COPYRIGHT LICENSE
 %doc README.md
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
@@ -46,8 +43,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
@@ -58,8 +55,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
@@ -70,8 +67,8 @@ BuildArch:      noarch
 
 %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
@@ -82,8 +79,8 @@ BuildArch:      noarch
 
 %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
@@ -94,8 +91,8 @@ BuildArch:      noarch
 
 %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
@@ -106,8 +103,8 @@ BuildArch:      noarch
 
 %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
@@ -118,8 +115,8 @@ BuildArch:      noarch
 
 %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
@@ -130,8 +127,8 @@ BuildArch:      noarch
 
 %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
@@ -142,8 +139,8 @@ BuildArch:      noarch
 
 %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
@@ -154,8 +151,8 @@ BuildArch:      noarch
 
 %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
@@ -166,12 +163,36 @@ BuildArch:      noarch
 
 %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
+
+%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
+
+%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 6e87d9b..a6e4e8d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-0.14.8.crate) = c6ba8d5d3d6e3aed9bb2dc192f95005f60a6864a1807a4df4b9b7b695be8470970fc4310f69c808ffd27295c784585006071435cc4f78573591f359dc61e8102
+SHA512 (gio-0.15.5.crate) = 8d042de8ee149d6c934c42f73b0d8d87f84a5a686d163fdf4dd8a9a0d373c61f295edd9c41350d9a2f57c707b50d1c0ed7257d6ed90d32563f4440e5cf86dc5c

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:38 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:38 [rpms/rust-gio] epel10: Update to version 0.15.5; Fixes RHBZ#2040897 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox