Hello community,

here is the log from the commit of package libkdcraw for openSUSE:Factory 
checked in at 2018-04-25 09:53:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libkdcraw (Old)
 and      /work/SRC/openSUSE:Factory/.libkdcraw.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libkdcraw"

Wed Apr 25 09:53:18 2018 rev:92 rq:599125 version:18.04.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/libkdcraw/libkdcraw.changes      2018-03-20 
21:40:56.643624112 +0100
+++ /work/SRC/openSUSE:Factory/.libkdcraw.new/libkdcraw.changes 2018-04-25 
09:53:20.132486050 +0200
@@ -1,0 +2,26 @@
+Wed Apr 18 07:49:50 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.04.0
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.04.0.php
+- Changes since 18.03.90:
+  * None
+
+-------------------------------------------------------------------
+Tue Apr 10 14:57:25 UTC 2018 - wba...@tmo.at
+
+- Add 0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch
+  for building on Leap 42.3 which only has libraw 0.17.1
+
+-------------------------------------------------------------------
+Fri Apr 06 07:10:05 CEST 2018 - lbeltr...@kde.org
+
+- Update to 18.03.90
+  * New feature release
+  * For more details please see:
+  * https://www.kde.org/announcements/announce-applications-18.03.90.php
+- Changes since 17.12.3:
+  * Bump libraw minimal version + increase supported file extesions
+
+-------------------------------------------------------------------

Old:
----
  libkdcraw-17.12.3.tar.xz

New:
----
  0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch
  libkdcraw-18.04.0.tar.xz

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

Other differences:
------------------
++++++ libkdcraw.spec ++++++
--- /var/tmp/diff_new_pack.Haa3eJ/_old  2018-04-25 09:53:20.808461258 +0200
+++ /var/tmp/diff_new_pack.Haa3eJ/_new  2018-04-25 09:53:20.812461110 +0200
@@ -19,7 +19,7 @@
 %define _so 5
 %define lname libKF5KDcraw
 Name:           libkdcraw
-Version:        17.12.3
+Version:        18.04.0
 Release:        0
 %define kf5_version 5.26.0
 # Latest stable Applications (e.g. 17.08 in KA, but 17.11.80 in KUA)
@@ -29,6 +29,8 @@
 Group:          Development/Libraries/KDE
 Url:            http://www.kde.org
 Source0:        %{name}-%{version}.tar.xz
+# PATCH-FIX-OPENSUSE
+Patch:          0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch
 BuildRequires:  extra-cmake-modules
 BuildRequires:  kf5-filesystem
 BuildRequires:  pkgconfig
@@ -51,6 +53,9 @@
 
 %prep
 %setup -q
+%if 0%{suse_version} < 1500
+%patch -p1
+%endif
 
 %build
   %cmake_kf5 -d build -- -DENABLE_LCMS2=true -DENABLE_RAWSPEED=true

++++++ 0001-Revert-Bump-libraw-minimal-version-increase-supporte.patch ++++++
>From 4b3a470a3676ffcbba2b3d9c2bced524778eb627 Mon Sep 17 00:00:00 2001
From: Wolfgang Bauer <wba...@tmo.at>
Date: Tue, 10 Apr 2018 16:53:36 +0200
Subject: [PATCH] Revert "Bump libraw minimal version + increase supported file
 extesions"

This reverts commit d4e2ba2b4e42e401171c36d24b4368d58d3a1124.

It raises the minimum libraw version to 0.18.0, but we only have 0.17.1
in Leap 42.3.
---
 CMakeLists.txt |  2 +-
 src/rawfiles.h | 10 +++++-----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0dee29..0934b9c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -12,7 +12,7 @@ message(STATUS "Starting CMake configuration for: 
${PROJECT_NAME}")
 set(CMAKE_MIN_VERSION   "2.8.12")
 set(ECM_MIN_VERSION     "1.1.0")
 set(REQUIRED_QT_VERSION "5.2.0")
-set(LIBRAW_MIN_VERSION  "0.18")
+set(LIBRAW_MIN_VERSION  "0.16")
 
 cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION})
 
diff --git a/src/rawfiles.h b/src/rawfiles.h
index 1309fbd..24ea979 100644
--- a/src/rawfiles.h
+++ b/src/rawfiles.h
@@ -27,7 +27,6 @@
 #define RAW_FILES_H
 
 // NOTE: extension list Version 1 and 2 are taken from 
http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
-// NOTE: extension list Version 5 is taken from 
https://github.com/MrKepzie/Natron/issues/408#issuecomment-84959815
 
 //                                           Ext    Descriptions From
 //                                                  www.file-extensions.org
@@ -83,17 +82,18 @@ static const char raw_file_extentions[] =
 
 // NOTE: VERSION 4
 
-                                          "*.srw " // Samnsung Raw Image 
Format.
+                                          "*.srw "; // Samnsung Raw Image 
Format.
 
-// NOTE: VERSION 5
+/* TODO: check if these format are supported
                                           "*.drf "  // Kodak Digital Camera 
Raw Image Format.
                                           "*.dsc "  // Kodak Digital Camera 
Raw Image Format.
                                           "*.ptx "  // Pentax Digital Camera 
Raw Image Format.
                                           "*.cap "  // Phase One Digital 
Camera Raw Image Format.
                                           "*.iiq "  // Phase One Digital 
Camera Raw Image Format.
-                                          "*.rwz "; // Rawzor Digital Camera 
Raw Image Format.
+                                          "*.rwz "  // Rawzor Digital Camera 
Raw Image Format.
+*/
 
 // increment this number whenever you change the above string
-static const int raw_file_extensions_version = 5;
+static const int raw_file_extensions_version = 4;
 
 #endif // RAW_FILES_H
-- 
2.13.6

++++++ libkdcraw-17.12.3.tar.xz -> libkdcraw-18.04.0.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-17.12.3/CMakeLists.txt 
new/libkdcraw-18.04.0/CMakeLists.txt
--- old/libkdcraw-17.12.3/CMakeLists.txt        2017-08-19 14:14:58.000000000 
+0200
+++ new/libkdcraw-18.04.0/CMakeLists.txt        2017-11-18 07:24:26.000000000 
+0100
@@ -12,7 +12,7 @@
 set(CMAKE_MIN_VERSION   "2.8.12")
 set(ECM_MIN_VERSION     "1.1.0")
 set(REQUIRED_QT_VERSION "5.2.0")
-set(LIBRAW_MIN_VERSION  "0.16")
+set(LIBRAW_MIN_VERSION  "0.18")
 
 cmake_minimum_required(VERSION ${CMAKE_MIN_VERSION})
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libkdcraw-17.12.3/src/rawfiles.h 
new/libkdcraw-18.04.0/src/rawfiles.h
--- old/libkdcraw-17.12.3/src/rawfiles.h        2017-08-19 14:14:58.000000000 
+0200
+++ new/libkdcraw-18.04.0/src/rawfiles.h        2017-11-18 07:24:26.000000000 
+0100
@@ -27,6 +27,7 @@
 #define RAW_FILES_H
 
 // NOTE: extension list Version 1 and 2 are taken from 
http://www.cybercom.net/~dcoffin/dcraw/rawphoto.c
+// NOTE: extension list Version 5 is taken from 
https://github.com/MrKepzie/Natron/issues/408#issuecomment-84959815
 
 //                                           Ext    Descriptions From
 //                                                  www.file-extensions.org
@@ -82,18 +83,17 @@
 
 // NOTE: VERSION 4
 
-                                          "*.srw "; // Samnsung Raw Image 
Format.
+                                          "*.srw " // Samnsung Raw Image 
Format.
 
-/* TODO: check if these format are supported
+// NOTE: VERSION 5
                                           "*.drf "  // Kodak Digital Camera 
Raw Image Format.
                                           "*.dsc "  // Kodak Digital Camera 
Raw Image Format.
                                           "*.ptx "  // Pentax Digital Camera 
Raw Image Format.
                                           "*.cap "  // Phase One Digital 
Camera Raw Image Format.
                                           "*.iiq "  // Phase One Digital 
Camera Raw Image Format.
-                                          "*.rwz "  // Rawzor Digital Camera 
Raw Image Format.
-*/
+                                          "*.rwz "; // Rawzor Digital Camera 
Raw Image Format.
 
 // increment this number whenever you change the above string
-static const int raw_file_extensions_version = 4;
+static const int raw_file_extensions_version = 5;
 
 #endif // RAW_FILES_H


Reply via email to