public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-gobject-sys] epel10: Update to version 0.14.0; Fixes RHBZ#1974995
@ 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 : 2acf559e4be10712b3af0c55eb8e52358d562460
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-08-03T17:11:02+02:00
Stats : +39/-37 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-gobject-sys/c/2acf559e4be10712b3af0c55eb8e52358d562460?branch=epel10
Log:
Update to version 0.14.0; Fixes RHBZ#1974995
---
diff --git a/.gitignore b/.gitignore
index c9e9c89..5c40882 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@
/gobject-sys-0.9.0.crate
/gobject-sys-0.9.1.crate
/gobject-sys-0.10.0.crate
+/gobject-sys-0.14.0.crate
diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index a05c0c4..acd7f51 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,15 +1,15 @@
[DEFAULT]
buildrequires =
- pkgconfig(gobject-2.0) >= 2.42
+ pkgconfig(gobject-2.0) >= 2.48
lib.requires =
- pkgconfig(gobject-2.0) >= 2.42
-lib+v2_44.requires =
- pkgconfig(gobject-2.0) >= 2.44
-lib+v2_46.requires =
- pkgconfig(gobject-2.0) >= 2.46
+ 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
diff --git a/rust-gobject-sys.spec b/rust-gobject-sys.spec
index 83da81a..8fa6ee2 100644
--- a/rust-gobject-sys.spec
+++ b/rust-gobject-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 gobject-sys
Name: rust-%{crate}
-Version: 0.10.0
+Version: 0.14.0
Release: %autorelease
Summary: FFI bindings to libgobject-2.0
# Upstream license specification: MIT
+# https://github.com/gtk-rs/gtk-rs-core/issues/172
License: MIT
URL: https://crates.io/crates/gobject-sys
Source: %{crates_source}
@@ -29,7 +31,7 @@ FFI bindings to libgobject-2.0.}
%package devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.42
+Requires: pkgconfig(gobject-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,69 +65,69 @@ 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
+%package -n %{name}+v2_54-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.44
+Requires: pkgconfig(gobject-2.0) >= 2.54
-%description -n %{name}+v2_44-devel %{_description}
+%description -n %{name}+v2_54-devel %{_description}
This package contains library source intended for building other packages
-which use "v2_44" feature of "%{crate}" crate.
+which use "v2_54" feature of "%{crate}" crate.
-%files -n %{name}+v2_44-devel
+%files -n %{name}+v2_54-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_46-devel
+%package -n %{name}+v2_58-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.46
+Requires: pkgconfig(gobject-2.0) >= 2.58
-%description -n %{name}+v2_46-devel %{_description}
+%description -n %{name}+v2_58-devel %{_description}
This package contains library source intended for building other packages
-which use "v2_46" feature of "%{crate}" crate.
+which use "v2_58" feature of "%{crate}" crate.
-%files -n %{name}+v2_46-devel
+%files -n %{name}+v2_58-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_54-devel
+%package -n %{name}+v2_62-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.54
+Requires: pkgconfig(gobject-2.0) >= 2.62
-%description -n %{name}+v2_54-devel %{_description}
+%description -n %{name}+v2_62-devel %{_description}
This package contains library source intended for building other packages
-which use "v2_54" feature of "%{crate}" crate.
+which use "v2_62" feature of "%{crate}" crate.
-%files -n %{name}+v2_54-devel
+%files -n %{name}+v2_62-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_58-devel
+%package -n %{name}+v2_66-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.58
+Requires: pkgconfig(gobject-2.0) >= 2.66
-%description -n %{name}+v2_58-devel %{_description}
+%description -n %{name}+v2_66-devel %{_description}
This package contains library source intended for building other packages
-which use "v2_58" feature of "%{crate}" crate.
+which use "v2_66" feature of "%{crate}" crate.
-%files -n %{name}+v2_58-devel
+%files -n %{name}+v2_66-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
-%package -n %{name}+v2_62-devel
+%package -n %{name}+v2_68-devel
Summary: %{summary}
BuildArch: noarch
-Requires: pkgconfig(gobject-2.0) >= 2.62
+Requires: pkgconfig(gobject-2.0) >= 2.68
-%description -n %{name}+v2_62-devel %{_description}
+%description -n %{name}+v2_68-devel %{_description}
This package contains library source intended for building other packages
-which use "v2_62" feature of "%{crate}" crate.
+which use "v2_68" feature of "%{crate}" crate.
-%files -n %{name}+v2_62-devel
+%files -n %{name}+v2_68-devel
%ghost %{cargo_registry}/%{crate}-%{version_no_tilde}/Cargo.toml
%prep
@@ -135,7 +136,7 @@ which use "v2_62" feature of "%{crate}" crate.
%generate_buildrequires
%cargo_generate_buildrequires
-echo 'pkgconfig(gobject-2.0) >= 2.42'
+echo 'pkgconfig(gobject-2.0) >= 2.48'
%build
%cargo_build
diff --git a/sources b/sources
index f0c0952..7794550 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gobject-sys-0.10.0.crate) = 7e74040057091d07a58993b34fc00cda5c389abb6ed314f7fb7206c19632b4b03f6a644e015ed634e2d52ed6899a731ca3aa2292e2a4ec3d7cd420ec00fc716b
+SHA512 (gobject-sys-0.14.0.crate) = 90c16355a44cf88ce313e7fa2ca54001cb8ff14d238b0bfdd6cbc2264a7ad7a91b2fac18ec10d2db2b7956e56771058e5f8dbf9bc5ccaf3bb1029c63cb24cad1
^ 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.14.0; Fixes RHBZ#1974995 Fabio Valentini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox