Hello community,

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

Package is "goldendict"

Mon Mar  4 09:23:58 2019 rev:11 rq:681091 version:1.5.0~rc2+git.20190215T001516

Changes:
--------
--- /work/SRC/openSUSE:Factory/goldendict/goldendict.changes    2018-06-22 
13:29:58.830632842 +0200
+++ /work/SRC/openSUSE:Factory/.goldendict.new.28833/goldendict.changes 
2019-03-04 09:24:24.292557474 +0100
@@ -1,0 +2,11 @@
+Sun Mar  3 11:18:39 UTC 2019 - Andrey Karepin <[email protected]>
+
+- update source to e7e37cb
+
+-------------------------------------------------------------------
+Sun Mar  3 11:10:45 UTC 2019 - Andrey Karepin <[email protected]>
+
+- fix build in spec
+- don't use CONFIG+=old_hunspell with libhunspell 1.6
+
+-------------------------------------------------------------------

Old:
----
  goldendict-1.5.0~rc2+git.20180531T195211.tar.gz

New:
----
  goldendict-1.5.0~rc2+git.20190215T001516.tar.gz

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

Other differences:
------------------
++++++ goldendict.spec ++++++
--- /var/tmp/diff_new_pack.AGq8tK/_old  2019-03-04 09:24:26.356557102 +0100
+++ /var/tmp/diff_new_pack.AGq8tK/_new  2019-03-04 09:24:26.388557097 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package goldendict
 #
-# Copyright (c) 2012-2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012-2014, 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 # Copyright 2013 Tvangeste <[email protected]>
 # Copyright 2011-2018 <[email protected]>
 # Copyright 2008-2009 Buschmann <[email protected]>
@@ -14,16 +14,17 @@
 # case the license is the MIT License). An "Open Source License" is a
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
-#
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 # 
 
+
 Name:           goldendict
 Summary:        Dictionary Lookup Program
-License:        GPL-3.0+
-Url:            http://goldendict.org/
+License:        GPL-3.0-or-later
 Group:          Productivity/Office/Dictionary
-Version:        1.5.0~rc2+git.20180531T195211
+Url:            http://goldendict.org/
+Version:        1.5.0~rc2+git.20190215T001516
 Release:        0
 Source0:        goldendict-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -35,9 +36,9 @@
 BuildRequires:  libvorbis-devel
 BuildRequires:  libzip-devel
 BuildRequires:  lzo-devel
-BuildRequires:  zlib-devel
 BuildRequires:  unzip
 BuildRequires:  xz
+BuildRequires:  zlib-devel
 
 %if 0%{?suse_version}
 BuildRequires:  libbz2-devel
@@ -69,17 +70,15 @@
 %endif
 %endif
 
-
 %if 0%{?fedora_version}
+BuildRequires:  bzip2-devel
 BuildRequires:  desktop-file-utils
 BuildRequires:  gcc-c++
 BuildRequires:  libXtst-devel
-BuildRequires:  bzip2-devel
 BuildRequires:  qt-devel
 BuildRequires:  qt-webkit-devel >= 4.5
 %endif
 
-
 %description
 Feature-rich dictionary lookup program.
     * Use of WebKit for an accurate articles' representation, complete with
@@ -109,15 +108,23 @@
   %if 0%{?suse_version} > 1320 || ( 0%{?suse_version} == 1315 && 
0%{?is_opensuse} ) || (0%{?suse_version} == 1315 && 0%{?sle_version} >= 120200)
     %if 0%{?is_opensuse}
       %qmake5 \
-        PREFIX=%{_prefix} "CONFIG+=zim_support" "CONFIG+=old_hunspell"
+        PREFIX=%{_prefix} \
+        %if 0%{?sle_version} < 150000
+        "CONFIG+=old_hunspell" \
+        %endif
+        "CONFIG+=zim_support" goldendict.pro
       %make_jobs
     %else
       %qmake5 \
-        PREFIX=%{_prefix} "CONFIG+=no_ffmpeg_player" "CONFIG+=zim_support" 
"CONFIG+=old_hunspell"
+        PREFIX=%{_prefix} "CONFIG+=no_ffmpeg_player" \
+        %if 0%{?sle_version} < 150000
+        "CONFIG+=old_hunspell" \
+        %endif
+        "CONFIG+=zim_support" goldendict.pro
       %make_jobs
     %endif
   %else
-      qmake PREFIX=/usr "CONFIG+=no_ffmpeg_player" 
"CONFIG+=no_qtmultimedia_player" "CONFIG+=old_hunspell" && make clean && make
+      qmake PREFIX=/usr "CONFIG+=no_ffmpeg_player" 
"CONFIG+=no_qtmultimedia_player" "CONFIG+=old_hunspell" goldendict.pro && make 
clean && make
       make %{?jobs:-j %jobs}
   %endif
 %endif
@@ -145,7 +152,7 @@
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE.txt
+%license LICENSE.txt
 %defattr(755,root,root,755)
 %_bindir/%{name}
 %defattr(644,root,root,755)

++++++ goldendict-1.5.0~rc2+git.20180531T195211.tar.gz -> 
goldendict-1.5.0~rc2+git.20190215T001516.tar.gz ++++++
/work/SRC/openSUSE:Factory/goldendict/goldendict-1.5.0~rc2+git.20180531T195211.tar.gz
 
/work/SRC/openSUSE:Factory/.goldendict.new.28833/goldendict-1.5.0~rc2+git.20190215T001516.tar.gz
 differ: char 30, line 1


Reply via email to