Hello community,

here is the log from the commit of package apper for openSUSE:Factory checked 
in at 2013-05-29 11:30:16
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-04-17 
21:33:18.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.apper.new/apper.changes 2013-05-29 
11:30:18.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 24 14:10:22 UTC 2013 - [email protected]
+
+- fixed build in factory
+  apper-0.8.0-extra-defines.patch
+
+-------------------------------------------------------------------

New:
----
  apper-0.8.0-extra-defines.patch

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

Other differences:
------------------
++++++ apper.spec ++++++
--- /var/tmp/diff_new_pack.YyJcXT/_old  2013-05-29 11:30:20.000000000 +0200
+++ /var/tmp/diff_new_pack.YyJcXT/_new  2013-05-29 11:30:20.000000000 +0200
@@ -60,6 +60,9 @@
 Patch101:       apper-no-dbus-service.diff
 # setting proxy requires polkit permissions - for very little gain
 Patch103:       apper-no-user-proxy.diff
+%if 0%{?suse_version} > 1230
+Patch104:       apper-0.8.0-extra-defines.patch
+%endif
 Url:            
http://www.kde-apps.org/content/show.php/KPackageKit?content=84745
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  PackageKit-Qt-devel >= 0.8.5
@@ -126,6 +129,9 @@
 %patch100 -p1 
 %patch101 -p1
 %patch103 -p1
+%if 0%{?suse_version} > 1230
+%patch104
+%endif
 
 %build
 %cmake_kde4 -d build -- -DSCREENSHOT_PROVIDER=openSUSE

++++++ apper-0.8.0-extra-defines.patch ++++++
Index: ApperKCM/TransactionModel.h
===================================================================
--- ApperKCM/TransactionModel.h.orig
+++ ApperKCM/TransactionModel.h
@@ -26,9 +26,6 @@
 
 using namespace PackageKit;
 
-namespace PackageKit {
-    class Transaction;
-}
 class TransactionModel : public QStandardItemModel
 {
 Q_OBJECT
Index: ApperKCM/CategoryModel.h
===================================================================
--- ApperKCM/CategoryModel.h.orig
+++ ApperKCM/CategoryModel.h
@@ -70,6 +70,4 @@ private:
     QModelIndex  m_rootIndex;
 };
 
-Q_DECLARE_METATYPE(PackageKit::Transaction::Group)
-
 #endif
Index: apperd/TransactionWatcher.h
===================================================================
--- apperd/TransactionWatcher.h.orig
+++ apperd/TransactionWatcher.h
@@ -67,6 +67,4 @@ private:
     KUiServerJobTracker *m_tracker;
 };
 
-Q_DECLARE_METATYPE(PackageKit::Transaction::Restart)
-
 #endif
Index: apperd/TransactionJob.cpp
===================================================================
--- apperd/TransactionJob.cpp.orig
+++ apperd/TransactionJob.cpp
@@ -29,8 +29,6 @@
 
 #include <KDebug>
 
-Q_DECLARE_METATYPE(PackageKit::Transaction::Error)
-
 TransactionJob::TransactionJob(Transaction *transaction, QObject *parent) :
     KJob(parent),
     m_transaction(transaction),
Index: apperd/TransactionWatcher.cpp
===================================================================
--- apperd/TransactionWatcher.cpp.orig
+++ apperd/TransactionWatcher.cpp
@@ -40,8 +40,6 @@
 
 #include <Daemon>
 
-Q_DECLARE_METATYPE(Transaction::Error)
-
 TransactionWatcher::TransactionWatcher(bool packagekitIsRunning, QObject 
*parent) :
     QObject(parent),
     m_inhibitCookie(-1)
Index: plasmoid/updaterapplet.cpp
===================================================================
--- plasmoid/updaterapplet.cpp.orig
+++ plasmoid/updaterapplet.cpp
@@ -104,8 +104,6 @@ UpdaterApplet::~UpdaterApplet()
 {
 }
 
-Q_DECLARE_METATYPE(PackageKit::Transaction::Status)
-
 QGraphicsWidget *UpdaterApplet::graphicsWidget()
 {
     if (!m_declarativeWidget) {
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to