public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: fix gdb macro location
@ 2026-08-11 10:34 Matthias Clasen
  0 siblings, 0 replies; only message in thread
From: Matthias Clasen @ 2026-08-11 10:34 UTC (permalink / raw)
  To: git-commits

A new commit has been pushed.

Repo   : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 31b382d14ad2eaa3869f8bb956b6f566b1f72ea5
Author : Matthias Clasen <mclasen@fedoraproject.org>
Date   : 2009-09-23T20:16:27+00:00
Stats  : +12/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/31b382d14ad2eaa3869f8bb956b6f566b1f72ea5?branch=cve-2026-58016-f44

Log:
fix gdb macro location

---
diff --git a/glib2.spec b/glib2.spec
index 1173617..19488e5 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -3,7 +3,7 @@
 Summary: A library of handy utility functions
 Name: glib2
 Version: 2.22.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -18,6 +18,9 @@ BuildRequires: libattr-devel
 BuildRequires: libselinux-devel
 # for sys/inotify.h
 BuildRequires: glibc-devel
+BuildRequires: automake autoconf libtool
+
+Patch0: pyloc.patch
 
 %description
 GLib is the low-level core library that forms the basis
@@ -50,6 +53,9 @@ of version 2 of the GLib library.
 
 %prep
 %setup -q -n glib-%{version}
+%patch0 -p1 -b .pyloc
+
+autoreconf -f -i
 
 %build
 %configure --disable-gtk-doc --enable-static --with-runtime-libdir=../../%{_lib}
@@ -107,8 +113,8 @@ rm -rf $RPM_BUILD_ROOT
 %{_bindir}/*
 %doc %{_datadir}/gtk-doc/html/*
 %doc %{_mandir}/man1/*
-%{_datadir}/gdb/auto-load%{_libdir}/libglib-2.0.so.*-gdb.py*
-%{_datadir}/gdb/auto-load%{_libdir}/libgobject-2.0.so.*-gdb.py*
+%{_datadir}/gdb/auto-load%{libdir}/libglib-2.0.so.*-gdb.py*
+%{_datadir}/gdb/auto-load%{libdir}/libgobject-2.0.so.*-gdb.py*
 
 
 %files static
@@ -116,6 +122,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_libdir}/lib*.a
 
 %changelog
+* Wed Sep 23 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-2
+- Fix location of gdb macros
+
 * Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
 - Update to 2.22.0
 

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

only message in thread, other threads:[~2026-08-11 10:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-08-11 10:34 [rpms/glib2] cve-2026-58016-f44: fix gdb macro location Matthias Clasen

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