Hello community,

here is the log from the commit of package kdebase4 for openSUSE:Factory 
checked in at 2016-08-29 14:38:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdebase4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdebase4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdebase4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdebase4/kdebase4.changes        2016-07-21 
07:45:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdebase4.new/kdebase4.changes   2016-08-29 
14:38:12.000000000 +0200
@@ -1,0 +2,29 @@
+Mon Aug 15 10:10:15 UTC 2016 - [email protected]
+
+- Disable build of the KDE4 folderview applet by setting the
+  cmake option BUILD_plasma=OFF instead of removing the files after
+  it has been built
+
+-------------------------------------------------------------------
+Fri Aug 12 10:13:14 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.08.0
+   * KDE Applications 16.08.0
+   * https://www.kde.org/announcements/announce-applications-16.08.0.php
+
+
+-------------------------------------------------------------------
+Mon Aug  8 14:51:55 UTC 2016 - [email protected]
+
+- Update to KDE Applications 16.07.90
+   * KDE Applications 16.07.90 (16.08-RC)
+   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+
+
+-------------------------------------------------------------------
+Mon Jul 18 08:43:53 UTC 2016 - [email protected]
+
+- Drop the buildrequires on baloo and libbaloowidgets. This will not 
+  work with the Baloo5 based db.
+
+-------------------------------------------------------------------

Old:
----
  kde-baseapps-16.04.3.tar.xz

New:
----
  kde-baseapps-16.08.0.tar.xz

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

Other differences:
------------------
++++++ kdebase4.spec ++++++
--- /var/tmp/diff_new_pack.eXmYJz/_old  2016-08-29 14:38:14.000000000 +0200
+++ /var/tmp/diff_new_pack.eXmYJz/_new  2016-08-29 14:38:14.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kdebase4
-Version:        16.04.3
+Version:        16.08.0
 Release:        0
 Summary:        The Base KDE Apps
 License:        GPL-2.0+
@@ -28,9 +28,7 @@
 Source2:        %{name}-rpmlintrc
 # PATCH-FEATURE-OPENSUSE dolphin-go_up.diff -- adds a "go up" button to 
dolphin's default toolbar.
 Patch1:         dolphin-go_up.diff
-BuildRequires:  baloo-devel
 BuildRequires:  fdupes
-BuildRequires:  libbaloowidgets-devel
 BuildRequires:  libkactivities-devel
 BuildRequires:  libkde4-devel >= 4.14
 BuildRequires:  libsmbclient-devel
@@ -48,7 +46,7 @@
 %patch1 -p1
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kde4 -d build -- -DBUILD_plasma=OFF
   %make_jobs
 
 %install
@@ -78,10 +76,6 @@
   rm -rf %{buildroot}%{_kde4_configdir}/servicemenu.knsrc
   rm -rf 
%{buildroot}%{_kde4_servicetypesdir}/fileviewversioncontrolplugin.desktop
 
-  # Remove the plasmoid-folderview. This is creating confusion with the 
Plasma5 counterpart
-  rm -rf %{buildroot}%{_kde4_modulesdir}/plasma_applet_folderview.so
-  rm -rf %{buildroot}%{_kde4_servicesdir}/plasma-applet-folderview.desktop
-
 
 %package -n kdepasswd
 Summary:        KDE Password Changer

++++++ kde-baseapps-16.04.3.tar.xz -> kde-baseapps-16.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-baseapps-16.04.3/CMakeLists.txt 
new/kde-baseapps-16.08.0/CMakeLists.txt
--- old/kde-baseapps-16.04.3/CMakeLists.txt     2016-06-18 08:55:44.000000000 
+0200
+++ new/kde-baseapps-16.08.0/CMakeLists.txt     2016-08-08 07:06:13.000000000 
+0200
@@ -44,7 +44,7 @@
 add_subdirectory( keditbookmarks )
 add_subdirectory( konqueror )
 add_subdirectory( kfind )
-add_subdirectory( plasma )
+macro_optional_add_subdirectory( plasma )
 add_subdirectory( konq-plugins )
 
 if ( Q_WS_MAC )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-baseapps-16.04.3/konq-plugins/searchbar/searchbar.desktop 
new/kde-baseapps-16.08.0/konq-plugins/searchbar/searchbar.desktop
--- old/kde-baseapps-16.04.3/konq-plugins/searchbar/searchbar.desktop   
2016-06-18 08:55:44.000000000 +0200
+++ new/kde-baseapps-16.08.0/konq-plugins/searchbar/searchbar.desktop   
2016-08-08 07:06:13.000000000 +0200
@@ -61,10 +61,10 @@
 Name[ru]=Панель поиска
 Name[sk]=Lišta pre vyhľadávanie
 Name[sl]=Iskalna vrstica
-Name[sr]=Претраживачка трака
-Name[sr@ijekavian]=Претраживачка трака
-Name[sr@ijekavianlatin]=Pretraživačka traka
-Name[sr@latin]=Pretraživačka traka
+Name[sr]=Трака претраге
+Name[sr@ijekavian]=Трака претраге
+Name[sr@ijekavianlatin]=Traka pretrage
+Name[sr@latin]=Traka pretrage
 Name[sv]=Sökrad
 Name[tg]=Панели ҷустуҷӯӣ
 Name[th]=แถบการค้นหา
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kde-baseapps-16.04.3/konqueror/src/konqview.cpp 
new/kde-baseapps-16.08.0/konqueror/src/konqview.cpp
--- old/kde-baseapps-16.04.3/konqueror/src/konqview.cpp 2016-06-18 
08:55:44.000000000 +0200
+++ new/kde-baseapps-16.08.0/konqueror/src/konqview.cpp 2016-08-08 
07:06:13.000000000 +0200
@@ -269,7 +269,7 @@
 
   if ( !m_pMainWindow->viewManager()->isLoadingProfile() )
   {
-    // Honor "non-removeable passive mode" (like the dirtree)
+    // Honor "non-removable passive mode" (like the dirtree)
     prop = m_service->property( "X-KDE-BrowserView-PassiveMode");
     if ( prop.isValid() && prop.toBool() )
     {
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/kde-baseapps-16.04.3/konqueror/src/konqviewmanager.cpp 
new/kde-baseapps-16.08.0/konqueror/src/konqviewmanager.cpp
--- old/kde-baseapps-16.04.3/konqueror/src/konqviewmanager.cpp  2016-06-18 
08:55:44.000000000 +0200
+++ new/kde-baseapps-16.08.0/konqueror/src/konqviewmanager.cpp  2016-08-08 
07:06:13.000000000 +0200
@@ -615,7 +615,7 @@
     removeTab( frame );
   }
   else if (parentContainer->frameType() == KonqFrameBase::MainWindow)
-    kDebug() << "parentContainer is a KonqMainWindow.  This shouldn't be 
removeable, not removing.";
+    kDebug() << "parentContainer is a KonqMainWindow.  This shouldn't be 
removable, not removing.";
   else
     kDebug() << "Unrecognized frame type, not removing.";
 


Reply via email to