Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2014-09-17 17:27:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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        2013-03-26 
14:12:42.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2014-09-17 
17:27:36.000000000 +0200
@@ -1,0 +2,32 @@
+Tue Sep 16 18:24:20 UTC 2014 - [email protected]
+
+- Update to version 2.3.6:
+  * Fix for installing internationalization files.
+  * Documentation (in particular man page) fixes.
+  * Few touch ups to syntax highlighting definitions.
+  From version 2.3.5:
+  * Many visible and under-the-hood fixes for components such as file locking,
+    more fixes to the undo system, and you no longer have to explicitly ask
+    nano to have undo/redo support as it now defaults to being enabled.
+  * Better handling of --tempfile mode.
+  * Better handling of command line arguments when also attempting to specify
+    +<line number>.
+  From version 2.3.4:
+  * Small number of fixes, but in particular allows nano to compile on non-UTF8
+    curses implementations (i.e. libncursesw).
+  * Small fixes to the undo implementation.
+  * Small fixes to the default syntax config.
+  From version 2.3.3:
+  * Many improvements to the core system, including substantial improvements to
+    the undo/redo code, UTF-8 handling, the configure script, and display of
+    shortcuts on very wide terminals.
+  * Ability to read named pipes (--noread), as well as linter support (see the
+    nanorc man page for details).
+  * Much improved syntax highlighting code, and configurations for JSON,
+    texinfo, Go, and a default syntax for catch all highlighting.
+  * Ability to set the color of the title bar, status bar, and shortcut keys
+    (e.g. "^X") and their descriptions (see the nanorc man page for details).
+  * Lots of other fixes.
+- Added new build requirements groff-full, makeinfo and pkg-config.
+
+-------------------------------------------------------------------

Old:
----
  nano-2.3.2.tar.gz

New:
----
  nano-2.3.6.tar.gz

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

Other differences:
------------------
++++++ nano.spec ++++++
--- /var/tmp/diff_new_pack.KUjTPj/_old  2014-09-17 17:27:37.000000000 +0200
+++ /var/tmp/diff_new_pack.KUjTPj/_new  2014-09-17 17:27:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nano
 #
-# 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
@@ -17,7 +17,7 @@
 
 
 Name:           nano
-Version:        2.3.2
+Version:        2.3.6
 Release:        0
 Summary:        Pico Editor Clone with Enhancements
 License:        GPL-3.0+
@@ -25,7 +25,18 @@
 Url:            http://www.nano-editor.org/
 Source0:        http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
+%if 0%{?suse_version} > 1230
+BuildRequires:  groff-full
+%else
+BuildRequires:  groff
+%endif
+%if 0%{?suse_version} > 1140
+BuildRequires:  makeinfo
+%else
+BuildRequires:  texinfo
+%endif
 BuildRequires:  ncurses-devel
+BuildRequires:  pkg-config
 Requires(post): info
 Requires(preun): info
 Recommends:     %{name}-lang = %{version}
@@ -53,12 +64,13 @@
 %install
 %makeinstall
 
-# Remove doc files from /usr/share/nano (they should be in defaultdocdir)
+# Remove doc files that should be in defaultdocdir
 rm -rf %{buildroot}%{_datadir}/nano/man-html/
+rm -rf %{buildroot}%{_datadir}/doc/nano/
 
 # Manually install the doc files in order to easily split them between the 
main and lang package
 install -dpm 0755 %{buildroot}%{_defaultdocdir}/nano
-install -pm 0644 AUTHORS BUGS COPYING COPYING.DOC ChangeLog ChangeLog.pre-2.1 
NEWS README THANKS TODO UPGRADE %{buildroot}%{_defaultdocdir}/nano/
+install -pm 0644 AUTHORS COPYING COPYING.DOC ChangeLog ChangeLog.pre-2.1 NEWS 
README THANKS TODO UPGRADE %{buildroot}%{_defaultdocdir}/nano/
 install -pm 0644 doc/faq.html doc/nanorc.sample 
%{buildroot}%{_defaultdocdir}/nano/
 install -dpm 0755 %{buildroot}%{_defaultdocdir}/nano/man-html/fr
 install -pm 0644 doc/man/*.html %{buildroot}%{_defaultdocdir}/nano/man-html/

++++++ nano-2.3.2.tar.gz -> nano-2.3.6.tar.gz ++++++
++++ 142060 lines of diff (skipped)

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

Reply via email to