[cogl] Update to 1.10.4

Kalev Lember kalev at fedoraproject.org
Wed Jul 18 20:43:01 UTC 2012


commit 87996a7eeb076132b38ef113577af19b3d8cc4ff
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Wed Jul 18 23:36:07 2012 +0300

    Update to 1.10.4
    
    Dropped cogl-1.8.2-lp-no-framebuffer-blit.patch, which is fixed
    upstream in http://git.gnome.org/browse/cogl/commit/?id=cb5efc11873a28409603094bb290c4736be83e6f

 .gitignore                              |    1 +
 cogl-1.8.2-lp-no-framebuffer-blit.patch |   21 ---------------------
 cogl.spec                               |   11 ++++++-----
 sources                                 |    2 +-
 4 files changed, 8 insertions(+), 27 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index be26769..85c1702 100644
--- a/.gitignore
+++ b/.gitignore
@@ -11,3 +11,4 @@
 /cogl-1.9.8.tar.xz
 /cogl-1.10.0.tar.xz
 /cogl-1.10.2.tar.xz
+/cogl-1.10.4.tar.xz
diff --git a/cogl.spec b/cogl.spec
index c16fb7a..8b3a24d 100644
--- a/cogl.spec
+++ b/cogl.spec
@@ -1,12 +1,12 @@
 Name:          cogl
-Version:       1.10.2
+Version:       1.10.4
 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.10/%{name}-%{version}.tar.xz
+Source0:       http://download.gnome.org/sources/cogl/1.10/cogl-%{version}.tar.xz
 
 BuildRequires: cairo-devel
 BuildRequires: gdk-pixbuf2-devel
@@ -21,8 +21,6 @@ BuildRequires: mesa-libGL-devel
 BuildRequires: pango-devel
 BuildRequires: pkgconfig
 
-Patch1: cogl-1.8.2-lp-no-framebuffer-blit.patch
-
 %description
 Cogl is a small open source library for using 3D graphics hardware to draw
 pretty pictures. The API departs from the flat state machine style of
@@ -62,7 +60,6 @@ This package contains documentation for %{name}.
 
 %prep
 %setup -q
-%patch1 -p1 -b .llvmpipe
 
 %build
 CFLAGS="$RPM_OPT_FLAGS -fPIC"
@@ -102,6 +99,10 @@ rm %{buildroot}%{_datadir}/cogl/examples-data/crate.jpg
 %{_datadir}/gtk-doc/html/cogl-2.0-experimental
 
 %changelog
+* Wed Jul 18 2012 Kalev Lember <kalevlember at gmail.com> - 1.10.4-1
+- Update to 1.10.4
+- Dropped no-framebuffer-blit patch which is included in the release
+
 * Thu Apr 19 2012 Adel Gadllah <adel.gadllah at gmail.com> - 1.10.2-1
 - Update to 1.10.2
 
diff --git a/sources b/sources
index c12a448..f94b990 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5414188a64a6e68ed6f7c07e4e105c4  cogl-1.10.2.tar.xz
+7f7b21f7e81678031fa2a49376c587af  cogl-1.10.4.tar.xz


More information about the scm-commits mailing list