public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gobject-sys] epel10: Update to version 0.16.3; Fixes RHBZ#2136066
@ 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-gobject-sys
Branch : epel10
Commit : 064eb4c39eea49159100fe1cc463aed30641989f
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2022-11-28T14:47:56+01:00
Stats : +39/-41 in 5 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gobject-sys/c/064eb4c39eea49159100fe1cc463aed30641989f?branch=epel10
Log:
Update to version 0.16.3; Fixes RHBZ#2136066
---
diff --git a/.gitignore b/.gitignore
index e20c5bb..5cb2d73 100644
--- a/.gitignore
+++ b/.gitignore
@@ -9,3 +9,4 @@
/gobject-sys-0.15.5.crate
/gobject-sys-0.15.7.crate
/gobject-sys-0.15.10.crate
+/gobject-sys-0.16.3.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
deleted file mode 100644
index 8b4ce8f..0000000
--- a/.rust2rpm.conf
+++ /dev/null
@@ -1,19 +0,0 @@
-[DEFAULT]
-buildrequires =
- pkgconfig(gobject-2.0) >= 2.48
-lib.requires =
- pkgconfig(gobject-2.0) >= 2.48
-lib+v2_54.requires =
- pkgconfig(gobject-2.0) >= 2.54
-lib+v2_58.requires =
- pkgconfig(gobject-2.0) >= 2.58
-lib+v2_62.requires =
- pkgconfig(gobject-2.0) >= 2.62
-lib+v2_66.requires =
- pkgconfig(gobject-2.0) >= 2.66
-lib+v2_68.requires =
- pkgconfig(gobject-2.0) >= 2.68
-lib+v2_70.requires =
- pkgconfig(gobject-2.0) >= 2.70
-lib+v2_72.requires =
- pkgconfig(gobject-2.0) >= 2.72
diff --git a/rust-gobject-sys.spec b/rust-gobject-sys.spec
index 9547dac..8f5ac8e 100644
--- a/rust-gobject-sys.spec
+++ b/rust-gobject-sys.spec
@@ -1,22 +1,19 @@
-# Generated by rust2rpm 21
+# Generated by rust2rpm 23
# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
%bcond_with check
%global debug_package %{nil}
%global crate gobject-sys
-Name: rust-%{crate}
-Version: 0.15.10
+Name: rust-gobject-sys
+Version: 0.16.3
Release: %autorelease
Summary: FFI bindings to libgobject-2.0
-# Upstream license specification: MIT
License: MIT
URL: https://crates.io/crates/gobject-sys
Source: %{crates_source}
-ExclusiveArch: %{rust_arches}
-
BuildRequires: rust-packaging >= 21
%global _description %{expand:
@@ -27,7 +24,7 @@ FFI bindings to libgobject-2.0.}
%package devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.48
+Requires: pkgconfig(gobject-2.0) >= 2.56
%description devel %{_description}
@@ -62,19 +59,6 @@ use the "dox" feature of the "%{crate}" crate.
%files -n %{name}+dox-devel
%ghost %{crate_instdir}/Cargo.toml
-%package -n %{name}+v2_54-devel
-Summary: %{summary}
-BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.54
-
-%description -n %{name}+v2_54-devel %{_description}
-
-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 %{crate_instdir}/Cargo.toml
-
%package -n %{name}+v2_58-devel
Summary: %{summary}
BuildArch: noarch
@@ -153,13 +137,26 @@ use the "v2_72" feature of the "%{crate}" crate.
%files -n %{name}+v2_72-devel
%ghost %{crate_instdir}/Cargo.toml
+%package -n %{name}+v2_74-devel
+Summary: %{summary}
+BuildArch: noarch
+Requires: pkgconfig(gobject-2.0) >= 2.74
+
+%description -n %{name}+v2_74-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_74" feature of the "%{crate}" crate.
+
+%files -n %{name}+v2_74-devel
+%ghost %{crate_instdir}/Cargo.toml
+
%prep
%autosetup -n %{crate}-%{version_no_tilde} -p1
%cargo_prep
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'pkgconfig(gobject-2.0) >= 2.48'
+echo 'pkgconfig(gobject-2.0) >= 2.56'
%build
%cargo_build
diff --git a/rust2rpm.conf b/rust2rpm.conf
new file mode 100644
index 0000000..eb6d744
--- /dev/null
+++ b/rust2rpm.conf
@@ -0,0 +1,19 @@
+[DEFAULT]
+buildrequires =
+ pkgconfig(gobject-2.0) >= 2.56
+lib.requires =
+ pkgconfig(gobject-2.0) >= 2.56
+lib+v2_58.requires =
+ pkgconfig(gobject-2.0) >= 2.58
+lib+v2_62.requires =
+ pkgconfig(gobject-2.0) >= 2.62
+lib+v2_66.requires =
+ pkgconfig(gobject-2.0) >= 2.66
+lib+v2_68.requires =
+ pkgconfig(gobject-2.0) >= 2.68
+lib+v2_70.requires =
+ pkgconfig(gobject-2.0) >= 2.70
+lib+v2_72.requires =
+ pkgconfig(gobject-2.0) >= 2.72
+lib+v2_74.requires =
+ pkgconfig(gobject-2.0) >= 2.74
diff --git a/sources b/sources
index 2f47077..87079db 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gobject-sys-0.15.10.crate) = 351b4dc985f5e0b1b3c7f2da9a615188b11a0b62052ffcd6e4fd654b086b0d66bee325f6e8807c2b3508132816540f2c8431f74ffdb4d31d436594ad2fdc0d92
+SHA512 (gobject-sys-0.16.3.crate) = a0753de79299e1116c29e372bb4c7d5a68250227265e808a38a9fe8acbbc53aed3171f5d2813a55e168af00176512d69f8926dc135d3b73e45a44263139fb246
^ 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-gobject-sys] epel10: Update to version 0.16.3; Fixes RHBZ#2136066 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox