public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Kalev Lember <klember@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/rust-glib-sys] epel10: Update to version 0.18.1; Fixes RHBZ#2224910
Date: Fri, 25 Sep 2026 10:34:13 GMT	[thread overview]
Message-ID: <179033245337.1.7347865120248873155.rpms-rust-glib-sys-48b8dbec5daf@fedoraproject.org> (raw)

            A new commit has been pushed.

            Repo   : rpms/rust-glib-sys
            Branch : epel10
            Commit : 48b8dbec5dafd1c6747466b69b91b2b681dc3e08
            Author : Kalev Lember <klember@redhat.com>
            Date   : 2023-08-07T22:07:27+02:00
            Stats  : +21/-18 in 4 file(s)
            URL    : https://src.fedoraproject.org/rpms/rust-glib-sys/c/48b8dbec5dafd1c6747466b69b91b2b681dc3e08?branch=epel10

            Log:
            Update to version 0.18.1; Fixes RHBZ#2224910

- Re-enable tests as they are fixed in the new release

---
diff --git a/.gitignore b/.gitignore
index 93b75cf..58ab2f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,4 @@
 /glib-sys-0.17.2.crate
 /glib-sys-0.17.4.crate
 /glib-sys-0.17.10.crate
+/glib-sys-0.18.1.crate

diff --git a/rust-glib-sys.spec b/rust-glib-sys.spec
index da8ee42..d05227c 100644
--- a/rust-glib-sys.spec
+++ b/rust-glib-sys.spec
@@ -1,12 +1,11 @@
 # Generated by rust2rpm 24
-# * tests are broken: https://github.com/gtk-rs/gtk-rs-core/issues/64
-%bcond_with check
+%bcond_without check
 %global debug_package %{nil}
 
 %global crate glib-sys
 
 Name:           rust-glib-sys
-Version:        0.17.10
+Version:        0.18.1
 Release:        %autorelease
 Summary:        FFI bindings to libglib-2.0
 
@@ -47,18 +46,6 @@ use the "default" feature of the "%{crate}" crate.
 %files       -n %{name}+default-devel
 %ghost %{crate_instdir}/Cargo.toml
 
-%package     -n %{name}+dox-devel
-Summary:        %{summary}
-BuildArch:      noarch
-
-%description -n %{name}+dox-devel %{_description}
-
-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 %{crate_instdir}/Cargo.toml
-
 %package     -n %{name}+v2_58-devel
 Summary:        %{summary}
 BuildArch:      noarch
@@ -179,7 +166,7 @@ use the "v2_74" feature of the "%{crate}" crate.
 %package     -n %{name}+v2_76-devel
 Summary:        %{summary}
 BuildArch:      noarch
-Requires:       pkgconfig(glib-2.0) >= 2.75
+Requires:       pkgconfig(glib-2.0) >= 2.76
 
 %description -n %{name}+v2_76-devel %{_description}
 
@@ -189,6 +176,19 @@ use the "v2_76" feature of the "%{crate}" crate.
 %files       -n %{name}+v2_76-devel
 %ghost %{crate_instdir}/Cargo.toml
 
+%package     -n %{name}+v2_78-devel
+Summary:        %{summary}
+BuildArch:      noarch
+Requires:       pkgconfig(glib-2.0) >= 2.77
+
+%description -n %{name}+v2_78-devel %{_description}
+
+This package contains library source intended for building other packages which
+use the "v2_78" feature of the "%{crate}" crate.
+
+%files       -n %{name}+v2_78-devel
+%ghost %{crate_instdir}/Cargo.toml
+
 %prep
 %autosetup -n %{crate}-%{version_no_tilde} -p1
 %cargo_prep

diff --git a/rust2rpm.conf b/rust2rpm.conf
index f31738b..978fc4a 100644
--- a/rust2rpm.conf
+++ b/rust2rpm.conf
@@ -22,4 +22,6 @@ lib+v2_72.requires =
 lib+v2_74.requires =
   pkgconfig(glib-2.0) >= 2.74
 lib+v2_76.requires =
-  pkgconfig(glib-2.0) >= 2.75
+  pkgconfig(glib-2.0) >= 2.76
+lib+v2_78.requires =
+  pkgconfig(glib-2.0) >= 2.77

diff --git a/sources b/sources
index 549ce0d..f1ebcd2 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-sys-0.17.10.crate) = aedcc1538bd4b341aef4de4c1105941d95220d948d7f5ca84b3014ac3bb66ed9e2ba2a9c1f94c4230f89b4b641b74c725a888f26d8f1fb1d0d2eafcf941bad8f
+SHA512 (glib-sys-0.18.1.crate) = 46583979de6d58cb863e522f9f11f9fd2e16ed5d1ec098f9f9511a7a124029671107beba01d5a19dcb082e57c53a2714ad3f75b0ae47c65985c2ab947d3f2c15

                 reply	other threads:[~2026-09-25 10:34 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=179033245337.1.7347865120248873155.rpms-rust-glib-sys-48b8dbec5daf@fedoraproject.org \
    --to=klember@redhat.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