Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2016-08-05 18:17:39
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nano (Old)
 and      /work/SRC/openSUSE:Factory/.nano.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nano"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nano/nano.changes        2016-07-01 
09:59:07.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2016-08-05 
18:17:40.000000000 +0200
@@ -1,0 +2,16 @@
+Wed Aug  3 22:21:56 UTC 2016 - [email protected]
+
+- Update to version 2.6.2:
+  * The keystrokes Ctrl+Up and Ctrl+Down for jumping between blocks
+    of text, and the option 'wordchars' for specifying which
+    characters (beside alphanumeric ones) should be considered
+    word-forming.
+  * Provides feedback during Unicode input (M-V followed by a
+    six-digit hexadecimal number which must start with 0 or 10).
+  * Avoids a crash when resizing the window during Verbatim input.
+  * Doesn't drop a keystroke after having been suspended.
+  * Replaces the beginning-of-line anchor (^) just once per line.
+  * Several tiny improvements in screen rendering and key handling.
+- Removed build time references fix (not needed anymore).
+
+-------------------------------------------------------------------

Old:
----
  nano-2.6.1.tar.gz
  nano-2.6.1.tar.gz.asc

New:
----
  nano-2.6.2.tar.xz
  nano-2.6.2.tar.xz.asc

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

Other differences:
------------------
++++++ nano.spec ++++++
--- /var/tmp/diff_new_pack.4McAJs/_old  2016-08-05 18:17:41.000000000 +0200
+++ /var/tmp/diff_new_pack.4McAJs/_new  2016-08-05 18:17:41.000000000 +0200
@@ -18,14 +18,14 @@
 
 %define _version 2.6
 Name:           nano
-Version:        2.6.1
+Version:        2.6.2
 Release:        0
 Summary:        Pico editor clone with enhancements
 License:        GPL-3.0+
-Group:          Productivity/Editors/Other
+Group:          Productivity/Text/Editors
 Url:            http://nano-editor.org/
-Source0:        
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.gz
-Source1:        
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.gz.asc
+Source0:        
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.xz
+Source1:        
http://nano-editor.org/dist/v%{_version}/%{name}-%{version}.tar.xz.asc
 Source2:        
https://savannah.gnu.org/people/viewgpg.php?user_id=42085#/%{name}.keyring
 BuildRequires:  file-devel
 BuildRequires:  ncurses-devel
@@ -35,6 +35,9 @@
 Requires(preun): info
 Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{?suse_version} <= 1110
+BuildRequires:  xz
+%endif
 %if 0%{?suse_version} > 1230
 BuildRequires:  groff-full
 %else
@@ -55,12 +58,6 @@
 %prep
 %setup -q
 
-# Remove build time references so build-compare can do its work.
-FAKE_BUILDTIME=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%H:%%M')
-FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e 
%%Y')
-sed -i "s/__TIME__/\"$FAKE_BUILDTIME\"/" src/nano.c
-sed -i "s/__DATE__/\"$FAKE_BUILDDATE\"/" src/nano.c
-
 %build
 %configure \
   --disable-rpath \
@@ -84,7 +81,7 @@
 
 %files
 %defattr(-,root,root)
-%doc AUTHORS ChangeLog ChangeLog.pre-2.1 COPYING COPYING.DOC NEWS README 
THANKS TODO
+%doc AUTHORS ChangeLog ChangeLog.pre-2.1 COPYING COPYING.DOC IMPROVEMENTS NEWS 
README THANKS TODO doc/nanorc.sample
 %doc %{_docdir}/nano/
 %exclude %{_docdir}/%{name}/*/
 %{_bindir}/nano



Reply via email to