Hello community,

here is the log from the commit of package geos for openSUSE:Factory checked in 
at 2015-05-10 10:47:03
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-02-05 
11:00:43.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.geos.new/geos.changes   2015-05-10 
10:47:04.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May  8 07:37:23 UTC 2015 - mplus...@suse.com
+
+- Do not ship .la files
+- Disable tests on no intel architectures
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ geos.spec ++++++
--- /var/tmp/diff_new_pack.06TZZd/_old  2015-05-10 10:47:04.000000000 +0200
+++ /var/tmp/diff_new_pack.06TZZd/_new  2015-05-10 10:47:04.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package geos
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -29,9 +29,9 @@
 Patch0:         libruby.patch
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
+BuildRequires:  libtool
 BuildRequires:  python-devel
 BuildRequires:  swig
-BuildRequires:  libtool
 Provides:       libgeos = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 %if 0%{?suse_version} > 1210
@@ -40,9 +40,9 @@
 %endif
 # Dependencies for opensuse but not for SLE-12
 %if 0%{?suse_version} >= 1210 && 0%{?suse_version} != 1315
+BuildRequires:  chrpath
 BuildRequires:  php-devel
 BuildRequires:  php5-pear-phpunit
-BuildRequires:  chrpath
 %endif
 
 %description
@@ -74,7 +74,7 @@
 Summary:        PHP bindings for Geometry Engine
 Group:          Development/Libraries/Other
 Requires:       %{name} = %{version}
-Requires:       php5 => %{phpversion}
+Requires:       php5 >= %{phpversion}
 
 %description -n php5-%{name}
 GEOS (Geometry Engine - Open Source) is a C++ port of the Java Topology
@@ -147,7 +147,8 @@
 done
 %endif
 
-%configure --disable-static \
+%configure \
+       --disable-static \
           %if 0%{?suse_version} > 1210
           --enable-ruby \
           %endif
@@ -162,10 +163,14 @@
 cd doc
 make %{?_smp_mflags} doxygen-html
 
+# tests fail with older releases and no intel architectures
+# while this was reported to upstream, there has been no reply
 %if 0%{?suse_version} > 1210
+%ifarch ix86 x86_64
 %check
 make %{?_smp_mflags} check
 %endif
+%endif
 
 %install
 make DESTDIR=%{buildroot} install %{?_smp_mflags}
@@ -178,9 +183,13 @@
 install -D -m 0644 %{SOURCE2}  %{buildroot}%{_sysconfdir}/php.d/
 %endif
 
+# do not ship statical libraries or la files
 rm -rf %{buildroot}/%{_libdir}/*.a
+rm -rf %{buildroot}/%{_libdir}/*.la
 rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.a
+rm -rf %{buildroot}/%{python_sitearch}/%{name}/*.la
 rm -rf %{buildroot}/%{rb_vendorarchdir}/*.a
+rm -rf %{buildroot}/%{rb_vendorarchdir}/*.la
 
 %if 0%{?suse_version} >= 1210 && 0%{?suse_version} != 1315
 chrpath --delete %{buildroot}%{_libdir}/php5/extensions/%{name}.so
@@ -216,16 +225,14 @@
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
 %{rb_vendorarchdir}/%{name}.so
-%{rb_vendorarchdir}/%{name}.la
 %endif
 
 %files -n %{name}-devel
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README TODO
-%doc %{_mandir}/man1/%{name}-config.1.gz
+%{_mandir}/man1/%{name}-config.1.gz
 %{_bindir}/%{name}-config
 %{_includedir}/*
-%{_libdir}/*.la
 %{_libdir}/lib%{name}.so
 %{_libdir}/lib%{name}_c.so
 


Reply via email to