Hello community, here is the log from the commit of package libkolab for openSUSE:Factory checked in at 2013-06-11 06:14:11 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libkolab (Old) and /work/SRC/openSUSE:Factory/.libkolab.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libkolab" Changes: -------- --- /work/SRC/openSUSE:Factory/libkolab/libkolab.changes 2013-05-16 18:00:44.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.libkolab.new/libkolab.changes 2013-06-11 09:33:41.000000000 +0200 @@ -1,0 +2,11 @@ +Fri Jun 7 13:52:09 UTC 2013 - [email protected] + +- Add Patch: fix_FindSWIG.diff + * Fixes FindSWIG, SWIG_FOUND is set by find_package_handle_standard_args + +------------------------------------------------------------------- +Fri May 31 10:38:36 UTC 2013 - [email protected] + +- extension=kolabformat.so already defined in kolabformat.ini (libkolabxml) + +------------------------------------------------------------------- New: ---- fix_FindSWIG.diff ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libkolab.spec ++++++ --- /var/tmp/diff_new_pack.Pm87xi/_old 2013-06-11 09:33:42.000000000 +0200 +++ /var/tmp/diff_new_pack.Pm87xi/_new 2013-06-11 09:33:42.000000000 +0200 @@ -31,6 +31,8 @@ Source: http://mirror.kolabsys.com/pub/releases/%{name}-%{version}.tar.gz # Patch to hack SWIGUtils.cmake to find PHP5 on openSUSE Patch0: fix_php5_bindings.diff +# Fix FindSWIG.cmake with cmake 2.8.11 +Patch1: fix_FindSWIG.diff BuildRequires: boost-devel BuildRequires: cmake >= 2.6.4 BuildRequires: libkdepimlibs4-devel >= 4.9 @@ -95,6 +97,7 @@ %prep %setup -q %patch0 -p0 +%patch1 -p1 %build export CXXFLAGS="%{optflags}" @@ -127,10 +130,10 @@ mkdir -p %{buildroot}/%{php_inidir} cat >%{buildroot}/%{php_inidir}/kolab.ini <<EOF ; Kolab libraries -extension=kolabformat.so extension=kolabshared.so extension=kolabobject.so extension=kolabcalendaring.so +extension=kolabicalendar.so EOF %post -n %{name}%{soname} -p /sbin/ldconfig ++++++ fix_FindSWIG.diff ++++++ diff -Ppru a/cmake/modules/FindSWIG.cmake b/cmake/modules/FindSWIG.cmake --- a/cmake/modules/FindSWIG.cmake 2013-04-11 11:40:10.000000000 +0200 +++ b/cmake/modules/FindSWIG.cmake 2013-06-07 16:02:14.774788017 +0200 @@ -1,9 +1,7 @@ +include(FindPackageHandleStandardArgs) + find_program(SWIG swig /usr/bin/) -if(SWIG) - set(SWIG_FOUND ON) - message("SWIG found") -endif() #abort if any of the requireds are missing find_package_handle_standard_args(SWIG DEFAULT_MSG - SWIG_FOUND SWIG) \ Kein Zeilenumbruch am Dateiende. + SWIG) \ Kein Zeilenumbruch am Dateiende. -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
