Hello community, here is the log from the commit of package nano for openSUSE:Factory checked in at Fri May 20 15:14:03 CEST 2011.
-------- --- nano/nano.changes 2011-02-27 15:30:57.000000000 +0100 +++ /mounts/work_src_done/STABLE/nano/nano.changes 2011-05-11 19:30:40.000000000 +0200 @@ -1,0 +2,11 @@ +Wed May 11 17:21:21 UTC 2011 - [email protected] + +- Update to version 2.3.1: + * Some fixes for the new libmagic code. + * Fix for improper character counts when using auto-indent. + * New syntax highlighting definitions for RPM spec and lua files. +- Spec file updates: + * Simplified License: to GPLv3+ which is the main license. +- Removed nano-no-build-date.patch and added a fix inside the spec file. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- nano-2.3.0.tar.bz2 nano-no-build-date.patch New: ---- nano-2.3.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nano.spec ++++++ --- /var/tmp/diff_new_pack.tvrM5O/_old 2011-05-20 15:12:43.000000000 +0200 +++ /var/tmp/diff_new_pack.tvrM5O/_new 2011-05-20 15:12:43.000000000 +0200 @@ -19,17 +19,15 @@ Name: nano -Version: 2.3.0 +Version: 2.3.1 Release: 1 Summary: Pico Editor Clone with Enhancements -License: GPLv3+ and (GFDL or GPLv3+) +License: GPLv3+ 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 -# PATCH-FIX-OPENSUSE no-build-date.patch [email protected] -- Do not provide build dates in binaries -Patch0: nano-no-build-date.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: file-devel @@ -42,24 +40,15 @@ GNU nano is a small and friendly text editor. It aims to emulate the Pico text editor while also offering a few enhancements. - - -Authors: --------- - Chris Allegretta <[email protected]> - David Lawrence Ramsey <[email protected]> - Jordi Mallach <[email protected]> - Adam Rogoyski <[email protected]> - Robert Siemborski <[email protected]> - Rocco Corsi <[email protected]> - David Benbennick <[email protected]> - Mike Frysinger <[email protected]> - - %lang_package %prep %setup -q -%patch0 + +# 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 --enable-utf8 ++++++ nano-2.3.0.tar.bz2 -> nano-2.3.1.tar.bz2 ++++++ ++++ 3708 lines of diff (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
