From 72bfeed57469a9bbe54850292bcf28762f213d948ac028548d7ac17870022c6a Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Sep 2022 06:24:39 +0000 Subject: [PATCH 1/2] 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 --- moe-1.11.tar.lz | 3 --- moe-1.11.tar.lz.sig | Bin 72 -> 0 bytes moe-1.12.tar.lz | 3 +++ moe-1.12.tar.lz.sig | Bin 0 -> 72 bytes moe.changes | 21 +++++++++++++++++++++ moe.keyring | 5 +++++ moe.spec | 8 ++++---- 7 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 moe-1.11.tar.lz delete mode 100644 moe-1.11.tar.lz.sig create mode 100644 moe-1.12.tar.lz create mode 100644 moe-1.12.tar.lz.sig diff --git a/moe-1.11.tar.lz b/moe-1.11.tar.lz deleted file mode 100644 index bffe5af..0000000 --- a/moe-1.11.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0efbcbcf5a4a8d966541c6cb099ba0ab6416780366dbce82d9ff995a85a5e2f9 -size 89532 diff --git a/moe-1.11.tar.lz.sig b/moe-1.11.tar.lz.sig deleted file mode 100644 index 873db4d50f11d6d3ea5f3498297cbaa354350789608ebea528dd104c7988d57f..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 72 zcmV-O0Jr~$Mg#y60ssaD0$=h2J^%^{5Rd7V0~0NGLUE=5of7e=#W%O1coennX2%q| emqSpD;sBpoi~cGo4l$@{F2T@C!44y+lQ|hx020=>j0l?&TSY2ynMqJu#zajjQ90}h03w4rXI=w literal 0 HcmV?d00001 diff --git a/moe.changes b/moe.changes index f27db7e..f57faf9 100644 --- a/moe.changes +++ b/moe.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Mon Aug 29 11:01:38 UTC 2022 - Jan Engelhardt + +- 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 diff --git a/moe.keyring b/moe.keyring index 970628a..8c7005b 100644 --- a/moe.keyring +++ b/moe.keyring @@ -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 -----BEGIN PGP PUBLIC KEY BLOCK----- Version: GnuPG v1.2.1 (GNU/Linux) diff --git a/moe.spec b/moe.spec index 309d6b8..8baaeb9 100644 --- a/moe.spec +++ b/moe.spec @@ -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 %install %make_install install-man From ac0ab7ecd6f7340e03d0fe669c4fe9e40026e5b6ea7bd64c24832bdb06837abc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Tue, 13 Sep 2022 11:33:51 +0000 Subject: [PATCH 2/2] - Use distribution CFLAGS OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=18 --- moe.changes | 5 +++++ moe.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/moe.changes b/moe.changes index f57faf9..849e468 100644 --- a/moe.changes +++ b/moe.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Sep 13 11:33:05 UTC 2022 - Martin Pluskal + +- Use distribution CFLAGS + ------------------------------------------------------------------- Mon Aug 29 11:01:38 UTC 2022 - Jan Engelhardt diff --git a/moe.spec b/moe.spec index 8baaeb9..6703fbb 100644 --- a/moe.spec +++ b/moe.spec @@ -47,7 +47,7 @@ UTF-8 and romanization. %build %configure -%make_build +%make_build CXXFLAGS="%{optflags}" %install %make_install install-man