Hello community,

here is the log from the commit of package libkcompactdisc4 for 
openSUSE:Factory checked in at 2016-01-07 00:22:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkcompactdisc4 (Old)
 and      /work/SRC/openSUSE:Factory/.libkcompactdisc4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkcompactdisc4"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkcompactdisc4/libkcompactdisc4.changes        
2015-11-15 12:42:04.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libkcompactdisc4.new/libkcompactdisc4.changes   
2016-01-07 00:22:56.000000000 +0100
@@ -1,0 +2,9 @@
+Sun Dec 13 13:30:34 UTC 2015 - [email protected]
+
+- Update to KDE Applications 15.12.0
+   * KDE Applications 15.12.0 
+   * https://www.kde.org/announcements/announce-applications-15.12.0.php
+   * boo#958887
+
+
+-------------------------------------------------------------------

Old:
----
  libkcompactdisc-15.08.3.tar.xz

New:
----
  libkcompactdisc-15.12.0.tar.xz

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

Other differences:
------------------
++++++ libkcompactdisc4.spec ++++++
--- /var/tmp/diff_new_pack.7JStT6/_old  2016-01-07 00:22:57.000000000 +0100
+++ /var/tmp/diff_new_pack.7JStT6/_new  2016-01-07 00:22:57.000000000 +0100
@@ -23,7 +23,7 @@
 Summary:        KDE CD Library
 License:        GPL-2.0+
 Group:          System/GUI/KDE
-Version:        15.08.3
+Version:        15.12.0
 Release:        0
 Source0:        libkcompactdisc-%{version}.tar.xz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build

++++++ libkcompactdisc-15.08.3.tar.xz -> libkcompactdisc-15.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkcompactdisc-15.08.3/CMakeLists.txt 
new/libkcompactdisc-15.12.0/CMakeLists.txt
--- old/libkcompactdisc-15.08.3/CMakeLists.txt  2014-02-21 04:42:30.000000000 
+0100
+++ new/libkcompactdisc-15.12.0/CMakeLists.txt  2015-11-28 14:27:45.000000000 
+0100
@@ -7,9 +7,12 @@
 add_definitions(${QT_DEFINITIONS} ${KDE4_DEFINITIONS})
 
 ## Compiler flags
-if(CMAKE_COMPILER_IS_GNUCXX)
-    set(CMAKE_C_FLAGS "-std=c99")   ## ALSA no longer compiles with -std=c90, 
see https://bugzilla.novell.com/show_bug.cgi?id=817077
+if (CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
+    # ALSA does not build with the default -std=iso9899:1990 from 
FindKDE4Internal.cmake.
+    # See https://bugzilla.novell.com/show_bug.cgi?id=817077 for more 
information.
+    set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -std=c99")
 endif()
+
 find_package(Alsa)
 alsa_configure_file(${CMAKE_CURRENT_BINARY_DIR}/config-alsa.h)
 


Reply via email to