Hello community,

here is the log from the commit of package threadweaver for openSUSE:Factory 
checked in at 2017-06-01 16:22:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/threadweaver (Old)
 and      /work/SRC/openSUSE:Factory/.threadweaver.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "threadweaver"

Thu Jun  1 16:22:43 2017 rev:41 rq:495085 version:5.34.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/threadweaver/threadweaver.changes        
2017-04-30 21:22:42.774724450 +0200
+++ /work/SRC/openSUSE:Factory/.threadweaver.new/threadweaver.changes   
2017-06-01 16:22:45.703495927 +0200
@@ -1,0 +2,10 @@
+Mon May 15 13:53:15 CEST 2017 - [email protected]
+
+- Update to 5.34.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/kde-frameworks-5.34.0.php
+- Changes since 5.33.0:
+  * Fix some CMake warnings
+
+-------------------------------------------------------------------

Old:
----
  threadweaver-5.33.0.tar.xz

New:
----
  threadweaver-5.34.0.tar.xz

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

Other differences:
------------------
++++++ threadweaver.spec ++++++
--- /var/tmp/diff_new_pack.I6wuJK/_old  2017-06-01 16:22:46.575372984 +0200
+++ /var/tmp/diff_new_pack.I6wuJK/_new  2017-06-01 16:22:46.575372984 +0200
@@ -17,9 +17,9 @@
 
 
 %define lname   libKF5ThreadWeaver5
-%define _tar_path 5.33
+%define _tar_path 5.34
 Name:           threadweaver
-Version:        5.33.0
+Version:        5.34.0
 Release:        0
 BuildRequires:  cmake >= 3.0
 BuildRequires:  extra-cmake-modules >= %{_tar_path}

++++++ threadweaver-5.33.0.tar.xz -> threadweaver-5.34.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.33.0/CMakeLists.txt 
new/threadweaver-5.34.0/CMakeLists.txt
--- old/threadweaver-5.33.0/CMakeLists.txt      2017-04-01 20:51:15.000000000 
+0200
+++ new/threadweaver-5.34.0/CMakeLists.txt      2017-05-06 10:58:30.000000000 
+0200
@@ -1,10 +1,10 @@
 cmake_minimum_required(VERSION 3.0)
 
-set(KF5_VERSION "5.33.0") # handled by release scripts
+set(KF5_VERSION "5.34.0") # handled by release scripts
 project(ThreadWeaver VERSION ${KF5_VERSION})
 
 include(FeatureSummary)
-find_package(ECM 5.33.0  NO_MODULE)
+find_package(ECM 5.34.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)
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/threadweaver-5.33.0/examples/CMakeLists.txt 
new/threadweaver-5.34.0/examples/CMakeLists.txt
--- old/threadweaver-5.33.0/examples/CMakeLists.txt     2017-04-01 
20:51:15.000000000 +0200
+++ new/threadweaver-5.34.0/examples/CMakeLists.txt     2017-05-06 
10:58:30.000000000 +0200
@@ -8,9 +8,9 @@
 endif()
 
 # Tell CMake we will be using C++ 11:
-if ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "GNU" OR "${CMAKE_CXX_COMPILER_ID}" 
STREQUAL "Clang")
+if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL 
"Clang")
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
-elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Intel" AND NOT WIN32)
+elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Intel" AND NOT WIN32)
     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x")
 endif()
 


Reply via email to