Hello community,

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

Package is "kdesu"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdesu/kdesu.changes      2014-05-14 
20:27:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kdesu.new/kdesu.changes 2014-06-10 
14:36:06.000000000 +0200
@@ -1,0 +2,10 @@
+Sun Jun  1 18:02:08 UTC 2014 - hrvoje.sen...@gmail.com
+
+- 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:
----
  kdesu-4.99.0.tar.xz

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

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

Other differences:
------------------
++++++ kdesu.spec ++++++
--- /var/tmp/diff_new_pack.rBM0J5/_old  2014-06-10 14:36:07.000000000 +0200
+++ /var/tmp/diff_new_pack.rBM0J5/_new  2014-06-10 14:36:07.000000000 +0200
@@ -18,10 +18,10 @@
 
 %define lname   libKF5Su5
 Name:           kdesu
-Version:        4.99.0
+Version:        4.100.0
 Release:        0
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 0.0.13
+BuildRequires:  extra-cmake-modules >= 0.0.14
 BuildRequires:  fdupes
 BuildRequires:  kcoreaddons-devel >= %{_kf5_version}
 BuildRequires:  kf5-filesystem
@@ -33,7 +33,8 @@
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source0:        kdesu-%{version}.tar.xz
+Source:         
http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz
+Source1:        baselibs.conf
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description

++++++ baselibs.conf ++++++
libKF5Su5
kdesu-devel
        requires "libKF5Su5-<targettype> = <version>"
++++++ kdesu-4.99.0.tar.xz -> kdesu-4.100.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-4.99.0/CMakeLists.txt 
new/kdesu-4.100.0/CMakeLists.txt
--- old/kdesu-4.99.0/CMakeLists.txt     2014-05-08 21:21:50.000000000 +0200
+++ new/kdesu-4.100.0/CMakeLists.txt    2014-06-01 12:39:19.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KDESu)
 
-find_package(ECM 0.0.13 REQUIRED NO_MODULE)
+find_package(ECM 0.0.14 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR})
 
@@ -12,8 +12,8 @@
 include(KDEFrameworkCompilerSettings)
 include(KDECMakeSettings)
 
-set(KF5_VERSION "4.99.0") # handled by release scripts
-set(KF5_DEP_VERSION "4.99.0") # handled by release scripts
+set(KF5_VERSION "4.100.0") # handled by release scripts
+set(KF5_DEP_VERSION "4.100.0") # handled by release scripts
 find_package(KF5CoreAddons ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Service ${KF5_DEP_VERSION} REQUIRED)
 find_package(KF5Pty ${KF5_DEP_VERSION} REQUIRED)
@@ -33,6 +33,9 @@
                         PACKAGE_VERSION_FILE 
"${CMAKE_CURRENT_BINARY_DIR}/KF5SuConfigVersion.cmake"
                         SOVERSION 5)
 
+if (IS_DIRECTORY "${CMAKE_CURRENT_SOURCE_DIR}/po")
+    ki18n_install(po)
+endif()
 add_subdirectory(src)
 
 # create a Config.cmake and a ConfigVersion.cmake file and install them
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kdesu-4.99.0/src/kdesud/kdesud.cpp 
new/kdesu-4.100.0/src/kdesud/kdesud.cpp
--- old/kdesu-4.99.0/src/kdesud/kdesud.cpp      2014-05-08 21:21:50.000000000 
+0200
+++ new/kdesu-4.100.0/src/kdesud/kdesud.cpp     2014-06-01 12:39:19.000000000 
+0200
@@ -261,10 +261,9 @@
     QCoreApplication app(argc, argv);
     KAboutData aboutData(
             QStringLiteral("kdesud") /* componentName */,
-            QStringLiteral("kdesud5") /* catalogName */,
             i18n("KDE su daemon"),
             Version, i18n("Daemon used by kdesu"),
-            KAboutData::License_Artistic,
+            KAboutLicense::Artistic,
             i18n("Copyright (c) 1999,2000 Geert Jansen"));
     aboutData.addAuthor(i18n("Geert Jansen"), i18n("Author"), 
QStringLiteral("jan...@kde.org"), 
QStringLiteral("http://www.stack.nl/~geertj/";));
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to