Hello community, here is the log from the commit of package homerun for openSUSE:Factory checked in at 2014-01-29 07:14:34 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/homerun (Old) and /work/SRC/openSUSE:Factory/.homerun.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "homerun" Changes: -------- --- /work/SRC/openSUSE:Factory/homerun/homerun.changes 2013-09-16 17:06:06.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.homerun.new/homerun.changes 2014-01-29 07:14:35.000000000 +0100 @@ -1,0 +2,24 @@ +Mon Jan 27 20:07:47 UTC 2014 - [email protected] + +- Update to version 1.2.0 + + Added a new "Homerun Kicker" launcher menu widget. It's design + is inspired by traditional launcher menus, but augmented by a + favorites sidebar and search support powered by the Homerun + framework. Much attention was paid to hassle-free mouse behavior + for maximum efficiency during use. The panel button has support + for custom non-square images. + + Added a new "Recent Applications" source that lists the last + 15 applications launched from other application sources. + + Added a new combined "Power / Session" source. + + Fixed a bug causing icons to launch the wrong applications while + searching the "All Installed Applications with Filters" source. + + Folder views now show the correct icons for .desktop files. + + Launching an item in a folder view no longer closes Homerun. + + When Homerun is used as a desktop containment the Desktop Toolbox + is now hidden by default. It can be toggled from the Homerun menu. + + The launcher panel widget for the fullscreen version of Homerun + now sports an "Edit Applications ..." action in its context menu. +- Created new homerun-kicker subpackage as per upstream change +- Make spec slightly prettier + +------------------------------------------------------------------- Old: ---- homerun-1.1.0.tar.xz New: ---- homerun-1.2.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ homerun.spec ++++++ --- /var/tmp/diff_new_pack.8JhFet/_old 2014-01-29 07:14:35.000000000 +0100 +++ /var/tmp/diff_new_pack.8JhFet/_new 2014-01-29 07:14:35.000000000 +0100 @@ -1,6 +1,7 @@ # # spec file for package homerun # +# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2012-2013 Buschmann <[email protected]> # # All modifications and additions to the file contributed by third parties @@ -15,23 +16,22 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild - -BuildRequires: kdebase4-workspace-devel >= 4.10.0 -BuildRequires: update-desktop-files -BuildRequires: libkonq-devel >= 4.10.0 -BuildRequires: xz Name: homerun Summary: Fullscreen Launcher for KDE -Version: 1.1.0 -Release: 1 -%define sonum 0 License: (GPL-2.0 or GPL-3.0) and (LGPL-2.1 or LGPL-3.0) Group: System/GUI/KDE +Version: 1.2.0 +Release: 0 +%define sonum 0 Source0: http://download.kde.org/stable/homerun/src/%{name}-%{version}.tar.xz BuildRoot: %{_tmppath}/%{name}-%{version}-build Url: http://userbase.kde.org/Homerun +BuildRequires: kdebase4-workspace-devel >= 4.10.0 +BuildRequires: libkonq-devel >= 4.10.0 +BuildRequires: update-desktop-files +BuildRequires: xz +Recommends: homerun-kicker = %{version} %kde4_runtime_requires Requires: libhomerun%{sonum} = %{version} @@ -43,6 +43,7 @@ %package -n libhomerun%{sonum} Summary: Libraries Needed by Homerun License: LGPL-2.1+ +Group: System/GUI/KDE %kde4_runtime_requires %description -n libhomerun%{sonum} @@ -61,17 +62,24 @@ This package provides development libraries and headers needed to build software using Homerun. +%package -n homerun-kicker +Summary: Homerun's traditional launcher menu +License: (GPL-2.0 or GPL-3.0) and (LGPL-2.1 or LGPL-3.0) +Group: System/GUI/KDE +Requires: %{name} = %{version} + +%description -n homerun-kicker +Traditional launcher menu powered by Homerun framework. + %prep %setup -q %build - %cmake_kde4 -d builddir + %cmake_kde4 -d build %make_jobs %install - cd builddir - %makeinstall - cd .. + %kde4_makeinstall -C build %suse_update_desktop_file -n $RPM_BUILD_ROOT/usr/share/kde4/services/plasma-applet-homerunlauncher.desktop %kde_post_install %find_lang plasma_applet_org.kde.homerun %name.lang @@ -79,28 +87,32 @@ %post -n libhomerun%{sonum} -p /sbin/ldconfig %postun -n libhomerun%{sonum} -p /sbin/ldconfig - %files -f %name.lang %defattr(644,root,root,755) %doc COPYING LICENSE.BSD LICENSE.GPL-2 LICENSE.LGPL-2.1 NEWS README.md -%attr(755,root,root) %_kde4_bindir/homerunviewer -%_kde4_modulesdir/*.so -%_kde4_modulesdir/imports/org/kde/homerun -%_kde4_servicesdir/*.desktop -%_kde4_servicetypesdir/*.desktop -%_kde4_appsdir/plasma/plasmoids/org.kde.homerun -%_kde4_appsdir/homerun -%_kde4_configdir/homerunrc -%_kde4_iconsdir/hicolor/*/apps/homerun.* +%attr(755,root,root) %{_kde4_bindir}/homerunviewer +%{_kde4_modulesdir}/*.so +%{_kde4_modulesdir}/imports/org/kde/homerun +%{_kde4_servicesdir}/*.desktop +%{_kde4_servicetypesdir}/*.desktop +%{_kde4_appsdir}/plasma/plasmoids/org.kde.homerun +%{_kde4_appsdir}/homerun +%{_kde4_configdir}/homerunrc +%{_kde4_iconsdir}/hicolor/*/apps/homerun.* %files -n libhomerun%{sonum} %defattr(644,root,root,755) -%_kde4_libdir/libhomerun.so.* +%{_kde4_libdir}/libhomerun.so.* %files -n homerun-devel %defattr(644,root,root,755) -%_kde4_libdir/libhomerun.so -%_kde4_libdir/cmake/Homerun -%_kde4_includedir/homerun +%{_kde4_libdir}/libhomerun.so +%{_kde4_libdir}/cmake/Homerun +%{_kde4_includedir}/homerun + +%files -n homerun-kicker +%defattr(644,root,root,755) +%{_kde4_configdir}/homerunkickerrc +%{_kde4_appsdir}/plasma/plasmoids/org.kde.homerun-kicker/ %changelog ++++++ homerun-1.1.0.tar.xz -> homerun-1.2.0.tar.xz ++++++ ++++ 28162 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
