SHA256
1
0
forked from pool/nano

Accepting request 416868 from editors

1

OBS-URL: https://build.opensuse.org/request/show/416868
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/nano?expand=0&rev=47
This commit is contained in:
Dominique Leuenberger 2016-08-05 16:17:39 +00:00 committed by Git OBS Bridge
commit f32ae80b22
6 changed files with 38 additions and 25 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:56f2ba1c532647bee36abd5f87a714400af0be084cf857a65bc8f41a0dc28fe5
size 1999439

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJXcPgiAAoJEJ30hirxF1xbEpUIALq47U0zx6sn5e4pOV93h9AM
PJLGLqKXaHyw0GSQpbZy4zZtWw1ebY3rDkaWEmXzsiKyTgF7a52zwm3fBV8tPS2Z
TacaC8p/SlJCJGomxPvBOcHuhghqwkvgedO89YMWIkt2zxJSd40Kv1367w1Ynd7P
d3Z/avpl9Ueo7ZqKqyfYuzJSERlKsTF+QvaQcVYxUp8LOpvxImi5ThLf9K90org5
cl0UiQAJa03soDYPUc6jouXjxAsj1jTJF9a49TCmyNkkFGrapB6wC8fxpgxVNeWY
a0tlkuzt7ZBv6h4YMXHzjTEliJrfAH6PSAuMdPk4BjAEW5H9yPDjOOqTx2lFeiM=
=4Ont
-----END PGP SIGNATURE-----

3
nano-2.6.2.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:22f79cc635458e0c0d110d211576f1edc03b112a62d73b914826a46547a6ac27
size 1003376

11
nano-2.6.2.tar.xz.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2
iQEcBAABCAAGBQJXmbcfAAoJEJ30hirxF1xbfMIH/3FMVOew1JNUz+vqB1bV5bXv
sxlw8FQapghhU9mbs/v3dzGQ5RC3mTo3iOLAEDSLLVcSGkNjK0CUtKbbs/3JXl/4
/H18MpRQZygeZXUp/6Dcz9wu05AMYnxjdqVthuVu1WRjBSp7iOWXZFV33WhP04m/
ZL1cRSTYreB5CeM2qCV7W07xXWqipIGKFDF0CnrbHm5h3gI8SNCldH7wriS7EAZQ
zpgTdJpIp/dREquQs46Mcbhe2gDBhxUXX/QNPdfrhYpQGvxlV3NPa+PPpkEc90yF
RRdyiaomU4Y/G0MwTmq9vVqxlU5Nycz8oSYEeVECC23cw+g/gyeJs+4C08AseqU=
=1NXZ
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Wed Aug 3 22:21:56 UTC 2016 - asterios.dramis@gmail.com
- 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).
-------------------------------------------------------------------
Mon Jun 27 20:39:37 UTC 2016 - mpluskal@suse.com

View File

@ -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(post): info
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 @@ the Pico text editor while also offering a few enhancements.
%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 @@ mv -f %{buildroot}%{_datadir}/doc/%{name}/ %{buildroot}%{_docdir}/%{name}/
%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