Accepting request 588363 from home:avindra:branches:editors
- 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 OBS-URL: https://build.opensuse.org/request/show/588363 OBS-URL: https://build.opensuse.org/package/show/editors/moe?expand=0&rev=10
This commit is contained in:
parent
3d5775353a
commit
67363622c4
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.
19
moe.changes
19
moe.changes
@ -1,3 +1,22 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
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.
17
moe.spec
17
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: Powerful and User-friendly 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,7 +34,6 @@ 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 a powerful, 8-bit clean, console text editor for ISO-8859 and ASCII
|
||||||
@ -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