rpms/libkexif/devel libkexif-0.2.1-qcombobox.patch, NONE, 1.1 libkexif.spec, 1.6, 1.7

Aurelien Bompard (abompard) fedora-extras-commits at redhat.com
Mon Aug 1 20:56:29 UTC 2005


Author: abompard

Update of /cvs/extras/rpms/libkexif/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv15774/devel

Modified Files:
	libkexif.spec 
Added Files:
	libkexif-0.2.1-qcombobox.patch 
Log Message:
- add patch for forward declaration of QComboBox (see bug #162964)

libkexif-0.2.1-qcombobox.patch:

--- NEW FILE libkexif-0.2.1-qcombobox.patch ---
--- libkexif-0.2.1/libkexif/kexifdialog.h   2004-12-20 22:00:20.000000000 +0100
+++ libkexif-0.2.1/libkexif/kexifdialog.h.fwddecl   2005-07-11 23:11:48.000000000 +0200
@@ -32,6 +32,7 @@
 class QString;
 class QLabel;
 class KExifWidget;
+class QComboBox;
 
 class KExifDialog : public KDialogBase
 {



Index: libkexif.spec
===================================================================
RCS file: /cvs/extras/rpms/libkexif/devel/libkexif.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libkexif.spec	23 May 2005 00:16:41 -0000	1.6
+++ libkexif.spec	1 Aug 2005 20:56:27 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           libkexif
 Version:        0.2.1
-Release: 3
+Release:        4%{?dist}
 
 Summary:        Allow Kipi plugins to extract EXIF information
 
@@ -8,6 +8,7 @@
 License:        GPL
 URL:            http://extragear.kde.org/apps/kipi
 Source0:        http://dl.sf.net/digikam/libkexif-0.2.1.tar.bz2
+Patch0:         libkexif-0.2.1-qcombobox.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  libexif-devel >= 0.5.7, kdelibs-devel >= 6:3.0
@@ -31,6 +32,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .qcombobox
 
 
 %build
@@ -71,6 +73,9 @@
 
 
 %changelog
+* Mon Aug 01 2005 Aurelien Bompard <gauret[AT]free.fr> 0.2.1-4
+- add patch for forward declaration of QComboBox (see bug #162964)
+
 * Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
 - rebuilt
 




More information about the scm-commits mailing list