rpms/kdepimlibs/devel kdepimlibs-4.1.85-debug-cmake-crash.patch, NONE, 1.1 kdepimlibs.spec, 1.60, 1.61

Kevin Kofler kkofler at fedoraproject.org
Fri Dec 12 14:57:18 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdepimlibs/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22256/devel

Modified Files:
	kdepimlibs.spec 
Added Files:
	kdepimlibs-4.1.85-debug-cmake-crash.patch 
Log Message:
More debugging.

kdepimlibs-4.1.85-debug-cmake-crash.patch:

--- NEW FILE kdepimlibs-4.1.85-debug-cmake-crash.patch ---
diff -ur kdepimlibs-4.1.85/qgpgme/CMakeLists.txt kdepimlibs-4.1.85-debug-cmake-crash/qgpgme/CMakeLists.txt
--- kdepimlibs-4.1.85/qgpgme/CMakeLists.txt	2008-12-04 09:34:05.000000000 +0100
+++ kdepimlibs-4.1.85-debug-cmake-crash/qgpgme/CMakeLists.txt	2008-12-12 15:54:33.000000000 +0100
@@ -1,9 +1,13 @@
 
+message( STATUS "qgpgme section 1" )
+
 set( _any_gpgme_found false )
 
 set( _qgpgme_version 1.0.1 )
 set( _qgpgme_soversion 1 )
 
+message( STATUS "qgpgme section 2" )
+
 if ( WIN32 AND GPGME_VANILLA_FOUND )
 
    # on Windows, we require gpgme(-vanilla), which is thread-safe,
@@ -15,6 +19,8 @@
 
 endif ( WIN32 AND GPGME_VANILLA_FOUND )
 
+message( STATUS "qgpgme section 3" )
+
 if ( NOT WIN32 AND GPGME_PTHREAD_FOUND )
 
    # on Unix, we requrie gpgme-pthread (for convenience, since vanilla
@@ -30,6 +36,8 @@
 
 # build / install only if any useable gpgme was found:
 
+message( STATUS "qgpgme section 4" )
+
 if ( _any_gpgme_found )
 
    include_directories( ${GPGME_INCLUDES} ${CMAKE_SOURCE_DIR}/gpgme++ ${Boost_INCLUDE_DIR} )
@@ -59,3 +67,5 @@
      DESTINATION ${INCLUDE_INSTALL_DIR}/qgpgme COMPONENT Devel )
 
 endif ( _any_gpgme_found )
+
+message( STATUS "qgpgme end" )


Index: kdepimlibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdepimlibs/devel/kdepimlibs.spec,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- kdepimlibs.spec	12 Dec 2008 14:09:13 -0000	1.60
+++ kdepimlibs.spec	12 Dec 2008 14:56:48 -0000	1.61
@@ -22,6 +22,7 @@
 
 URL: http://www.kde.org/
 Source0: ftp://ftp.kde.org/pub/kde/unstable/%{version}/src/kdepimlibs-%{version}.tar.bz2
+Patch0: kdepimlibs-4.1.85-debug-cmake-crash.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 Requires: kdelibs4 >= %{version}
@@ -77,6 +78,7 @@
 
 %prep
 %setup -q -n kdepimlibs-%{version}
+%patch0 -p1
 
 %build
 




More information about the fedora-extras-commits mailing list