Hello community,

here is the log from the commit of package less for openSUSE:Factory
checked in at Fri May 27 10:54:58 CEST 2011.



--------
--- less/less.changes   2010-06-28 08:48:49.000000000 +0200
+++ /mounts/work_src_done/STABLE/less/less.changes      2011-05-26 
14:31:13.000000000 +0200
@@ -1,0 +2,5 @@
+Thu May 26 12:29:52 UTC 2011 - [email protected]
+
+- lessopen.sh, support xz compressed data
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.9jTGmO/_old  2011-05-27 10:54:47.000000000 +0200
+++ /var/tmp/diff_new_pack.9jTGmO/_new  2011-05-27 10:54:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package less (Version 436)
+# spec file for package less
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 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
@@ -27,7 +27,7 @@
 Requires:       file
 AutoReqProv:    on
 Version:        436
-Release:        3
+Release:        13
 Summary:        Text File Browser and Pager Similar to more
 Url:            http://www.greenwoodsoftware.com/less/
 Source:         %{name}-%{version}.tar.bz2

++++++ lessopen.sh ++++++
--- /var/tmp/diff_new_pack.9jTGmO/_old  2011-05-27 10:54:47.000000000 +0200
+++ /var/tmp/diff_new_pack.9jTGmO/_new  2011-05-27 10:54:47.000000000 +0200
@@ -46,6 +46,8 @@
                CMD="unzip -v" ;;
        *"bzip"*" compressed data"*)
                CMD="bzip2 -dc" ;;
+       *"xz compressed data"*)
+               CMD="xz -dc" ;;
        *)
                rm -f "$TMPF_pre"
                TMPF_pre="$SRC" ;;


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



Remember to have fun...

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

Reply via email to