public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/rust-glib] epel10: Update to version 0.14.4; Fixes RHBZ#1996802
@ 2026-09-25 10:36 Fabio Valentini
  0 siblings, 0 replies; only message in thread
From: Fabio Valentini @ 2026-09-25 10:36 UTC (permalink / raw)
  To: git-commits

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

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2026-09-25 10:36 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:36 [rpms/rust-glib] epel10: Update to version 0.14.4; Fixes RHBZ#1996802 Fabio Valentini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox