Hello community,

here is the log from the commit of package kwrited5 for openSUSE:Factory 
checked in at 2014-10-15 08:51:05
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kwrited5 (Old)
 and      /work/SRC/openSUSE:Factory/.kwrited5.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kwrited5"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kwrited5/kwrited5.changes        2014-08-16 
15:43:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.kwrited5.new/kwrited5.changes   2014-10-15 
08:51:14.000000000 +0200
@@ -1,0 +2,8 @@
+Thu Oct  9 21:24:33 UTC 2014 - hrvoje.sen...@gmail.com
+
+- Update to 5.1 Final:
+  * Bugfixes since RC1
+  * For more details please see:
+    https://www.kde.org/announcements/plasma-5.1.0.php
+
+-------------------------------------------------------------------

Old:
----
  kwrited-5.0.1.tar.xz

New:
----
  kwrited-5.1.0.1.tar.xz

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

Other differences:
------------------
++++++ kwrited5.spec ++++++
--- /var/tmp/diff_new_pack.y5EdRU/_old  2014-10-15 08:51:15.000000000 +0200
+++ /var/tmp/diff_new_pack.y5EdRU/_new  2014-10-15 08:51:15.000000000 +0200
@@ -17,13 +17,13 @@
 
 
 Name:           kwrited5
-Version:        5.0.1
+Version:        5.1.0
 Release:        0
 Summary:        Daemon listening for wall and write messages
 License:        GPL-2.0+
 Group:          System/GUI/KDE
 Url:            http://www.kde.org
-Source:         
http://download.kde.org/stable/plasma/%{version}/kwrited-%{version}.tar.xz
+Source:         kwrited-%{version}.1.tar.xz
 BuildRequires:  extra-cmake-modules
 BuildRequires:  gcc-c++
 BuildRequires:  kdbusaddons-devel

++++++ kwrited-5.0.1.tar.xz -> kwrited-5.1.0.1.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.0.1/CMakeLists.txt 
new/kwrited-5.1.0/CMakeLists.txt
--- old/kwrited-5.0.1/CMakeLists.txt    2014-08-08 15:50:52.000000000 +0200
+++ new/kwrited-5.1.0/CMakeLists.txt    2014-10-14 12:54:10.000000000 +0200
@@ -1,10 +1,8 @@
 project(kwrited)
+set(PROJECT_VERSION "5.1.0")
 cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
 set(QT_MIN_VERSION "5.3.0")
 
-set(KWRITED_VERSION 5.0.1)
-set(KWRITED_STRING_VERSION "${KWRITED_VERSION}")
-
 remove_definitions(-DQT_NO_CAST_FROM_ASCII -DQT_STRICT_ITERATORS 
-DQT_NO_CAST_FROM_BYTEARRAY -DQT_NO_KEYWORDS)
 
 find_package(ECM 0.0.11 REQUIRED NO_MODULE)
@@ -44,7 +42,7 @@
 
 if (BUILD_AS_EXECUTABLE)
     add_executable(kwrited kwrited.cpp)
-    target_compile_definitions(kwrited PRIVATE 
-DKWRITED_STRING_VERSION="${KWRITED_STRING_VERSION}")
+    target_compile_definitions(kwrited PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
     target_link_libraries(kwrited  KF5::KDE4Support KF5::Pty)
     install(TARGETS kwrited  ${INSTALL_TARGETS_DEFAULT_ARGS} )
     if(IS_ABSOLUTE BIN_INSTALL_DIR)
@@ -72,7 +70,7 @@
     install(FILES kwrited-autostart.desktop DESTINATION 
${AUTOSTART_INSTALL_DIR})
 else ()
     add_library(kded_kwrited MODULE kwrited.cpp)
-    target_compile_definitions(kded_kwrited PRIVATE 
-DKWRITED_STRING_VERSION="${KWRITED_STRING_VERSION}")
+    target_compile_definitions(kded_kwrited PRIVATE 
-DPROJECT_VERSION="${PROJECT_VERSION}")
     target_link_libraries(kded_kwrited KF5::DBusAddons KF5::KDE4Support 
KF5::Pty)
     install(TARGETS kded_kwrited  DESTINATION ${PLUGIN_INSTALL_DIR} )
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kwrited-5.0.1/kwrited.cpp 
new/kwrited-5.1.0/kwrited.cpp
--- old/kwrited-5.0.1/kwrited.cpp       2014-08-08 15:50:52.000000000 +0200
+++ new/kwrited-5.1.0/kwrited.cpp       2014-10-09 12:45:03.000000000 +0200
@@ -42,7 +42,7 @@
 
 static inline KAboutData aboutData()
 {
-    return KAboutData("kwrited", i18n("kwrited"), KWRITED_STRING_VERSION);
+    return KAboutData("kwrited", i18n("kwrited"), PROJECT_VERSION);
 }
 
 #if defined(BUILD_AS_EXECUTABLE)

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

Reply via email to