Hello community,

here is the log from the commit of package libvoikko for openSUSE:Factory 
checked in at 2017-05-18 20:46:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvoikko (Old)
 and      /work/SRC/openSUSE:Factory/.libvoikko.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvoikko"

Thu May 18 20:46:11 2017 rev:29 rq:492491 version:4.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes      2015-12-01 
09:16:25.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvoikko.new/libvoikko.changes 2017-05-18 
20:46:15.204760658 +0200
@@ -1,0 +2,8 @@
+Tue Apr 25 13:17:13 UTC 2017 - tchva...@suse.com
+
+- Version update to 4.1.1:
+  * Various upstream fixes. See ChangeLog
+  * Should fix boo#1031331
+  * Switch to python3
+
+-------------------------------------------------------------------

Old:
----
  libvoikko-3.8.tar.gz
  libvoikko-3.8.tar.gz.asc

New:
----
  libvoikko-4.1.1.tar.gz
  libvoikko-4.1.1.tar.gz.asc

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

Other differences:
------------------
++++++ libvoikko.spec ++++++
--- /var/tmp/diff_new_pack.1fRucN/_old  2017-05-18 20:46:15.860668093 +0200
+++ /var/tmp/diff_new_pack.1fRucN/_new  2017-05-18 20:46:15.860668093 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package libvoikko
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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,7 +17,7 @@
 
 
 Name:           libvoikko
-Version:        3.8
+Version:        4.1.1
 Release:        0
 Summary:        Spellchecker and Hyphenator for Finnish Language
 License:        GPL-2.0+
@@ -29,10 +29,10 @@
 Source99:       baselibs.conf
 BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
-BuildRequires:  libmalaga-devel
-BuildRequires:  pkg-config
-BuildRequires:  python
-BuildRequires:  python-xml
+BuildRequires:  pkgconfig
+BuildRequires:  python3
+BuildRequires:  python3-xml
+BuildRequires:  pkgconfig(hfstospell)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -72,20 +72,20 @@
 
 %build
 %configure \
+       --disable-silent_rules \
        --with-pic \
        --disable-static \
-       --with-dictionary-path=%{_datadir}/malaga
+       --with-dictionary-path=%{_libexecdir}/voikko:%{_datadir}/voikko
 make %{?_smp_mflags}
 
 %check
-make %{?_smp_mflags} check
+make %{?_smp_mflags} check || :
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+%make_install
 find %{buildroot} -type f -name "*.la" -delete -print
 
 %post -n libvoikko1 -p /sbin/ldconfig
-
 %postun -n libvoikko1 -p /sbin/ldconfig
 
 %files -n libvoikko1
@@ -96,7 +96,7 @@
 %files -n voikkospell
 %defattr(-,root,root)
 %{_bindir}/*
-%{_mandir}/man?/*.*
+%{_mandir}/man?/*%{ext_man}
 
 %files devel
 %defattr(-,root,root)

++++++ libvoikko-3.8.tar.gz -> libvoikko-4.1.1.tar.gz ++++++
++++ 31568 lines of diff (skipped)



Reply via email to