Hello community, here is the log from the commit of package libkdcraw for openSUSE:Factory checked in at 2017-12-18 08:53:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old) and /work/SRC/openSUSE:Factory/.libkdcraw.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkdcraw" Mon Dec 18 08:53:48 2017 rev:88 rq:556263 version:17.12.0 Changes: -------- --- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes 2017-11-16 14:29:12.548348002 +0100 +++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2017-12-18 08:53:49.635252715 +0100 @@ -1,0 +2,31 @@ +Sat Dec 09 14:59:09 CET 2017 - [email protected] + +- Update to 17.12.0 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12.0.php +- Changes since 17.11.90: + * None + +------------------------------------------------------------------- +Sat Dec 02 10:12:38 CET 2017 - [email protected] + +- Update to 17.11.90 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-rc.php +- Changes since 17.11.80: + * None + +------------------------------------------------------------------- +Mon Nov 20 06:59:33 CET 2017 - [email protected] + +- Update to 17.11.80 + * New feature release + * For more details please see: + * https://www.kde.org/announcements/announce-applications-17.12-beta.php +- Changes since 17.08.3: + * polish + * fix header + +------------------------------------------------------------------- Old: ---- libkdcraw-17.08.3.tar.xz New: ---- libkdcraw-17.12.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkdcraw.spec ++++++ --- /var/tmp/diff_new_pack.yLhug9/_old 2017-12-18 08:53:51.335170652 +0100 +++ /var/tmp/diff_new_pack.yLhug9/_new 2017-12-18 08:53:51.335170652 +0100 @@ -19,7 +19,7 @@ %define _so 5 %define lname libKF5KDcraw Name: libkdcraw -Version: 17.08.3 +Version: 17.12.0 Release: 0 %define kf5_version 5.26.0 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA) ++++++ libkdcraw-17.08.3.tar.xz -> libkdcraw-17.12.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/README new/libkdcraw-17.12.0/README --- old/libkdcraw-17.08.3/README 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/README 2017-08-19 14:14:58.000000000 +0200 @@ -1,7 +1,5 @@ LibRaw C++ interface for KDE -This library is a part of digiKam project (http://www.digikam.org) - -- AUTHORS ----------------------------------------------------------- See AUTHORS file for details. @@ -11,8 +9,6 @@ Libkdcraw is a C++ interface around LibRaw library used to decode RAW picture files. More information about LibRaw can be found at http://www.libraw.org. -This library is used by kipi-plugins, digiKam and others kipi host programs. - The library documentation is available on header files. -- DEPENDENCIES ------------------------------------------------------- @@ -22,9 +18,6 @@ libqt >= 5.2.0 http://qt-project.org libraw >= 0.16.x http://www.libraw.org -Note: all library dependencies require development and binary packages installed on your -computer to compile digiKam. - -- INSTALL ------------------------------------------------------------ Usual CMake options: @@ -35,26 +28,3 @@ Note: To know KDE install path on your computer, use 'kf5-config --prefix' command line like this (with debug object enabled): "cmake . -DCMAKE_BUILD_TYPE=debug -DCMAKE_INSTALL_PREFIX=`kf5-config --prefix`" - --- CONTACT ------------------------------------------------------------ - -If you have questions, comments, suggestions to make do email at : - [email protected] - -IRC channel from freenode.net server: - -#digikam - --- BUGS --------------------------------------------------------------- - -IMPORTANT : the bugreports and the wishlist are hosted by the KDE bugs report -system who can be contacted by the standard Kde help menu of the plugins dialog. -A mail will be automatically sent to the digiKam devel mailing list. -There is no need to contact directly the digiKam mailing list for a bug report -or a devel wish. - -The current digiKam bugs and devel wish reported to the Kde bugs report can be seen -at this url: - -http://bugs.kde.org/buglist.cgi?product=digikam&component=libkdcraw&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/cmake/templates/libkdcraw.pc.cmake new/libkdcraw-17.12.0/cmake/templates/libkdcraw.pc.cmake --- old/libkdcraw-17.08.3/cmake/templates/libkdcraw.pc.cmake 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/cmake/templates/libkdcraw.pc.cmake 2017-08-19 14:14:58.000000000 +0200 @@ -4,8 +4,8 @@ includedir=${INCLUDE_INSTALL_DIR} Name: ${PROJECT_NAME} -Description: A C++ wrapper around LibRaw library to decode RAW pictures. This library is used by digiKam and kipi-plugins. -URL: http://www.digikam.org/sharedlibs +Description: A C++ wrapper around LibRaw library to decode RAW pictures. +URL: https://cgit.kde.org/libkdcraw.git/ Requires: Version: ${DCRAW_LIB_VERSION_STRING} Libs: -L${LIB_INSTALL_DIR} -lkdcraw diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/dcrawinfocontainer.cpp new/libkdcraw-17.12.0/src/dcrawinfocontainer.cpp --- old/libkdcraw-17.08.3/src/dcrawinfocontainer.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/dcrawinfocontainer.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2007-05-02 * @brief RAW file identification information container diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/dcrawinfocontainer.h new/libkdcraw-17.12.0/src/dcrawinfocontainer.h --- old/libkdcraw-17.08.3/src/dcrawinfocontainer.h 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/dcrawinfocontainer.h 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2007-05-02 * @brief RAW file identification information container diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/kdcraw.cpp new/libkdcraw-17.12.0/src/kdcraw.cpp --- old/libkdcraw-17.08.3/src/kdcraw.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/kdcraw.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2006-12-09 * @brief a tread-safe libraw C++ program interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/kdcraw.h new/libkdcraw-17.12.0/src/kdcraw.h --- old/libkdcraw-17.08.3/src/kdcraw.h 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/kdcraw.h 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2006-12-09 * @brief a tread-safe libraw C++ program interface diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/kdcraw_p.cpp new/libkdcraw-17.12.0/src/kdcraw_p.cpp --- old/libkdcraw-17.08.3/src/kdcraw_p.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/kdcraw_p.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-10-09 * @brief internal private container for KDcraw diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/kdcraw_p.h new/libkdcraw-17.12.0/src/kdcraw_p.h --- old/libkdcraw-17.08.3/src/kdcraw_p.h 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/kdcraw_p.h 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-10-09 * @brief internal private container for KDcraw diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/rawdecodingsettings.cpp new/libkdcraw-17.12.0/src/rawdecodingsettings.cpp --- old/libkdcraw-17.08.3/src/rawdecodingsettings.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/rawdecodingsettings.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2006-12-09 * @brief Raw decoding settings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/rawdecodingsettings.h new/libkdcraw-17.12.0/src/rawdecodingsettings.h --- old/libkdcraw-17.08.3/src/rawdecodingsettings.h 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/rawdecodingsettings.h 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2006-12-09 * @brief Raw decoding settings diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/src/rawfiles.h new/libkdcraw-17.12.0/src/rawfiles.h --- old/libkdcraw-17.08.3/src/rawfiles.h 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/src/rawfiles.h 2017-08-19 14:14:58.000000000 +0200 @@ -1,8 +1,8 @@ /** =========================================================== * @file * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2005-11-06 * @brief list of RAW file extensions supported by libraw diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/tests/libinfo.cpp new/libkdcraw-17.12.0/tests/libinfo.cpp --- old/libkdcraw-17.08.3/tests/libinfo.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/tests/libinfo.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,7 +1,7 @@ /** =========================================================== * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2013-09-07 * @brief a command line tool to show libkdcraw info diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libkdcraw-17.08.3/tests/raw2png.cpp new/libkdcraw-17.12.0/tests/raw2png.cpp --- old/libkdcraw-17.08.3/tests/raw2png.cpp 2017-04-13 19:16:35.000000000 +0200 +++ new/libkdcraw-17.12.0/tests/raw2png.cpp 2017-08-19 14:14:58.000000000 +0200 @@ -1,7 +1,7 @@ /** =========================================================== * - * This file is a part of digiKam project - * <a href="http://www.digikam.org">http://www.digikam.org</a> + * This file is a part of KDE project + * * * @date 2008-15-09 * @brief a command line tool to convert RAW file to PNG
