Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2016-03-07 13:28:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yakuake (Old)
 and      /work/SRC/openSUSE:Factory/.yakuake.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yakuake"

Changes:
--------
--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2015-10-06 
13:27:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes     2016-03-07 
13:29:52.000000000 +0100
@@ -1,0 +2,21 @@
+Thu Mar  3 14:38:16 UTC 2016 - [email protected]
+
+- Update to 3.0.2
+  * Also install the AppData file.
+
+-------------------------------------------------------------------
+Thu Mar  3 14:01:41 UTC 2016 - [email protected]
+
+- Update to 3.0.1
+  * Fixed installation and integratin of hicolor application icon
+
+-------------------------------------------------------------------
+Thu Mar  3 13:51:33 UTC 2016 - [email protected]
+
+- Update to 3.0
+  * Yakuake was ported to KDE Frameworks 5 and Qt 5
+  * A new default skin follows the Plasma 5 Breeze design
+
+- Drop yakuake-2.9.9_no-close.patch
+
+-------------------------------------------------------------------

Old:
----
  yakuake-2.9.9.tar.xz
  yakuake-2.9.9_no-close.patch

New:
----
  yakuake-3.0.2.tar.xz

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

Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.Oz1bat/_old  2016-03-07 13:29:53.000000000 +0100
+++ /var/tmp/diff_new_pack.Oz1bat/_new  2016-03-07 13:29:53.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,30 +17,40 @@
 
 
 Name:           yakuake
-Version:        2.9.9
+Version:        3.0.2
 Release:        0
 Summary:        Terminal for KDE
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            https://yakuake.kde.org
 Source:         
http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
-# PATCH-FIX-UPSTREAM yakuake-2.9.9_no-close.patch kde#308850 [email protected] -- 
patch comes from upstream
-Patch0:         yakuake-2.9.9_no-close.patch
 BuildRequires:  fdupes
-BuildRequires:  libkde4-devel
-BuildRequires:  xz
-%if 0%{?suse_version} > 1320 || 0%{?is_opensuse}
-Requires:       konsole4-part
-%else
-Requires:       konsole
-%endif
+BuildRequires:  karchive-devel
+BuildRequires:  kconfig-devel
+BuildRequires:  kcoreaddons-devel
+BuildRequires:  kcrash-devel
+BuildRequires:  kdbusaddons-devel
+BuildRequires:  kf5-filesystem
+BuildRequires:  kglobalaccel-devel
+BuildRequires:  ki18n-devel
+BuildRequires:  kiconthemes-devel
+BuildRequires:  kio-devel
+BuildRequires:  knewstuff-devel
+BuildRequires:  knotifications-devel
+BuildRequires:  knotifyconfig-devel
+BuildRequires:  kparts-devel
+BuildRequires:  kwidgetsaddons-devel
+BuildRequires:  kwindowsystem-devel
+BuildRequires:  update-desktop-files
+BuildRequires:  pkgconfig(Qt5Core) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  pkgconfig(Qt5X11Extras) >= 5.2.0
+Requires:       konsole-part > 15.12
+Recommends:     konsole  > 15.12
 Requires(post): desktop-file-utils
 Requires(postun): desktop-file-utils
 Recommends:     %{name}-lang = %{version}
-Provides:       kde4-yakuake = %{version}
-Obsoletes:      kde4-yakuake < %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%{kde4_runtime_requires}
 
 %description
 Yakuake is a retractable KDE Terminal Emulator.
@@ -49,17 +59,14 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-  %cmake_kde4 -d build
+  %cmake_kf5 -d build
   %make_jobs
 
 %install
-  cd build
-  %make_install
-  %suse_update_desktop_file -G "Terminal Program" yakuake System 
TerminalEmulator
-  cd ..
+  %kf5_makeinstall -C build
+  %suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System 
TerminalEmulator
   %find_lang %{name}
   %fdupes -s %{buildroot}
 
@@ -74,12 +81,15 @@
 %files
 %defattr(-,root,root)
 %doc README AUTHORS ChangeLog COPYING COPYING.DOC NEWS
-%{_kde4_applicationsdir}/yakuake.desktop
-%{_kde4_appsdir}/yakuake
-%{_kde4_bindir}/yakuake
-%{_kde4_iconsdir}/hicolor/
-%{_kde4_appsdir}/kconf_update/
-%{_kde4_configdir}/yakuake.knsrc
+%{_kf5_bindir}/yakuake
+%config %{_kf5_configdir}/yakuake.knsrc
+%{_kf5_applicationsdir}/org.kde.yakuake.desktop
+%{_kf5_notifydir}/
+%dir %{_kf5_sharedir}/icons/hicolor/256x256
+%dir %{_kf5_sharedir}/icons/hicolor/256x256/apps
+%{_kf5_sharedir}/icons/hicolor/*/*/*.*
+%{_kf5_sharedir}/yakuake/
+%{_datadir}/appdata/
 
 %files lang -f %{name}.lang
 %defattr(-,root,root)

++++++ yakuake-2.9.9.tar.xz -> yakuake-3.0.2.tar.xz ++++++
++++ 72741 lines of diff (skipped)


Reply via email to