Hello community,

here is the log from the commit of package cuneiform for openSUSE:Factory 
checked in at 2020-06-12 21:42:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cuneiform (Old)
 and      /work/SRC/openSUSE:Factory/.cuneiform.new.3606 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cuneiform"

Fri Jun 12 21:42:40 2020 rev:3 rq:814088 version:1.1.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/cuneiform/cuneiform.changes      2018-07-23 
18:03:50.140720523 +0200
+++ /work/SRC/openSUSE:Factory/.cuneiform.new.3606/cuneiform.changes    
2020-06-12 21:44:25.620457332 +0200
@@ -1,0 +2,6 @@
+Fri Jun 12 07:20:34 UTC 2020 - Martin Pluskal <mplus...@suse.com>
+
+- Fix building with gcc10
+- Use modern macros in spec file
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ cuneiform.spec ++++++
--- /var/tmp/diff_new_pack.Ybf33P/_old  2020-06-12 21:44:27.100456826 +0200
+++ /var/tmp/diff_new_pack.Ybf33P/_new  2020-06-12 21:44:27.104456825 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cuneiform
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -23,7 +23,7 @@
 Summary:        OCR System
 License:        BSD-3-Clause
 Group:          Productivity/Graphics/Other
-URL:            http://launchpad.net/cuneiform-linux
+URL:            https://launchpad.net/cuneiform-linux
 Source0:        
http://launchpad.net/cuneiform-linux/1.1/1.1/+download/%{name}-linux-%{version}.tar.bz2
 Source1:        cuneiform.1
 Patch0:         cuneiform-1.1.0-c-assert.patch
@@ -66,16 +66,15 @@
 Development files for the package cuneiform.
 
 %prep
-%setup -q -n %{name}-linux-%{version}
-%autopatch -p1
+%autosetup -n %{name}-linux-%{version} -p1
 
 %build
 # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=85788
 export CXXFLAGS="%{optflags} -Wno-stringop-overflow"
-export CFLAGS="%{optflags} -Wno-stringop-overflow"
+export CFLAGS="%{optflags} -Wno-stringop-overflow -fcommon"
 %cmake \
     -DBUILD_TESTING=ON
-%make_jobs
+%cmake_build
 
 %install
 %cmake_install
@@ -91,7 +90,8 @@
 %postun -n lib%{name}%{major} -p /sbin/ldconfig
 
 %files
-%doc readme.txt issues.txt cuneiform_src/Kern/license.txt
+%license cuneiform_src/Kern/license.txt
+%doc readme.txt issues.txt
 %{_datadir}/%{name}
 %{_bindir}/%{name}
 %{_mandir}/man?/*


Reply via email to