Accepting request 86583 from KDE:Distro:Factory

mainly bugfix release

OBS-URL: https://build.opensuse.org/request/show/86583
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/digikam?expand=0&rev=82
This commit is contained in:
Lars Vogdt 2011-10-04 20:14:31 +00:00 committed by Git OBS Bridge
parent 2cf82d415d
commit 69899d0e4c
5 changed files with 11 additions and 21 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:cc25fda2408227fb2c3ce35216530fe050f4ef6d7f71a2456b9a08d51ae2053f
size 53897192

3
digikam-2.2.0.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d7597d8817d2ebd363def6042022b25b665e91ea59c431ead3def4634221b616
size 54181796

View File

@ -1,3 +1,10 @@
-------------------------------------------------------------------
Tue Oct 4 07:04:40 UTC 2011 - adrian@suse.de
- update to version 2.2.0
* Add image title metadata support.
* larger number of bugfixes
-------------------------------------------------------------------
Sun Sep 18 17:17:12 UTC 2011 - jengelh@medozas.de

View File

@ -18,7 +18,7 @@
Name: digikam
Version: 2.1.1
Version: 2.2.0
Release: 1
License: GPL-2.0+
Summary: A KDE Photo Manager
@ -31,8 +31,6 @@ Patch0: digikam-buildtime.patch
Patch1: add_mimetype_bnc629393.diff
# PATCH-FIX-OPENSUSE digikam-external-libs.patch -- Compile with external libs
Patch2: digikam-external-libs.patch
# PATCH-FIX-OPENSUSE disable-unsupported-cmake-policy.patch idoenmez@suse.de -- Remove unsupported cmake policy
Patch3: disable-unsupported-cmake-policy.patch
BuildRequires: boost-devel
BuildRequires: doxygen
BuildRequires: fdupes
@ -86,7 +84,6 @@ rm po/*/kipi*
%patch0
%patch1
%patch2
%patch3
# Remove build time references so build-compare can do its work
FAKE_BUILDDATE=$(LC_ALL=C date -u -r %{_sourcedir}/%{name}.changes '+%%b %%e %%Y')

View File

@ -1,14 +0,0 @@
--- CMakeLists.txt 2011-09-07 14:10:20.000000000 +0200
+++ CMakeLists.txt 2011-09-11 19:03:11.217931980 +0200
@@ -24,11 +24,6 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8)
-if(POLICY CMP0011)
- cmake_policy(SET CMP0017 NEW)
-endif(POLICY CMP0011)
-
-
PROJECT(digikam-sc)
IF(KDE4_BUILD_TESTS)