[cinnamon/f18] rebuilt for new cogl version

leigh123linux leigh123linux at fedoraproject.org
Wed Aug 22 07:15:54 UTC 2012


commit 5cc156ca4a38cf38e6ea3fa0490dc33a2101533e
Author: leigh123linux <leigh123linux at googlemail.com>
Date:   Wed Aug 22 08:15:50 2012 +0100

    rebuilt for new cogl version
    
    - patch for new cogl api

 cinnamon.spec  |    8 +++++++-
 cogl_api.patch |   11 +++++++++++
 2 files changed, 18 insertions(+), 1 deletions(-)
---
diff --git a/cinnamon.spec b/cinnamon.spec
index b5b3364..0532e0f 100644
--- a/cinnamon.spec
+++ b/cinnamon.spec
@@ -8,7 +8,7 @@
 
 Name:           cinnamon
 Version:        1.5.2
-Release:        6%{?dist}
+Release:        7%{?dist}
 Summary:        Window management and application launching for GNOME
 
 Group:          User Interface/Desktops
@@ -34,6 +34,7 @@ Patch4:         bluetooth_applet.patch
 # upstream patches and pending pulls
 Patch11:        systray.patch
 Patch12:        window_quick_list.patch
+Patch13:        cogl_api.patch
 
 
 %global clutter_version 1.7.5
@@ -124,6 +125,7 @@ The emphasis is put on making users feel at home and providing
 # upstream patches and pending pulls
 %patch11 -p1
 %patch12 -p1
+%patch13 -p1
 
 
 # remove gschema
@@ -223,6 +225,10 @@ fi
 
 
 %changelog
+* Wed Aug 22 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-7
+- rebuilt for new cogl version
+- patch for new cogl api
+
 * Sun Aug 19 2012 Leigh Scott <leigh123linux at googlemail.com> - 1.5.2-6
 - use patch to fix windows quick list applet
 
diff --git a/cogl_api.patch b/cogl_api.patch
new file mode 100644
index 0000000..a69b11c
--- /dev/null
+++ b/cogl_api.patch
@@ -0,0 +1,11 @@
+--- a/src/st/st-theme-node-drawing.c
++++ b/src/st/st-theme-node-drawing.c
+@@ -1822,7 +1822,7 @@ st_theme_node_paint_sliced_border_image
+   cogl_set_source (material);
+ 
+   {
+-    GLfloat rectangles[] =
++    float rectangles[] =
+     {
+       /* top left corner */
+       0, 0, border_left, border_top,


More information about the scm-commits mailing list