rpms/digikam/FC-3 digikam-0.7.4-64bit-typo.patch, 1.2, 1.3 .cvsignore, 1.3, 1.4 digikam.spec, 1.4, 1.5 sources, 1.3, 1.4

Marcin Garski (mgarski) fedora-extras-commits at redhat.com
Thu Dec 1 16:25:02 UTC 2005


Author: mgarski

Update of /cvs/extras/rpms/digikam/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv13917

Modified Files:
	.cvsignore digikam.spec sources 
Added Files:
	digikam-0.7.4-64bit-typo.patch 
Log Message:
No future releases until SQLite >= 3.0.0 won't appear in FE.


digikam-0.7.4-64bit-typo.patch:

Index: digikam-0.7.4-64bit-typo.patch
===================================================================
RCS file: digikam-0.7.4-64bit-typo.patch
diff -N digikam-0.7.4-64bit-typo.patch
--- /dev/null	1 Jan 1970 00:00:00 -0000
+++ digikam-0.7.4-64bit-typo.patch	1 Dec 2005 16:25:00 -0000	1.3
@@ -0,0 +1,11 @@
+--- digikam-0.7.4/digikam/sqlite/sqliteInt.h-orig	2005-08-21 05:20:42.000000000 +0200
++++ digikam-0.7.4/digikam/sqlite/sqliteInt.h	2005-09-17 15:44:54.000000000 +0200
+@@ -115,7 +115,7 @@
+ #   define INTPTR_TYPE int
+ # else
+ #   define INTPTR_TYPE long long
+-#warning "WARNING: Compiling sqlite for a Big Endian Platform."
++#warning "WARNING: Compiling sqlite for a 64 bit Platform."
+ #warning "WARNING: If you know this isn't true, please file a bugreport."
+ # endif
+ #endif


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/digikam/FC-3/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore	1 Dec 2005 15:58:15 -0000	1.3
+++ .cvsignore	1 Dec 2005 16:25:00 -0000	1.4
@@ -1,2 +1 @@
 digikam-0.7.4.tar.bz2
-digikam-0.8.0.tar.bz2


Index: digikam.spec
===================================================================
RCS file: /cvs/extras/rpms/digikam/FC-3/digikam.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- digikam.spec	1 Dec 2005 15:58:15 -0000	1.4
+++ digikam.spec	1 Dec 2005 16:25:00 -0000	1.5
@@ -1,16 +1,17 @@
 Name:		digikam
-Version:	0.8.0
-Release:	1%{?dist}
+Version:	0.7.4
+Release:	4%{?dist}
 Summary:	A digital camera accessing & photo management application
 
 Group:		Applications/Multimedia
 License:	GPL
 URL:		http://www.digikam.org/
 Source0:	http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
+Patch0:		digikam-0.7.4-64bit-typo.patch
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-BuildRequires:	gphoto2-devel >= 2.0.0 imlib2-devel libkexif-devel >= 0.2
-BuildRequires:	libkipi-devel >= 0.1 sqlite-devel >= 3.0.0 desktop-file-utils
+BuildRequires:	gphoto2-devel >= 2.0.0 imlib2-devel gdbm-devel >= 1.8.0
+BuildRequires:	libkexif-devel >= 0.2 libkipi-devel >= 0.1 desktop-file-utils
 BuildRequires:	gettext
 Requires(post):	desktop-file-utils
 Requires(postun): desktop-file-utils
@@ -23,8 +24,7 @@
 digital camera, preview the images and download and/or delete them.
 
 digiKam buildin image editor makes the common photo correction a simple task.
-The image editor is extensible via plugins, install the digikamimageplugins
-and/or kipi-plugins packages to use them.
+The image editor is extensible via plugins.
 
 %package devel
 Summary:	Development files for %{name}
@@ -37,6 +37,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b 64bit-typo.patch
 
 %build
 unset QTDIR || : ; . /etc/profile.d/qt.sh
@@ -94,7 +95,7 @@
 
 %files -f %name.lang
 %defattr(-, root, root)
-%doc AUTHORS ChangeLog COPYING HACKING README TODO
+%doc AUTHORS ChangeLog COPYING HACKING README
 %{_bindir}/*
 %{_libdir}/libdigikam.so.*
 %{_libdir}/kde3/digikamimageplugin_core.la
@@ -115,11 +116,6 @@
 %{_libdir}/libdigikam.so
 
 %changelog
-* Thu Dec 01 2005 Marcin Garski <mgarski at post.pl> 0.8.0-1
-- Add description about digikamimageplugins and kipi-plugins
-- Remove 64 bit patch, applied upstream
-- Update to version 0.8.0
-
 * Sat Oct 22 2005 Marcin Garski <mgarski at post.pl> 0.7.4-4
 - Exclude libdigikam.la (bug #171503)
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/digikam/FC-3/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources	1 Dec 2005 15:58:15 -0000	1.3
+++ sources	1 Dec 2005 16:25:00 -0000	1.4
@@ -1 +1 @@
-9a0eaf4cb8e10d082b54b920a6244890  digikam-0.8.0.tar.bz2
+3df53700ff78caca60cab4ea4116c7c5  digikam-0.7.4.tar.bz2




More information about the scm-commits mailing list