diff --git a/digikam-4.8.0-libkgeomap-translations.tar.bz2 b/digikam-4.8.0-libkgeomap-translations.tar.bz2 new file mode 100644 index 0000000..ec5fca6 --- /dev/null +++ b/digikam-4.8.0-libkgeomap-translations.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b145925331401b99bf8f65b0f3b3817fb572c0c192cfad2af4e59e73d5397dd1 +size 23171 diff --git a/digikam-4.8.0.tar.bz2 b/digikam-4.8.0.tar.bz2 deleted file mode 100644 index c38c949..0000000 --- a/digikam-4.8.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e20f84508f35fddcaec3b931efbc604a95050ec08c6796b6bc60a61cd58fa390 -size 70258947 diff --git a/digikam-4.9.0.tar.bz2 b/digikam-4.9.0.tar.bz2 new file mode 100644 index 0000000..56409ff --- /dev/null +++ b/digikam-4.9.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa24591d183e1a782e053bfca43bb91149465d0f5e49926c7d6dd16f6321f07f +size 68555835 diff --git a/digikam.changes b/digikam.changes index 506d3b9..541cf97 100644 --- a/digikam.changes +++ b/digikam.changes @@ -1,3 +1,58 @@ +------------------------------------------------------------------- +Wed Apr 8 23:23:47 UTC 2015 - nico.kruber@gmail.com + +- update to 4.9.0 + digikam: + - kde#344484 - digiKam 4.8.0 compilation error : undefined + reference to `cv::Exception::Exception. + - kde#203733 - Syncing EXIF Artist and Copyright fields with IPTC/XMP. + - kde#338753 - Exif ImageDescription field is being used incorrectly. + - kde#330224 - Add collection from network share is silently ignored. + - kde#344699 - Maintenance is using the wrong face data management. + - kde#342931 - Wrong apect ratio in item properties and in item view. + - kde#344793 - Thumbnail-preview broken for tags and timeline. + - kde#345025 - Wrong sql statement updating thumbnail modification date. + - kde#327009 - Tags auto-completion suggestions list is cut off at + the right side. + - kde#345168 - Crash when applying auto lens correction (chromatic + aberration). + - kde#319383 - Crash while applying lensfun distortion correction. + - kde#333540 - Random crashes on OpenSUSE 13.1. + - kde#345387 - Lens auto-correction tools shows "partial mathc" for + canon 700d 18-135 is stm. + - kde#345367 - The sideview containing the thumbnails is not updated + after deleting a photo. + - kde#345187 - When naming unkown faces digikam only remembers typed + characters and not the selected name for the next face. + - kde#326208 - When doing a face learning (erase data and rebuild), + Database is not erased and grow. + - kde#323888 - Face recognition makes digikam fill all the available + memory (Qt SQlite plugin relevant). + - kde#338176 - Face Recognition memory allocation crash application. + - kde#339933 - ICONVIEW : Incorrect Image Aspect Ratio shown. + - kde#344997 - 100% CPU - Hang for VERY long periods. + - kde#344420 - Incomplete update of sidecar after renaming face tag. + - kde#342788 - THUMBBAR : Sort order not in sync with pictures in + editor. + - kde#337502 - THUMBBAR : no thumbs generated. + - kde#345659 - Cannot shrink thumbnails panel. + - kde#338230 - digiKam stops refreshing download progress after + de-selecting pictures. + - kde#345648 - Progress bar disappeared while importing pictures + before importing finished. + - kde#340139 - digiKam hangs after selecting folder with pictures. + - kde#341772 - Re-read metadata when image file timestamp has changed. + - kde#329433 - Manual adding of faces made easier. + kipi-plugins: + - kde#310977 - Applying data (exif, iptc, xmp caption) in "Edit all + Metadata" window inconsistent - results in data loss. + - kde#340330 - Deselecting "Show tracks on map" crashes the dialog. + - kde#283504 - QJSon not optional. + - kde#345802 - Html export does not longer export the description tag + to gallery.xml. +- add digikam-4.8.0-libkgeomap-translations.tar.bz2 with libkgeomap + translations from 4.8.0 (missing in 4.9.0 tarball) + ------------------------------------------------------------------- Mon Mar 9 23:30:06 UTC 2015 - nico.kruber@gmail.com diff --git a/digikam.spec b/digikam.spec index 7740fb6..f07b11a 100644 --- a/digikam.spec +++ b/digikam.spec @@ -17,14 +17,16 @@ Name: digikam -Version: 4.8.0 +Version: 4.9.0 Release: 0 -%define rversion 4.8.0 +%define rversion 4.9.0 Summary: A KDE Photo Manager License: GPL-2.0+ Group: Productivity/Graphics/Viewers Url: http://www.digikam.org/ Source0: http://download.kde.org/stable/%{name}/%{name}-%{rversion}.tar.bz2 +# libkgeomap translations from the 4.8.0 tarball (Missing in 4.9.0) +Source2: digikam-4.8.0-libkgeomap-translations.tar.bz2 # PATCH-FIX-OPENSUSE digikam-buildtime.patch -- Remove build time references so build-compare can do its work Patch0: digikam-buildtime.patch # PATCH-FIX-OPENSUSE remove-gplv2-only.patch idoenmez@suse.de bnc#711963 -- Remove GPLv2 only files from the build system @@ -247,6 +249,7 @@ This package contains the development files for libmediawiki. %prep %setup -q -n %{name}-%{rversion} +tar -xjf %{SOURCE2} %patch0 %patch3 %patch5