Hello community,

here is the log from the commit of package nano for openSUSE:Factory checked in 
at 2013-03-26 14:12:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nano (Old)
 and      /work/SRC/openSUSE:Factory/.nano.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nano", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/nano/nano.changes        2011-09-23 
02:14:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.nano.new/nano.changes   2013-03-26 
14:12:42.000000000 +0100
@@ -1,0 +2,10 @@
+Sat Mar 23 23:05:28 UTC 2013 - [email protected]
+
+- Update to version 2.3.2:
+  * vim-style file locking (though not backup/restore), useful when using nano
+    in a multi-editor environment.
+  * Additional support for word boundary checking when cross compiling.
+  * Fixes for trying to go to an invalid line number.
+  * Documentation tweaks.
+
+-------------------------------------------------------------------

Old:
----
  nano-2.3.1.tar.bz2

New:
----
  nano-2.3.2.tar.gz

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

Other differences:
------------------
++++++ nano.spec ++++++
--- /var/tmp/diff_new_pack.q4nnHE/_old  2013-03-26 14:12:44.000000000 +0100
+++ /var/tmp/diff_new_pack.q4nnHE/_new  2013-03-26 14:12:44.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package nano
 #
-# Copyright (c) 2011 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,32 +15,28 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-# norootforbuild
-
 
 Name:           nano
-Version:        2.3.1
-Release:        1
+Version:        2.3.2
+Release:        0
 Summary:        Pico Editor Clone with Enhancements
-
 License:        GPL-3.0+
-Url:            http://www.nano-editor.org/
 Group:          Productivity/Editors/Other
-# http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
-Source0:        %{name}-%{version}.tar.bz2
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-
+Url:            http://www.nano-editor.org/
+Source0:        http://www.nano-editor.org/dist/v2.3/%{name}-%{version}.tar.gz
 BuildRequires:  file-devel
 BuildRequires:  ncurses-devel
 Requires(post): info
 Requires(preun): info
 Recommends:     %{name}-lang = %{version}
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 GNU nano is a small and friendly text editor. It aims to emulate the
 Pico text editor while also offering a few enhancements.
 
 %lang_package
+
 %prep
 %setup -q
 
@@ -52,7 +48,7 @@
 
 %build
 %configure --disable-rpath --enable-utf8
-%__make %{?_smp_mflags}
+make %{?_smp_mflags}
 
 %install
 %makeinstall
@@ -61,18 +57,15 @@
 rm -rf %{buildroot}%{_datadir}/nano/man-html/
 
 # Manually install the doc files in order to easily split them between the 
main and lang package
-install -dp -m 0755 %{buildroot}%{_defaultdocdir}/nano
-install -p -m 0644 AUTHORS BUGS COPYING COPYING.DOC ChangeLog 
ChangeLog.pre-2.1 NEWS README THANKS TODO UPGRADE 
%{buildroot}%{_defaultdocdir}/nano/
-install -p -m 0644 doc/faq.html doc/nanorc.sample 
%{buildroot}%{_defaultdocdir}/nano/
-install -dp -m 0755 %{buildroot}%{_defaultdocdir}/nano/man-html/fr
-install -p -m 0644 doc/man/*.html %{buildroot}%{_defaultdocdir}/nano/man-html/
-install -p -m 0644 doc/man/fr/*.html 
%{buildroot}%{_defaultdocdir}/nano/man-html/fr/
+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 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/
+install -pm 0644 doc/man/fr/*.html 
%{buildroot}%{_defaultdocdir}/nano/man-html/fr/
 
 %find_lang %{name} --with-man --all-name
 
-%clean
-%__rm -rf %{buildroot}
-
 %post
 %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
 

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

Reply via email to