Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2017-02-13 07:35:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old)
 and      /work/SRC/openSUSE:Factory/.libkdcraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdcraw"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes      2017-01-25 
23:07:40.888444716 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2017-02-13 
07:35:35.466986924 +0100
@@ -1,0 +2,8 @@
+Thu Feb  9 07:15:33 UTC 2017 - lbeltr...@kde.org
+
+- Update to KDE Applications 16.12.2
+   * KDE Applications 16.12.2
+   * https://www.kde.org/announcements/announce-applications-16.12.2.php
+
+
+-------------------------------------------------------------------

Old:
----
  libkdcraw-16.12.1.tar.xz

New:
----
  libkdcraw-16.12.2.tar.xz

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

Other differences:
------------------
++++++ libkdcraw.spec ++++++
--- /var/tmp/diff_new_pack.xN271Z/_old  2017-02-13 07:35:36.774798240 +0100
+++ /var/tmp/diff_new_pack.xN271Z/_new  2017-02-13 07:35:36.774798240 +0100
@@ -19,10 +19,10 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:           libkdcraw
-Version:        16.12.1
+Version:        16.12.2
 Release:        0
 %define kf5_version 5.26.0
-# Latest stable Applications (e.g. 16.08 in KA, but 16.12.1 in KUA)
+# Latest stable Applications (e.g. 16.08 in KA, but 16.12.2 in KUA)
 %{!?_kapp_version: %global _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 Summary:        Shared library interface around dcraw
 License:        LGPL-2.0+ and GPL-2.0+ and GPL-3.0+

++++++ libkdcraw-16.12.1.tar.xz -> libkdcraw-16.12.2.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-16.12.1/src/kdcraw_p.h 
new/libkdcraw-16.12.2/src/kdcraw_p.h
--- old/libkdcraw-16.12.1/src/kdcraw_p.h        2016-01-28 15:01:42.000000000 
+0100
+++ new/libkdcraw-16.12.2/src/kdcraw_p.h        2017-01-18 12:13:20.000000000 
+0100
@@ -31,7 +31,7 @@
 #include <QByteArray>
 
 // Pragma directives to reduce warnings from LibRaw header files.
-#if not defined(__APPLE__) && defined(__GNUC__)
+#if !defined(__APPLE__) && defined(__GNUC__)
 #pragma GCC diagnostic push
 #pragma GCC diagnostic ignored "-Wdeprecated-declarations"
 #endif
@@ -46,7 +46,7 @@
 #include <libraw.h>
 
 // Restore warnings
-#if not defined(__APPLE__) && defined(__GNUC__)
+#if !defined(__APPLE__) && defined(__GNUC__)
 #pragma GCC diagnostic pop
 #endif
 


Reply via email to