public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Colin Walters <walters@verbum.org>
To: git-commits@fedoraproject.org
Subject: [rpms/glib2] cve-2026-58016-f44: git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
Date: Tue, 11 Aug 2026 10:36:02 GMT	[thread overview]
Message-ID: <178644456217.1.4931159850755319587.rpms-glib2-7bda56847924@fedoraproject.org> (raw)

            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

                 reply	other threads:[~2026-08-11 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=178644456217.1.4931159850755319587.rpms-glib2-7bda56847924@fedoraproject.org \
    --to=walters@verbum.org \
    --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