Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2016-06-25 02:24:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/geos (Old)
 and      /work/SRC/openSUSE:Factory/.geos.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "geos"

Changes:
--------
--- /work/SRC/openSUSE:Factory/geos/geos.changes        2015-11-10 
10:04:18.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new/geos.changes   2016-06-25 
02:24:46.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Jun 24 09:28:19 UTC 2016 - [email protected]
+
+- Fix building with recent gcc 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geos.spec ++++++
--- /var/tmp/diff_new_pack.TbUPGz/_old  2016-06-25 02:24:47.000000000 +0200
+++ /var/tmp/diff_new_pack.TbUPGz/_new  2016-06-25 02:24:47.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geos
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 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
@@ -164,6 +164,10 @@
 done
 %endif
 
+# isnan is in math.h, std::isnan is in cmath
+sed -i -e 's|= isnan(|= std::isnan(|g' configure
+sed -i -e 's|(isnan(|(std::isnan(|g' include/geos/platform.h.in
+
 %configure \
        --disable-static \
        %if 0%{?suse_version} > 1210
@@ -183,14 +187,14 @@
 # tests fail with older releases and non-intel architectures
 # while this was reported to upstream, there has been no reply
 %if 0%{?suse_version} > 1210
-%ifarch %ix86 x86_64
+%ifarch %{ix86} x86_64
 %check
 make %{?_smp_mflags} check
 %endif
 %endif
 
 %install
-make DESTDIR=%{buildroot} install %{?_smp_mflags}
+make %{?_smp_mflags} DESTDIR=%{buildroot} install
 
 install -d -m 0755 %{buildroot}%{_mandir}/man1
 install -D -m 0644 %{SOURCE1} %{buildroot}%{_mandir}/man1/
@@ -213,11 +217,8 @@
 %endif
 
 %post   -n libgeos-%{uver} -p /sbin/ldconfig
-
 %postun -n libgeos-%{uver} -p /sbin/ldconfig
-
 %post   -n libgeos_c1 -p /sbin/ldconfig
-
 %postun -n libgeos_c1 -p /sbin/ldconfig
 
 %files -n libgeos-%{uver}
@@ -255,7 +256,7 @@
 %files devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%{_mandir}/man1/%{name}-config.1.gz
+%{_mandir}/man1/%{name}-config.1%{ext_man}
 %{_bindir}/%{name}-config
 %{_includedir}/*
 %{_libdir}/lib%{name}.so


Reply via email to