Hello community,

here is the log from the commit of package kdebase4-runtime for 
openSUSE:Factory checked in at 2015-10-03 20:19:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4-runtime (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4-runtime.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4-runtime"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4-runtime/kdebase4-runtime.changes        
2015-07-14 17:33:17.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kdebase4-runtime.changes   
2015-10-03 20:19:48.000000000 +0200
@@ -1,0 +2,29 @@
+Sun Sep 13 19:08:29 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.1
+   * KDE Applications 15.08.1 
+   * https://www.kde.org/announcements/announce-applications-15.08.1.php
+
+
+-------------------------------------------------------------------
+Thu Sep 10 08:06:57 UTC 2015 - [email protected]
+
+- Add kde-runtime-glib2-include.patch
+  * fix build in solid-networkstatus with the latest NM as can not found glib.h
+
+-------------------------------------------------------------------
+Wed Aug 19 19:42:57 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.08.0
+   * KDE Applications 15.08.0
+   * https://www.kde.org/announcements/announce-applications-15.08.0.php
+
+-------------------------------------------------------------------
+Fri Aug  7 06:51:11 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.07.90
+   * KDE Applications 15.08.0 RC1
+   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+
+
+-------------------------------------------------------------------

Old:
----
  kde-runtime-15.04.3.tar.xz

New:
----
  kde-runtime-15.08.1.tar.xz
  kde-runtime-glib2-include.patch

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

Other differences:
------------------
++++++ kdebase4-runtime.spec ++++++
--- /var/tmp/diff_new_pack.t8RBDB/_old  2015-10-03 20:19:50.000000000 +0200
+++ /var/tmp/diff_new_pack.t8RBDB/_new  2015-10-03 20:19:50.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdebase4-runtime
-Version:        15.04.3
+Version:        15.08.1
 Release:        0
 Summary:        The KDE Runtime Components
 License:        GPL-2.0+
@@ -35,6 +35,8 @@
 Patch5:         kdesu-symbol-lookup-workaround.diff
 # PATCH-FIX-OPENSUSE kdesu-add-some-i18n-love.patch -- bnc#852256
 Patch7:         kdesu-add-some-i18n-love.patch
+# PATCH-FIX-OPENSUSE kde-runtime-glib2-include.patch -- [email protected]
+Patch8:         kde-runtime-glib2-include.patch
 BuildRequires:  NetworkManager-devel
 BuildRequires:  alsa-devel
 BuildRequires:  automoc4
@@ -124,6 +126,7 @@
 %patch4 -p1
 %patch5 -p1
 %patch7 -p1
+%patch8 -p1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FPIE=1


++++++ kde-runtime-15.04.3.tar.xz -> kde-runtime-15.08.1.tar.xz ++++++
/work/SRC/openSUSE:Factory/kdebase4-runtime/kde-runtime-15.04.3.tar.xz 
/work/SRC/openSUSE:Factory/.kdebase4-runtime.new/kde-runtime-15.08.1.tar.xz 
differ: char 25, line 1

++++++ kde-runtime-glib2-include.patch ++++++
Index: kde-runtime-15.08.0/CMakeLists.txt
===================================================================
--- kde-runtime-15.08.0.orig/CMakeLists.txt
+++ kde-runtime-15.08.0/CMakeLists.txt
@@ -57,6 +57,13 @@ set_package_properties(LibGcrypt PROPERT
                        TYPE REQUIRED
                        PURPOSE "kwalletd needs libgcrypt to perform 
PBKDF2-SHA512 hashing"
                       )
+
+find_package(GLIB2)
+set_package_properties(GLIB2 PROPERTIES DESCRIPTION "Low-level core library 
for data structure handling, portability wrappers, etc."
+                       URL "http://www.gtk.org";
+                       TYPE OPTIONAL
+                      )
+
 # Build options
 option(KDERUNTIME_BUILD_NEPOMUK "Build the Nepomuk KCM and kioslaves" FALSE)
 
Index: kde-runtime-15.08.0/phonon/kcm/CMakeLists.txt
===================================================================
--- kde-runtime-15.08.0.orig/phonon/kcm/CMakeLists.txt
+++ kde-runtime-15.08.0/phonon/kcm/CMakeLists.txt
@@ -5,12 +5,6 @@ set_package_properties(PulseAudio PROPER
                        PURPOSE "libpulse is needed for audio setup GUI"
                       )
 
-find_package(GLIB2)
-set_package_properties(GLIB2 PROPERTIES DESCRIPTION "Low-level core library 
for data structure handling, portability wrappers, etc."
-                       URL "http://www.gtk.org";
-                       TYPE OPTIONAL
-                      )
-
 pkg_check_modules(CANBERRA libcanberra)
 add_feature_info ("Audio setup GUI" CANBERRA_FOUND
                   "libcanberra is needed for audio setup GUI
Index: kde-runtime-15.08.0/solid-networkstatus/CMakeLists.txt
===================================================================
--- kde-runtime-15.08.0.orig/solid-networkstatus/CMakeLists.txt
+++ kde-runtime-15.08.0/solid-networkstatus/CMakeLists.txt
@@ -1,2 +1,3 @@
+include_directories(${GLIB2_INCLUDE_DIR})
 add_subdirectory(kded)
 add_subdirectory(tests)

Reply via email to