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-glib] epel10: Update to version 0.14.4; Fixes RHBZ#1996802
Date: Fri, 25 Sep 2026 10:36:56 GMT [thread overview]
Message-ID: <179033261698.1.8778437173845335512.rpms-rust-glib-b16dcff70769@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/rust-glib
Branch : epel10
Commit : b16dcff70769503abb72be684f421f893a170a65
Author : Fabio Valentini <decathorpe@gmail.com>
Date : 2021-08-24T14:35:27+02:00
Stats : +3/-18 in 4 file(s)
URL : https://src.fedoraproject.org/rpms/rust-glib/c/b16dcff70769503abb72be684f421f893a170a65?branch=epel10
Log:
Update to version 0.14.4; Fixes RHBZ#1996802
---
diff --git a/.gitignore b/.gitignore
index 4331a7b..daf4b41 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,3 +12,4 @@
/glib-0.10.3.crate
/glib-0.14.2.crate
/glib-0.14.3.crate
+/glib-0.14.4.crate
diff --git a/0001-fix-typecheck-on-non-x86.patch b/0001-fix-typecheck-on-non-x86.patch
deleted file mode 100644
index fca7616..0000000
--- a/0001-fix-typecheck-on-non-x86.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/src/variant_iter.rs b/src/variant_iter.rs
-index b543f7a..f1b3121 100644
---- a/src/variant_iter.rs
-+++ b/src/variant_iter.rs
-@@ -85,7 +85,7 @@ impl<'a> VariantStrIter<'a> {
- ffi::g_variant_get_child(
- self.variant.to_glib_none().0,
- i,
-- s as *const u8 as *const i8,
-+ s as *const u8 as *const _,
- &p,
- std::ptr::null::<i8>(),
- );
diff --git a/rust-glib.spec b/rust-glib.spec
index 78976a0..ddf8c81 100644
--- a/rust-glib.spec
+++ b/rust-glib.spec
@@ -5,7 +5,7 @@
%global crate glib
Name: rust-%{crate}
-Version: 0.14.3
+Version: 0.14.4
Release: %autorelease
Summary: Rust bindings for the GLib library
@@ -13,9 +13,6 @@ Summary: Rust bindings for the GLib library
License: MIT
URL: https://crates.io/crates/glib
Source: %{crates_source}
-# * fix typecheck issues on non-x86 architectures
-# https://github.com/gtk-rs/gtk-rs-core/pull/245
-Patch1: 0001-fix-typecheck-on-non-x86.patch
ExclusiveArch: %{rust_arches}
%if %{__cargo_skip_build}
diff --git a/sources b/sources
index 59e02ac..05475d7 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-SHA512 (glib-0.14.3.crate) = 1f1c67fe93de614690f90e3dc7ff346a207dabe877d56dd03bdff120e883acbd25258a3250e0764b66db062d33cef4509877cfc5b88e5e9cdfd362b0afa835c6
+SHA512 (glib-0.14.4.crate) = a7b1a27d928b1d2d95ebad8a2c6bdef8fcf2fbb1e1444cce9a47c0c720fea90c2cca5e1d3d8f765021baf5de89674f9bd0bc99ba1d66b9245f88d0fbb25397db
reply other threads:[~2026-09-25 10:36 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=179033261698.1.8778437173845335512.rpms-rust-glib-b16dcff70769@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