public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
@ 2026-08-11 10:36 Colin Walters
0 siblings, 0 replies; only message in thread
From: Colin Walters @ 2026-08-11 10:36 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/glib2
Branch : cve-2026-58016-f44
Commit : 7bda56847924d5d89121bcfd8be6e84e1727a40b
Author : Colin Walters <walters@verbum.org>
Date : 2016-02-24T15:41:00-05:00
Stats : +11/-3 in 2 file(s)
URL : https://src.fedoraproject.org/rpms/glib2/c/7bda56847924d5d89121bcfd8be6e84e1727a40b?branch=cve-2026-58016-f44
Log:
git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
- Add --with-python=/usr/bin/python explicitly to hopefully fix a weird
issue I am seeing where librepo fails to build in epel7 with this due to
us requiring /bin/python.
---
diff --git a/glib2.spec b/glib2.spec
index 19ac18a..5a62762 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -2,8 +2,9 @@
Summary: A library of handy utility functions
Name: glib2
-Version: 2.47.6
-Release: 1%{?dist}
+# git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
+Version: 2.47.6.19.gad2092b
+Release: 2%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
URL: http://www.gtk.org
@@ -86,6 +87,7 @@ the functionality of the installed glib2 package.
# Support builds of both git snapshots and tarballs packed with autogoo
(if ! test -x configure; then NOCONFIGURE=1 ./autogen.sh; CONFIGFLAGS=--enable-gtk-doc; fi;
%configure $CONFIGFLAGS \
+ --with-python=/usr/bin/python \
--enable-systemtap \
--enable-static \
--enable-installed-tests
@@ -224,6 +226,12 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
%{_datadir}/installed-tests
%changelog
+* Wed Feb 24 2016 Colin Walters <walters@redhat.com> - 2.47.6.19.gad2092b-2
+- git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
+- Add --with-python=/usr/bin/python explicitly to hopefully fix a weird
+ issue I am seeing where librepo fails to build in epel7 with this due to
+ us requiring /bin/python.
+
* Wed Feb 17 2016 Richard Hughes <rhughes@redhat.com> - 2.47.6-1
- Update to 2.47.6
diff --git a/sources b/sources
index 27650f4..8f41130 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5e996acd780c7be856dbbd3f95e8b201 glib-2.47.6.tar.xz
+73d38f0becbeedb1a77532c1abba2a59 glib-2.47.6.19.gad2092b.tar.xz
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-08-11 10:36 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:36 [rpms/glib2] cve-2026-58016-f44: git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637 Colin Walters
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox