Hello community,

here is the log from the commit of package apper for openSUSE:Factory checked 
in at 2013-11-11 14:43:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/apper (Old)
 and      /work/SRC/openSUSE:Factory/.apper.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "apper"

Changes:
--------
--- /work/SRC/openSUSE:Factory/apper/apper.changes      2013-10-31 
08:52:57.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2013-11-11 
14:43:54.000000000 +0100
@@ -1,0 +2,9 @@
+Wed Oct 30 11:39:12 UTC 2013 - [email protected]
+
+- Added 0002-Load-the-main-apper-catalog-for-the-applet.diff:
+  load the main apper catalog for the applet
+- Cleaned up spec file a bit:
+  * renumbered patches
+  * removed outdated URLs
+
+-------------------------------------------------------------------

New:
----
  0002-Load-the-main-apper-catalog-for-the-applet.diff

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

Other differences:
------------------
++++++ apper.spec ++++++
--- /var/tmp/diff_new_pack.c3HMn3/_old  2013-11-11 14:43:55.000000000 +0100
+++ /var/tmp/diff_new_pack.c3HMn3/_new  2013-11-11 14:43:55.000000000 +0100
@@ -28,17 +28,17 @@
 Group:          System/Packages
 Version:        0.8.1
 Release:        0
-#http://websvn.kde.org/trunk/playground/sysadmin/kpackagekit/
-#http://kde-apps.org/CONTENT/content-files/84745-kpackagekit-%%{version}.7z
 Source0:        %{name}-%{version}.tar.bz2
 Source1:        10-opensuse-org.packagekit.updater.js
-Patch1:         apper-ui-fixes.diff
+Patch0:         apper-ui-fixes.diff
 # https://bugzilla.novell.com/show_bug.cgi?id=729164
-Patch2:         apper-no-dbus-service.diff
+Patch1:         apper-no-dbus-service.diff
 # setting proxy requires polkit permissions - for very little gain
-Patch3:         apper-no-user-proxy.diff
+Patch2:         apper-no-user-proxy.diff
 # PATCH-FIX-UPSTREAM 0001-Fix-accept-multiple-licenses.diff bnc#847346, 
kde#326619
-Patch4:         0001-Fix-accept-multiple-licenses.diff
+Patch3:         0001-Fix-accept-multiple-licenses.diff
+# PATCH-FIX-UPSTREAM 0002-Load-the-main-apper-catalog-for-the-applet.diff
+Patch4:         0002-Load-the-main-apper-catalog-for-the-applet.diff
 Url:            http://kde-apps.org/content/show.php/Apper?content=84745
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  PackageKit-Qt-devel >= 0.8.8

++++++ 0002-Load-the-main-apper-catalog-for-the-applet.diff ++++++
commit 5abe135b5907ab10ed52be0046a3de0d52d98f22
Author: Lukáš Tinkl <[email protected]>
Date:   Fri Aug 23 19:35:56 2013 +0200

    load the main apper catalog for the applet
    
    for a 3rd time, make this thing show up translated...

diff --git a/declarative-plugins/qmlplugins.cpp 
b/declarative-plugins/qmlplugins.cpp
index 9deb29f..b39b3d2 100644
--- a/declarative-plugins/qmlplugins.cpp
+++ b/declarative-plugins/qmlplugins.cpp
@@ -35,6 +35,8 @@
 #include <Daemon>
 #include <QDeclarativeEngine>
 
+static const KCatalogLoader loader(QLatin1String("apper"));
+
 void QmlPlugins::registerTypes(const char* uri)
 {
     Q_ASSERT(uri == QLatin1String("org.kde.apper"));
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to