Hello community,

here is the log from the commit of package stardict for openSUSE:Factory 
checked in at 2018-03-24 16:14:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/stardict (Old)
 and      /work/SRC/openSUSE:Factory/.stardict.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "stardict"

Sat Mar 24 16:14:34 2018 rev:2 rq:589950 version:3.0.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/stardict/stardict.changes        2017-12-15 
14:06:03.082687413 +0100
+++ /work/SRC/openSUSE:Factory/.stardict.new/stardict.changes   2018-03-24 
16:14:37.581127818 +0100
@@ -1,0 +2,8 @@
+Wed Mar 21 08:29:03 UTC 2018 - aloi...@gmx.com
+
+- Use espeak-ng when available
+
+- Remove espeak and enchant runtime dependencies (rpm will require
+  each library automatically)
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ stardict.spec ++++++
--- /var/tmp/diff_new_pack.MFiT7y/_old  2018-03-24 16:14:38.625090185 +0100
+++ /var/tmp/diff_new_pack.MFiT7y/_new  2018-03-24 16:14:38.629090041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package stardict
 #
-# Copyright (c) 2014 SUSE LINUX Products 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,11 +16,17 @@
 #
 
 
+%if 0%{?suse_version} >= 1500
+%define espeakdev espeak-ng-compat-devel
+%else
+%define espeakdev espeak-devel
+%endif
+
 Name:           stardict
 Version:        3.0.5
 Release:        0
 Summary:        A cross-platform and internationalized dictionary
-License:        GPL-3.0
+License:        GPL-3.0-only
 Group:          Productivity/Office/Dictionary
 Url:            http://stardict-4.sourceforge.net/
 Source0:        %{name}-%{version}.tar.bz2
@@ -33,8 +39,7 @@
 %if 0%{?suse_version}
 BuildRequires:  update-desktop-files
 %endif
-BuildRequires:  enchant-devel
-BuildRequires:  espeak-devel
+BuildRequires:  %{espeakdev}
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  gnome-doc-utils-devel
@@ -45,11 +50,10 @@
 BuildRequires:  perl-XML-Parser
 BuildRequires:  sgml-skel
 BuildRequires:  zlib-devel
+BuildRequires:  pkgconfig(enchant)
 BuildRequires:  pkgconfig(libxml-2.0)
 # gucharmap now uses gtk3, but stardict still uses gtk2
 # BuildRequires:  gucharmap-devel
-Requires:       enchant
-Requires:       espeak
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description


Reply via email to