Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2019-08-16 15:49:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yakuake (Old)
 and      /work/SRC/openSUSE:Factory/.yakuake.new.22127 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yakuake"

Fri Aug 16 15:49:56 2019 rev:46 rq:723778 version:19.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/yakuake/yakuake.changes  2018-03-29 
11:57:44.169770480 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new.22127/yakuake.changes       
2019-08-16 15:50:49.117588485 +0200
@@ -1,0 +2,47 @@
+Fri Aug  9 08:32:38 UTC 2019 - Christophe Giboudeaux <[email protected]>
+
+- Update to 19.08.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08.0.php
+- No code change since 19.07.90
+
+-------------------------------------------------------------------
+Tue Aug 06 16:50:52 UTC 2019 - [email protected]
+
+- Update to 19.07.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-rc.php
+- No code changes since 19.07.80
+
+-------------------------------------------------------------------
+Thu Jul 25 18:32:57 UTC 2019 - [email protected]
+
+- Update to 19.07.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-19.08-beta.php
+- Changes since 3.0.5:
+  * yakuake web site due to be killed off in favour of kde.org/applications
+  * [Yakuake] add blur effect support
+  * [Yakuake] Use the svg icons instead of the png icons for the default theme 
(kde#397590)
+  * Remove forcing the initial dir to QDir::homePath() (kde#396036)
+  * Add DesktopEntry to notifyrc
+  * [Yakuake] Improve customization
+  * Remove double scrollbar in appearance settings
+  * Fix Skin validation when installed from KNS (kde#395012)
+  * Add option to restore fullscreen state of the window
+  * Use correct variable type
+  * Add shortcuts as default shortcuts (kde#401244)
+  * Use KWindowSystem to determine which display system is in use
+  * Fix KIcon -> QIcon porting bug
+  * Use KMainWindow instead of QMainWindow (kde#398425)
+  * Fix minor EBN issues and typos
+- Update URL
+- Remove %post/%postun sections, the package doesn't install
+  shared libraries
+- Make lang package optional
+- Run spec-cleaner
+
+-------------------------------------------------------------------

Old:
----
  yakuake-3.0.5.tar.xz

New:
----
  applications.keyring
  yakuake-19.08.0.tar.xz
  yakuake-19.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.piDAXW/_old  2019-08-16 15:50:50.057588141 +0200
+++ /var/tmp/diff_new_pack.piDAXW/_new  2019-08-16 15:50:50.061588139 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,18 +12,23 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
+%bcond_without lang
 Name:           yakuake
-Version:        3.0.5
+Version:        19.08.0
 Release:        0
 Summary:        Terminal for KDE
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/GUI/KDE
-Url:            https://yakuake.kde.org
-Source:         
http://download.kde.org/stable/yakuake/%{version}/src/%{name}-%{version}.tar.xz
+URL:            https://kde.org/applications/system/org.kde.yakuake
+Source:         
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz
+%if %{with lang}
+Source1:        
https://download.kde.org/stable/applications/%{version}/src/%{name}-%{version}.tar.xz.sig
+Source2:        applications.keyring
+%endif
 BuildRequires:  fdupes
 BuildRequires:  kf5-filesystem
 BuildRequires:  update-desktop-files
@@ -44,14 +49,12 @@
 BuildRequires:  cmake(KF5WidgetsAddons)
 BuildRequires:  cmake(KF5WindowSystem)
 BuildRequires:  cmake(Qt5Core)
+BuildRequires:  cmake(Qt5Svg)
 BuildRequires:  cmake(Qt5Widgets)
 BuildRequires:  cmake(Qt5X11Extras)
 Requires:       konsole-part > 15.12
-Recommends:     konsole  > 15.12
-Requires(post): desktop-file-utils
-Requires(postun): desktop-file-utils
 Recommends:     %{name}-lang = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+Recommends:     konsole > 15.12
 
 %description
 Yakuake is a retractable KDE Terminal Emulator.
@@ -68,33 +71,27 @@
 %install
   %kf5_makeinstall -C build
   %suse_update_desktop_file -G "Terminal Program" org.kde.yakuake System 
TerminalEmulator
+%if %{with lang}
   %find_lang %{name}
+%endif
   %fdupes -s %{buildroot}
 
-%post
-/sbin/ldconfig
-%desktop_database_post
-
-%postun
-/sbin/ldconfig
-%desktop_database_postun
-
 %files
-%defattr(-,root,root)
 %license COPYING COPYING.DOC
 %doc README AUTHORS ChangeLog NEWS
+%{_kf5_applicationsdir}/org.kde.yakuake.desktop
+%{_kf5_appstreamdir}/org.kde.yakuake.appdata.xml
 %{_kf5_bindir}/yakuake
 %config %{_kf5_configdir}/yakuake.knsrc
-%{_kf5_applicationsdir}/org.kde.yakuake.desktop
+%dir %{_kf5_iconsdir}/hicolor/256x256
+%dir %{_kf5_iconsdir}/hicolor/256x256/apps
+%{_kf5_iconsdir}/hicolor/*/*/*.*
 %{_kf5_notifydir}/
-%dir %{_kf5_sharedir}/icons/hicolor/256x256
-%dir %{_kf5_sharedir}/icons/hicolor/256x256/apps
-%{_kf5_sharedir}/icons/hicolor/*/*/*.*
 %{_kf5_sharedir}/yakuake/
-%{_kf5_appstreamdir}/
 %{_kf5_sharedir}/dbus-1/services/org.kde.yakuake.service
 
+%if %{with lang}
 %files lang -f %{name}.lang
-%defattr(-,root,root)
+%endif
 
 %changelog

++++++ yakuake-3.0.5.tar.xz -> yakuake-19.08.0.tar.xz ++++++
++++ 65242 lines of diff (skipped)


Reply via email to