Hello community,

here is the log from the commit of package klavaro for openSUSE:Factory checked 
in at 2018-03-22 12:05:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/klavaro (Old)
 and      /work/SRC/openSUSE:Factory/.klavaro.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "klavaro"

Thu Mar 22 12:05:31 2018 rev:20 rq:589406 version:3.03

Changes:
--------
--- /work/SRC/openSUSE:Factory/klavaro/klavaro.changes  2017-08-24 
18:47:15.972782854 +0200
+++ /work/SRC/openSUSE:Factory/.klavaro.new/klavaro.changes     2018-03-22 
12:10:52.717282806 +0100
@@ -1,0 +2,7 @@
+Tue Mar 13 15:55:08 UTC 2018 - [email protected]
+
+- Use espeak-ng when available
+
+- Remove superfluous buildtime requirement
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ klavaro.spec ++++++
--- /var/tmp/diff_new_pack.yDTibu/_old  2018-03-22 12:10:53.589251553 +0100
+++ /var/tmp/diff_new_pack.yDTibu/_new  2018-03-22 12:10:53.601251123 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package klavaro
 #
-# Copyright (c) 2017 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
@@ -16,24 +16,28 @@
 #
 
 
+%if 0%{?suse_version} >= 1500
+%define espeak    espeak-ng-compat
+%else
+%define espeak    espeak
+%endif
+
 Name:           klavaro
 Version:        3.03
 Release:        0
 Summary:        Typing tutor
-License:        GPL-3.0+
+License:        GPL-3.0-or-later
 Group:          Amusements/Teaching/Other
 Url:            http://klavaro.sourceforge.net/
 Source:         
http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE klavaro-3.00-paragraph-ru-fix.patch [email protected] 
-- replace special typographic chars
 Patch0:         klavaro-3.00-paragraph-ru-fix.patch
-Requires:       espeak
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bison
-BuildRequires:  espeak-devel
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gettext
@@ -42,6 +46,7 @@
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig(gtk+-3.0)
 BuildRequires:  pkgconfig(libxml-2.0)
+Recommends:     %{espeak}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description


Reply via email to