Hello community,

here is the log from the commit of package kig for openSUSE:Factory checked in 
at 2013-06-11 06:11:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kig (Old)
 and      /work/SRC/openSUSE:Factory/.kig.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kig"

Changes:
--------
--- /work/SRC/openSUSE:Factory/kig/kig.changes  2013-05-16 16:51:14.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.kig.new/kig.changes     2013-06-11 
09:32:08.000000000 +0200
@@ -1,0 +2,8 @@
+Sat Jun  1 09:41:02 UTC 2013 - tittiatc...@gmail.com
+
+- Update to 4.10.4
+   * Bugfix release
+   * See http://www.kde.org/announcements/announce-4.10.4.php
+   * resolves bnc#8122760
+
+-------------------------------------------------------------------

Old:
----
  kig-4.10.3.tar.xz

New:
----
  kig-4.10.4.tar.xz

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

Other differences:
------------------
++++++ kig.spec ++++++
--- /var/tmp/diff_new_pack.KTOYxs/_old  2013-06-11 09:32:09.000000000 +0200
+++ /var/tmp/diff_new_pack.KTOYxs/_new  2013-06-11 09:32:09.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           kig
-Version:        4.10.3
+Version:        4.10.4
 Release:        0
 Summary:        Interactive Geometry
 License:        GPL-2.0+

++++++ kig-4.10.3.tar.xz -> kig-4.10.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.10.3/CMakeLists.txt 
new/kig-4.10.4/CMakeLists.txt
--- old/kig-4.10.3/CMakeLists.txt       2013-05-03 06:38:00.000000000 +0200
+++ new/kig-4.10.4/CMakeLists.txt       2013-05-28 20:46:58.000000000 +0200
@@ -29,7 +29,6 @@
 include_directories (${QDBUS_INCLUDE_DIRS}  ${CMAKE_SOURCE_DIR} 
${CMAKE_BINARY_DIR} ${KDE4_INCLUDES})
 
 # ...to here
-
 find_package(BoostPython)
 
 kde4_no_enable_final(kig)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.10.3/cmake/FindBoostPython.cmake 
new/kig-4.10.4/cmake/FindBoostPython.cmake
--- old/kig-4.10.3/cmake/FindBoostPython.cmake  2013-05-03 06:38:00.000000000 
+0200
+++ new/kig-4.10.4/cmake/FindBoostPython.cmake  2013-05-28 20:46:58.000000000 
+0200
@@ -32,6 +32,15 @@
 set(PYTHON_LIBRARY_DIRS 
"/usr/lib${LIB_SUFFIX};/usr/local/lib${LIB_SUFFIX};/usr/lib${LIB_SUFFIX}/$pyver/config")
 set(PYTHON_LIBS 
"boost_python-gcc-mt;boost_python-mt;boost_python-gcc-mt-1_33;boost_python-gcc-mt-1_33_1;boost_python;boost_python-gcc-mt-1_32;boost_python")
 
+if(WIN32)
+    set(PythonLibs_FIND_VERSION 2.7.0)
+    find_package(PythonLibs)
+    find_package(Boost COMPONENTS python QUIET)
+    if(PYTHONLIBS_FOUND AND Boost_FOUND)
+        set(BOOST_PYTHON_INCLUDES ${PYTHON_INCLUDE_DIRS} ${Boost_INCLUDE_DIR})
+        set(BOOST_PYTHON_LIBS ${Boost_PYTHON_LIBRARY} ${PYTHON_LIBRARIES})
+    endif(PYTHONLIBS_FOUND AND Boost_FOUND)
+else(WIN32)
 # 1st: check for boost/shared_ptr.hpp
 check_include_file_cxx(boost/shared_ptr.hpp HAVE_BOOST_SHARED_PTR_HPP)
 
@@ -133,6 +142,7 @@
   set(CMAKE_CXX_FLAGS ${_save_CMAKE_CXX_FLAGS})
 
 endif(HAVE_BOOST_SHARED_PTR_HPP AND NOT _found)
+endif(WIN32)
 
 if(BOOST_PYTHON_INCLUDES AND BOOST_PYTHON_LIBS)
   set(BOOST_PYTHON_FOUND TRUE)
Files old/kig-4.10.3/doc/index.cache.bz2 and new/kig-4.10.4/doc/index.cache.bz2 
differ
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/kig-4.10.3/scripting/script_mode.cc 
new/kig-4.10.4/scripting/script_mode.cc
--- old/kig-4.10.3/scripting/script_mode.cc     2013-05-03 06:38:00.000000000 
+0200
+++ new/kig-4.10.4/scripting/script_mode.cc     2013-05-28 20:46:58.000000000 
+0200
@@ -17,6 +17,8 @@
 
 #include "script_mode.h"
 
+#include <iterator>
+
 #include "newscriptwizard.h"
 #include "python_type.h"
 #include "python_scripter.h"

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to