Hello community,

here is the log from the commit of package kamera for openSUSE:Factory checked 
in at 2014-02-20 07:55:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kamera (Old)
 and      /work/SRC/openSUSE:Factory/.kamera.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kamera"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kamera/kamera.changes    2014-01-27 
11:15:03.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kamera.new/kamera.changes       2014-02-20 
07:55:27.000000000 +0100
@@ -1,0 +2,7 @@
+Sat Feb  1 10:11:01 UTC 2014 - tittiatc...@gmail.com
+
+- Update to 4.12.2
+   * KDE 4.12.2  release
+   * See http://www.kde.org/announcements/announce-4.12.2.php
+
+-------------------------------------------------------------------

Old:
----
  kamera-4.12.1.tar.xz

New:
----
  kamera-4.12.2.tar.xz

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

Other differences:
------------------
++++++ kamera.spec ++++++
--- /var/tmp/diff_new_pack.bZhuQe/_old  2014-02-20 07:55:28.000000000 +0100
+++ /var/tmp/diff_new_pack.bZhuQe/_new  2014-02-20 07:55:28.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kamera
-Version:        4.12.1
+Version:        4.12.2
 Release:        0
 Summary:        Base package for kdegraphics apps
 License:        LGPL-2.1+

++++++ kamera-4.12.1.tar.xz -> kamera-4.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kamera-4.12.1/CMakeLists.txt 
new/kamera-4.12.2/CMakeLists.txt
--- old/kamera-4.12.1/CMakeLists.txt    2013-12-24 10:37:02.000000000 +0100
+++ new/kamera-4.12.2/CMakeLists.txt    2014-01-20 13:32:08.000000000 +0100
@@ -1,27 +1,29 @@
 project(kamera)
 
 find_package(KDE4 REQUIRED)
+include(CMakePushCheckState)
+include(CheckSymbolExists)
 include(KDE4Defaults)
 include(MacroLibrary)
 include(MacroOptionalAddSubdirectory)
-include(CheckLibraryExists)
-
 
 find_package(Gphoto2)
 macro_log_feature(GPHOTO2_FOUND "gphoto2" "Required to build kamera" 
"http://heanet.dl.sourceforge.net/sourceforge/gphoto"; TRUE "" "")
 
-check_library_exists(gphoto2_port gp_port_info_get_name "" GPHOTO2_5)
-if(GPHOTO2_5)
-    message(STATUS "Found libgphoto 2.5")
-else(GPHOTO2_5)
-    message(STATUS "libgphoto 2.5 not found, assuming libgphoto2 2.4")
-endif(GPHOTO2_5)
-set(HAVE_GPHOTO2_5 ${GPHOTO2_5})
+cmake_push_check_state()
+set(CMAKE_REQUIRED_INCLUDES "${GPHOTO2_INCLUDE_DIR}")
+set(CMAKE_REQUIRED_LIBRARIES "${GPHOTO2_LIBRARIES}")
+check_symbol_exists(gp_port_info_get_name "gphoto2.h" HAVE_GPHOTO2_5)
+cmake_pop_check_state()
+
+if(HAVE_GPHOTO2_5)
+    message(STATUS "Detected libgphoto2 2.5.0 or newer")
+else()
+    message(STATUS "Detected libgphoto2 2.4 or older")
+endif()
 
 include(ConfigureChecks.cmake)
 
-
-
 configure_file(config-kamera.h.cmake 
${CMAKE_CURRENT_BINARY_DIR}/config-kamera.h)
 
 add_definitions (${QT_DEFINITIONS} ${KDE4_DEFINITIONS})

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

Reply via email to