Hello community,

here is the log from the commit of package qtcurve-gtk2 for openSUSE:Factory 
checked in at 2013-03-12 17:18:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qtcurve-gtk2 (Old)
 and      /work/SRC/openSUSE:Factory/.qtcurve-gtk2.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qtcurve-gtk2", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/qtcurve-gtk2/qtcurve-gtk2.changes        
2012-05-22 08:18:49.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.qtcurve-gtk2.new/qtcurve-gtk2.changes   
2013-03-12 17:18:43.000000000 +0100
@@ -1,0 +2,6 @@
+Thu Jan 24 18:21:14 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.8.16:
+  + Fix memleak with newer versions of cairo.
+
+-------------------------------------------------------------------

Old:
----
  QtCurve-Gtk2-1.8.15.tar.bz2

New:
----
  QtCurve-Gtk2-1.8.16.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ qtcurve-gtk2.spec ++++++
--- /var/tmp/diff_new_pack.JdWQTN/_old  2013-03-12 17:18:45.000000000 +0100
+++ /var/tmp/diff_new_pack.JdWQTN/_new  2013-03-12 17:18:45.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package qtcurve-gtk2
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           qtcurve-gtk2
-Version:        1.8.15
+Version:        1.8.16
 Release:        0
 Summary:        QtCurve style for GTK+ 2
 License:        GPL-2.0+

++++++ QtCurve-Gtk2-1.8.15.tar.bz2 -> QtCurve-Gtk2-1.8.16.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-Gtk2-1.8.15/CMakeLists.txt 
new/QtCurve-Gtk2-1.8.16/CMakeLists.txt
--- old/QtCurve-Gtk2-1.8.15/CMakeLists.txt      2012-04-24 23:19:54.000000000 
+0200
+++ new/QtCurve-Gtk2-1.8.16/CMakeLists.txt      2013-01-16 21:35:36.000000000 
+0100
@@ -8,7 +8,7 @@
 set(CPACK_SOURCE_GENERATOR "TBZ2")
 set(CPACK_PACKAGE_VERSION_MAJOR "1")
 set(CPACK_PACKAGE_VERSION_MINOR "8")
-set(CPACK_PACKAGE_VERSION_PATCH "15")
+set(CPACK_PACKAGE_VERSION_PATCH "16")
 set(CPACK_PACKAGE_CONTACT "Craig Drummond <craig.p.drumm...@gmail.com>")
 set(QTCURVE_VERSION 
"${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}")
 set(QTCURVE_VERSION_FULL "${QTCURVE_VERSION}.${CPACK_PACKAGE_VERSION_PATCH}")
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-Gtk2-1.8.15/ChangeLog 
new/QtCurve-Gtk2-1.8.16/ChangeLog
--- old/QtCurve-Gtk2-1.8.15/ChangeLog   2012-04-24 23:19:54.000000000 +0200
+++ new/QtCurve-Gtk2-1.8.16/ChangeLog   2013-01-16 21:35:36.000000000 +0100
@@ -1,3 +1,7 @@
+1.8.16
+------
+1. fix memleak with newer versions of cairo.
+
 1.8.15
 ------
 1. Fix tab activation (via mouse) when configured to drag windows from all
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/QtCurve-Gtk2-1.8.15/style/shadowhelper.c 
new/QtCurve-Gtk2-1.8.16/style/shadowhelper.c
--- old/QtCurve-Gtk2-1.8.15/style/shadowhelper.c        2012-04-24 
23:19:54.000000000 +0200
+++ new/QtCurve-Gtk2-1.8.16/style/shadowhelper.c        2013-01-16 
21:35:36.000000000 +0100
@@ -58,6 +58,7 @@
         cairo_rectangle(cr, 0, 0, shadowSize, shadowSize);
         cairo_fill(cr);
         cairo_destroy(cr);
+        cairo_surface_destroy(dest);
         g_object_unref(pixbuf);
         return pixmap;
     }

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to