cogl-1.14.0-21-ge26464f.patch: Sync with 1.14 branch for a crash fix.

This commit is contained in:
Adam Jackson 2013-05-22 13:05:21 -04:00
parent a049816d0a
commit 8d64c22d78
2 changed files with 1444 additions and 2 deletions

File diff suppressed because it is too large Load Diff

View File

@ -4,7 +4,7 @@
Name: cogl
Version: 1.14.0
Release: 1%{?dist}
Release: 2%{?dist}
Summary: A library for using 3D graphics hardware to draw pretty pictures
Group: Development/Libraries
@ -12,6 +12,10 @@ License: LGPLv2+
URL: http://www.clutter-project.org/
Source0: http://download.gnome.org/sources/cogl/1.14/cogl-%{version}.tar.xz
# extra BRs just because we're touching Makefile.am in this patch
Patch0: cogl-1.14.0-21-ge26464f.patch
BuildRequires: autoconf automake libtool gettext-devel
BuildRequires: cairo-devel
BuildRequires: gdk-pixbuf2-devel
BuildRequires: glib2-devel
@ -73,10 +77,11 @@ This package contains documentation for %{name}.
%prep
%setup -q
%patch0 -p1
%build
CFLAGS="$RPM_OPT_FLAGS -fPIC"
autoreconf -vif
%configure --enable-cairo=yes --enable-gdk-pixbuf=yes --enable-cogl-pango=yes --enable-glx=yes --enable-gtk-doc --enable-introspection=yes --enable-wayland-egl-platform
make V=1
@ -112,6 +117,9 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
%{_datadir}/gtk-doc/html/cogl-2.0-experimental
%changelog
* Wed May 22 2013 Adam Jackson <ajax@redhat.com> 1.14.0-2
- cogl-1.14.0-21-ge26464f.patch: Sync with 1.14 branch for a crash fix.
* Mon Mar 25 2013 Kalev Lember <kalevlember@gmail.com> 1.14.0-1
- Update to 1.14.0