public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glib-sys] epel10: Update to version 0.14.0; Fixes RHBZ#1974969
@ 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 : 67cbfc6ac8a61ec4fed26b441462f95223d6062b
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2021-08-03T16:44:47+02:00
Stats  : +39/-52 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-glib-sys/c/67cbfc6ac8a61ec4fed26b441462f95223d6062b?branch=epel10

Log:
Update to version 0.14.0; Fixes RHBZ#1974969

---
diff --git a/.gitignore b/.gitignore
index 8d19b74..3ea36e2 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /glib-sys-0.9.1.crate
 /glib-sys-0.10.0.crate
 /glib-sys-0.10.1.crate
+/glib-sys-0.14.0.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index d29c751..512920a 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,13 +1,7 @@
 [DEFAULT]
 buildrequires =
-  pkgconfig(glib-2.0) >= 2.42
+  pkgconfig(glib-2.0) >= 2.48
 lib.requires =
-  pkgconfig(glib-2.0) >= 2.42
-lib+v2_44.requires =
-  pkgconfig(glib-2.0) >= 2.44
-lib+v2_46.requires =
-  pkgconfig(glib-2.0) >= 2.46
-lib+v2_48.requires =
   pkgconfig(glib-2.0) >= 2.48
 lib+v2_50.requires =
   pkgconfig(glib-2.0) >= 2.50
@@ -25,3 +19,7 @@ lib+v2_62.requires =
   pkgconfig(glib-2.0) >= 2.62
 lib+v2_64.requires =
   pkgconfig(glib-2.0) >= 2.64
+lib+v2_66.requires =
+  pkgconfig(glib-2.0) >= 2.66
+lib+v2_68.requires =
+  pkgconfig(glib-2.0) >= 2.68

diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index d3faffe..0391889 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-sys.spec
@@ -1,15 +1,17 @@
-# Generated by rust2rpm 13
+# Generated by rust2rpm 18
+# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
 %bcond_with check
 %global debug_package %{nil}
 
 %global crate glib-sys
 
 Name:           rust-%{crate}
-Version:        0.10.1
+Version:        0.14.0
 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}
@@ -29,7 +31,7 @@ FFI bindings to libglib-2.0.}
 %package        devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.42
+Requires:       pkgconfig(glib-2.0) >= 2.48
 
 %description    devel %{_description}
 
@@ -37,7 +39,6 @@ This package contains library source intended for building other packages
 which use "%{crate}" crate.
 
 %files          devel
-%license LICENSE
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
 
 %package     -n %{name}+default-devel
@@ -64,45 +65,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}+v2_44-devel
-Summary:        %{summary}
-BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.44
-
-%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
-Requires:       pkgconfig(glib-2.0) >= 2.46
-
-%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
-Requires:       pkgconfig(glib-2.0) >= 2.48
-
-%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
@@ -207,13 +169,39 @@ 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
+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.
+
+%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(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.
+
+%files       -n %{name}+v2_68-devel
+%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep
 
 %generate_buildrequires
 %cargo_generate_buildrequires
-echo 'pkgconfig(glib-2.0) >= 2.42'
+echo 'pkgconfig(glib-2.0) >= 2.48'
 
 %build
 %cargo_build

diff --git a/sources b/sources
index d9a0083..687b074 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.10.1.crate) = 6bcfaffe5e46d29e57df09bac1b814830c59c3c12055db4675d74eed1a98f61701e146ee5a98cb517ce36b8c6e35e0bcf96dd3b62aa82158b1bdff5f38037a0c
+SHA512 (glib-sys-0.14.0.crate) = 9fdf85452eeffcf7605d6a087ca141a314113242a98476e6ba4af38fd69135c170ba7d6d5e8fdc37389e51612f11a44b19e3fef3ad2c60582b368b743c6d6c63

^ 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.14.0; Fixes RHBZ#1974969 Fabio Valentini

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