Hello community,

here is the log from the commit of package libvisio for openSUSE:Factory 
checked in at 2014-01-30 11:30:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libvisio (Old)
 and      /work/SRC/openSUSE:Factory/.libvisio.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libvisio"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libvisio/libvisio.changes        2014-01-23 
15:48:46.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libvisio.new/libvisio.changes   2014-01-30 
11:30:47.000000000 +0100
@@ -1,0 +2,5 @@
+Sat Jan 25 20:55:30 UTC 2014 - [email protected]
+
+- Cleanup with spec-cleaner and noarch the documentation.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ libvisio.spec ++++++
--- /var/tmp/diff_new_pack.G1w9U8/_old  2014-01-30 11:30:48.000000000 +0100
+++ /var/tmp/diff_new_pack.G1w9U8/_new  2014-01-30 11:30:48.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libvisio
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products 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,6 @@
 
 
 %define libname libvisio-0_0-0
-
 Name:           libvisio
 Version:        0.0.30
 Release:        0
@@ -70,6 +69,9 @@
 %package devel-doc
 Summary:        Documentation for the libvisio API
 Group:          Documentation/HTML
+%if 0%{?suse_version} > 1200
+BuildArch:      noarch
+%endif
 
 %description devel-doc
 This package contains documentation for the libvisio API.
@@ -87,7 +89,7 @@
 %patch1 -p1 -b .wpx_seek_end
 
 %build
-export CXXFLAGS="%optflags -fvisibility-inlines-hidden"
+export CXXFLAGS="%{optflags} -fvisibility-inlines-hidden"
 %configure \
        --disable-werror \
        --disable-static \
@@ -95,9 +97,9 @@
 make %{?_smp_mflags} V=1
 
 %install
-make DESTDIR=%{buildroot} install
+make DESTDIR=%{buildroot} install %{?_smp_mflags}
 
-rm %{buildroot}%{_libdir}/*.la
+find %{buildroot} -type f -name "*.la" -delete -print
 
 cp -p AUTHORS COPYING.* ChangeLog %{buildroot}%{_docdir}/%{name}-devel/
 

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to