Hello community,

here is the log from the commit of package kdepimlibs4 for openSUSE:Factory 
checked in at 2012-02-10 17:15:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kdepimlibs4 (Old)
 and      /work/SRC/openSUSE:Factory/.kdepimlibs4.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kdepimlibs4", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kdepimlibs4/kdepimlibs4.changes  2012-01-27 
15:20:55.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.kdepimlibs4.new/kdepimlibs4.changes     
2012-02-10 17:15:56.000000000 +0100
@@ -1,0 +2,5 @@
+Fri Jan 27 18:05:00 CET 2012 - [email protected]
+
+- fix kdesdk4 build
+
+-------------------------------------------------------------------

New:
----
  disable-pth-build.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ kdepimlibs4.spec ++++++
--- /var/tmp/diff_new_pack.hLGCcC/_old  2012-02-10 17:15:57.000000000 +0100
+++ /var/tmp/diff_new_pack.hLGCcC/_new  2012-02-10 17:15:57.000000000 +0100
@@ -24,6 +24,7 @@
 Url:            http://www.kde.org
 Source0:        kdepimlibs-%{version}.tar.bz2
 Patch0:         4_7_BRANCH.diff
+Patch1:         disable-pth-build.diff
 BuildRequires:  boost-devel
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  fdupes
@@ -50,6 +51,7 @@
 %prep
 %setup -q -n kdepimlibs-%{version}
 %patch0 -p1
+%patch1
 
 %build
   %cmake_kde4 -d build -- -DKDE4_ENABLE_FINAL=1
@@ -60,7 +62,6 @@
   %make_install
 
   # we don't need it
-  rm -f %{buildroot}%{_kde4_libdir}/libgpgme++-pth.so*
   %kde_post_install
   %fdupes %{buildroot}%{_includedir}/KDE
 

++++++ disable-pth-build.diff ++++++
--- cmake/modules/FindGpgme.cmake
+++ cmake/modules/FindGpgme.cmake
@@ -226,10 +226,8 @@
          set( _gpgme_config_pthread_libs )
        endif()
 
-        exec_program( ${_GPGMECONFIG_EXECUTABLE} ARGS --thread=pth     --libs 
OUTPUT_VARIABLE _gpgme_config_pth_libs     RETURN_VALUE _ret )
-       if ( _ret )
+     # disable pth
          set( _gpgme_config_pth_libs )
-       endif()
 
         # append -lgpg-error to the list of libraries, if necessary
         foreach ( _flavour vanilla pthread pth )
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to