public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/glib2] cve-2026-58016-f44: Switch to Python 3
@ 2026-08-11 10:36 
  0 siblings, 0 replies; only message in thread
From:  @ 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 : bd79cc7078184704413d33488a5c54d1daee2db5
Author : Ville Skyttä <ville.skytta@iki.fi>
Date   : 2016-08-16T12:49:18+02:00
Stats  : +6/-3 in 1 file(s)
URL    : https://src.fedoraproject.org/rpms/glib2/c/bd79cc7078184704413d33488a5c54d1daee2db5?branch=cve-2026-58016-f44

Log:
Switch to Python 3

---
diff --git a/glib2.spec b/glib2.spec
index e2e7552..d33235f 100644
--- a/glib2.spec
+++ b/glib2.spec
@@ -4,7 +4,7 @@ Summary: A library of handy utility functions
 Name: glib2
 # git snapshot to work around https://bugzilla.gnome.org/show_bug.cgi?id=762637
 Version: 2.49.4
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: LGPLv2+
 Group: System Environment/Libraries
 URL: http://www.gtk.org
@@ -25,7 +25,7 @@ BuildRequires: systemtap-sdt-devel
 # Bootstrap build requirements
 BuildRequires: automake autoconf libtool
 BuildRequires: gtk-doc
-BuildRequires: python-devel
+BuildRequires: python3-devel
 BuildRequires: libffi-devel
 BuildRequires: elfutils-libelf-devel
 BuildRequires: chrpath
@@ -89,7 +89,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 \
+           --with-python=%{__python3} \
            --with-pcre=system \
            --enable-systemtap \
            --enable-static \
@@ -231,6 +231,9 @@ chmod 644 $RPM_BUILD_ROOT%{_datadir}/bash-completion/completions/*
 %{_datadir}/installed-tests
 
 %changelog
+* Wed Jul 27 2016 Ville Skyttä <ville.skytta@iki.fi> - 2.49.4-2
+- Switch to Python 3 (#1286284)
+
 * Thu Jul 21 2016 Kalev Lember <klember@redhat.com> - 2.49.4-1
 - Update to 2.49.4
 

^ 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: Switch to Python 3 

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