Hello community, here is the log from the commit of package kalgebra for openSUSE:Factory checked in at 2013-12-11 14:33:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kalgebra (Old) and /work/SRC/openSUSE:Factory/.kalgebra.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kalgebra" Changes: -------- --- /work/SRC/openSUSE:Factory/kalgebra/kalgebra.changes 2013-12-02 12:32:16.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kalgebra.new/kalgebra.changes 2013-12-11 14:33:47.000000000 +0100 @@ -1,0 +2,14 @@ +Fri Nov 29 07:06:50 UTC 2013 - [email protected] + +- Update to 4.11.97 + * KDE 4.12 RC 1 release + * See http://www.kde.org/announcements/announce-4.12-rc.php + +------------------------------------------------------------------- +Sat Nov 23 22:21:24 UTC 2013 - [email protected] + +- Update to 4.11.95 + * KDE 4.12 Beta 3 release + * See http://www.kde.org/announcements/announce-4.12-beta3.php + +------------------------------------------------------------------- Old: ---- kalgebra-4.11.90.tar.xz New: ---- kalgebra-4.11.97.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kalgebra.spec ++++++ --- /var/tmp/diff_new_pack.Wh6tL9/_old 2013-12-11 14:33:48.000000000 +0100 +++ /var/tmp/diff_new_pack.Wh6tL9/_new 2013-12-11 14:33:48.000000000 +0100 @@ -21,7 +21,7 @@ License: GPL-2.0+ Group: Productivity/Scientific/Math Url: http://edu.kde.org -Version: 4.11.90 +Version: 4.11.97 Release: 0 Source0: %{name}-%{version}.tar.xz BuildRequires: analitza-devel ++++++ kalgebra-4.11.90.tar.xz -> kalgebra-4.11.97.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-4.11.90/CMakeLists.txt new/kalgebra-4.11.97/CMakeLists.txt --- old/kalgebra-4.11.90/CMakeLists.txt 2013-10-28 20:29:09.000000000 +0100 +++ new/kalgebra-4.11.97/CMakeLists.txt 2013-11-27 22:27:59.000000000 +0100 @@ -8,6 +8,8 @@ macro_optional_find_package(LibKdeEdu) find_library(QTMML_LIBRARY qtmmlwidget) +find_package(Qt4 COMPONENTS QtWebKit REQUIRED) + include_directories(${CMAKE_SOURCE_DIR} ${CMAKE_BINARY_DIR} ${KDE4_INCLUDES} ${LIBKDEEDU_INCLUDE_DIR}/qtmml ${ANALITZA_INCLUDE_DIR}) macro_optional_find_package(OpenGL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-4.11.90/mobile/CMakeLists.txt new/kalgebra-4.11.97/mobile/CMakeLists.txt --- old/kalgebra-4.11.90/mobile/CMakeLists.txt 2013-10-28 20:29:09.000000000 +0100 +++ new/kalgebra-4.11.97/mobile/CMakeLists.txt 2013-11-27 22:27:59.000000000 +0100 @@ -6,6 +6,7 @@ endif(${MOBILE_BACKEND} STREQUAL "kde") qt4_add_resources(KALGEBRAMOBILE_SRCS resources.qrc) +kde4_add_app_icon(KALGEBRAMOBILE_SRCS "${CMAKE_CURRENT_SOURCE_DIR}/../icons/hi*-app-kalgebra.png") kde4_add_executable(kalgebramobile pluginsmodel.cpp kalgebramobile.cpp main.cpp ${KALGEBRAMOBILE_SRCS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kalgebra-4.11.90/src/kalgebra.cpp new/kalgebra-4.11.97/src/kalgebra.cpp --- old/kalgebra-4.11.90/src/kalgebra.cpp 2013-10-28 20:29:09.000000000 +0100 +++ new/kalgebra-4.11.97/src/kalgebra.cpp 2013-11-27 22:27:59.000000000 +0100 @@ -361,7 +361,9 @@ KHelpMenu* help = new KHelpMenu(this, KGlobal::mainComponent().aboutData()); menuBar()->addMenu(help->menu()); +#ifdef __GNUC__ #warning TODO: Port to PlotsModel +#endif // connect(b_funcsModel, SIGNAL(functionModified(QString,Analitza::Expression)), // c_results, SLOT(modifyVariable(QString,Analitza::Expression))); // connect(b_funcsModel, SIGNAL(functionRemoved(QString)), -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
