Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2014-08-16 15:41:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kemoticons (Old)
 and      /work/SRC/openSUSE:Factory/.kemoticons.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kemoticons"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kemoticons/kemoticons.changes    2014-07-15 
08:00:33.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2014-08-16 15:42:27.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Aug  2 10:20:12 UTC 2014 - [email protected]
+
+- Update to 5.1.0
+  * For more details please see:
+    http://www.kde.org/announcements/kde-frameworks-5.1.php
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-5.0.0.tar.xz

New:
----
  kemoticons-5.1.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.A8h5xw/_old  2014-08-16 15:42:27.000000000 +0200
+++ /var/tmp/diff_new_pack.A8h5xw/_new  2014-08-16 15:42:27.000000000 +0200
@@ -18,11 +18,11 @@
 
 %define lname   libKF5Emoticons5
 Name:           kemoticons
-Version:        5.0.0
+Version:        5.1.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
-BuildRequires:  extra-cmake-modules >= 1.0.0
+BuildRequires:  extra-cmake-modules >= 1.1.0
 BuildRequires:  fdupes
 BuildRequires:  karchive-devel >= %{kf5_version}
 BuildRequires:  kconfig-devel >= %{kf5_version}

++++++ kemoticons-5.0.0.tar.xz -> kemoticons-5.1.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/CMakeLists.txt 
new/kemoticons-5.1.0/CMakeLists.txt
--- old/kemoticons-5.0.0/CMakeLists.txt 2014-07-01 20:15:32.000000000 +0200
+++ new/kemoticons-5.1.0/CMakeLists.txt 2014-08-02 10:18:32.000000000 +0200
@@ -2,7 +2,7 @@
 
 project(KEmoticons)
 
-find_package(ECM 1.0.0 REQUIRED NO_MODULE)
+find_package(ECM 1.1.0 REQUIRED NO_MODULE)
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
@@ -19,8 +19,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.0.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.0.0") # handled by release scripts
+set(KF5_VERSION "5.1.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.1.0") # handled by release scripts
 
 ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KEMOTICONS
                         VERSION_HEADER 
"${CMAKE_CURRENT_BINARY_DIR}/kemoticons_version.h"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/src/core/kemoticonsprovider.h 
new/kemoticons-5.1.0/src/core/kemoticonsprovider.h
--- old/kemoticons-5.0.0/src/core/kemoticonsprovider.h  2014-07-01 
20:15:32.000000000 +0200
+++ new/kemoticons-5.1.0/src/core/kemoticonsprovider.h  2014-08-02 
10:18:32.000000000 +0200
@@ -94,7 +94,7 @@
      *
      * @deprecated since 5.0, use saveTheme() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void save();
 #endif
 
@@ -140,7 +140,7 @@
      *
      * @deprecated since 5.0, use newTheme() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void createNew();
 #endif
 
@@ -176,7 +176,7 @@
      *
      * @deprecated since 5.0, use addMapItem() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void addEmoticonsMap(QString key, QStringList value);
 #endif
 
@@ -192,7 +192,7 @@
      *
      * @deprecated since 5.0, use removeMapItem() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void removeEmoticonsMap(QString key);
 #endif
     /**
@@ -209,7 +209,7 @@
      *
      * @deprecated since 5.0, use addIndexItem() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void addEmoticonIndex(const QString &path, const 
QStringList &emoList);
 #endif
     /**
@@ -228,7 +228,7 @@
      *
      * @deprecated since 5.0, use removeIndexItem() instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void removeEmoticonIndex(const QString &path, const 
QStringList &emoList);
 #endif
     /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.0.0/src/core/kemoticonstheme.h 
new/kemoticons-5.1.0/src/core/kemoticonstheme.h
--- old/kemoticons-5.0.0/src/core/kemoticonstheme.h     2014-07-01 
20:15:32.000000000 +0200
+++ new/kemoticons-5.1.0/src/core/kemoticonstheme.h     2014-08-02 
10:18:32.000000000 +0200
@@ -139,7 +139,7 @@
      *
      * @deprecated since 5.0, subclass KEmoticonsProvider instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED bool loadTheme(const QString &path);
 #endif
 
@@ -154,7 +154,7 @@
      *
      * @deprecated since 5.0, subclass KEmoticonsProvider instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED bool removeEmoticon(const QString &emo);
 #endif
 
@@ -172,7 +172,7 @@
      *
      * @deprecated since 5.0, subclass KEmoticonsProvider instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED bool addEmoticon(const QString &emo,
                                            const QString &text,
                                            
KEmoticonsProvider::AddEmoticonOption option = KEmoticonsProvider::DoNotCopy);
@@ -182,7 +182,7 @@
      *
      * @deprecated since 5.0, subclass KEmoticonsProvider instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void save();
 #endif
 
@@ -217,7 +217,7 @@
      *
      * @deprecated since 5.0, subclass KEmoticonsProvider instead
      */
-#ifndef KDE_NO_DEPRECATED
+#ifndef KEMOTICONS_NO_DEPRECATED
     KEMOTICONS_DEPRECATED void createNew();
 #endif
 

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

Reply via email to