Hello community,

here is the log from the commit of package less for openSUSE:Factory checked in 
at 2014-07-31 07:41:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/less (Old)
 and      /work/SRC/openSUSE:Factory/.less.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "less"

Changes:
--------
--- /work/SRC/openSUSE:Factory/less/less.changes        2013-11-15 
13:24:22.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.less.new/less.changes   2014-07-31 
07:41:27.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 29 14:06:26 UTC 2014 - [email protected]
+
+- SuSE -> SUSE [bnc#889031] (internal)
+
+-------------------------------------------------------------------

Old:
----
  README.SuSE

New:
----
  README.SUSE

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

Other differences:
------------------
++++++ less.spec ++++++
--- /var/tmp/diff_new_pack.YxXkzC/_old  2014-07-31 07:41:28.000000000 +0200
+++ /var/tmp/diff_new_pack.YxXkzC/_new  2014-07-31 07:41:28.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package less
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 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
@@ -30,7 +30,7 @@
 Group:          Productivity/Text/Utilities
 Url:            http://www.greenwoodsoftware.com/less/
 Source:         http://www.greenwoodsoftware.com/less/less-%{version}.tar.gz
-Source1:        README.SuSE
+Source1:        README.SUSE
 Source2:        lessopen.sh
 Source3:        lessclose.sh
 Source4:        lesskey.src
@@ -84,14 +84,14 @@
 #
 # preprocessor
 install -m 755 lessopen.sh lessclose.sh $RPM_BUILD_ROOT/%{_bindir}
-%__chmod -x LICENSE COPYING NEWS README.SuSE
+%__chmod -x LICENSE COPYING NEWS README.SUSE
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-, root, root)
-%doc LICENSE COPYING NEWS README.SuSE
+%doc LICENSE COPYING NEWS README.SUSE
 %doc %{_mandir}/*/*
 %config %{_sysconfdir}/*
 %{_bindir}/*

++++++ README.SUSE ++++++
Dear user,

the 'less' application, thanks to its preprocessor, is able to show even binary
formats using calls to external commands. Since not every user finds this
feature plausible, you have the opportunity to customize behavior of 'less'
using the environment variable LESS_ADVANCED_PREPROCESSOR. By default, it's set
to "no" in /etc/profile -- thus if you require less to handle binary formats,
set this in your startup scripts:

export LESS_ADVANCED_PREPROCESSOR="yes"

Remark for experienced users:
If you had already set this switch and want to temporarily override it, you can
force 'less' to read a file from its standard input instead, e.g.:

less < dumb.ps

will show the source PostScript, and not the "rendered" result.
++++++ lessclose.sh ++++++
--- /var/tmp/diff_new_pack.YxXkzC/_old  2014-07-31 07:41:28.000000000 +0200
+++ /var/tmp/diff_new_pack.YxXkzC/_new  2014-07-31 07:41:28.000000000 +0200
@@ -1,7 +1,7 @@
 #!/bin/sh
 #
-# Copyright (c) 2001 SuSE GmbH, Nuernberg, Germany
-# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany
+# Copyright (c) 2001 SUSE GmbH, Nuernberg, Germany
+# Copyright (c) 2002 SUSE Linux AG, Nuernberg, Germany
 #
 # Author: Vladim�r Linek <[email protected]>
 #

++++++ lessopen.sh ++++++
--- /var/tmp/diff_new_pack.YxXkzC/_old  2014-07-31 07:41:28.000000000 +0200
+++ /var/tmp/diff_new_pack.YxXkzC/_new  2014-07-31 07:41:28.000000000 +0200
@@ -1,7 +1,7 @@
 #!/bin/bash
 #
-# Copyright (c) 2001 SuSE GmbH, Nuernberg, Germany
-# Copyright (c) 2002 SuSE Linux AG, Nuernberg, Germany
+# Copyright (c) 2001 SUSE GmbH, Nuernberg, Germany
+# Copyright (c) 2002 SUSE Linux AG, Nuernberg, Germany
 #
 # Author: Vladimir Linek <[email protected]>
 # Support for directory listing by Dimitar Pashov <[email protected]>

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

Reply via email to