Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2011-12-21 10:00:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/lensfun (Old)
 and      /work/SRC/openSUSE:Factory/.lensfun.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "lensfun", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/lensfun/lensfun.changes  2011-11-14 
14:32:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes     2011-12-21 
10:00:33.000000000 +0100
@@ -1,0 +2,5 @@
+Tue Dec 20 19:33:58 CET 2011 - [email protected]
+
+- fix build on arm
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ lensfun.spec ++++++
--- /var/tmp/diff_new_pack.XZDg71/_old  2011-12-21 10:00:34.000000000 +0100
+++ /var/tmp/diff_new_pack.XZDg71/_new  2011-12-21 10:00:34.000000000 +0100
@@ -16,15 +16,14 @@
 #
 
 
-
 Name:           lensfun
 Version:        0.2.5
-Release:        19
-License:        LGPL-3.0
+Release:        0
 Summary:        A photographic lens database and a library for accessing it
+License:        LGPL-3.0
+Group:          System/Libraries
 %define sonum   0
 Url:            http://lensfun.berlios.de/
-Group:          System/Libraries
 Source0:        http://download.berlios.de/lensfun/lensfun-%{version}.tar.bz2
 # This patch got created via
 # svn diff svn://svn.berlios.de/lensfun/tags/0.2.5/data 
svn://svn.berlios.de/lensfun/trunk/data > lens_database_update.diff
@@ -36,9 +35,9 @@
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
 BuildRequires:  libpng-devel
+BuildRequires:  pkgconfig(glib-2.0)
 BuildRequires:  python
 BuildRequires:  zlib
-BuildRequires:  pkgconfig(glib-2.0)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -59,7 +58,6 @@
 and colour contribution index of the lens.
 
 %package data
-License:        LGPL-3.0
 Summary:        Data files for %{name}/%{name}-devel
 Group:          System/Libraries
 Requires:       lib%{name}%{sonum} = %{version}
@@ -83,7 +81,6 @@
 and colour contribution index of the lens.
 
 %package -n lib%{name}%{sonum}
-License:        LGPL-3.0
 Summary:        Library files for %{name}/%{name}-devel
 Group:          System/Libraries
 Requires:       %{name}-data
@@ -94,7 +91,6 @@
 Library files needed by the use the %{name} library/database.
 
 %package doc
-License:        LGPL-3.0
 Summary:        Documentation for %{name}
 Group:          System/Libraries
 Requires:       %{name}-data
@@ -103,7 +99,6 @@
 Documentation and manual files for the %{name} library/database.
 
 %package devel
-License:        LGPL-3.0
 Summary:        Header and library definition files for %{name}
 Group:          Development/Libraries/C and C++
 Requires:       %{name}-data = %{version}
@@ -122,9 +117,9 @@
 %patch1 -p0
 
 %build
-# not vectorizing on ppc yet
+# disable vectorizing on anything but x86(_64)
 ./configure -v \
-%ifarch ppc ppc64
+%ifnarch %{ix86} x86_64
        --vectorization="" \
 %endif
        --cflags="${CFLAGS:-%{optflags}}" \

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

Reply via email to