]> git.pld-linux.org Git - packages/cogl.git/commitdiff
- updated to 1.12.2 auto/th/cogl-1.12.2-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jan 2013 14:39:11 +0000 (15:39 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 5 Jan 2013 14:39:11 +0000 (15:39 +0100)
- removed obsolete fix-experimental-doc-build patch

cogl-fix-experimental-doc-build.patch [deleted file]
cogl.spec

diff --git a/cogl-fix-experimental-doc-build.patch b/cogl-fix-experimental-doc-build.patch
deleted file mode 100644 (file)
index 2bac3db..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
---- a/cogl/cogl-context.h      2012-09-18 02:06:20.000000000 +0400
-+++ b/cogl/cogl-context.h      2012-09-24 20:13:48.193019200 +0400
-@@ -72,19 +72,19 @@
-  * help applications control the lifetime a context without us needing to
-  * introduce special api to handle the breakup of internal circular
-  * references due to internal resources and caches associated with the
-- * context.
-+ * context.</note>
-  *
-- * One a context has been destroyed then all directly or indirectly
-+ * <note>One a context has been destroyed then all directly or indirectly
-  * dependant resources will be in an inconsistent state and should not
-- * be manipulated or queried in any way.
-+ * be manipulated or queried in any way.</note>
-  *
-- * For applications that rely on the operating system to clean up
-+ * <note>For applications that rely on the operating system to clean up
-  * resources this policy shouldn't affect them, but for applications
-  * that need to carefully destroy and re-create Cogl contexts multiple
-  * times throughout their lifetime (such as Android applications) they
-  * should be careful to destroy all context dependant resources, such as
-  * framebuffers or textures etc before unrefing and destroying the
-- * context.<note>
-+ * context.</note>
-  */
- #ifdef COGL_ENABLE_EXPERIMENTAL_API
index 2a8bb902e8eb32db938672b082e06db02237f270..2b73b3cd3580e9092b8e2476824931fcebbdbef5 100644 (file)
--- a/cogl.spec
+++ b/cogl.spec
@@ -5,14 +5,12 @@
 Summary:       A library for using 3D graphics hardware to draw pretty pictures
 Summary(pl.UTF-8):     Biblioteka do rysowania ładnych obrazków przy użyciu sprzętowej grafiki 3D
 Name:          cogl
-Version:       1.12.0
-Release:       2
+Version:       1.12.2
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       http://ftp.gnome.org/pub/GNOME/sources/cogl/1.12/%{name}-%{version}.tar.xz
-# Source0-md5: 2ec55647764ee208182fbe07ee9f7e9c
-# https://bugzilla.gnome.org/show_bug.cgi?id=684731
-Patch0:                %{name}-fix-experimental-doc-build.patch
+# Source0-md5: 439fd7aa2195d76b5cd8ee393f0112b4
 URL:           http://www.clutter-project.org/
 BuildRequires: OpenGL-GLX-devel
 BuildRequires: autoconf >= 2.59
@@ -104,7 +102,6 @@ Ten pakiet zawiera dokumentację API cogl.
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %{__gettextize}
This page took 0.08919 seconds and 4 git commands to generate.