Hello community, here is the log from the commit of package moe for openSUSE:Factory checked in at 2018-03-22 12:02:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/moe (Old) and /work/SRC/openSUSE:Factory/.moe.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "moe" Thu Mar 22 12:02:29 2018 rev:2 rq:588591 version:1.9 Changes: -------- --- /work/SRC/openSUSE:Factory/moe/moe.changes 2016-07-15 12:52:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.moe.new/moe.changes 2018-03-22 12:08:27.310494741 +0100 @@ -1,0 +2,24 @@ +Mon Mar 19 13:11:50 UTC 2018 - [email protected] + +- Ensure neutrality of description. + +------------------------------------------------------------------- +Sun Mar 18 23:16:55 UTC 2018 - [email protected] + +- 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 + +------------------------------------------------------------------- Old: ---- moe-1.8.tar.lz moe-1.8.tar.lz.sig New: ---- moe-1.9.tar.lz moe-1.9.tar.lz.sig ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ moe.spec ++++++ --- /var/tmp/diff_new_pack.33Dr8Y/_old 2018-03-22 12:08:28.374456602 +0100 +++ /var/tmp/diff_new_pack.33Dr8Y/_new 2018-03-22 12:08:28.378456460 +0100 @@ -1,7 +1,7 @@ # # 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 # remain the property of their copyright owners, unless otherwise agreed @@ -17,10 +17,10 @@ Name: moe -Version: 1.8 +Version: 1.9 Release: 0 -Summary: Powerful and User-friendly Text Editor -License: GPL-2.0+ +Summary: A Text Editor +License: GPL-2.0-or-later 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 @@ -34,16 +34,15 @@ BuildRequires: ncurses-devel Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} -BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -GNU Moe is a powerful, 8-bit clean, console text editor for ISO-8859 and ASCII -character encodings. It has a modeless, user-friendly interface, online help, +GNU Moe is an 8-bit clean, console text editor for ISO-8859 and ASCII +character encodings. It has a modeless interface, online help, multiple windows, unlimited undo/redo capability, unlimited line length, global search/replace (on all buffers at once), block operations, automatic indentation, word wrapping, file name completion, directory browser, duplicate removal from prompt histories, delimiter matching, text conversion from/to -UTF-8, romanization, etc. +UTF-8 and romanization. %prep %setup -q @@ -53,7 +52,7 @@ make %{?_smp_mflags} CXXFLAGS="%{optflags}" %install -make DESTDIR=%{buildroot} install %{?_smp_mflags} install-man +%make_install install-man %post %install_info --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info} @@ -62,11 +61,11 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/moe.info%{ext_info} %files -%defattr(-,root,root) -%doc AUTHORS ChangeLog COPYING NEWS README +%license COPYING +%doc AUTHORS ChangeLog NEWS README %config(noreplace) %{_sysconfdir}/moerc %{_bindir}/moe -%{_infodir}/moe.info%{ext_info} -%{_mandir}/man1/moe.1%{ext_man} +%{_infodir}/moe.info%{?ext_info} +%{_mandir}/man1/moe.1%{?ext_man} %changelog ++++++ moe.keyring ++++++ Binary files /var/tmp/diff_new_pack.33Dr8Y/_old and /var/tmp/diff_new_pack.33Dr8Y/_new differ
