Hello community,

here is the log from the commit of package kactivities5 for openSUSE:Factory 
checked in at 2014-06-10 14:36:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kactivities5 (Old)
 and      /work/SRC/openSUSE:Factory/.kactivities5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kactivities5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kactivities5/kactivities5.changes        
2014-05-14 20:28:30.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kactivities5.new/kactivities5.changes   
2014-06-10 14:36:46.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:24 UTC 2014 - [email protected]
+
+- Update to 4.100.0
+  * API improvements and cleanups
+  * Buildsystem fixes
+  * For more details please see:
+    http://www.kde.org/announcements/announce-frameworks5-beta3.php
+- Add baselibs.conf
+
+-------------------------------------------------------------------

Old:
----
  kactivities-4.99.0.tar.xz

New:
----
  baselibs.conf
  kactivities-4.100.0.tar.xz

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

Other differences:
------------------
++++++ kactivities5.spec ++++++
--- /var/tmp/diff_new_pack.SeWttZ/_old  2014-06-10 14:36:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SeWttZ/_new  2014-06-10 14:36:47.000000000 +0200
@@ -18,24 +18,26 @@
 
 %define lname   libKF5Activities5
 Name:           kactivities5
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 Summary:        KDE Plasma Activities support
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://projects.kde.org/kactivities
-Source0:        kactivities-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/kactivities-%{version}.tar.xz
+Source1:        baselibs.conf
 # PATCH-FIX-UPSTREAM kamd-rename.patch -- 
https://git.reviewboard.kde.org/r/115602/ -- rename kactivitymanagerd binary so 
it can co-exist with kactivities4
 Patch0:         kamd-rename.patch
 BuildRequires:  boost-devel >= 1.49.0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kconfig-devel >= %{_kf5_version}
 BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
 BuildRequires:  kdbusaddons-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
 BuildRequires:  ki18n-devel >= %{_kf5_version}
+BuildRequires:  kio-devel >= %{_kf5_version}
 BuildRequires:  kservice-devel >= %{_kf5_version}
 BuildRequires:  kwindowsystem-devel >= %{_kf5_version}
 BuildRequires:  xz
@@ -56,6 +58,7 @@
 %package -n %lname
 Summary:        Library for KDE's Plasma Activities support
 Group:          System/GUI/KDE
+Recommends:     %lname-lang = %{version}
 
 %description -n %lname
 Kactivities provides an API for using and interacting with the Plasma 
Activities Manager.
@@ -64,13 +67,14 @@
 Summary:        KDE Base Libraries
 Group:          Development/Libraries/KDE
 Requires:       %lname = %{version}
-Requires:       extra-cmake-modules >= 0.0.13
-Requires:       kdbusaddons-devel >= %{_kf5_version}
+Requires:       extra-cmake-modules >= 0.0.14
+Requires:       pkgconfig(Qt5Core) >= 5.2.0
 Obsoletes:      kf5-kactivities-devel
 
 %description devel
 Provides the interface and basic tools for the KDE workspace.
 
+%lang_package -n %lname
 %prep
 %setup -q -n kactivities-%{version}
 %patch0 -p1
@@ -87,10 +91,14 @@
   %kf5_makeinstall -C build
   %fdupes -s %{buildroot}
 
+  %find_lang %{name}
+
 %post -n %lname -p /sbin/ldconfig
 
 %postun -n %lname -p /sbin/ldconfig
 
+%files -n %lname-lang -f %{name}.lang
+
 %files
 %defattr(-,root,root)
 %{_kf5_bindir}/kactivitymanagerd5

++++++ baselibs.conf ++++++
libKF5Activities5
kactivities5-devel
        requires "libKF5Activities5-<targettype> = <version>"
++++++ kactivities-4.99.0.tar.xz -> kactivities-4.100.0.tar.xz ++++++
++++ 7330 lines of diff (skipped)

++++++ kamd-rename.patch ++++++
--- /var/tmp/diff_new_pack.SeWttZ/_old  2014-06-10 14:36:47.000000000 +0200
+++ /var/tmp/diff_new_pack.SeWttZ/_new  2014-06-10 14:36:47.000000000 +0200
@@ -29,8 +29,21 @@
                  #endif
              }
  
+diff --git a/src/service/Application.cpp b/src/service/Application.cpp
+index 7c88f78..217b0d4 100644
+--- a/src/service/Application.cpp
++++ b/src/service/Application.cpp
+@@ -349,7 +349,7 @@ int main(int argc, char **argv)
+         // Starting the dameon
+ 
+         QProcess::startDetached(
+-                KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd",
++                KAMD_INSTALL_PREFIX "/bin/kactivitymanagerd5",
+                 {"start-daemon"}
+             );
+ 
 diff --git a/src/service/CMakeLists.txt b/src/service/CMakeLists.txt
-index 46ef942..dd976c3 100644
+index 38e6e2b..fb762e5 100644
 --- a/src/service/CMakeLists.txt
 +++ b/src/service/CMakeLists.txt
 @@ -60,9 +60,9 @@ qt5_add_dbus_adaptor (

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to