Accepting request 1003309 from editors

- Use distribution CFLAGS

- 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').

OBS-URL: https://build.opensuse.org/request/show/1003309
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=5
This commit is contained in:
Dominique Leuenberger 2022-09-13 13:09:49 +00:00 committed by Git OBS Bridge
commit d9ca494ed4
7 changed files with 38 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,29 @@
-------------------------------------------------------------------
Tue Sep 13 11:33:05 UTC 2022 - Martin Pluskal <mpluskal@suse.com>
- Use distribution CFLAGS
-------------------------------------------------------------------
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>

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>
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.2.1 (GNU/Linux)

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: moe
Version: 1.11
Version: 1.12
Release: 0
Summary: A Text Editor
License: GPL-2.0-or-later
@ -43,11 +43,11 @@ removal from prompt histories, delimiter matching, text conversion from/to
UTF-8 and romanization.
%prep
%setup -q
%autosetup
%build
%configure
make %{?_smp_mflags} CXXFLAGS="%{optflags}"
%make_build CXXFLAGS="%{optflags}"
%install
%make_install install-man