Hello community,

here is the log from the commit of package rxvt-unicode for openSUSE:Factory 
checked in at 2012-02-14 19:07:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rxvt-unicode (Old)
 and      /work/SRC/openSUSE:Factory/.rxvt-unicode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rxvt-unicode", Maintainer is "mrueck...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes        
2012-01-10 14:51:33.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2012-02-14 19:07:49.000000000 +0100
@@ -1,0 +2,14 @@
+Sun Jan 22 02:11:41 UTC 2012 - pascal.ble...@opensuse.org
+
+- enable support for libstartup-notification
+- update to 9.15:
+  * finding a matching font (e.g. bold version of the base font) was broken
+  * fix parsing of bg image styles: they really work now
+  * fix blurring of bg image borders when using xrender
+  * fix xrender blur on common xrender implementations that do not behave
+    correctly when the same pixmap is used as source and destination in
+    composite operations
+  * fix regression that caused tabbed to compute the wrong size for tabs
+  * allow again an empty suffix in a keysym list spec
+
+-------------------------------------------------------------------

Old:
----
  rxvt-unicode-9.14.tar.bz2

New:
----
  rxvt-unicode-9.15.tar.bz2
  rxvt-unicode-remove_unused_attribute.patch

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

Other differences:
------------------
++++++ rxvt-unicode.spec ++++++
--- /var/tmp/diff_new_pack.yFqEbx/_old  2012-02-14 19:07:50.000000000 +0100
+++ /var/tmp/diff_new_pack.yFqEbx/_new  2012-02-14 19:07:50.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxvt-unicode
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -19,7 +19,7 @@
 
 
 Name:           rxvt-unicode
-Version:        9.14
+Version:        9.15
 Release:        1
 #
 License:        LGPL-2.1+
@@ -30,6 +30,7 @@
 BuildRequires:  gcc-c++
 BuildRequires:  gtk2-devel
 BuildRequires:  pkgconfig
+BuildRequires:  startup-notification-devel
 # for tic
 BuildRequires:  ncurses-devel
 %if 0%{?suse_version} == 0 || 0%{?suse_version} >= 920
@@ -59,6 +60,7 @@
 Source3:        rxvt-unicode-256color.desktop
 Source4:        rxvt-unicode.desktop
 Patch1:         rxvt-unicode-9.14-CVE-2008-1142-DISPLAY.patch
+Patch2:         rxvt-unicode-remove_unused_attribute.patch
 #
 Summary:        Rxvt X Terminal with Unicode Support
 
@@ -77,6 +79,9 @@
 %prep
 %setup -q
 %patch1
+%if 0%{?suse_version} > 0 && 0%{?suse_version} < 1000
+%patch2
+%endif
 find -type d -name CVS -print0 | xargs -r0 %__rm -r
 %{__install} -m 0644 %{S:2} README.SuSE
 

++++++ rxvt-unicode-9.14.tar.bz2 -> rxvt-unicode-9.15.tar.bz2 ++++++
++++ 2687 lines of diff (skipped)

++++++ rxvt-unicode-remove_unused_attribute.patch ++++++
--- libev/ev.c.orig     2012-01-22 03:26:00.310125191 +0100
+++ libev/ev.c  2012-01-22 03:26:03.821125036 +0100
@@ -665,7 +665,7 @@
 
 #define ecb_noinline   ecb_attribute ((__noinline__))
 #define ecb_noreturn   ecb_attribute ((__noreturn__))
-#define ecb_unused     ecb_attribute ((__unused__))
+#define ecb_unused     
 #define ecb_const      ecb_attribute ((__const__))
 #define ecb_pure       ecb_attribute ((__pure__))
 
--- libecb/ecb.h.orig   2012-01-22 03:25:36.812125992 +0100
+++ libecb/ecb.h        2012-01-22 03:25:51.908125573 +0100
@@ -197,7 +197,7 @@
 
 #define ecb_noinline   ecb_attribute ((__noinline__))
 #define ecb_noreturn   ecb_attribute ((__noreturn__))
-#define ecb_unused     ecb_attribute ((__unused__))
+#define ecb_unused     
 #define ecb_const      ecb_attribute ((__const__))
 #define ecb_pure       ecb_attribute ((__pure__))
 
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to