public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Tomas Bzatek <tbzatek@redhat.com>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: Update to 2.29.4
Date: Tue, 11 Aug 2026 10:34:50 GMT [thread overview]
Message-ID: <178644449039.1.3991168994367552096.rpms-glib2-390e20c3b628@fedoraproject.org> (raw)
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 390e20c3b628bc2ca07c2ed5063c409d8172dccc
Author : Tomas Bzatek <tbzatek@redhat.com>
Date : 2011-05-06T14:17:50+02:00
Stats : +16/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/390e20c3b628bc2ca07c2ed5063c409d8172dccc?branch=cve-2026-58016-f44
Log:
Update to 2.29.4
---
diff --git a/.gitignore b/.gitignore
index 60e6f4f..0e0000a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -18,3 +18,4 @@ glib-2.25.13.tar.bz2
/glib-2.28.4.tar.bz2
/glib-2.28.5.tar.bz2
/glib-2.28.6.tar.bz2
+/glib-2.29.4.tar.bz2
diff --git a/glib2.spec b/glib2.spec
index 99173e2..cc8f80e 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -2,13 +2,13 @@
Summary: A library of handy utility functions
Name: glib2
-Version: 2.28.6
-Release: 2%{?dist}
+Version: 2.29.4
+Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
#VCS: git:git://git.gnome.org/glib
-Source: http://download.gnome.org/sources/glib/2.28/glib-%{version}.tar.bz2
+Source: http://download.gnome.org/sources/glib/2.29/glib-%{version}.tar.bz2
Source2: glib2.sh
Source3: glib2.csh
@@ -25,6 +25,7 @@ BuildRequires: systemtap-sdt-devel
# Bootstrap build requirements
BuildRequires: automake autoconf libtool
BuildRequires: gtk-doc
+BuildRequires: python-devel
# required for GIO content-type support
Requires: shared-mime-info
@@ -79,6 +80,7 @@ install -p -m 644 %{SOURCE3} $RPM_BUILD_ROOT%{_sysconfdir}/profile.d
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
rm -f $RPM_BUILD_ROOT%{_libdir}/gio/modules/*.{a,la}
rm -f $RPM_BUILD_ROOT%{_datadir}/glib-2.0/gdb/*.{pyc,pyo}
+rm -f $RPM_BUILD_ROOT%{_libdir}/gdbus-codegen/*.{pyc,pyo}
mv $RPM_BUILD_ROOT%{_bindir}/gio-querymodules $RPM_BUILD_ROOT%{_bindir}/gio-querymodules-%{__isa_bits}
@@ -134,13 +136,16 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%{_datadir}/glib-2.0/gdb
%{_datadir}/glib-2.0/gettext
%{_datadir}/glib-2.0/schemas/gschema.dtd
-%{_datadir}/glib-2.0/gdb/*.pyo
-%{_datadir}/glib-2.0/gdb/*.pyc
+# %{_datadir}/glib-2.0/gdb/*.pyo
+# %{_datadir}/glib-2.0/gdb/*.pyc
%{_bindir}/glib-genmarshal
%{_bindir}/glib-gettextize
%{_bindir}/glib-mkenums
%{_bindir}/gobject-query
%{_bindir}/gtester
+%{_bindir}/gdbus-codegen
+%dir %{_libdir}/gdbus-codegen
+%{_libdir}/gdbus-codegen
%attr (0755, root, root) %{_bindir}/gtester-report
%doc %{_datadir}/gtk-doc/html/*
%doc %{_mandir}/man1/glib-genmarshal.1.gz
@@ -149,6 +154,7 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%doc %{_mandir}/man1/gobject-query.1.gz
%doc %{_mandir}/man1/gtester-report.1.gz
%doc %{_mandir}/man1/gtester.1.gz
+%doc %{_mandir}/man1/gdbus-codegen.1.gz
%{_datadir}/gdb/auto-load%{libdir}/libglib-2.0.so.*-gdb.py*
%{_datadir}/gdb/auto-load%{libdir}/libgobject-2.0.so.*-gdb.py*
%{_datadir}/systemtap/tapset/*.stp
@@ -160,6 +166,9 @@ gio-querymodules-%{__isa_bits} %{_libdir}/gio/modules
%changelog
+* Fri May 6 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
+- Update to 2.29.4
+
* Thu Apr 14 2011 Matthias Clasen <mclasen@redhat.com> - 2.28.6-2
- Include byte-compiled files, it seems to be required (#670861)
diff --git a/sources b/sources
index 8de68dd..f178519 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-7d8fc15ae70d5111c0cf2a79d50ef717 glib-2.28.6.tar.bz2
+d3a9e4530995aacf79d3573677ffa444 glib-2.29.4.tar.bz2
reply other threads:[~2026-08-11 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=178644449039.1.3991168994367552096.rpms-glib2-390e20c3b628@fedoraproject.org \
--to=tbzatek@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