Mailinglist Archive: opensuse-commit (861 mails)
| < Previous | Next > |
commit nano for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Mon, 03 Jan 2011 10:58:04 +0100
- Message-id: <20110103095804.DA45F202A4@hilbert.suse.de>
Hello community,
here is the log from the commit of package nano for openSUSE:Factory
checked in at Mon Jan 3 10:58:04 CET 2011.
--------
--- nano/nano.changes 2010-09-27 10:59:34.000000000 +0200
+++ /mounts/work_src_done/STABLE/nano/nano.changes 2011-01-01
16:33:07.000000000 +0100
@@ -1,0 +2,8 @@
+Sat Jan 1 15:04:22 UTC 2011 - asterios.dramis@xxxxxxxxx
+
+- Update to version 2.2.6
+ * This is just a small release to update a bug where restricted mode was not
+ particularly restricted since key bindings were introduced.
+- Spec file changes after spec-cleaner run.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
nano-2.2.5.tar.bz2
New:
----
nano-2.2.6.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ nano.spec ++++++
--- /var/tmp/diff_new_pack.ykq29X/_old 2011-01-03 10:57:28.000000000 +0100
+++ /var/tmp/diff_new_pack.ykq29X/_new 2011-01-03 10:57:28.000000000 +0100
@@ -1,7 +1,7 @@
#
-# spec file for package nano (Version 2.2.5)
+# spec file for package nano (Version 2.2.6)
#
-# 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
@@ -20,19 +20,20 @@
%define nano_extraver %{nil}
Name: nano
-BuildRequires: ncurses-devel
-Url: http://www.nano-editor.org/
+Version: 2.2.6
+Release: 1
License: GPLv3+
-Group: Productivity/Editors/Other
Summary: Pico Editor Clone with Enhancements
-Version: 2.2.5
-Release: 1
-# http://www.nano-editor.org/dist/v2.2/nano-%{version}%{nano_extraver}.tar.gz
+Url: http://www.nano-editor.org/
+Group: Productivity/Editors/Other
+#
http://www.nano-editor.org/dist/v2.2/%{name}-%{version}%{nano_extraver}.tar.gz
Source: %{name}-%{version}%{nano_extraver}.tar.bz2
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+# Don't show build date in version information
+Patch0: nano-no-build-date.patch
+BuildRequires: ncurses-devel
Requires(post): %install_info_prereq
Requires(postun): %install_info_prereq
-Patch: nano-no-build-date.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
GNU nano is a small and friendly text editor. It aims to emulate the
@@ -54,7 +55,7 @@
%lang_package
%prep
%setup -q -n "%{name}-%{version}%{nano_extraver}"
-%patch
+%patch0
%build
%configure --disable-rpath --enable-utf8
@@ -71,7 +72,7 @@
%{?buildroot:%__rm -rf "%{buildroot}"}
%post
-%install_info --info-dir=%_infodir %_infodir/%name.info%{ext_info}
+%install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
%postun
%install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info%{ext_info}
@@ -79,6 +80,7 @@
%files
%defattr(-, root, root)
%doc AUTHORS BUGS COPYING ChangeLog NEWS README THANKS TODO UPGRADE
+%doc doc/faq.html doc/nanorc.sample
%dir %{_mandir}/fr
%{_bindir}/nano
%{_bindir}/rnano
++++++ nano-2.2.5.tar.bz2 -> nano-2.2.6.tar.bz2 ++++++
++++ 18847 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |