public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glib-sys] epel10: Update to version 0.15.5; Fixes RHBZ#2040900
@ 2026-09-25 10:34 Fabio Valentini
0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:34 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/rust-glib-sys
Branch : epel10
Commit : c9488c166dc63cf80c7144a23bfe66dacb64de31
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-02-12T19:44:01+01:00
Stats : +48/-33 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-glib-sys/c/c9488c166dc63cf80c7144a23bfe66dacb64de31?branch=epel10
Log:
Update to version 0.15.5; Fixes RHBZ#2040900
---
diff --git a/.gitignore b/.gitignore
index 3ea36e2..bdb6bc6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@
/glib-sys-0.10.0.crate
/glib-sys-0.10.1.crate
/glib-sys-0.14.0.crate
+/glib-sys-0.15.5.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index 512920a..9afc62e 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,4 +1,6 @@
[DEFAULT]
+unwanted-features =
+ v2_72
buildrequires =
pkgconfig(glib-2.0) >= 2.48
lib.requires =
@@ -23,3 +25,5 @@ lib+v2_66.requires =
pkgconfig(glib-2.0) >= 2.66
lib+v2_68.requires =
pkgconfig(glib-2.0) >= 2.68
+lib+v2_70.requires =
+ pkgconfig(glib-2.0) >= 2.70
diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index 0391889..e01829f 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-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,20 +6,16 @@
%global crate glib-sys
Name: rust-%{crate}
-Version: 0.14.0
+Version: 0.15.5
Release: %autorelease
Summary: FFI bindings to libglib-2.0
# Upstream license specification: MIT
-# https://github.com/gtk-rs/gtk-rs-core/issues/172
License: MIT
URL: https://crates.io/crates/glib-sys
Source: %{crates_source}
ExclusiveArch: %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch: noarch
-%endif
BuildRequires: rust-packaging
@@ -35,10 +31,11 @@ Requires: pkgconfig(glib-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
@@ -47,8 +44,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
@@ -59,8 +56,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
@@ -72,8 +69,8 @@ Requires: pkgconfig(glib-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
@@ -85,8 +82,8 @@ Requires: pkgconfig(glib-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
@@ -98,8 +95,8 @@ Requires: pkgconfig(glib-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
@@ -111,8 +108,8 @@ Requires: pkgconfig(glib-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
@@ -124,8 +121,8 @@ Requires: pkgconfig(glib-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
@@ -137,8 +134,8 @@ Requires: pkgconfig(glib-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
@@ -150,8 +147,8 @@ Requires: pkgconfig(glib-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
@@ -163,8 +160,8 @@ Requires: pkgconfig(glib-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
@@ -176,8 +173,8 @@ Requires: pkgconfig(glib-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
@@ -189,12 +186,25 @@ Requires: pkgconfig(glib-2.0) >= 2.68
%description -n %{name}+v2_68-devel %{_description}
-This package contains library source intended for building other packages
-which use "v2_68" feature of "%{crate}" crate.
+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(glib-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 687b074..3277fff 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.14.0.crate) = 9fdf85452eeffcf7605d6a087ca141a314113242a98476e6ba4af38fd69135c170ba7d6d5e8fdc37389e51612f11a44b19e3fef3ad2c60582b368b743c6d6c63
+SHA512 (glib-sys-0.15.5.crate) = 0b960b7cf7f1faeac81422ec681976451f32e248c7000f2e4fa2a9323684c6ab0c3185fe6c105078b210b82accb1e3ae70e418e5979219c3651ea31643e20f64
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-09-25 10:34 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:34 [rpms/rust-glib-sys] epel10: Update to version 0.15.5; Fixes RHBZ#2040900 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox