Hello community,

here is the log from the commit of package rxvt-unicode for openSUSE:Factory 
checked in at 2013-12-10 17:46:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rxvt-unicode (Old)
 and      /work/SRC/openSUSE:Factory/.rxvt-unicode.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rxvt-unicode"

Changes:
--------
--- /work/SRC/openSUSE:Factory/rxvt-unicode/rxvt-unicode.changes        
2012-02-14 19:07:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.rxvt-unicode.new/rxvt-unicode.changes   
2013-12-10 20:08:11.000000000 +0100
@@ -1,0 +2,79 @@
+Fri Dec  6 20:54:24 UTC 2013 - [email protected]
+
+- Add rxvt-return-in-nonvoid-function.patch: removes build failure
+  from not returning from nonvoid function
+- rename README.SuSE to README.SUSE for rpmlint
+
+-------------------------------------------------------------------
+Fri Dec  6 20:32:45 UTC 2013 - [email protected]
+
+- added background perl module to files packaged
+
+-------------------------------------------------------------------
+Fri Dec  6 20:19:22 UTC 2013 - [email protected]
+
+- update to 9.19
+  * work around perl 5.18.0 breakage in tabbed extension
+    (reported by Karol Blazewicz) and in pod (Dominic Hargreaves).
+  * fix regression that caused the double-click word selection to
+  * erroneously include a tab on the left of the selected word.
+  * implement FOCUS variable and focus_fade function in background
+    expression, to allow focus-sensitive background images.
+  * add support for the set cursor style (DECSCUSR) control
+    function.
+  * honour cursorColor also when the cursor style is underline.
+  * export some Color_xxx constants to Perl.
+  - 9.18
+    * fix regression that caused artifacts on resize.
+  - 9.17
+    * add shade operator in background perl extension.
+    * avoid starting or ending the selection in the middle of wide
+      characters to avoid artifacts (reported by Tiago Resende).
+    * fix artifacts that may occur if the character in the cursor
+      cell has width > 1 (reported by Tiago Resende).
+    * fix regression that causes artifacts on scrolling if
+      saveLines is 0 and the window is resized (reported by Bert
+      Münnich).
+    * fix build when perl is enabled and pixbuf and transparency
+      are disabled.
+  - 9.16
+    * the "so much new stuff your eyes will pop out" release.
+    * INCOMPATIBLE CHANGE: renamed urlLauncher resource to url-launcher.
+    * fix processing of DEC private mode save sequences (patch by Patrick
+      Hemmer).
+    * perl extensions now have their own manpages, installed as urxvt-NAME(1),
+      e.g. urxvt-background(1) - see urxvt-extensions(1) for a list.
+    * fix disabling of cursor blink with the option-popup menu (based on a
+      patch by Jan Larres).
+    * the font height is not augmented anymore when lineSpace is non zero.
+    * fix "new pagemap" vs. "delete pagemap" mismatch ([] vs. non-[]),
+      as diagnosed by clang.
+    * fix height mismatch between active and inactive cursor when
+      lineSpace is non zero (patch by Stanislav Seletskiy).
+    * make it compile with LOCAL_X_IS_UNIX again (reported by
+      [email protected]).
+    * completely redone background pixmap support - users can now
+      specify arbitrary expressions (And programs) that calculate
+      new terminal backgrounds. see the urxvt-background manpage
+      for details.
+    * xrender is now required for background pixmap support.
+    * perl extensions can now provide commandline switches and resources
+      which show up in -help etc.
+    * iso14755 51 mode window now displays row and column.
+    * implement a -visual switch and move that and -depth to frills, also
+      warn when we can't get the requested visual.
+    * new env variable: RXVT_PERL_LIB.
+    * allocate all screen memory in one go and let the virtual memory
+      subsystem sort it out. this simplifies code, improves access
+      locality, saves a bit of ram and makes things a bit faster, too.
+    * remove support for libafterimage.
+    * update to CVS version of libev, for a whopping 11kb size decrease.
+    * do not ship yet another copy of ecb.h, use the one in libev or
+      libptytty instead.
+    * selectively mark some methods as cache-hot/cache cold, which
+      might speed up execution but definitely decreases codesize.
+    * Fix regression that prevented the scrollbar trough color
+      from being applied (reported by Derek B. Noonburg).
+    * Fix the scrollbar size for rxvt style (patch by Mark Robinson).
+
+-------------------------------------------------------------------

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

New:
----
  rxvt-return-in-nonvoid-function.patch
  rxvt-unicode-9.19.tar.bz2

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

Other differences:
------------------
++++++ rxvt-unicode.spec ++++++
--- /var/tmp/diff_new_pack.xTd5lb/_old  2013-12-10 20:08:11.000000000 +0100
+++ /var/tmp/diff_new_pack.xTd5lb/_new  2013-12-10 20:08:11.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package rxvt-unicode
 #
-# 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
@@ -15,15 +15,11 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           rxvt-unicode
-Version:        9.15
-Release:        1
+Version:        9.19
+Release:        0
 #
-License:        LGPL-2.1+
-Group:          System/X11/Terminals
 #
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  freetype2-devel
@@ -61,8 +57,12 @@
 Source4:        rxvt-unicode.desktop
 Patch1:         rxvt-unicode-9.14-CVE-2008-1142-DISPLAY.patch
 Patch2:         rxvt-unicode-remove_unused_attribute.patch
+# PATCH-FIX-UPSTREAM rxvt-return-in-nonvoid-function.patch
+Patch3:         rxvt-return-in-nonvoid-function.patch
 #
 Summary:        Rxvt X Terminal with Unicode Support
+License:        LGPL-2.1+
+Group:          System/X11/Terminals
 
 %description
 rxvt-unicode is a clone of the well-known terminal emulator rxvt,
@@ -82,8 +82,9 @@
 %if 0%{?suse_version} > 0 && 0%{?suse_version} < 1000
 %patch2
 %endif
+%patch3
 find -type d -name CVS -print0 | xargs -r0 %__rm -r
-%{__install} -m 0644 %{S:2} README.SuSE
+%{__install} -m 0644 %{S:2} README.SUSE
 
 %build
 export COMMON_CONFIGURE_OPTIONS=" --enable-warnings --enable-unicode3 \
@@ -174,6 +175,7 @@
 %dir %{_libdir}/urxvt/perl
 %{_libdir}/urxvt/urxvt.pm
 %{_libdir}/urxvt/perl/digital-clock
+%{_libdir}/urxvt/perl/background
 %{_libdir}/urxvt/perl/example-refresh-hooks
 %{_libdir}/urxvt/perl/selection
 %{_libdir}/urxvt/perl/block-graphics-to-ascii

++++++ rxvt-return-in-nonvoid-function.patch ++++++
--- src/rxvt.h.orig     2013-12-06 15:42:22.032599334 -0500
+++ src/rxvt.h  2013-12-06 15:42:40.289501359 -0500
@@ -1541,5 +1541,5 @@
   bool scr_page (enum page_dirn direction, int nlines) NOTHROW
   {
-    scr_page (direction * nlines);
+    return scr_page (direction * nlines);
   }
   bool scr_changeview (int new_view_start) NOTHROW;
++++++ rxvt-unicode-9.15.tar.bz2 -> rxvt-unicode-9.19.tar.bz2 ++++++
++++ 22829 lines of diff (skipped)

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to