Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2018-12-19 13:36:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old)
 and      /work/SRC/openSUSE:Factory/.libkdcraw.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdcraw"

Wed Dec 19 13:36:41 2018 rev:101 rq:658475 version:18.12.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes      2018-11-12 
09:30:57.634031344 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new.28833/libkdcraw.changes   
2018-12-19 13:36:45.856352405 +0100
@@ -1,0 +2,41 @@
+Fri Dec 14 06:09:18 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.12.0
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12.0.php
+- Changes since 18.11.90:
+  * No code changes since 18.11.90
+
+-------------------------------------------------------------------
+Mon Dec 03 20:56:13 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.90
+  * New bugfix release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-rc.php
+- Changes since 18.11.80:
+  * No code changes since 18.11.80
+
+-------------------------------------------------------------------
+Thu Nov 22 17:41:15 UTC 2018 - wba...@tmo.at
+
+- Rebase fix-build-with-libraw-0.19.patch to fix build on Leap 42.3
+
+-------------------------------------------------------------------
+Tue Nov 20 06:22:54 UTC 2018 - Luca Beltrame <lbeltr...@kde.org>
+
+- Run spec-cleaner
+
+-------------------------------------------------------------------
+Tue Nov 20 05:57:21 UTC 2018 - lbeltr...@kde.org
+
+- Update to 18.11.80
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.12-beta.php
+- Changes since 18.08.3:
+  * Fix minor typos
+  * Clarify soversion
+
+-------------------------------------------------------------------
@@ -55 +96 @@
-  * https://www.kde.org/announcements/announce-applications-18.07.80.php
+  * https://www.kde.org/announcements/announce-applications-18.08-beta.php
@@ -111 +152 @@
-  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+  * https://www.kde.org/announcements/announce-applications-18.04-rc.php
@@ -220 +261 @@
-  * https://www.kde.org/announcements/announce-applications-17.07.90.php
+  * https://www.kde.org/announcements/announce-applications-17.08-rc.php
@@ -279 +320 @@
-  * https://www.kde.org/announcements/announce-applications-17.03.80.php
+  * https://www.kde.org/announcements/announce-applications-17.04-beta.php
@@ -368 +409 @@
-   * https://www.kde.org/announcements/announce-applications-16.07.90.php
+   * https://www.kde.org/announcements/announce-applications-16.08-rc.php
@@ -497 +538 @@
-   * https://www.kde.org/announcements/announce-applications-15.07.90.php
+   * https://www.kde.org/announcements/announce-applications-15.08-rc.php

Old:
----
  libkdcraw-18.08.3.tar.xz

New:
----
  libkdcraw-18.12.0.tar.xz

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

Other differences:
------------------
++++++ libkdcraw.spec ++++++
--- /var/tmp/diff_new_pack.1m2tgm/_old  2018-12-19 13:36:46.428351590 +0100
+++ /var/tmp/diff_new_pack.1m2tgm/_new  2018-12-19 13:36:46.428351590 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libkdcraw
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,36 +12,34 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 %define _so 5
 %define lname libKF5KDcraw
-Name:           libkdcraw
-Version:        18.08.3
-Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
 %{!?_kapp_version: %define _kapp_version %(echo %{version}| awk -F. '{print 
$1"."$2}')}
+Name:           libkdcraw
+Version:        18.12.0
+Release:        0
 Summary:        Shared library interface around dcraw
-License:        LGPL-2.0+ and GPL-2.0+ and GPL-3.0+
+License:        LGPL-2.0-or-later AND GPL-2.0-or-later AND GPL-3.0-or-later
 Group:          Development/Libraries/KDE
-Url:            http://www.kde.org
+URL:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
 # PATCH-FIX-OPENSUSE
-Patch:          0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch
+Patch0:         0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
 BuildRequires:  xz
 BuildRequires:  pkgconfig(Qt5Core)
 BuildRequires:  pkgconfig(Qt5Gui)
-BuildRequires:  pkgconfig(Qt5Widgets)
 BuildRequires:  pkgconfig(libraw) >= 0.16.0
 Obsoletes:      libkdcraw-kf5 < %{version}
 Provides:       libkdcraw-kf5 = %{version}
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Libkdcraw is a C++ interface around dcraw binary program used to decode
@@ -53,8 +51,8 @@
 
 %prep
 %setup -q
-%if 0%{suse_version} < 1500
-%patch -p1
+%if 0%{?suse_version} < 1500
+%patch0 -p1
 %endif
 
 %build
@@ -77,7 +75,6 @@
 programs.
 
 %files -n %{lname}%{_so}
-%defattr(-,root,root)
 %{_kf5_libdir}/%{lname}.so.*
 
 %post -n %{lname}%{_so} -p /sbin/ldconfig
@@ -99,8 +96,8 @@
 programs.
 
 %files devel
-%defattr(-,root,root)
-%doc COPYING README
+%license COPYING
+%doc README
 %{_kf5_cmakedir}/KF5KDcraw/
 %{_kf5_includedir}/
 %{_kf5_libdir}/%{lname}.so

++++++ 0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch ++++++
--- /var/tmp/diff_new_pack.1m2tgm/_old  2018-12-19 13:36:46.448351562 +0100
+++ /var/tmp/diff_new_pack.1m2tgm/_new  2018-12-19 13:36:46.452351556 +0100
@@ -42,8 +42,8 @@
  
  // NOTE: VERSION 4
  
--                                          "*.srw " // Samnsung Raw Image 
Format.
-+                                          "*.srw "; // Samnsung Raw Image 
Format.
+-                                          "*.srw " // Samsung Raw Image 
Format.
++                                          "*.srw "; // Samsung Raw Image 
Format.
  
 -// NOTE: VERSION 5
 +/* TODO: check if these format are supported
@@ -63,4 +63,3 @@
  #endif // RAW_FILES_H
 -- 
 2.13.6
-

++++++ libkdcraw-18.08.3.tar.xz -> libkdcraw-18.12.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/CMakeLists.txt 
new/libkdcraw-18.12.0/CMakeLists.txt
--- old/libkdcraw-18.08.3/CMakeLists.txt        2018-08-31 09:21:41.000000000 
+0200
+++ new/libkdcraw-18.12.0/CMakeLists.txt        2018-09-16 08:04:34.000000000 
+0200
@@ -42,21 +42,15 @@
 # 2.3.0 => 22.1.0 (Released with KDE 4.11.0 - Including Coverity Report fixes)
 # 2.3.1 => 22.1.1 (Released with KDE 4.11.2 - Including settings widget fixes)
 # 2.4.0 => 23.0.2 (Released with KDE 4.12.0 - Drop internal Libraw source code 
+ new methods to get thumb and preview from QBuffer)
-# 5.0.0 => 30.0.0 (Released with KDE 5.x)
+# 5.0.0 => 5      (Released with KDE Applications)
 
 # Library API version
 SET(KDCRAW_LIB_MAJOR_VERSION "5")
 SET(KDCRAW_LIB_MINOR_VERSION "0")
 SET(KDCRAW_LIB_PATCH_VERSION "0")
 
-# Library ABI version used by linker.
-# For details : 
http://www.gnu.org/software/libtool/manual/libtool.html#Updating-version-info
-SET(KDCRAW_LIB_SO_CUR_VERSION "30")
-SET(KDCRAW_LIB_SO_REV_VERSION "0")
-SET(KDCRAW_LIB_SO_AGE_VERSION "0")
-
 SET(LIBKDCRAW_LIB_VERSION 
"${KDCRAW_LIB_MAJOR_VERSION}.${KDCRAW_LIB_MINOR_VERSION}.${KDCRAW_LIB_PATCH_VERSION}")
-SET(LIBDCRAW_SO_VERSION   
"${KDCRAW_LIB_SO_CUR_VERSION}.${KDCRAW_LIB_SO_REV_VERSION}.${KDCRAW_LIB_SO_AGE_VERSION}")
+SET(LIBKDCRAW_SO_VERSION   5)
 
 ############## ECM setup ######################
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/src/kdcraw.cpp 
new/libkdcraw-18.12.0/src/kdcraw.cpp
--- old/libkdcraw-18.08.3/src/kdcraw.cpp        2018-08-31 09:21:41.000000000 
+0200
+++ new/libkdcraw-18.12.0/src/kdcraw.cpp        2018-09-16 08:04:34.000000000 
+0200
@@ -271,7 +271,7 @@
 
     if (!ret)
     {
-        qCDebug(LIBKDCRAW_LOG) << "Failled to load full RAW picture";
+        qCDebug(LIBKDCRAW_LOG) << "Failed to load full RAW picture";
         return false;
     }
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/src/kdcraw.h 
new/libkdcraw-18.12.0/src/kdcraw.h
--- old/libkdcraw-18.08.3/src/kdcraw.h  2018-08-31 09:21:41.000000000 +0200
+++ new/libkdcraw-18.12.0/src/kdcraw.h  2018-09-16 08:04:34.000000000 +0200
@@ -239,7 +239,7 @@
 protected:
 
     /** Re-implement this method to control the cancelisation of loop witch 
wait data
-        from RAW decoding process with your propers envirronement.
+        from RAW decoding process with your proper environment.
         By default, this method check if m_cancel is true.
      */
     virtual bool checkToCancelWaitingData();
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/src/kdcraw_p.cpp 
new/libkdcraw-18.12.0/src/kdcraw_p.cpp
--- old/libkdcraw-18.08.3/src/kdcraw_p.cpp      2018-08-31 09:21:41.000000000 
+0200
+++ new/libkdcraw-18.12.0/src/kdcraw_p.cpp      2018-09-16 08:04:34.000000000 
+0200
@@ -86,7 +86,7 @@
     // Clean processing termination by user...
     if (m_parent->checkToCancelWaitingData())
     {
-        qCDebug(LIBKDCRAW_LOG) << "LibRaw process terminaison invoked...";
+        qCDebug(LIBKDCRAW_LOG) << "LibRaw process termination invoked...";
         m_parent->m_cancel = true;
         m_progress         = 0.0;
         return 1;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/src/rawdecodingsettings.h 
new/libkdcraw-18.12.0/src/rawdecodingsettings.h
--- old/libkdcraw-18.08.3/src/rawdecodingsettings.h     2018-08-31 
09:21:41.000000000 +0200
+++ new/libkdcraw-18.12.0/src/rawdecodingsettings.h     2018-09-16 
08:04:34.000000000 +0200
@@ -80,7 +80,7 @@
      * NOTE: for libraw>=0.19 only
      * 
      *  DHT:      DHT interpolation.
-     *  AAHD:     Enhanced Adaptative AHD interpolation.
+     *  AAHD:     Enhanced Adaptive AHD interpolation.
      */
     enum DecodingQuality
     {
@@ -103,8 +103,8 @@
      *  NONE:     no white balance used : reverts to standard daylight D65 WB.
      *  CAMERA:   Use the camera embedded WB if available. Reverts to NONE if 
not.
      *  AUTO:     Averages an auto WB on the entire image.
-     *  CUSTOM:   Let use set it's own temperature and green factor (later 
converted to RGBG factors).
-     *  AERA:     Let use an aera from image to average white balance (see 
whiteBalanceArea for details).
+     *  CUSTOM:   Let use set its own temperature and green factor (later 
converted to RGBG factors).
+     *  AERA:     Let use an area from image to average white balance (see 
whiteBalanceArea for details).
      */
     enum WhiteBalance
     {
@@ -177,14 +177,14 @@
      */
     virtual ~RawDecodingSettings();
 
-    /** Method to use a settings to optimize time loading, for exemple to 
compute image histogram
+    /** Method to use a settings to optimize time loading, for example to 
compute image histogram
      */
     void optimizeTimeLoading();
 
 public:
 
     /** If true, images with overblown channels are processed much more 
accurate,
-     *  without 'pink clouds' (and blue highlights under tungsteen lamps).
+     *  without 'pink clouds' (and blue highlights under tungsten lamps).
      */
     bool fixColorsHighlights;
 
@@ -330,7 +330,7 @@
      */
     bool eeciRefine;
 
-    /** Use edge-sensitive median filtering for artifact supression after VCD 
demosaicing.
+    /** Use edge-sensitive median filtering for artifact suppression after VCD 
demosaicing.
      * 0   : disable (default)
      * 1-10 : median filter passes.
      * @deprecated does not work with libraw>=0.19
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-18.08.3/src/rawfiles.h 
new/libkdcraw-18.12.0/src/rawfiles.h
--- old/libkdcraw-18.08.3/src/rawfiles.h        2018-08-31 09:21:41.000000000 
+0200
+++ new/libkdcraw-18.12.0/src/rawfiles.h        2018-09-16 08:04:34.000000000 
+0200
@@ -83,7 +83,7 @@
 
 // NOTE: VERSION 4
 
-                                          "*.srw " // Samnsung Raw Image 
Format.
+                                          "*.srw " // Samsung Raw Image Format.
 
 // NOTE: VERSION 5
                                           "*.drf "  // Kodak Digital Camera 
Raw Image Format.


Reply via email to