Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2020-08-18 11:59:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old)
 and      /work/SRC/openSUSE:Factory/.libkdcraw.new.3399 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdcraw"

Tue Aug 18 11:59:32 2020 rev:121 rq:826505 version:20.08.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes      2020-07-14 
07:50:15.376034904 +0200
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new.3399/libkdcraw.changes    
2020-08-18 12:00:53.547405850 +0200
@@ -1,0 +2,23 @@
+Sun Aug  9 09:10:28 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.08.0
+  * New feature release
+  * For more details please see:
+  * https://kde.org/announcements/releases/2020-08-apps-update
+- No code change since 20.07.90
+
+-------------------------------------------------------------------
+Sun Aug  2 08:00:46 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.90
+  * New feature release
+- No code change since 20.07.80
+
+-------------------------------------------------------------------
+Sun Jul 19 10:05:53 UTC 2020 - Christophe Giboudeaux <[email protected]>
+
+- Update to 20.07.80
+  * New feature release
+- No code change since 20.04.3
+
+-------------------------------------------------------------------

Old:
----
  libkdcraw-20.04.3.tar.xz
  libkdcraw-20.04.3.tar.xz.sig

New:
----
  libkdcraw-20.08.0.tar.xz
  libkdcraw-20.08.0.tar.xz.sig

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

Other differences:
------------------
++++++ libkdcraw.spec ++++++
--- /var/tmp/diff_new_pack.QOG4J9/_old  2020-08-18 12:00:55.451406110 +0200
+++ /var/tmp/diff_new_pack.QOG4J9/_new  2020-08-18 12:00:55.455406111 +0200
@@ -23,7 +23,7 @@
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
 %bcond_without lang
 Name:           libkdcraw
-Version:        20.04.3
+Version:        20.08.0
 Release:        0
 Summary:        Shared library interface around dcraw
 License:        LGPL-2.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later


++++++ libkdcraw-20.04.3.tar.xz -> libkdcraw-20.08.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/AUTHORS 
new/libkdcraw-20.08.0/AUTHORS
--- old/libkdcraw-20.04.3/AUTHORS       2020-02-26 13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/AUTHORS       2020-06-30 03:29:50.000000000 +0200
@@ -12,4 +12,4 @@
 
 THANKS:
 
-Alex Tutubalin       <lexa at lexa dot ru>                   from LibRaw 
project (http://www.libraw.org)
\ No newline at end of file
+Alex Tutubalin       <lexa at lexa dot ru>                   from LibRaw 
project (https://www.libraw.org)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/CMakeLists.txt 
new/libkdcraw-20.08.0/CMakeLists.txt
--- old/libkdcraw-20.04.3/CMakeLists.txt        2020-02-26 13:51:12.000000000 
+0100
+++ new/libkdcraw-20.08.0/CMakeLists.txt        2020-06-30 03:29:50.000000000 
+0200
@@ -79,7 +79,7 @@
 find_package(LibRaw ${LIBRAW_MIN_VERSION} REQUIRED)
 set_package_properties("LibRaw"    PROPERTIES
                        DESCRIPTION "Required to build libkdcraw"
-                       URL         "http://www.libraw.org";
+                       URL         "https://www.libraw.org";
                        TYPE        RECOMMENDED
                        PURPOSE     "Library to decode RAW image"
 )
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/README new/libkdcraw-20.08.0/README
--- old/libkdcraw-20.04.3/README        2020-02-26 13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/README        2020-06-30 03:29:50.000000000 +0200
@@ -7,16 +7,16 @@
 -- ABOUT -------------------------------------------------------------
 
 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.
+picture files. More information about LibRaw can be found at 
https://www.libraw.org.
 
 The library documentation is available on header files.
 
 -- DEPENDENCIES -------------------------------------------------------
 
-CMake      >= 2.8.12                   http://www.cmake.org
-ECM        >= 1.1.0                    
https://projects.kde.org/projects/kdesupport/extra-cmake-modules
-libqt      >= 5.2.0                    http://qt-project.org
-libraw     >= 0.16.x                   http://www.libraw.org
+CMake      >= 2.8.12                   https://www.cmake.org
+ECM        >= 1.1.0                    
https://commits.kde.org/extra-cmake-modules
+libqt      >= 5.2.0                    https://qt.io
+libraw     >= 0.16.x                   https://www.libraw.org
 
 -- INSTALL ------------------------------------------------------------
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/cmake/modules/FindLibRaw.cmake 
new/libkdcraw-20.08.0/cmake/modules/FindLibRaw.cmake
--- old/libkdcraw-20.04.3/cmake/modules/FindLibRaw.cmake        2020-02-26 
13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/cmake/modules/FindLibRaw.cmake        2020-06-30 
03:29:50.000000000 +0200
@@ -1,5 +1,5 @@
 # - Find LibRaw
-# Find the LibRaw library <http://www.libraw.org>
+# Find the LibRaw library <https://www.libraw.org>
 # This module defines
 #  LibRaw_VERSION_STRING, the version string of LibRaw
 #  LibRaw_INCLUDE_DIR, where to find libraw.h
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/cmake/templates/libkdcraw.pc.cmake 
new/libkdcraw-20.08.0/cmake/templates/libkdcraw.pc.cmake
--- old/libkdcraw-20.04.3/cmake/templates/libkdcraw.pc.cmake    2020-02-26 
13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/cmake/templates/libkdcraw.pc.cmake    2020-06-30 
03:29:50.000000000 +0200
@@ -5,7 +5,7 @@
 
 Name: ${PROJECT_NAME}
 Description: A C++ wrapper around LibRaw library to decode RAW pictures.
-URL: https://cgit.kde.org/libkdcraw.git/
+URL: https://commits.kde.org/libkdcraw
 Requires:
 Version: ${DCRAW_LIB_VERSION_STRING}
 Libs: -L${LIB_INSTALL_DIR} -lkdcraw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/metainfo.yaml 
new/libkdcraw-20.08.0/metainfo.yaml
--- old/libkdcraw-20.04.3/metainfo.yaml 2020-02-26 13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/metainfo.yaml 2020-06-30 03:29:50.000000000 +0200
@@ -1,9 +1,11 @@
-maintainer: agateau
+maintainer: gateau
+fancyname: KDcraw
 description: A thread-safe wrapper around libraw
-tier: 4
-type: integration
+type: functional
+public_lib: true
 platforms:
     - name: All
-portingAid: false
-deprecated: false
-release: false
+release: true
+libraries:
+    - cmake: "KF5::KDcraw"
+cmakename: KF5KDcraw
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/src/Mainpage.dox 
new/libkdcraw-20.08.0/src/Mainpage.dox
--- old/libkdcraw-20.04.3/src/Mainpage.dox      2020-02-26 13:51:12.000000000 
+0100
+++ new/libkdcraw-20.08.0/src/Mainpage.dox      2020-06-30 03:29:50.000000000 
+0200
@@ -1,6 +1,6 @@
 /** @mainpage libKDcraw
 
-libKDcraw is a thread-safe wrapper around <a 
href="http://www.libraw.org";>libraw</a>. Have a look at KDcrawIface::KDcraw to 
get started.
+libKDcraw is a thread-safe wrapper around <a 
href="https://www.libraw.org";>libraw</a>. Have a look at KDcrawIface::KDcraw to 
get started.
 
 @see KDcrawIface::KDcraw
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/src/dcrawinfocontainer.h 
new/libkdcraw-20.08.0/src/dcrawinfocontainer.h
--- old/libkdcraw-20.04.3/src/dcrawinfocontainer.h      2020-02-26 
13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/src/dcrawinfocontainer.h      2020-06-30 
03:29:50.000000000 +0200
@@ -40,6 +40,8 @@
 namespace KDcrawIface
 {
 
+/** A container for RAW image information
+ */
 class LIBKDCRAW_EXPORT DcrawInfoContainer
 {
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/src/kdcraw.h 
new/libkdcraw-20.08.0/src/kdcraw.h
--- old/libkdcraw-20.04.3/src/kdcraw.h  2020-02-26 13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/src/kdcraw.h  2020-06-30 03:29:50.000000000 +0200
@@ -52,6 +52,8 @@
 namespace KDcrawIface
 {
 
+/** The wrapper class.
+ */
 class LIBKDCRAW_EXPORT KDcraw : public QObject
 {
     Q_OBJECT
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-20.04.3/src/rawdecodingsettings.h 
new/libkdcraw-20.08.0/src/rawdecodingsettings.h
--- old/libkdcraw-20.04.3/src/rawdecodingsettings.h     2020-02-26 
13:51:12.000000000 +0100
+++ new/libkdcraw-20.08.0/src/rawdecodingsettings.h     2020-06-30 
03:29:50.000000000 +0200
@@ -43,6 +43,8 @@
 namespace KDcrawIface
 {
 
+/** Settings for raw decoding
+ */
 class LIBKDCRAW_EXPORT RawDecodingSettings
 {
 
@@ -69,7 +71,7 @@
      * 
      * NOTE: from GPL2/GPL3 demosaic packs - will not work with libraw>=0.19
      * 
-     *  PL_AHD:   modified AHD interpolation (see 
http://sites.google.com/site/demosaicalgorithms/modified-dcraw
+     *  PL_AHD:   modified AHD interpolation (see 
https://sites.google.com/site/demosaicalgorithms/modified-dcraw
      *            for details).
      *  AFD:      demosaicing through 5 pass median filter from PerfectRaw 
project.
      *  VCD:      VCD interpolation.


Reply via email to