Hello community,

here is the log from the commit of package yakuake for openSUSE:Factory checked 
in at 2015-05-10 10:46:09
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-08-04 
23:52:46.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.yakuake.new/yakuake.changes     2015-05-10 
10:46:10.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Apr 19 09:18:45 UTC 2015 - mplus...@suse.com
+
+- Update project url
+- Use url for source
+- Use post/postun scriplets to update desktop database
+- Cleanup spec file with spec-cleaner
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ yakuake.spec ++++++
--- /var/tmp/diff_new_pack.Jk7NnP/_old  2015-05-10 10:46:11.000000000 +0200
+++ /var/tmp/diff_new_pack.Jk7NnP/_new  2015-05-10 10:46:11.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package yakuake
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -22,24 +22,27 @@
 Summary:        Terminal for KDE
 License:        GPL-2.0+
 Group:          System/GUI/KDE
-Url:            http://kde-apps.org/content/show.php?content=29153
-Source:         %{name}-%{version}.tar.xz
+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 pe...@rmk2.org -- 
patch comes from upstream
 Patch0:         yakuake-2.9.9_no-close.patch
 BuildRequires:  fdupes
 BuildRequires:  libkde4-devel
 BuildRequires:  xz
 Requires:       konsole
+Requires(post): desktop-file-utils
+Requires(postun): desktop-file-utils
+Recommends:     %{name}-lang = %{version}
 Provides:       kde4-yakuake = %{version}
 Obsoletes:      kde4-yakuake < %{version}
-Recommends:     %{name}-lang = %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%kde4_runtime_requires
+%{kde4_runtime_requires}
 
 %description
 Yakuake is a retractable KDE Terminal Emulator.
 
 %lang_package
+
 %prep
 %setup -q
 %patch0 -p1
@@ -56,12 +59,13 @@
   %find_lang %{name}
   %fdupes -s %{buildroot}
 
-%post   -p /sbin/ldconfig
-
-%postun -p /sbin/ldconfig
-
-%clean
-rm -rf %{buildroot}
+%post
+/sbin/ldconfig
+%desktop_database_post
+
+%postun
+/sbin/ldconfig
+%desktop_database_postun
 
 %files
 %defattr(-,root,root)
@@ -74,5 +78,6 @@
 %{_kde4_configdir}/yakuake.knsrc
 
 %files lang -f %{name}.lang
+%defattr(-,root,root)
 
 %changelog


Reply via email to