Hello community,

here is the log from the commit of package libkface for openSUSE:Factory 
checked in at 2016-03-26 15:19:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkface (Old)
 and      /work/SRC/openSUSE:Factory/.libkface.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkface"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkface/libkface.changes        2016-03-05 
11:21:34.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkface.new/libkface.changes   2016-03-26 
15:19:07.000000000 +0100
@@ -1,0 +2,10 @@
+Sun Mar 13 15:54:51 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 15.12.3
+   * KDE Applications 15.12.3 
+   * https://www.kde.org/announcements/announce-applications-15.12.3.php
+   * boo#970855
+
+- Add fix-opencv.diff back for Leap and oS 13.2 support
+
+-------------------------------------------------------------------

Old:
----
  libkface-15.12.2.tar.xz

New:
----
  fix-opencv.diff
  libkface-15.12.3.tar.xz

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

Other differences:
------------------
++++++ libkface.spec ++++++
--- /var/tmp/diff_new_pack.UofLBV/_old  2016-03-26 15:19:08.000000000 +0100
+++ /var/tmp/diff_new_pack.UofLBV/_new  2016-03-26 15:19:08.000000000 +0100
@@ -23,12 +23,14 @@
 License:        LGPL-2.1+
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
-Version:        15.12.2
+Version:        15.12.3
 Release:        0
 Source0:        %{name}-%{version}.tar.xz
+#PATCH-FIX-OPENSUSE fix-opencv.diff -- Make libkface build with an older 
opencv version
+Patch0:         fix-opencv.diff
 #PATCH-FIX-UPSTREAM opencv-3.1-support.patch -- Build with opencv 3.1
 Patch1:         opencv-3.1-support.patch
-BuildRequires:  opencv-qt5-devel > 3.0.0
+BuildRequires:  opencv-qt5-devel
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kconfig-devel
 BuildRequires:  kdelibs4support-devel
@@ -44,9 +46,16 @@
 %prep
 %setup -q -n %{name}-%{version}
 %patch1 -p1
+%if 0%{?suse_version} < 1330
+%patch0 -p0
+%endif
 
 %build
+  %if 0%{?suse_version} < 1330 
+  %cmake_kf5 -d build
+  %else
   %cmake_kf5 -d build -- -DENABLE_OPENCV3=TRUE
+  %endif
   %make_jobs
 
 %install

++++++ fix-opencv.diff ++++++
--- CMakeLists.txt      2015-10-09 15:39:10.809433233 +0200
+++ CMakeLists.txt      2015-10-09 15:39:10.809433233 +0200
@@ -96,12 +96,12 @@
     set(OPENCV_MIN_VERSION "2.4.9")
     DETECT_OPENCV(${OPENCV_MIN_VERSION} core highgui objdetect contrib legacy 
imgproc)
 
-    if(${OpenCV_FOUND})
-        if(${OpenCV_VERSION} VERSION_GREATER 2.4.99)
-            message(STATUS "ENABLE_OPENCV3 option is disabled and OpenCV >= 
3.0.0 have been found. Enabled ENABLE_OPENCV3")
-            set(OpenCV_FOUND FALSE)
-        endif()
-    endif()
+#    if(${OpenCV_FOUND})
+#        if(${OpenCV_VERSION} VERSION_GREATER 2.4.99)
+#            message(STATUS "ENABLE_OPENCV3 option is disabled and OpenCV >= 
3.0.0 have been found. Enabled ENABLE_OPENCV3")
+#            set(OpenCV_FOUND FALSE)
+#        endif()
+#    endif()
 
 endif()
++++++ libkface-15.12.2.tar.xz -> libkface-15.12.3.tar.xz ++++++
/work/SRC/openSUSE:Factory/libkface/libkface-15.12.2.tar.xz 
/work/SRC/openSUSE:Factory/.libkface.new/libkface-15.12.3.tar.xz differ: char 
26, line 1


Reply via email to