Accepting request 999937 from home:jengelh:branches:editors

update

OBS-URL: https://build.opensuse.org/request/show/999937
OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=17
This commit is contained in:
Martin Pluskal 2022-09-13 06:24:39 +00:00 committed by Git OBS Bridge
parent d8b51b75dd
commit 9a015678e7
7 changed files with 33 additions and 7 deletions

View File

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

Binary file not shown.

3
moe-1.12.tar.lz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8a885f2be426f8e04ad39c96012bd860954085a23744f2451663168826d7a1e8
size 87917

BIN
moe-1.12.tar.lz.sig Normal file

Binary file not shown.

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Aug 29 11:01:38 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
- Update to release 1.12
* A '+' alone (without line number) before a file name in the
command line puts the cursor at end-of-buffer.
* In case of error in an argument to a command line option, moe
now shows the name of the option as parsed from the command
line.
* The new command 'C-o b' (reformat paragraphs in block) has
been added.
* Moe now centers the cursor the first time each handle is
displayed.
* 'F2' (save) now can write an unnamed read-only buffer to a
file without setting the buffer name.
* 'undo' and 'redo' now show feedback ("undoing...",
"redoing...").
* The UTF-8 decoder now converts some more characters ('numero
sign', 'arrow with tip', 'double arrow', 'Kelvin sign',
'Angstrom sign').
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 5 09:03:48 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de> Tue Jan 5 09:03:48 UTC 2021 - Andreas Stieger <andreas.stieger@gmx.de>

View File

@ -1,3 +1,8 @@
Member GPG keyring of moe group.
Note that this keyring is not intended for checking releases of that group.
Use Group Release Keyring instead.
GPG keys of Antonio Diaz Diaz <antonio> GPG keys of Antonio Diaz Diaz <antonio>
-----BEGIN PGP PUBLIC KEY BLOCK----- -----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.1 (GNU/Linux) Version: GnuPG v1.2.1 (GNU/Linux)

View File

@ -1,7 +1,7 @@
# #
# spec file for package moe # spec file for package moe
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: moe Name: moe
Version: 1.11 Version: 1.12
Release: 0 Release: 0
Summary: A Text Editor Summary: A Text Editor
License: GPL-2.0-or-later License: GPL-2.0-or-later
@ -43,11 +43,11 @@ removal from prompt histories, delimiter matching, text conversion from/to
UTF-8 and romanization. UTF-8 and romanization.
%prep %prep
%setup -q %autosetup
%build %build
%configure %configure
make %{?_smp_mflags} CXXFLAGS="%{optflags}" %make_build
%install %install
%make_install install-man %make_install install-man