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] epel10: Update to version 0.14.0; Fixes RHBZ#1974992
Date: Fri, 25 Sep 2026 10:38:08 GMT [thread overview]
Message-ID: <179033268816.1.13356876525873605574.rpms-rust-gio-11217a6f3d0a@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-gio
Branch : epel10
Commit : 11217a6f3d0a2c3af73de410cc41b3c61f83454e
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-08-03T19:46:14+02:00
Stats : +18/-78 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio/c/11217a6f3d0a2c3af73de410cc41b3c61f83454e?branch=epel10
Log:
Update to version 0.14.0; Fixes RHBZ#1974992
---
diff --git a/.gitignore b/.gitignore
index 33a45e0..40e40b0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@
/gio-0.8.1.crate
/gio-0.9.0.crate
/gio-0.9.1.crate
+/gio-0.14.0.crate
diff --git a/rust-gio.spec b/rust-gio.spec
index 08863a0..03920f7 100644
--- a/rust-gio.spec
+++ b/rust-gio.spec
@@ -1,11 +1,11 @@
-# Generated by rust2rpm 13
-%bcond_with check
+# Generated by rust2rpm 18
+%bcond_without check
%global debug_package %{nil}
%global crate gio
Name: rust-%{crate}
-Version: 0.9.1
+Version: 0.14.0
Release: %autorelease
Summary: Rust bindings for the Gio library
@@ -36,10 +36,9 @@ This package contains library source intended for building other packages
which use "%{crate}" crate.
%files devel
-%license COPYRIGHT LICENSE
+%license LICENSE COPYRIGHT
%doc README.md
%{cargo_registry}/%{crate}-%{version_no_tilde}/
-%exclude %{cargo_registry}/%{crate}-%{version_no_tilde}/{appveyor.yml,LGPL,Makefile}
%package -n %{name}+default-devel
Summary: %{summary}
@@ -65,78 +64,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}+embed-lgpl-docs-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+embed-lgpl-docs-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "embed-lgpl-docs" feature of "%{crate}" crate.
-
-%files -n %{name}+embed-lgpl-docs-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+gtk-rs-lgpl-docs-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+gtk-rs-lgpl-docs-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "gtk-rs-lgpl-docs" feature of "%{crate}" crate.
-
-%files -n %{name}+gtk-rs-lgpl-docs-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+purge-lgpl-docs-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%description -n %{name}+purge-lgpl-docs-devel %{_description}
-
-This package contains library source intended for building other packages
-which use "purge-lgpl-docs" feature of "%{crate}" crate.
-
-%files -n %{name}+purge-lgpl-docs-devel
-%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-
-%package -n %{name}+v2_44-devel
-Summary: %{summary}
-BuildArch: noarch
-
-%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
-
-%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
-
-%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
@@ -233,6 +160,18 @@ 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
+
+%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
diff --git a/sources b/sources
index 7b9f34b..7d86069 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-0.9.1.crate) = 27fc81f9ee318a8611588d8453dec9d7973ec9523dbcb5fd0cf8689093b8267609ec25b3659eb6b595f6bdeca7c94308fddc172ae256993a29411ba28814ee2b
+SHA512 (gio-0.14.0.crate) = d9a5409ca12dcf5228f97cd23b4a509e6fa9e12a27e8464597004bdece450ebf60d93aeb1ac74b80db659cf84a70bd36d67f5a80f96788c2ec58f1f9969d6301
reply other threads:[~2026-09-25 10:38 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=179033268816.1.13356876525873605574.rpms-rust-gio-11217a6f3d0a@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