diff --git a/moe-1.12.tar.lz b/moe-1.12.tar.lz deleted file mode 100644 index d90bfb5..0000000 --- a/moe-1.12.tar.lz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8a885f2be426f8e04ad39c96012bd860954085a23744f2451663168826d7a1e8 -size 87917 diff --git a/moe-1.12.tar.lz.sig b/moe-1.12.tar.lz.sig deleted file mode 100644 index 9eacc8b..0000000 Binary files a/moe-1.12.tar.lz.sig and /dev/null differ diff --git a/moe-1.13.tar.lz b/moe-1.13.tar.lz new file mode 100644 index 0000000..ca146dc --- /dev/null +++ b/moe-1.13.tar.lz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43a557bc512f89d6c718e5f41029cfe3a055682620eb8dbece6302f34a26146b +size 91414 diff --git a/moe-1.13.tar.lz.sig b/moe-1.13.tar.lz.sig new file mode 100644 index 0000000..3283418 Binary files /dev/null and b/moe-1.13.tar.lz.sig differ diff --git a/moe.changes b/moe.changes index 849e468..5af9402 100644 --- a/moe.changes +++ b/moe.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Tue Feb 28 21:54:08 UTC 2023 - Andreas Stieger + +- GNU moe 1.13: + * 'moerc' has been renamed to 'moe.conf', it is read form + $XDG_CONFIG_HOME/moe.conf instead of $HOME/.moerc. + (XDG_CONFIG_HOME defaults to $HOME/.config). + * Multiple user interface fixes + * Speed improvements,including start-up improvements + * Some commands recognize additional inputsand options + * Now accepts the escape sequences '\uhhhh' and '\Uhhhhhhhh' + (universal-character-name) to either search or insert in the + buffer the corresponding ISO 10646 character coded in UTF-8. + * Now accepts the escape sequence '\dddd' (decimal code 'ddd') + like GNU sed to either search or insert in the buffer the + corresponding ISO-8859-15 character. + * Recursive load now ignores file names with extensions + ".lzma", ".pnm", ".tiff", ".zst", ".tzst". + ------------------------------------------------------------------- Tue Sep 13 11:33:05 UTC 2022 - Martin Pluskal diff --git a/moe.keyring b/moe.keyring index 8c7005b..c0b8e50 100644 --- a/moe.keyring +++ b/moe.keyring @@ -1,9 +1,3 @@ -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) @@ -28,4 +22,3 @@ kzktelVlFMicqX1N1KT1Ttce0UAxuxd1Vi/SfMzJLbc0s4fHDdfnVZH7fgq+SM9F qHLYxRBZTQCgjCLqzyDs2KNtLAQKu5CEfcfKr8E= =v3WJ -----END PGP PUBLIC KEY BLOCK----- - diff --git a/moe.spec b/moe.spec index 6703fbb..15c7627 100644 --- a/moe.spec +++ b/moe.spec @@ -1,7 +1,7 @@ # # spec file for package moe # -# Copyright (c) 2022 SUSE LLC +# Copyright (c) 2023 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.12 +Version: 1.13 Release: 0 Summary: A Text Editor License: GPL-2.0-or-later @@ -25,7 +25,7 @@ Group: Productivity/Text/Editors URL: https://www.gnu.org/software/moe/moe.html Source: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz Source1: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz.sig -Source2: https://savannah.gnu.org/project/memberlist-gpgkeys.php?group=moe&download=1#/%{name}.keyring +Source2: http://savannah.gnu.org/people/viewgpg.php?user_id=12809#/%{name}.keyring BuildRequires: gcc-c++ BuildRequires: glibc-devel BuildRequires: libstdc++-devel @@ -55,7 +55,7 @@ UTF-8 and romanization. %files %license COPYING %doc AUTHORS ChangeLog NEWS README -%config(noreplace) %{_sysconfdir}/moerc +%config(noreplace) %{_sysconfdir}/moe.conf %{_bindir}/moe %{_infodir}/moe.info%{?ext_info} %{_mandir}/man1/moe.1%{?ext_man}