Hello community,

here is the log from the commit of package kemoticons for openSUSE:Factory 
checked in at 2015-09-02 07:45:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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    2015-07-14 
17:23:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kemoticons.new/kemoticons.changes       
2015-09-02 07:45:37.000000000 +0200
@@ -1,0 +2,14 @@
+Tue Aug  4 19:20:25 UTC 2015 - [email protected]
+
+- Update to 5.13.0
+  * The Qt version requirement has been bumped from 5.2 to 5.3
+  * Debug output has been ported to categorized output, for less
+    noise by default
+  * Docbook documentation has been reviewed and updated
+  * Install Breeze theme
+  * Kemoticons: make Breeze emotions standard instead of Glass
+  * Breeze emoticon pack made by Uri Herrera
+  * For more details please see:
+    https://www.kde.org/announcements/kde-frameworks-5.13.0.php
+
+-------------------------------------------------------------------

Old:
----
  kemoticons-5.12.0.tar.xz

New:
----
  kemoticons-5.13.0.tar.xz

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

Other differences:
------------------
++++++ kemoticons.spec ++++++
--- /var/tmp/diff_new_pack.y2ETtz/_old  2015-09-02 07:45:38.000000000 +0200
+++ /var/tmp/diff_new_pack.y2ETtz/_new  2015-09-02 07:45:38.000000000 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5Emoticons5
-%define _tar_path 5.12
+%define _tar_path 5.13
 Name:           kemoticons
-Version:        5.12.0
+Version:        5.13.0
 Release:        0
 %define kf5_version %{version}
 BuildRequires:  cmake >= 2.8.12
@@ -29,9 +29,9 @@
 BuildRequires:  kconfig-devel >= %{_tar_path}
 BuildRequires:  kf5-filesystem
 BuildRequires:  kservice-devel >= %{_tar_path}
-BuildRequires:  pkgconfig(Qt5Gui) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Test) >= 5.2.0
-BuildRequires:  pkgconfig(Qt5Widgets) >= 5.2.0
+BuildRequires:  cmake(Qt5Gui) >= 5.3.0
+BuildRequires:  cmake(Qt5Test) >= 5.3.0
+BuildRequires:  cmake(Qt5Widgets) >= 5.3.0
 Summary:        Convert text emoticons to graphical emoticons
 License:        LGPL-2.1+
 Group:          System/GUI/KDE
@@ -62,7 +62,7 @@
 Requires:       extra-cmake-modules
 Requires:       karchive-devel >= %{_tar_path}
 Requires:       kservice-devel >= %{_tar_path}
-Requires:       pkgconfig(Qt5Gui) >= 5.2.0
+Requires:       cmake(Qt5Gui) >= 5.3.0
 
 %description devel
 KEmoticons converts emoticons from text to a graphical representation with

++++++ kemoticons-5.12.0.tar.xz -> kemoticons-5.13.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.12.0/CMakeLists.txt 
new/kemoticons-5.13.0/CMakeLists.txt
--- old/kemoticons-5.12.0/CMakeLists.txt        2015-07-04 22:34:44.000000000 
+0200
+++ new/kemoticons-5.13.0/CMakeLists.txt        2015-08-04 11:53:46.000000000 
+0200
@@ -3,14 +3,14 @@
 project(KEmoticons)
 
 include(FeatureSummary)
-find_package(ECM 5.12.0  NO_MODULE)
+find_package(ECM 5.13.0  NO_MODULE)
 set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake 
Modules." URL 
"https://projects.kde.org/projects/kdesupport/extra-cmake-modules";)
 feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND 
FATAL_ON_MISSING_REQUIRED_PACKAGES)
 
 
 set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR} 
${CMAKE_CURRENT_SOURCE_DIR}/cmake)
 
-set(REQUIRED_QT_VERSION 5.2.0)
+set(REQUIRED_QT_VERSION 5.3.0)
 find_package(Qt5 ${REQUIRED_QT_VERSION} CONFIG REQUIRED Gui)
 
 include(KDEInstallDirs)
@@ -23,8 +23,8 @@
 include(ECMGenerateHeaders)
 include(ECMPackageConfigHelpers)
 
-set(KF5_VERSION "5.12.0") # handled by release scripts
-set(KF5_DEP_VERSION "5.12.0") # handled by release scripts
+set(KF5_VERSION "5.13.0") # handled by release scripts
+set(KF5_DEP_VERSION "5.13.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.12.0/autotests/ktexttohtmlplugintest.cpp 
new/kemoticons-5.13.0/autotests/ktexttohtmlplugintest.cpp
--- old/kemoticons-5.12.0/autotests/ktexttohtmlplugintest.cpp   2015-07-04 
22:34:44.000000000 +0200
+++ new/kemoticons-5.13.0/autotests/ktexttohtmlplugintest.cpp   2015-08-04 
11:53:46.000000000 +0200
@@ -44,6 +44,7 @@
 
 void KTextToHTMLPluginTest::initTestCase()
 {
+    KEmoticons::setTheme("Glass");
     mEmoticonsThemePath = 
QStandardPaths::locate(QStandardPaths::GenericDataLocation, "emoticons/Glass",  
QStandardPaths::LocateDirectory);
     QVERIFY(!mEmoticonsThemePath.isEmpty());
 }
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.12.0/src/core/kemoticons.cpp 
new/kemoticons-5.13.0/src/core/kemoticons.cpp
--- old/kemoticons-5.12.0/src/core/kemoticons.cpp       2015-07-04 
22:34:44.000000000 +0200
+++ new/kemoticons-5.13.0/src/core/kemoticons.cpp       2015-08-04 
11:53:46.000000000 +0200
@@ -140,7 +140,7 @@
 QString KEmoticons::currentThemeName()
 {
     KConfigGroup config(KSharedConfig::openConfig("kdeglobals"), "Emoticons");
-    QString name = config.readEntry("emoticonsTheme", "Glass");
+    QString name = config.readEntry("emoticonsTheme", "Breeze");
     return name;
 }
 
Files old/kemoticons-5.12.0/themes/Breeze/drink-beer.png and 
new/kemoticons-5.13.0/themes/Breeze/drink-beer.png differ
Files old/kemoticons-5.12.0/themes/Breeze/drink-martini.png and 
new/kemoticons-5.13.0/themes/Breeze/drink-martini.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.12.0/themes/Breeze/emoticons.xml 
new/kemoticons-5.13.0/themes/Breeze/emoticons.xml
--- old/kemoticons-5.12.0/themes/Breeze/emoticons.xml   1970-01-01 
01:00:00.000000000 +0100
+++ new/kemoticons-5.13.0/themes/Breeze/emoticons.xml   2015-08-04 
11:53:46.000000000 +0200
@@ -0,0 +1,265 @@
+<?xml version='1.0'?>
+<messaging-emoticon-map>
+    <emoticon file="face-angel">
+        <string>O:)</string>
+        <string>O-)</string>
+        <string>O;</string>
+        <string>O:-)</string>
+        <string>0:-)</string>
+        <string>0=)</string>
+        <string>0:)</string>
+        <string>0;)</string>
+        <string>^j^</string>
+        <string>(a)</string>
+        <string>😇</string>
+    </emoticon>
+    <emoticon file="face-angry">
+        <string>X-(</string>
+        <string>:-@</string>
+        <string>:@</string>devilish
+        <string>>:(</string>
+        <string>>:-(</string>
+        <string>-_-+</string>
+        <string>>-(</string>
+        <string>:-||</string>
+    </emoticon>
+    <emoticon file="face-confused">
+        <string>:-S</string>
+        <string>:S</string>
+        <string>:-s</string>
+        <string>:s</string>
+        <string>O.o</string>
+        <string>=?</string>
+        <string>O.o?</string>
+        <string>:-Q</string>
+        <string>:-/</string>
+        <string>(@_@)</string>
+        <string>,':(</string>
+        <string>😕</string>
+    </emoticon>
+    <emoticon file="face-cool">
+        <string>B-)</string>
+        <string>(H)</string>
+        <string>(h)</string>
+        <string>8-)</string>
+        <string>8)</string>
+    </emoticon>
+    <emoticon file="face-crying">
+        <string>:'(</string>
+        <string>:'-(</string>
+        <string>;-(</string>
+        <string>;(</string>
+        <string>😢</string>
+        <string>😭</string>
+        <string>😿</string>
+        <string>:_(</string>
+        <string>T_T</string>
+        <string>;_;</string>
+        <string>QQ</string>
+        <string>:"-(</string>
+        <string>='(</string>
+        <string>8:::(</string>
+        <string>i_i</string>
+        <string>:*(</string>
+        <string>:((</string>
+    </emoticon>
+    <emoticon file="face-devilish">
+        <string>>:)</string>
+        <string>}:-)</string>
+        <string>3:)</string>
+        <string>(6)</string>
+        <string>]:-></string>
+    </emoticon>
+    <emoticon file="face-embarassed">
+        <string>:-$</string>
+        <string>:-[</string>
+        <string>😓</string>
+        <string>😓</string>
+        <string>😰</string>
+    </emoticon>
+    <emoticon file="face-glasses">
+        <string>-o-o-</string>
+        <string>??</string>
+        <string>\~/</string>
+        <string>8-)</string>
+        <string>()-()</string>
+        <string>\o-o/</string>
+    </emoticon>
+    <emoticon file="face-hug-left">
+        <string>({)</string>
+    </emoticon>
+    <emoticon file="face-hug-right">
+        <string>(})</string>
+    </emoticon>
+    <emoticon file="face-kiss">
+        <string>:-*</string>
+        <string>:-)*</string>
+        <string>:*</string>
+        <string>= #</string>
+        <string>;-(!)</string>
+        <string>:*)</string>
+        <string>(K)</string>
+        <string>(k)</string>
+        <string>😗</string>
+        <string>😙</string>
+        <string>😘</string>
+        <string>😚</string>
+        <string>😽</string>
+        <string>💋</string>
+        <string>💏</string>
+    </emoticon>
+    <emoticon file="face-laughing">
+        <string>XD</string>
+        <string>:))</string>
+        <string>:'D</string>
+        <string>=^D</string>
+    </emoticon>
+    <emoticon file="face-ninja">
+        <string>QK</string>
+        <string>Qx</string>
+    </emoticon>
+    <emoticon file="face-pirate">
+        <string>P)</string>
+        <string>Qx</string>
+    </emoticon>
+    <emoticon file="face-plain">
+        <string>:-|</string>
+    </emoticon>
+    <emoticon file="face-quiet">
+        <string>:X</string>
+        <string>:-X</string>
+        <string>:-x</string>
+        <string>:x</string>
+    </emoticon>
+    <emoticon file="face-raspberry">
+        <string>:-t</string>
+        <string>:-P</string>
+        <string>:P</string>
+        <string>:-p</string>
+        <string>:p</string>
+        <string>😝</string>
+        <string>👅</string>
+        <string>😛</string>
+    </emoticon>
+    <emoticon file="face-sad">
+        <string>:-(</string>
+        <string>=(</string>
+        <string>:(</string>
+        <string>T.T</string>
+        <string>t.t</string>
+        <string>=[</string>
+        <string>:c</string>
+        <string>:C</string>
+        <string>D:</string>
+        <string>D=</string>
+        <string>Y_Y</string>
+        <string>y_y</string>
+        <string>😞</string>
+    </emoticon>
+    <emoticon file="face-smile-big">
+        <string>:-))</string>
+        <string>:|))</string>
+        <string>:-D</string>
+        <string>:D</string>
+        <string>😸</string>
+        <string>😁</string>
+        <string>😂</string>
+        <string>😃</string>
+        <string>😄</string>
+        <string>😀</string>
+    </emoticon>
+    <emoticon file="face-smile-grin">
+        <string>:-></string>
+        <string>:->></string>
+    </emoticon>
+    <emoticon file="face-smile">
+        <string>:-)</string>
+        <string>:)</string>
+        <string>☺</string>
+        <string>😊</string>
+    </emoticon>
+    <emoticon file="face-smirk">
+        <string>(smirk)</string>
+    </emoticon>
+    <emoticon file="face-surprise">
+        <string>:-O</string>
+        <string>:O</string>
+        <string>:-o</string>
+        <string>:o</string>
+        <string>😮</string>
+    </emoticon>
+    <emoticon file="face-uncertain">
+        <string>:/</string>
+        <string>:\</string>
+    </emoticon>
+    <emoticon file="face-wink">
+        <string>;-)</string>
+        <string>;)</string>
+        <string>😉</string>
+        <string>😜</string>
+    </emoticon>
+    <emoticon file="face-yawn">
+        <string>(:|</string>
+        <string>|-O</string>
+    </emoticon>
+    <emoticon file="drink-beer">
+        <string>(B)</string>
+        <string>(b)</string>
+        <string>🍺</string>
+    </emoticon>
+    <emoticon file="food-cake">
+        <string>(^)</string>
+        <string>🎂</string>
+        <string>🍰</string>
+    </emoticon>
+    <emoticon file="drink-martini">
+        <string>(D)</string>
+        <string>(d)</string>
+        <string>🍸</string>
+        <string>🍹</string>
+    </emoticon>
+    <emoticon file="face-clown.png">
+        <string>:o)</string>
+        <string>*&lt;:o)</string>
+        <string>&lt;|:^0|</string>
+        <string>*&lt;:^)</string>
+        <string>*:oP</string>
+        <string>*:oB</string>
+        <string>(c:>*</string>
+        <string>&lt;]:o){</string>
+        <string>*:o)</string>
+    </emoticon>
+    <emoticon file="face-in-love.png">
+        <string>&lt;3</string>
+        <string>(L)</string>
+        <string>(l)</string>
+        <string>😍</string>
+        <string>😻</string>
+        <string>💓</string>
+        <string>💕</string>
+        <string>💖</string>
+        <string>💗</string>
+        <string>💘</string>
+        <string>💙</string>
+        <string>💚</string>
+        <string>💛</string>
+        <string>💜</string>
+        <string>💝</string>
+        <string>💞</string>
+    </emoticon>
+    <emoticon file="face-sick.png">
+        <string>:-&amp;</string>
+        <string>+o(</string>
+        <string>(s)</string>
+    </emoticon>
+    <emoticon file="face-sleeping.png">
+        <string>-_-</string>
+        <string>Z_Z</string>
+        <string>(-_o)zzZ</string>
+        <string>&lt;-.-></string>
+    </emoticon>
+    <emoticon file="face-worried.png">
+        <string>>w&lt;</string>
+        <string>/00\</string>
+    </emoticon>
+</messaging-emoticon-map>
Files old/kemoticons-5.12.0/themes/Breeze/face-angel.png and 
new/kemoticons-5.13.0/themes/Breeze/face-angel.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-angry.png and 
new/kemoticons-5.13.0/themes/Breeze/face-angry.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-clown.png and 
new/kemoticons-5.13.0/themes/Breeze/face-clown.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-confused.png and 
new/kemoticons-5.13.0/themes/Breeze/face-confused.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-cool.png and 
new/kemoticons-5.13.0/themes/Breeze/face-cool.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-crying.png and 
new/kemoticons-5.13.0/themes/Breeze/face-crying.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-devilish.png and 
new/kemoticons-5.13.0/themes/Breeze/face-devilish.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-embarrassed.png and 
new/kemoticons-5.13.0/themes/Breeze/face-embarrassed.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-glasses.png and 
new/kemoticons-5.13.0/themes/Breeze/face-glasses.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-hug-left.png and 
new/kemoticons-5.13.0/themes/Breeze/face-hug-left.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-hug-right.png and 
new/kemoticons-5.13.0/themes/Breeze/face-hug-right.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-in-love.png and 
new/kemoticons-5.13.0/themes/Breeze/face-in-love.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-kiss.png and 
new/kemoticons-5.13.0/themes/Breeze/face-kiss.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-laughing.png and 
new/kemoticons-5.13.0/themes/Breeze/face-laughing.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-ninja.png and 
new/kemoticons-5.13.0/themes/Breeze/face-ninja.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-pirate.png and 
new/kemoticons-5.13.0/themes/Breeze/face-pirate.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-plain.png and 
new/kemoticons-5.13.0/themes/Breeze/face-plain.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-quiet.png and 
new/kemoticons-5.13.0/themes/Breeze/face-quiet.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-raspberry.png and 
new/kemoticons-5.13.0/themes/Breeze/face-raspberry.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-sad.png and 
new/kemoticons-5.13.0/themes/Breeze/face-sad.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-sick.png and 
new/kemoticons-5.13.0/themes/Breeze/face-sick.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-sleeping.png and 
new/kemoticons-5.13.0/themes/Breeze/face-sleeping.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-smile-big.png and 
new/kemoticons-5.13.0/themes/Breeze/face-smile-big.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-smile-grin.png and 
new/kemoticons-5.13.0/themes/Breeze/face-smile-grin.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-smile.png and 
new/kemoticons-5.13.0/themes/Breeze/face-smile.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-smirk.png and 
new/kemoticons-5.13.0/themes/Breeze/face-smirk.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-surprise.png and 
new/kemoticons-5.13.0/themes/Breeze/face-surprise.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-uncertain.png and 
new/kemoticons-5.13.0/themes/Breeze/face-uncertain.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-wink.png and 
new/kemoticons-5.13.0/themes/Breeze/face-wink.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-worried.png and 
new/kemoticons-5.13.0/themes/Breeze/face-worried.png differ
Files old/kemoticons-5.12.0/themes/Breeze/face-yawn.png and 
new/kemoticons-5.13.0/themes/Breeze/face-yawn.png differ
Files old/kemoticons-5.12.0/themes/Breeze/food-cake.png and 
new/kemoticons-5.13.0/themes/Breeze/food-cake.png differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kemoticons-5.12.0/themes/CMakeLists.txt 
new/kemoticons-5.13.0/themes/CMakeLists.txt
--- old/kemoticons-5.12.0/themes/CMakeLists.txt 2015-07-04 22:34:44.000000000 
+0200
+++ new/kemoticons-5.13.0/themes/CMakeLists.txt 2015-08-04 11:53:46.000000000 
+0200
@@ -1,6 +1,6 @@
 install(
     DIRECTORY
-        Glass
+        Glass Breeze
     DESTINATION
         ${KDE_INSTALL_DATAROOTDIR}/emoticons/
     FILES_MATCHING


Reply via email to