Accepting request 588591 from editors
OBS-URL: https://build.opensuse.org/request/show/588591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/moe?expand=0&rev=2
This commit is contained in:
commit
42374aca83
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7eff4ef2197d8febec99ad4efd4e277b1f3b7d4660f75e3b42b8818bc6bb6457
|
|
||||||
size 79396
|
|
Binary file not shown.
3
moe-1.9.tar.lz
Normal file
3
moe-1.9.tar.lz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18919e9ffae08f34d8beb3a26fc5a595614e0aff34866e79420ca81881ff4ef3
|
||||||
|
size 82046
|
BIN
moe-1.9.tar.lz.sig
Normal file
BIN
moe-1.9.tar.lz.sig
Normal file
Binary file not shown.
24
moe.changes
24
moe.changes
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 19 13:11:50 UTC 2018 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Ensure neutrality of description.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Mar 18 23:16:55 UTC 2018 - avindra@opensuse.org
|
||||||
|
|
||||||
|
- GNU moe 1.9:
|
||||||
|
* rc.cc: Load recursively all regular files in each directory
|
||||||
|
passed in the command line.
|
||||||
|
* Added a new help key 'C-a'.
|
||||||
|
* encoding.cc: UTF-8 decoder now converts some more characters.
|
||||||
|
* buffer_handle.h (Buffer_handle): Adjust '+line,col' for tabs.
|
||||||
|
* set_to_matching_delimiter: Skip delimiters inside /**/ comments.
|
||||||
|
* Added 'N' command to the basic less emulation.
|
||||||
|
* rc.cc (process_options): Don't use stdin more than once.
|
||||||
|
* window_vector.cc (remove_duplicate_lines): Run 20% faster.
|
||||||
|
* Cut long filenames in messages like "File '...filename' saved".
|
||||||
|
* Set an 8-bit "C" locale in Cygwin to show chars > 127.
|
||||||
|
* configure: Avoid warning on some shells when testing for g++.
|
||||||
|
* Makefile.in: Detect the existence of install-info.
|
||||||
|
- cleanup with spec-cleaner
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Jul 10 17:19:05 UTC 2016 - mpluskal@suse.com
|
Sun Jul 10 17:19:05 UTC 2016 - mpluskal@suse.com
|
||||||
|
|
||||||
|
BIN
moe.keyring
BIN
moe.keyring
Binary file not shown.
25
moe.spec
25
moe.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package moe
|
# spec file for package moe
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# 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,10 +17,10 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: moe
|
Name: moe
|
||||||
Version: 1.8
|
Version: 1.9
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Powerful and User-friendly Text Editor
|
Summary: A Text Editor
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: Productivity/Text/Editors
|
Group: Productivity/Text/Editors
|
||||||
Url: https://www.gnu.org/software/moe/moe.html
|
Url: https://www.gnu.org/software/moe/moe.html
|
||||||
Source: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz
|
Source: https://ftp.gnu.org/pub/gnu/%{name}/%{name}-%{version}.tar.lz
|
||||||
@ -34,16 +34,15 @@ BuildRequires: make
|
|||||||
BuildRequires: ncurses-devel
|
BuildRequires: ncurses-devel
|
||||||
Requires(post): %{install_info_prereq}
|
Requires(post): %{install_info_prereq}
|
||||||
Requires(preun): %{install_info_prereq}
|
Requires(preun): %{install_info_prereq}
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU Moe is a powerful, 8-bit clean, console text editor for ISO-8859 and ASCII
|
GNU Moe is an 8-bit clean, console text editor for ISO-8859 and ASCII
|
||||||
character encodings. It has a modeless, user-friendly interface, online help,
|
character encodings. It has a modeless interface, online help,
|
||||||
multiple windows, unlimited undo/redo capability, unlimited line length, global
|
multiple windows, unlimited undo/redo capability, unlimited line length, global
|
||||||
search/replace (on all buffers at once), block operations, automatic
|
search/replace (on all buffers at once), block operations, automatic
|
||||||
indentation, word wrapping, file name completion, directory browser, duplicate
|
indentation, word wrapping, file name completion, directory browser, duplicate
|
||||||
removal from prompt histories, delimiter matching, text conversion from/to
|
removal from prompt histories, delimiter matching, text conversion from/to
|
||||||
UTF-8, romanization, etc.
|
UTF-8 and romanization.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
@ -53,7 +52,7 @@ UTF-8, romanization, etc.
|
|||||||
make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
make %{?_smp_mflags} CXXFLAGS="%{optflags}"
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install %{?_smp_mflags} install-man
|
%make_install install-man
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
%install_info --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
||||||
@ -62,11 +61,11 @@ make DESTDIR=%{buildroot} install %{?_smp_mflags} install-man
|
|||||||
%install_info_delete --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info}
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%license COPYING
|
||||||
%doc AUTHORS ChangeLog COPYING NEWS README
|
%doc AUTHORS ChangeLog NEWS README
|
||||||
%config(noreplace) %{_sysconfdir}/moerc
|
%config(noreplace) %{_sysconfdir}/moerc
|
||||||
%{_bindir}/moe
|
%{_bindir}/moe
|
||||||
%{_infodir}/moe.info%{ext_info}
|
%{_infodir}/moe.info%{?ext_info}
|
||||||
%{_mandir}/man1/moe.1%{ext_man}
|
%{_mandir}/man1/moe.1%{?ext_man}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user