commit cogl for openSUSE:Factory
Hello community, here is the log from the commit of package cogl for openSUSE:Factory checked in at 2018-03-31 15:35:36 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/cogl (Old) and /work/SRC/openSUSE:Factory/.cogl.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "cogl" Sat Mar 31 15:35:36 2018 rev:43 rq:592044 version:1.22.2+20171013.d043a41d Changes: -------- --- /work/SRC/openSUSE:Factory/cogl/cogl.changes 2018-03-14 19:26:41.947494350 +0100 +++ /work/SRC/openSUSE:Factory/.cogl.new/cogl.changes 2018-03-31 15:35:41.836277937 +0200 @@ -1,0 +2,6 @@ +Tue Mar 27 11:59:11 UTC 2018 - dimstar@opensuse.org + +- Add cogl-support-automake-1.16.patch: Support bootstrapping with + automake 1.16 (bgo#794720). + +------------------------------------------------------------------- New: ---- cogl-support-automake-1.16.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ cogl.spec ++++++ --- /var/tmp/diff_new_pack.DDMQwu/_old 2018-03-31 15:35:42.924238489 +0200 +++ /var/tmp/diff_new_pack.DDMQwu/_new 2018-03-31 15:35:42.924238489 +0200 @@ -24,10 +24,12 @@ Summary: An object oriented GL/GLES Abstraction/Utility Layer License: MIT Group: Development/Libraries/GNOME -Url: http://clutter-project.org/ +URL: http://clutter-project.org/ #Source0: http://download.gnome.org/sources/cogl/1.22/%%{name}-%%{version}.tar.xz Source: %{name}-%{version}.tar.xz Source99: baselibs.conf +# PATCH-FIX-UPSTREAM cogl-support-automake-1.16.patch bgo#794720 dimstar@opensuse.org -- Support bootstrapping with automake 1.16 +Patch0: cogl-support-automake-1.16.patch BuildRequires: fdupes BuildRequires: gtk-doc >= 1.13 # Needed as we are using a git-checkout ++++++ cogl-support-automake-1.16.patch ++++++
From 1a49701ad16275d41309220eae5f936490705472 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger <dimstar@opensuse.org> Date: Tue, 27 Mar 2018 13:54:44 +0200 Subject: [PATCH] build: Support bootstrapping with automake 1.16
https://bugzilla.gnome.org/show_bug.cgi?id=794720 --- autogen.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autogen.sh b/autogen.sh index 10b4dd34..d972a24a 100755 --- a/autogen.sh +++ b/autogen.sh @@ -16,7 +16,7 @@ test $TEST_TYPE $FILE || { exit 1 } -AUTOMAKE_VERSIONS="1.15 1.14 1.13 1.12 1.11" +AUTOMAKE_VERSIONS="1.16 1.15 1.14 1.13 1.12 1.11" for version in $AUTOMAKE_VERSIONS; do if automake-$version --version < /dev/null > /dev/null 2>&1 ; then AUTOMAKE=automake-$version -- 2.16.2
participants (1)
-
root@hilbert.suse.de