Hello community,

here is the log from the commit of package homerun for openSUSE:Factory checked 
in at 2016-01-01 19:48:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2014-08-27 
07:47:00.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.homerun.new/homerun.changes     2016-01-01 
19:50:08.000000000 +0100
@@ -1,0 +2,13 @@
+Mon Dec 28 13:33:00 UTC 2015 - [email protected]
+
+- Fix build for Tumbleweed by owning /usr/share/kde4/plasma/plasmoids/
+
+-------------------------------------------------------------------
+Thu Dec 24 10:29:13 UTC 2015 - [email protected]
+
+- Added disable-favorite-places.patch: remove favorite places,
+  they cause severe problems with newer kdelibs4 versions, like
+  places disappearing, the bookmarks.xml file growing indefinitely,
+  and/or even freezing the complete desktop (kde#349850, kde#352950)
+
+-------------------------------------------------------------------

New:
----
  disable-favorite-places.patch

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

Other differences:
------------------
++++++ homerun.spec ++++++
--- /var/tmp/diff_new_pack.dRKYgq/_old  2016-01-01 19:50:09.000000000 +0100
+++ /var/tmp/diff_new_pack.dRKYgq/_new  2016-01-01 19:50:09.000000000 +0100
@@ -28,6 +28,8 @@
 # PATCH-FIX-UPSTREAM kde4_includes.patch -- install headers into kde4 includes 
directory, otherwise they are not found and used if not in
 # standard system dir
 Patch0:         kde4_includes.patch
+# PATCH-FIX-OPENSUSE disable-favorite-places.patch kde#349850, kde#352950 -- 
remove favorite places, they cause severe problems with newer kdelibs4 versions
+Patch1:         disable-favorite-places.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 Url:            http://userbase.kde.org/Homerun
 BuildRequires:  kdebase4-workspace-devel >= 4.10.0
@@ -77,6 +79,7 @@
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 # Until broken autotests are fixed, kde#332031
 sed -i '/^add_subdirectory(tests)/d' CMakeLists.txt
 
@@ -101,6 +104,7 @@
 %{_kde4_modulesdir}/imports/org/kde/homerun
 %{_kde4_servicesdir}/*.desktop
 %{_kde4_servicetypesdir}/*.desktop
+%dir %{_kde4_appsdir}/plasma/plasmoids
 %{_kde4_appsdir}/plasma/plasmoids/org.kde.homerun
 %{_kde4_appsdir}/homerun
 %{_kde4_configdir}/homerunrc

++++++ disable-favorite-places.patch ++++++
diff --git a/components/sourceregistry.cpp b/components/sourceregistry.cpp
index d2df116..e63cd50 100644
--- a/components/sourceregistry.cpp
+++ b/components/sourceregistry.cpp
@@ -268,7 +268,9 @@ SourceRegistry::SourceRegistry(QObject *parent)
     d->m_availableSourcesModel = new AvailableSourcesModel(d->m_sourceInfos, 
this);
 
     d->m_favoriteModels.insert("app", new FavoriteAppsModel(this));
+#if 0
     d->m_favoriteModels.insert("place", new FavoritePlacesModel(this));
+#endif
 
     d->registerSource("InstalledApps", new InstalledAppsSource(this),
         i18n("Installed Applications"),

Reply via email to