OBS User unknown 2007-01-04 11:04:23 +00:00 committed by Git OBS Bridge
parent c7f273b846
commit 6f8638888b
3 changed files with 24 additions and 2 deletions

11
accept-old-libexiv2.diff Normal file
View File

@ -0,0 +1,11 @@
--- digikam/configure.in.in 2007/01/03 19:01:44 1.1
+++ digikam/configure.in.in 2007/01/03 19:02:04
@@ -216,7 +216,7 @@
have_exiv2='no'
if test "$PKGCONFIGFOUND" = "yes" ; then
- KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.12, have_exiv2=yes,have_exiv2=no)
+ KDE_PKG_CHECK_MODULES(EXIV2, exiv2 >= 0.11, have_exiv2=yes,have_exiv2=no)
fi
if test "x$have_exiv2" != "xyes"; then

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Thu Jan 4 10:30:56 CET 2007 - stbinner@suse.de
- fix build on 10.2 in KDE:Backports
-------------------------------------------------------------------
Mon Dec 18 22:16:20 CET 2006 - stbinner@suse.de

View File

@ -1,7 +1,7 @@
#
# spec file for package digikam (Version 0.9.0)
#
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
@ -24,7 +24,7 @@ License: GNU General Public License (GPL)
Group: Hardware/Other
Summary: A KDE Photo Manager
Version: 0.9.0
Release: 7
Release: 13
%define rversion %version
URL: http://www.digikam.org/
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -36,6 +36,7 @@ Patch4: digikam-gphoto-disk.patch
Patch5: digikam-load.diff
Patch7: digikam-print.diff
Patch9: renamepreview.patch
Patch10: accept-old-libexiv2.diff
Requires: imlib2-loaders
%description
@ -63,6 +64,9 @@ rm -rf digikam/sqlite
#%patch5 -p0
%patch7
%patch9
%if %suse_version == 1020
%patch10
%endif
. /etc/opt/kde3/common_options
update_admin --no-unsermake
@ -112,6 +116,8 @@ rm -rf $RPM_BUILD_ROOT
%dir /opt/kde3/share/doc/HTML/en/digikam-%rversion-apidocs
%changelog -n digikam
* Thu Jan 04 2007 - stbinner@suse.de
- fix build on 10.2 in KDE:Backports
* Mon Dec 18 2006 - stbinner@suse.de
- update to final 0.9 release
* Sat Dec 09 2006 - dmueller@suse.de