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 - 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 - 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