Hello community,

here is the log from the commit of package kuser for openSUSE:Factory checked 
in at 2016-01-10 13:06:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kuser (Old)
 and      /work/SRC/openSUSE:Factory/.kuser.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kuser"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kuser/kuser.changes      2015-11-15 
12:41:44.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kuser.new/kuser.changes 2016-01-10 
13:06:54.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:30:08 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  kuser-15.08.3.tar.xz

New:
----
  kuser-15.12.0.tar.xz

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

Other differences:
------------------
++++++ kuser.spec ++++++
--- /var/tmp/diff_new_pack.JVy4GG/_old  2016-01-10 13:06:56.000000000 +0100
+++ /var/tmp/diff_new_pack.JVy4GG/_new  2016-01-10 13:06:56.000000000 +0100
@@ -19,7 +19,7 @@
 Name:           kuser
 BuildRequires:  libkdepimlibs4-devel
 Url:            http://www.kde.org
-Version:        15.08.3
+Version:        15.12.0
 Release:        0
 Summary:        User Account Manager
 License:        GPL-2.0+

++++++ kuser-15.08.3.tar.xz -> kuser-15.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kuser-15.08.3/CMakeLists.txt 
new/kuser-15.12.0/CMakeLists.txt
--- old/kuser-15.08.3/CMakeLists.txt    2015-02-01 05:00:27.000000000 +0100
+++ new/kuser-15.12.0/CMakeLists.txt    2015-12-03 19:26:15.000000000 +0100
@@ -1,3 +1,4 @@
+cmake_minimum_required(VERSION 2.8.9)
 project(kuser)
 
 # search packages used by KDE
@@ -15,6 +16,7 @@
 find_package(KdepimLibs REQUIRED)
 
 include(CheckFunctionExists)
+include(CheckIncludeFiles)
 include(CheckLibraryExists)
 
 include(TestBigEndian)
@@ -86,7 +88,7 @@
 
 kde4_add_executable(kuser ${kuser_SRCS})
 
-target_link_libraries(kuser ${KDE4_KIO_LIBS} ${KDE4_KLDAP_LIBS} kntlm)
+target_link_libraries(kuser ${KDE4_KIO_LIBS} ${KDE4_KLDAP_LIBS} 
${KDE4_TARGET_PREFIX}kntlm)
 if(HAVE_CRYPT_LIBRARY)
        target_link_libraries(kuser crypt)
 endif(HAVE_CRYPT_LIBRARY)


Reply via email to