Hello community,

here is the log from the commit of package smenu for openSUSE:Factory checked 
in at 2019-04-02 09:23:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/smenu (Old)
 and      /work/SRC/openSUSE:Factory/.smenu.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "smenu"

Tue Apr  2 09:23:18 2019 rev:2 rq:690398 version:0.9.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/smenu/smenu.changes      2018-09-19 
14:32:52.119323600 +0200
+++ /work/SRC/openSUSE:Factory/.smenu.new.25356/smenu.changes   2019-04-02 
09:23:22.524752990 +0200
@@ -1,0 +2,37 @@
+Sat Mar 30 17:57:59 UTC 2019 - Pierre Gentile <[email protected]>
+
+- Version 0.9.15
+* Bug fixes:
+  + An ending pattern search was not correctly highlighted
+  + An highlighting issue when hitting the HOME key during a search
+    in numbered mode has been fixed
+  + The PgUp/PgDn moves have been fixed and improved in the presence of
+    excluded words
+  + The height of the windows when a message is present is now correctly
+    calculated
+  + The SIGINT signal handling is working properly now
+  + A vt100 terminal is assumed when the environment variable TERM
+    is unset
+* Improvements:
+  + The 'o' sub-option of the -D option has been enhanced
+  + The documentation has been improved and enhanced
+  + An example of a hierarchical menu interpreter has been added
+  + The message (title) appearance can now be changed with the -a option
+  + An empty line has been added after the message (title) for clarity
+  + The .spec file has been updated to support older SUSE/RH versions
+  + An issue opening /dev/tty is now clearly signaled
+  + The argument of the -n option is now optional and defaults to 0
+    (full height)
+  + It is now possible to directly move the cursor to the start/end of
+    the current line
+* Misc:
+  + The code has been split into several files
+  + The pull request #15 from sumbach/patch-1 has been merged
+  + The pull request #12 from jonnydubowsky/patch-1 has been merged
+  + More tests for the automatic regressions checking have been added
+  + UTF-8 string length processing has been optimized
+  + Help and usage messages are now printed on stdout
+  + A FAQ has been added
+  + Compiler warnings have been silenced
+
+-------------------------------------------------------------------

Old:
----
  smenu-0.9.14.tar.bz2

New:
----
  smenu-0.9.15.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ smenu.spec ++++++
--- /var/tmp/diff_new_pack.rQMvDB/_old  2019-04-02 09:23:23.000753309 +0200
+++ /var/tmp/diff_new_pack.rQMvDB/_new  2019-04-02 09:23:23.004753312 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package smenu
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,24 +12,25 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:           smenu
-Version:        0.9.14
+Version:        0.9.15
 Release:        0
 Summary:        A standard input word picker
 License:        GPL-2.0-only
 Group:          Productivity/Text/Utilities
-URL:            https://github.com/p-gen/smenu
+Url:            https://github.com/p-gen/%{name}
 Source:         %{name}-%{version}.tar.bz2
 BuildRequires:  ncurses-devel
+BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 This tool reads words from a file or standard input, presents them in an
 interactive window after the current line on the terminal, and writes the
-selected word, if any, to standard output.
+selected words, if any, to standard output.
 
 %prep
 %setup -q
@@ -47,15 +48,25 @@
 %{name} tool.
 
 %install
+%if 0%{?suse_version} < 1315
+make install DESTDIR="%{?buildroot}"
+%else
 %make_install
+%endif
 
 %files tests
+%defattr(-,root,root,-)
 %doc tests
 
 %files
+%defattr(-,root,root,-)
 %attr(0755,root,root) %{_bindir}/*
+%if 0%{?sle_version} < 120300 && 0%{?suse_version} <= 1315
+%doc COPYRIGHT
+%else
 %license COPYRIGHT
-%doc examples README.rst
+%endif
+%doc examples README.rst FAQ
 %{_mandir}/man1/*
 
 %changelog

++++++ smenu-0.9.14.tar.bz2 -> smenu-0.9.15.tar.bz2 ++++++
++++ 11963 lines of diff (skipped)


Reply via email to