public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gio-sys] epel10: Update to version 0.15.7; Fixes RHBZ#2061929
@ 2026-09-25 10:35 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:35 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-gio-sys
Branch : epel10
Commit : 9848a2ef3d06db53ae6f555ba2eb4e14fdf5c102
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-03-09T14:59:21+01:00
Stats : +22/-21 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gio-sys/c/9848a2ef3d06db53ae6f555ba2eb4e14fdf5c102?branch=epel10
Log:
Update to version 0.15.7; Fixes RHBZ#2061929
---
diff --git a/.gitignore b/.gitignore
index 4c0a27d..d4a39d6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/gio-sys-0.14.0.crate
/gio-sys-0.15.5.crate
/gio-sys-0.15.6.crate
+/gio-sys-0.15.7.crate
diff --git a/gio-sys-fix-metadata.diff b/gio-sys-fix-metadata.diff
index ca77c02..cf47f40 100644
--- a/gio-sys-fix-metadata.diff
+++ b/gio-sys-fix-metadata.diff
@@ -1,5 +1,5 @@
---- gio-sys-0.15.6/Cargo.toml 1970-01-01T00:00:01+00:00
-+++ gio-sys-0.15.6/Cargo.toml 2022-02-20T22:22:00.471116+00:00
+--- gio-sys-0.15.7/Cargo.toml 1970-01-01T00:00:01+00:00
++++ gio-sys-0.15.7/Cargo.toml 2022-03-09T13:35:09.443841+00:00
@@ -97,6 +97,3 @@
v2_68 = ["v2_66"]
v2_70 = ["v2_68"]
diff --git a/rust-gio-sys.spec b/rust-gio-sys.spec
index 98b4375..8088a59 100644
--- a/rust-gio-sys.spec
+++ b/rust-gio-sys.spec
@@ -1,4 +1,4 @@
-# Generated by rust2rpm 20
+# Generated by rust2rpm 21
# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check
%global debug_package %{nil}
@@ -6,7 +6,7 @@
%global crate gio-sys
Name: rust-%{crate}
-Version: 0.15.6
+Version: 0.15.7
Release: %autorelease
Summary: FFI bindings to libgio-2.0
@@ -20,7 +20,7 @@ Patch0: gio-sys-fix-metadata.diff
ExclusiveArch: %{rust_arches}
-BuildRequires: rust-packaging
+BuildRequires: rust-packaging >= 21
%global _description %{expand:
FFI bindings to libgio-2.0.}
@@ -38,8 +38,8 @@ 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}/
+%license %{crate_instdir}/LICENSE
+%{crate_instdir}/
%package -n %{name}+default-devel
Summary: %{summary}
@@ -51,7 +51,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+dox-devel
Summary: %{summary}
@@ -63,7 +63,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_50-devel
Summary: %{summary}
@@ -76,7 +76,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_52-devel
Summary: %{summary}
@@ -89,7 +89,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_54-devel
Summary: %{summary}
@@ -102,7 +102,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_56-devel
Summary: %{summary}
@@ -115,7 +115,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_58-devel
Summary: %{summary}
@@ -128,7 +128,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_60-devel
Summary: %{summary}
@@ -141,7 +141,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_62-devel
Summary: %{summary}
@@ -154,7 +154,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_64-devel
Summary: %{summary}
@@ -167,7 +167,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_66-devel
Summary: %{summary}
@@ -180,7 +180,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_68-devel
Summary: %{summary}
@@ -193,7 +193,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%package -n %{name}+v2_70-devel
Summary: %{summary}
@@ -206,7 +206,7 @@ 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
+%ghost %{crate_instdir}/Cargo.toml
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
diff --git a/sources b/sources
index 9f97636..41c2f60 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gio-sys-0.15.6.crate) = d1cf1f0a711636e1e679fecfdcbd18d3003dcca11f2e06169d14f4727861a4a945f4cec44be91646f3bd53d780d9bce35caf79d0aa85766d4d9b804cfa3d4014
+SHA512 (gio-sys-0.15.7.crate) = a083661d48c4d9431186c07d3e74188cb4d65759f9f542c5e76263959d71726604c95c750352a243b06c74deba3e6dc93540dff301e985bed564d261978d7aa0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:35 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:35 [rpms/rust-gio-sys] epel10: Update to version 0.15.7; Fixes RHBZ#2061929 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox