Hello community,

here is the log from the commit of package plasma5-sdk for openSUSE:Factory 
checked in at 2017-06-01 16:27:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/plasma5-sdk (Old)
 and      /work/SRC/openSUSE:Factory/.plasma5-sdk.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "plasma5-sdk"

Thu Jun  1 16:27:20 2017 rev:28 rq:498849 version:5.10.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/plasma5-sdk/plasma5-sdk.changes  2017-04-30 
21:10:29.614091519 +0200
+++ /work/SRC/openSUSE:Factory/.plasma5-sdk.new/plasma5-sdk.changes     
2017-06-01 16:27:21.644586344 +0200
@@ -1,0 +2,41 @@
+Fri May 26 14:10:32 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.10.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.10.0.php
+- Changes since 5.9.95:
+  * remove plasmate build checks
+  * FEATURE: don't build plasmate, it is unmaintained, moved to kde:plasmate
+- Disable plasmate parts, but keep them in the file as the removal
+  looks like a mistake
+
+-------------------------------------------------------------------
+Thu May 11 20:26:31 CEST 2017 - fab...@ritter-vogt.de
+
+- Update to 5.9.95
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/plasma-5.9.95.php
+- Changes since 5.9.5:
+  * More cleanups
+  * more cleanups
+  * Code cleanups
+  * clean up code
+  * monochrome/color switch for largest preview
+  * use plasma theme switch for all icons
+  * Allow to switch between monochrome and full-color icons
+  * Switch to newer KDevelop API
+  * Switch to newer KDevelop API
+  * Make cmake search for the right version of Kirigami
+  * port to kirigami2
+  * make the model being loaded after startup
+  * User-visible strings: Plasma is a proper noun
+
+-------------------------------------------------------------------
+Thu May 11 08:31:03 UTC 2017 - fab...@ritter-vogt.de
+
+- Copy the original icon file and not a symlink into the package
+  (boo#1024320)
+
+-------------------------------------------------------------------

Old:
----
  plasma-sdk-5.9.5.tar.xz

New:
----
  plasma-sdk-5.10.0.tar.xz

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

Other differences:
------------------
++++++ plasma5-sdk.spec ++++++
--- /var/tmp/diff_new_pack.RJBWXt/_old  2017-06-01 16:27:22.212506264 +0200
+++ /var/tmp/diff_new_pack.RJBWXt/_new  2017-06-01 16:27:22.212506264 +0200
@@ -18,19 +18,19 @@
 
 %bcond_without lang
 Name:           plasma5-sdk
-Version:        5.9.5
+Version:        5.10.0
 Release:        0
 Summary:        Plasma SDK
 License:        LGPL-2.0+ and GPL-2.0
 Group:          System/GUI/KDE
-Url:            https://projects.kde.org/projects/extragear/sdk/plasmate
-Source:         
http://download.kde.org/stable/plasma/%{version}/plasma-sdk-%{version}.tar.xz
+Url:            https://cgit.kde.org/plasma-sdk.git
+Source:         plasma-sdk-%{version}.tar.xz
 BuildRequires:  breeze5-icons
 BuildRequires:  extra-cmake-modules >= 1.8.0
 BuildRequires:  kf5-filesystem
 BuildRequires:  xz
 BuildRequires:  cmake(Grantlee5)
-BuildRequires:  cmake(KDevPlatform) >= 4.9.90
+#BuildRequires:  cmake(KDevPlatform) >= 4.9.90
 BuildRequires:  cmake(KF5Archive) >= 5.25.0
 BuildRequires:  cmake(KF5Completion) >= 5.25.0
 BuildRequires:  cmake(KF5Config) >= 5.25.0
@@ -77,8 +77,8 @@
 Recommends:     %{name}-lang
 %endif
 Conflicts:      plasmate
-Provides:       plasmate5 = %{version}
-Obsoletes:      plasmate5 < %{version}
+#Provides:       plasmate5 = %{version}
+#Obsoletes:      plasmate5 < %{version}
 Requires:       bash
 Requires:       kirigami2 >= 2.0
 Requires:       plasmaengineexplorer5
@@ -108,23 +108,23 @@
 
 %install
   %kf5_makeinstall -C build
-  # plasmagik is a symlink to tools-wizard in oxygen5 anyway, so do the same 
for breeze here
-  sed -i 's/^Icon=.*$/Icon=tools-wizard/g' 
%{buildroot}%{_kf5_applicationsdir}/plasmate.desktop
+#  # plasmagik is a symlink to tools-wizard in oxygen5 anyway, so do the same 
for breeze here
+#  sed -i 's/^Icon=.*$/Icon=tools-wizard/g' 
%{buildroot}%{_kf5_applicationsdir}/plasmate.desktop
 
   mkdir -p %{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
-  cp -a %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
-  cp -a %{_kf5_iconsdir}/breeze/actions/24/tools-wizard.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
+  cp -L %{_kf5_iconsdir}/breeze/apps/48/cuttlefish.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
+  cp -L %{_kf5_iconsdir}/breeze/actions/24/tools-wizard.svg 
%{buildroot}%{_kf5_iconsdir}/hicolor/scalable/apps/
 
 %if %{with lang}
 %find_lang cuttlefish %{name}.lang
-%find_lang kdevpackagemanagerview %{name}.lang
+#%%find_lang kdevpackagemanagerview %{name}.lang
 %find_lang plasma_shell_org.kde.plasmoidviewershell %{name}.lang
 %find_lang org.kde.plasma.themeexplorer %{name}.lang
 %find_lang org.kde.plasma.lookandfeelexplorer %{name}.lang
 %find_lang remote-widgets-browser %{name}.lang
 %find_lang plasmoidviewer %{name}.lang
 %find_lang plasmawallpaperviewer %{name}.lang
-%find_lang plasmate %{name}.lang
+#%%find_lang plasmate %{name}.lang
 %find_lang plasmaengineexplorer %{name}.lang
 %find_lang cuttlefish_editorplugin %{name}.lang
 %endif
@@ -138,21 +138,21 @@
 %doc COPYING*
 %{_kf5_bindir}/cuttlefish
 %{_kf5_bindir}/plasmoidviewer
-%{_kf5_bindir}/plasmate
-%{_kf5_bindir}/plasmakconfigxteditor
+#%%{_kf5_bindir}/plasmate
+#%%{_kf5_bindir}/plasmakconfigxteditor
 %{_kf5_bindir}/plasmathemeexplorer
 %{_kf5_bindir}/lookandfeelexplorer
 %{_kf5_sharedir}/plasma/
-%{_kf5_sharedir}/plasmate/
+#%%{_kf5_sharedir}/plasmate/
 %{_kf5_sharedir}/kpackage/
-%{_kf5_sharedir}/kdevsavesystemview/
+#%%{_kf5_sharedir}/kdevsavesystemview/
 %{_kf5_servicesdir}/
 %{_kf5_plugindir}/
 %{_kf5_applicationsdir}/org.kde.plasma.themeexplorer.desktop
 %{_kf5_applicationsdir}/org.kde.plasma.lookandfeelexplorer.desktop
 %{_kf5_applicationsdir}/org.kde.cuttlefish.desktop
-%{_kf5_applicationsdir}/plasmate.desktop
-%config %{_kf5_configdir}/plasmate.knsrc
+#%%{_kf5_applicationsdir}/plasmate.desktop
+#%%config %{_kf5_configdir}/plasmate.knsrc
 %dir %{_kf5_iconsdir}/hicolor/*
 %dir %{_kf5_iconsdir}/hicolor/*/*
 %{_kf5_iconsdir}/*/*/*/*.*

++++++ plasma-sdk-5.9.5.tar.xz -> plasma-sdk-5.10.0.tar.xz ++++++
++++ 91623 lines of diff (skipped)


Reply via email to