From 2b1abf302f36910c7d763c034f28563c1885dfef3fc6b533b11a90e867b57744 Mon Sep 17 00:00:00 2001 From: OBS User unknown <null@suse.de> Date: Fri, 15 May 2009 23:06:29 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yakuake?expand=0&rev=11 --- yakuake-2.9.4.tar.bz2 | 3 --- yakuake-2.9.5.tar.bz2 | 3 +++ yakuake.changes | 18 ++++++++++++++++++ yakuake.spec | 26 +++++++++++++++++++++++--- 4 files changed, 44 insertions(+), 6 deletions(-) delete mode 100644 yakuake-2.9.4.tar.bz2 create mode 100644 yakuake-2.9.5.tar.bz2 diff --git a/yakuake-2.9.4.tar.bz2 b/yakuake-2.9.4.tar.bz2 deleted file mode 100644 index baeced3..0000000 --- a/yakuake-2.9.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:70c436e57fff180200fd03308e18bc8f9890b56cfc9f9e5e03dfce419f11a6bc -size 216489 diff --git a/yakuake-2.9.5.tar.bz2 b/yakuake-2.9.5.tar.bz2 new file mode 100644 index 0000000..3deb753 --- /dev/null +++ b/yakuake-2.9.5.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56342a60b6a9101511e1a23182b24e947e90fda0980c767a4343c63f6d2ba16 +size 281031 diff --git a/yakuake.changes b/yakuake.changes index cc999d2..961137a 100644 --- a/yakuake.changes +++ b/yakuake.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon May 11 08:31:50 CEST 2009 - beineri@opensuse.org + +- update to version 2.9.5: + * Added a new framework to display notifications (and potentially + other information) on top of the terminals. + * Added an option to visually indicate the newly-focussed terminal + when moving focus in a session with multiple terminals + * Added a feature to disable keyboard input for all or individual + terminals in a session. + * Added a feature to lock a session to prevent it from being closed + * Added support for moving tabs on the tab bar by drag and drop. + * Added an option to open the application window after program start. + * Improved graphics for window state lock button in default skin. + * Added a slightly improved version of the application icon + * Added D-Bus interfaces for splitting and other new interfaces + * Several bug fixes + ------------------------------------------------------------------- Sun Sep 21 14:53:51 CEST 2008 - stbinner@suse.de diff --git a/yakuake.spec b/yakuake.spec index a3a27dd..5625cec 100644 --- a/yakuake.spec +++ b/yakuake.spec @@ -1,5 +1,5 @@ # -# spec file for package yakuake (Version 2.9.4) +# spec file for package yakuake (Version 2.9.5) # # Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. # @@ -25,7 +25,7 @@ Url: http://kde-apps.org/content/show.php?content=29153 Group: System/GUI/KDE BuildRoot: %{_tmppath}/%{name}-%{version}-build Summary: yakuake is a terminal for KDE -Version: 2.9.4 +Version: 2.9.5 Release: 1 Source: yakuake-%{version}.tar.bz2 Requires: kde4-konsole @@ -39,7 +39,8 @@ Yakuake is a retractable KDE Terminal Emulator. Authors: -------- - Francois Chazal <neptune3k@free.fr> + Eike Hein <hein@kde.org> (current maintainer) + Francois Chazal <neptune3k@free.fr> (inactive; original author) %prep %setup -n yakuake-%{version} -q @@ -68,8 +69,27 @@ rm -rf $RPM_BUILD_ROOT /usr/share/applications/kde4/yakuake.desktop /usr/share/icons/hicolor/*/apps/yakuake.* /usr/share/kde4/apps/yakuake +%if %suse_version < 1120 +%dir /usr/share/locale/hne +%dir /usr/share/locale/hne/LC_MESSAGES +%endif %changelog +* Mon May 11 2009 beineri@opensuse.org +- update to version 2.9.5: + * Added a new framework to display notifications (and potentially + other information) on top of the terminals. + * Added an option to visually indicate the newly-focussed terminal + when moving focus in a session with multiple terminals + * Added a feature to disable keyboard input for all or individual + terminals in a session. + * Added a feature to lock a session to prevent it from being closed + * Added support for moving tabs on the tab bar by drag and drop. + * Added an option to open the application window after program start. + * Improved graphics for window state lock button in default skin. + * Added a slightly improved version of the application icon + * Added D-Bus interfaces for splitting and other new interfaces + * Several bug fixes * Sun Sep 21 2008 stbinner@suse.de - require kde4-konsole (bnc#422066) * Sun Sep 21 2008 stbinner@suse.de