Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package libvoikko for openSUSE:Factory 
checked in at 2023-08-10 15:32:48
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvoikko (Old)
 and      /work/SRC/openSUSE:Factory/.libvoikko.new.11712 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvoikko"

Thu Aug 10 15:32:48 2023 rev:37 rq:1103085 version:4.3.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvoikko/libvoikko.changes      2023-07-03 
17:41:32.412278715 +0200
+++ /work/SRC/openSUSE:Factory/.libvoikko.new.11712/libvoikko.changes   
2023-08-10 15:32:50.791769390 +0200
@@ -1,0 +2,5 @@
+Mon Aug  7 20:05:10 UTC 2023 - Fridrich Strba <[email protected]>
+
+- Fix build on older distributions by requiring gcc/g++ >= 7
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvoikko.spec ++++++
--- /var/tmp/diff_new_pack.Ib89EV/_old  2023-08-10 15:32:53.031783360 +0200
+++ /var/tmp/diff_new_pack.Ib89EV/_new  2023-08-10 15:32:53.035783385 +0200
@@ -16,6 +16,7 @@
 #
 
 
+%{!?make_build:%global make_build make %{?_smp_mflags}}
 Name:           libvoikko
 Version:        4.3.2
 Release:        0
@@ -27,11 +28,17 @@
 Source1:        
https://www.puimula.org/voikko-sources/%{name}/%{name}-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
 Source99:       baselibs.conf
-BuildRequires:  gcc-c++
 BuildRequires:  glib2-devel
 BuildRequires:  pkgconfig
 BuildRequires:  python3-xml
 BuildRequires:  pkgconfig(hfstospell) >= 0.5
+%if 0%{?suse_version} < 1500
+BuildRequires:  gcc7
+BuildRequires:  gcc7-c++
+%else
+BuildRequires:  gcc >= 7
+BuildRequires:  gcc-c++ >= 7
+%endif
 
 %description
 Libvoikko is a library of free natural language processing tools. It
@@ -118,6 +125,10 @@
 %setup -q
 
 %build
+%if 0%{?suse_version} < 1500
+export CC="gcc-7"
+export CXX="g++-7"
+%endif
 %configure \
        --disable-silent_rules \
        --disable-static \

Reply via email to