From 5cfb987cd679dc4ada47630bcadb9d0ea170149b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mon, 17 Oct 2011 16:32:54 +0100 Subject: [PATCH] v1.8.2, Enable gdk-pixbuf2 support - Fixes RHBZ # 738092 --- .gitignore | 1 + cogl.spec | 13 ++++++++++--- sources | 2 +- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index b74cda1..99cdbfa 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /cogl-1.7.6.tar.xz /cogl-1.7.8.tar.xz /cogl-1.8.0.tar.xz +/cogl-1.8.2.tar.xz diff --git a/cogl.spec b/cogl.spec index 0ad11c1..2fa0010 100644 --- a/cogl.spec +++ b/cogl.spec @@ -1,14 +1,15 @@ Name: cogl -Version: 1.8.0 +Version: 1.8.2 Release: 1%{?dist} Summary: A library for using 3D graphics hardware to draw pretty pictures Group: Development/Libraries License: LGPLv2+ URL: http://www.clutter-project.org/ -Source0: http://www.clutter-project.org/sources/%{name}/1.7/%{name}-%{version}.tar.xz +Source0: http://www.clutter-project.org/sources/%{name}/1.8/%{name}-%{version}.tar.xz BuildRequires: cairo-devel +BuildRequires: gdk-pixbuf2-devel BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk-doc @@ -63,7 +64,7 @@ This package contains documentation for %{name}. %build CFLAGS="$RPM_OPT_FLAGS -fPIC" -%configure --enable-cairo=yes --enable-gdk-pixbuf=no --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes +%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes make V=1 @@ -95,8 +96,14 @@ find %{buildroot} -name '*.la' -exec rm -f {} ';' %{_datadir}/gtk-doc/html/cogl-2.0-experimental %changelog +* Mon Oct 17 2011 Peter Robinson - 1.8.2-1 +- 1.8.2 stable release +- http://ftp.gnome.org/pub/GNOME/sources/cogl/1.8/cogl-1.8.2.news +- Enable gdk-pixbuf2 support - Fixes RHBZ # 738092 + * Mon Sep 19 2011 Peter Robinson - 1.8.0-1 - 1.8.0 stable release +- http://ftp.gnome.org/pub/GNOME/sources/cogl/1.8/cogl-1.8.0.news * Mon Sep 5 2011 Peter Robinson - 1.7.8-1 - Update to 1.7.8 diff --git a/sources b/sources index 42565ea..523a6de 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f38d1d9f7e399dd03d1fe1b8e1c0643a cogl-1.8.0.tar.xz +db2cbaef8c9719b03ef454ebd0351eeb cogl-1.8.2.tar.xz