Hello community,

here is the log from the commit of package kdelibs4 for openSUSE:Factory 
checked in at 2016-02-22 10:15:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdelibs4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdelibs4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdelibs4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdelibs4/kdelibs4-apidocs.changes        
2016-01-23 01:12:21.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs4-apidocs.changes   
2016-02-22 10:15:53.000000000 +0100
@@ -1,0 +2,15 @@
+Sat Feb 13 08:07:30 UTC 2016 - tittiatc...@gmail.com
+
+- Update to KDE Applications 4.14.17
+   * KDE Applications 15.12.2 
+   * https://www.kde.org/announcements/announce-applications-15.12.2.php
+   * boo#966605
+
+-------------------------------------------------------------------
+Sun Jan 31 20:45:01 UTC 2016 - tittiatc...@gmail.com
+
+- Add patch omit-strigi.patch to make strigi optional. For the 
+  Plasma5 desktop this is no longer needed/used and it would 
+  make it possible to drop the strigi package
+
+-------------------------------------------------------------------
kdelibs4.changes: same change

Old:
----
  kdelibs-4.14.16.tar.xz

New:
----
  kdelibs-4.14.17.tar.xz
  omit-strigi.patch

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

Other differences:
------------------
++++++ kdelibs4-apidocs.spec ++++++
--- /var/tmp/diff_new_pack.Kjfqd4/_old  2016-02-22 10:15:54.000000000 +0100
+++ /var/tmp/diff_new_pack.Kjfqd4/_new  2016-02-22 10:15:54.000000000 +0100
@@ -17,7 +17,7 @@
 
 
 Name:           kdelibs4-apidocs
-Version:        4.14.16
+Version:        4.14.17
 Release:        0
 Summary:        KDE 4 API documentation
 License:        LGPL-2.1+

++++++ kdelibs4.spec ++++++
--- /var/tmp/diff_new_pack.Kjfqd4/_old  2016-02-22 10:15:54.000000000 +0100
+++ /var/tmp/diff_new_pack.Kjfqd4/_new  2016-02-22 10:15:54.000000000 +0100
@@ -20,7 +20,7 @@
 %bcond_with gendoxygen
 
 Name:           kdelibs4
-Version:        4.14.16
+Version:        4.14.17
 Release:        0
 BuildRequires:  OpenEXR-devel
 BuildRequires:  automoc4
@@ -53,7 +53,6 @@
 BuildRequires:  pcre-devel
 BuildRequires:  phonon-devel
 BuildRequires:  shared-mime-info
-BuildRequires:  strigi-devel
 BuildRequires:  update-desktop-files
 BuildRequires:  utempter-devel
 BuildRequires:  xz
@@ -87,6 +86,8 @@
 # PATCH-FIX-OPENSUSE 
0001-Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch -- Nepomuk is only 
used in a private header, browserrun_p.h,
 # thus it is not needed as KParts public dependancy, makes it possible to drop 
libsoprano-devel from libkde4-devel Requires
 Patch15:        0001-Drop-Nepomuk-from-KParts-LINK_INTERFACE_LIBRARIES.patch
+# PATCH-FIX-OPENSUSE omit-strigi.patch -- Drop the required strigi so that we 
can drop the package in Factory
+Patch16:        omit-strigi.patch
 PreReq:         permissions
 Requires:       libattica0_4 >= %( echo `rpm -q --queryformat '%{VERSION}' 
libattica-devel`)
 Recommends:     media-player-info
@@ -146,6 +147,7 @@
 %patch11 -p1
 %patch12 -p1
 %patch15 -p1
+%patch16 -p1
 
 %build
   EXTRA_FLAGS="-DLIB_INSTALL_DIR=%{_kde4_libdir} \

++++++ kdelibs-4.14.16.tar.xz -> kdelibs-4.14.17.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdelibs4/kdelibs-4.14.16.tar.xz 
/work/SRC/openSUSE:Factory/.kdelibs4.new/kdelibs-4.14.17.tar.xz differ: char 
26, line 1

++++++ omit-strigi.patch ++++++
diff -urB kdelibs-4.14.16/CMakeLists.txt new/CMakeLists.txt
--- kdelibs-4.14.16/CMakeLists.txt      2016-01-07 00:02:22.000000000 +0100
+++ new/CMakeLists.txt  2016-01-31 21:41:43.339617151 +0100
@@ -86,7 +86,7 @@
     set (STRIGI_TYPE "OPTIONAL")
     set (STRIGI_EXTRA_TEXT "")
 else (WIN32)
-    set (STRIGI_TYPE "REQUIRED")
+    set (STRIGI_TYPE "OPTIONAL")
     set (STRIGI_EXTRA_TEXT "Required by some critical kioslaves")
 endif (WIN32)
 set_package_properties(Strigi PROPERTIES DESCRIPTION "Desktop indexing and 
search support"


Reply via email to