Hello community, here is the log from the commit of package rocs for openSUSE:Factory checked in at 2014-03-18 17:12:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/rocs (Old) and /work/SRC/openSUSE:Factory/.rocs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "rocs" Changes: -------- --- /work/SRC/openSUSE:Factory/rocs/rocs.changes 2014-02-20 07:54:47.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.rocs.new/rocs.changes 2014-03-18 17:12:39.000000000 +0100 @@ -1,0 +2,14 @@ +Thu Mar 13 20:18:51 UTC 2014 - [email protected] + +- Update to 4.12.90 + * KDE 4.13 Beta 2 release + * See http://www.kde.org/announcements/announce-4.13-beta2.php + +------------------------------------------------------------------- +Fri Mar 7 10:11:14 UTC 2014 - [email protected] + +- Update to 4.12.80 + * KDE 4.13 Beta 1 release + * See http://www.kde.org/announcements/announce-4.13-beta1.php + +------------------------------------------------------------------- Old: ---- rocs-4.12.2.tar.xz New: ---- rocs-4.12.90.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rocs.spec ++++++ --- /var/tmp/diff_new_pack.VPV5Gp/_old 2014-03-18 17:12:40.000000000 +0100 +++ /var/tmp/diff_new_pack.VPV5Gp/_new 2014-03-18 17:12:40.000000000 +0100 @@ -17,7 +17,7 @@ Name: rocs -Version: 4.12.2 +Version: 4.12.90 Release: 0 Summary: Graph Theory IDE License: GPL-3.0+ ++++++ rocs-4.12.2.tar.xz -> rocs-4.12.90.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/App/CMakeLists.txt new/rocs-4.12.90/App/CMakeLists.txt --- old/rocs-4.12.2/App/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/App/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -22,7 +22,7 @@ set(ROCS_VERSION_MAJOR 1) set(ROCS_VERSION_MINOR 10) -set(ROCS_VERSION_PATCH 0) +set(ROCS_VERSION_PATCH 90) configure_file( "${rocs_SOURCE_DIR}/rocsversion.h.cmake" "${rocs_BINARY_DIR}/rocsversion.h" @ONLY ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/App/InterfacePlugins/ApiDoc/ApiDocModel.h new/rocs-4.12.90/App/InterfacePlugins/ApiDoc/ApiDocModel.h --- old/rocs-4.12.2/App/InterfacePlugins/ApiDoc/ApiDocModel.h 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/App/InterfacePlugins/ApiDoc/ApiDocModel.h 2014-03-11 21:42:06.000000000 +0100 @@ -32,7 +32,7 @@ AnchorRole }; - ApiDocModel(QList<ObjectDocumentation* > dataList, QObject *parent = 0); + explicit ApiDocModel(QList<ObjectDocumentation* > dataList, QObject *parent = 0); ~ApiDocModel(); QVariant data(const QModelIndex &index, int role) const; @@ -49,4 +49,4 @@ private: void setupModelData(QList< ObjectDocumentation* > dataList, Item* parent); Item *rootItem; -}; \ No newline at end of file +}; diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/App/InterfacePlugins/ApiDoc/CMakeLists.txt new/rocs-4.12.90/App/InterfacePlugins/ApiDoc/CMakeLists.txt --- old/rocs-4.12.2/App/InterfacePlugins/ApiDoc/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/App/InterfacePlugins/ApiDoc/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -16,4 +16,4 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. ## -add_subdirectory(HtmlView) \ No newline at end of file +add_subdirectory(HtmlView) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/App/InterfacePlugins/CMakeLists.txt new/rocs-4.12.90/App/InterfacePlugins/CMakeLists.txt --- old/rocs-4.12.2/App/InterfacePlugins/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/App/InterfacePlugins/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -17,4 +17,4 @@ ## # TODO this directory will become dynamic -add_subdirectory(ApiDoc) \ No newline at end of file +add_subdirectory(ApiDoc) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/RocsCore/DataStructures/Graph/CMakeLists.txt new/rocs-4.12.90/RocsCore/DataStructures/Graph/CMakeLists.txt --- old/rocs-4.12.2/RocsCore/DataStructures/Graph/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/RocsCore/DataStructures/Graph/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -40,7 +40,7 @@ NodeItem.cpp EdgeItem.cpp) -kde4_add_plugin(rocs_GraphStructure SHARED ${GraphStructure_SRC}) +kde4_add_plugin(rocs_GraphStructure ${GraphStructure_SRC}) target_link_libraries(rocs_GraphStructure ${KDE4_KDEUI_LIBS} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/RocsCore/LoadSave/Plugins/dotFileFormat/CMakeLists.txt new/rocs-4.12.90/RocsCore/LoadSave/Plugins/dotFileFormat/CMakeLists.txt --- old/rocs-4.12.2/RocsCore/LoadSave/Plugins/dotFileFormat/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/RocsCore/LoadSave/Plugins/dotFileFormat/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -34,7 +34,6 @@ target_link_libraries(rocs_dotfileformat rocscore - rocs_GraphStructure ${KDE4_KDEUI_LIBS} ) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/VisualEditor/Tools/ToolsPluginInterface.h new/rocs-4.12.90/VisualEditor/Tools/ToolsPluginInterface.h --- old/rocs-4.12.2/VisualEditor/Tools/ToolsPluginInterface.h 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/VisualEditor/Tools/ToolsPluginInterface.h 2014-03-11 21:42:06.000000000 +0100 @@ -99,7 +99,7 @@ QString pluginId() const; /** - * Gives list of supported data structures of the tool. Use this method to check wether the + * Gives list of supported data structures of the tool. Use this method to check whether the * tool plugin is compatible with the given data structure backend. The list of supported * backends consists of data structure backend identifiers as given by * \ref DataStructureBackendInterface::internalName(). diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/rocs-4.12.2/VisualEditor/Tools/TransformEdges/CMakeLists.txt new/rocs-4.12.90/VisualEditor/Tools/TransformEdges/CMakeLists.txt --- old/rocs-4.12.2/VisualEditor/Tools/TransformEdges/CMakeLists.txt 2014-01-13 07:36:24.000000000 +0100 +++ new/rocs-4.12.90/VisualEditor/Tools/TransformEdges/CMakeLists.txt 2014-03-11 21:42:06.000000000 +0100 @@ -30,7 +30,6 @@ kde4_add_plugin(rocs_transformedgesplugin ${TransformEdgesToolsPlugin_SRC} ) target_link_libraries( rocs_transformedgesplugin - rocs_GraphStructure ${KDE4_KDEUI_LIBS} rocscore rocsvisualeditor) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
