public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Fabio Valentini <decathorpe@gmail.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-gobject-sys] epel10: Update to version 0.15.5; Fixes RHBZ#2040916
Date: Fri, 25 Sep 2026 10:35:10 GMT	[thread overview]
Message-ID: <179033251076.1.17989616360222282129.rpms-rust-gobject-sys-bd1503cadaf7@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/rust-gobject-sys
Branch : epel10
Commit : bd1503cadaf758c9a0505c7a39f34b9a45467ee1
Author : Fabio Valentini <decathorpe@gmail.com>
Date   : 2022-02-12T19:40:37+01:00
Stats  : +37/-22 in 4 file(s)
URL    : https://src.fedoraproject.org/rpms/rust-gobject-sys/c/bd1503cadaf758c9a0505c7a39f34b9a45467ee1?branch=epel10

Log:
Update to version 0.15.5; Fixes RHBZ#2040916

---
diff --git a/.gitignore b/.gitignore
index 5c40882..12306c3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /gobject-sys-0.9.1.crate
 /gobject-sys-0.10.0.crate
 /gobject-sys-0.14.0.crate
+/gobject-sys-0.15.5.crate

diff --git a/.rust2rpm.conf b/.rust2rpm.conf
index acd7f51..421c5a3 100644
--- a/.rust2rpm.conf
+++ b/.rust2rpm.conf
@@ -1,4 +1,6 @@
 [DEFAULT]
+unwanted-features =
+  v2_72
 buildrequires =
   pkgconfig(gobject-2.0) >= 2.48
 lib.requires =
@@ -13,3 +15,5 @@ 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

diff --git a/rust-gobject-sys.spec b/rust-gobject-sys.spec
index 8fa6ee2..a5c32c6 100644
--- a/rust-gobject-sys.spec
+++ b/rust-gobject-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,7 +6,7 @@
 %global crate gobject-sys
 
 Name:           rust-%{crate}
-Version:        0.14.0
+Version:        0.15.5
 Release:        %autorelease
 Summary:        FFI bindings to libgobject-2.0
 
@@ -17,9 +17,6 @@ URL:            https://crates.io/crates/gobject-sys
 Source:         %{crates_source}
 
 ExclusiveArch:  %{rust_arches}
-%if %{__cargo_skip_build}
-BuildArch:      noarch
-%endif
 
 BuildRequires:  rust-packaging
 
@@ -35,8 +32,8 @@ Requires:       pkgconfig(gobject-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
 %{cargo_registry}/%{crate}-%{version_no_tilde}/
@@ -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(gobject-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
@@ -85,8 +82,8 @@ Requires:       pkgconfig(gobject-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
@@ -98,8 +95,8 @@ Requires:       pkgconfig(gobject-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
@@ -111,8 +108,8 @@ Requires:       pkgconfig(gobject-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
@@ -124,12 +121,25 @@ Requires:       pkgconfig(gobject-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(gobject-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 7794550..bee9ad0 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (gobject-sys-0.14.0.crate) = 90c16355a44cf88ce313e7fa2ca54001cb8ff14d238b0bfdd6cbc2264a7ad7a91b2fac18ec10d2db2b7956e56771058e5f8dbf9bc5ccaf3bb1029c63cb24cad1
+SHA512 (gobject-sys-0.15.5.crate) = fb43dc58e7c5fcc666ba3b551b4ebd10076079b7c4fc1cf86ee19d8de15002f2e5f9f3be55ec42eec565b7d4b5f68467382d7c51d85af7acbabb9318f048dd5c

                 reply	other threads:[~2026-09-25 10:35 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=179033251076.1.17989616360222282129.rpms-rust-gobject-sys-bd1503cadaf7@fedoraproject.org \
    --to=decathorpe@gmail.com \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox