Hello community,

here is the log from the commit of package lensfun for openSUSE:Factory checked 
in at 2013-03-07 07:28:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2012-08-24 
13:55:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.lensfun.new/lensfun.changes     2013-03-07 
07:28:26.000000000 +0100
@@ -1,0 +2,14 @@
+Mon Mar  4 03:48:06 UTC 2013 - salser...@gmail.com
+
+- Update to version 0.2.7:
+  * Some bugs leading to imprecise results when processing extreme
+    values were fixed.
+  * Several new lenses and camera profiles.
+- Revised installed documentation.
+- lens_database_update.diff removed because no new lenses were
+  added to the database after 0.2.7 release. The mention of this
+  patch in spec file remains.
+- lens_database_pending_update.diff removed because these chages
+  were commited upstream.
+
+-------------------------------------------------------------------

Old:
----
  lens_database_pending_update.diff
  lens_database_update.diff
  lensfun-0.2.6.tar.bz2

New:
----
  lensfun-0.2.7.tar.bz2

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

Other differences:
------------------
++++++ lensfun.spec ++++++
--- /var/tmp/diff_new_pack.XQ7j2F/_old  2013-03-07 07:28:27.000000000 +0100
+++ /var/tmp/diff_new_pack.XQ7j2F/_new  2013-03-07 07:28:27.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package lensfun
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 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,7 @@
 
 
 Name:           lensfun
-Version:        0.2.6
+Version:        0.2.7
 Release:        0
 Summary:        A photographic lens database and a library for accessing it
 License:        LGPL-3.0
@@ -27,9 +27,7 @@
 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.6/data 
svn://svn.berlios.de/lensfun/trunk/data > lens_database_update.diff
-Patch1:         lens_database_update.diff
-# PATCH-FIX-UPSTREAM lens_database_pending_update.diff fcro...@suse.com -- 
pending update for lens database (patches number 3320, 3321)
-Patch2:         lens_database_pending_update.diff
+#Patch1:         lens_database_update.diff
 BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  gcc-c++
@@ -114,8 +112,7 @@
 %prep
 %setup -q
 cd data
-%patch1 -p0
-%patch2 -p2
+#%patch1 -p0
 
 %build
 # We can count on having SSE2 on x86_64
@@ -130,20 +127,18 @@
     -DBUILD_FOR_SSE=off         \
     -DCMAKE_INSTALL_PREFIX=/usr \
 %ifarch x86_64
+    -DLIB_SUFFIX=64 \
     -DBUILD_FOR_SSE2=on
 %else
     -DBUILD_FOR_SSE2=off
 %endif
-make %{?_smp_mflags}
+make %{?_smp_mflags} lensfun doc
 
 %install
 cd cmake_build
 make AUTODEP=0 DESTDIR=%{?buildroot:%{buildroot}} install
-%if "%_lib" == "lib64"
-mv %{buildroot}/usr/lib %{buildroot}/usr/lib64
-%endif
 # too generic name
-rm %{buildroot}/usr/bin/example
+rm %{buildroot}%{_bindir}/example
 
 %post   -n lib%{name}%{sonum} -p /sbin/ldconfig
 
@@ -158,7 +153,14 @@
 
 %files doc
 %defattr(-,root,root)
-%doc docs
+%doc README
+%doc docs/adobe-lens-profile.txt
+%doc docs/cc-by-sa-3.0.txt
+%doc docs/gpl-3.0.txt
+%doc docs/lgpl-3.0.txt
+%doc docs/mounts.txt
+%doc docs/lens-calibration
+%doc cmake_build/doc_doxygen
 
 %files data
 %defattr(-,root,root)
@@ -170,9 +172,10 @@
 
 %files devel
 %defattr(-,root,root)
-/usr/bin/tfun
-/usr/bin/trwxml
+%{_bindir}/tfun
+%{_bindir}/trwxml
 %{_includedir}/lensfun
 %{_libdir}/*.so
+%{_libdir}/pkgconfig/lensfun.pc
 
 %changelog

++++++ lensfun-0.2.6.tar.bz2 -> lensfun-0.2.7.tar.bz2 ++++++
++++ 3916 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to