Hello community, here is the log from the commit of package kitemmodels for openSUSE:Factory checked in at 2014-03-10 12:17:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kitemmodels (Old) and /work/SRC/openSUSE:Factory/.kitemmodels.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kitemmodels" Changes: -------- --- /work/SRC/openSUSE:Factory/kitemmodels/kitemmodels.changes 2014-02-28 16:21:20.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kitemmodels.new/kitemmodels.changes 2014-03-10 12:17:19.000000000 +0100 @@ -1,0 +2,8 @@ +Tue Mar 4 16:35:50 UTC 2014 - [email protected] + +- Update to 4.97.0: + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-alpha2.php + +------------------------------------------------------------------- Old: ---- kitemmodels-4.96.0.tar.xz New: ---- kitemmodels-4.97.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kitemmodels.spec ++++++ --- /var/tmp/diff_new_pack.i641Qw/_old 2014-03-10 12:17:20.000000000 +0100 +++ /var/tmp/diff_new_pack.i641Qw/_new 2014-03-10 12:17:20.000000000 +0100 @@ -16,12 +16,12 @@ # -%define lname libKF5ItemModels4 +%define lname libKF5ItemModels5 Name: kitemmodels -Version: 4.96.0 +Version: 4.97.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.10 +BuildRequires: extra-cmake-modules >= 0.0.11 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 ++++++ kitemmodels-4.96.0.tar.xz -> kitemmodels-4.97.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/CMakeLists.txt new/kitemmodels-4.97.0/CMakeLists.txt --- old/kitemmodels-4.96.0/CMakeLists.txt 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/CMakeLists.txt 2014-03-01 12:51:06.000000000 +0100 @@ -2,7 +2,7 @@ project(KItemModels) -find_package(ECM 0.0.10 REQUIRED NO_MODULE) +find_package(ECM 0.0.11 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -19,11 +19,12 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "4.96.0") +set(KF5_VERSION "4.97.0") ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KITEMMODELS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kitemmodels_version.h" - PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ItemModelsConfigVersion.cmake") + PACKAGE_VERSION_FILE "${CMAKE_CURRENT_BINARY_DIR}/KF5ItemModelsConfigVersion.cmake" + SOVERSION 5) add_subdirectory(src) @@ -34,9 +35,9 @@ # create a Config.cmake and a ConfigVersion.cmake file and install them set(CMAKECONFIG_INSTALL_DIR "${CMAKECONFIG_INSTALL_PREFIX}/KF5ItemModels") -include(CMakePackageConfigHelpers) +include(ECMPackageConfigHelpers) -configure_package_config_file( +ecm_configure_package_config_file( "${CMAKE_CURRENT_SOURCE_DIR}/KF5ItemModelsConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/KF5ItemModelsConfig.cmake" INSTALL_DESTINATION ${CMAKECONFIG_INSTALL_DIR} diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/autotests/proxymodeltestsuite/modeltest.cpp new/kitemmodels-4.97.0/autotests/proxymodeltestsuite/modeltest.cpp --- old/kitemmodels-4.96.0/autotests/proxymodeltestsuite/modeltest.cpp 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/autotests/proxymodeltestsuite/modeltest.cpp 2014-03-01 12:51:06.000000000 +0100 @@ -1,6 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2007 Trolltech ASA. All rights reserved. +** Copyright (C) 2010 Stephen Kelly <[email protected]> ** ** This file is part of the Qt Concurrent project on Trolltech Labs. ** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/autotests/proxymodeltestsuite/modeltest.h new/kitemmodels-4.97.0/autotests/proxymodeltestsuite/modeltest.h --- old/kitemmodels-4.96.0/autotests/proxymodeltestsuite/modeltest.h 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/autotests/proxymodeltestsuite/modeltest.h 2014-03-01 12:51:06.000000000 +0100 @@ -1,6 +1,7 @@ /**************************************************************************** ** ** Copyright (C) 2007 Trolltech ASA. All rights reserved. +** Copyright (C) 2010 Stephen Kelly <[email protected]> ** ** This file is part of the Qt Concurrent project on Trolltech Labs. ** diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/src/CMakeLists.txt new/kitemmodels-4.97.0/src/CMakeLists.txt --- old/kitemmodels-4.96.0/src/CMakeLists.txt 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/src/CMakeLists.txt 2014-03-01 12:51:06.000000000 +0100 @@ -22,7 +22,8 @@ EXPORT_NAME ItemModels ) -ecm_generate_headers( +ecm_generate_headers(KItemModels_HEADERS + HEADER_NAMES KBreadcrumbSelectionModel KCheckableProxyModel KLinkItemSelectionModel @@ -33,7 +34,6 @@ REQUIRED_HEADERS KItemModels_HEADERS ) -install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/KItemModels DESTINATION ${INCLUDE_INSTALL_DIR} COMPONENT Devel) install(TARGETS KF5ItemModels EXPORT KF5ItemModelsTargets ${INSTALL_TARGETS_DEFAULT_ARGS}) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/src/kcheckableproxymodel.cpp new/kitemmodels-4.97.0/src/kcheckableproxymodel.cpp --- old/kitemmodels-4.96.0/src/kcheckableproxymodel.cpp 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/src/kcheckableproxymodel.cpp 2014-03-01 12:51:06.000000000 +0100 @@ -1,22 +1,20 @@ /* - This file is part of KDE. - Copyright (c) 2010 Stephen Kelly <[email protected]> - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. + This library is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public + License for more details. - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include "kcheckableproxymodel.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kitemmodels-4.96.0/src/kcheckableproxymodel.h new/kitemmodels-4.97.0/src/kcheckableproxymodel.h --- old/kitemmodels-4.96.0/src/kcheckableproxymodel.h 2014-02-05 00:02:37.000000000 +0100 +++ new/kitemmodels-4.97.0/src/kcheckableproxymodel.h 2014-03-01 12:51:06.000000000 +0100 @@ -1,24 +1,21 @@ /* - This file is part of Akonadi. - Copyright (c) 2010 Stephen Kelly <[email protected]> - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program; if not, write to the Free Software - Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, - USA. + This library is free software; you can redistribute it and/or modify it + under the terms of the GNU Library General Public License as published by + the Free Software Foundation; either version 2 of the License, or (at your + option) any later version. + + This library is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or + FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public + License for more details. + + You should have received a copy of the GNU Library General Public License + along with this library; see the file COPYING.LIB. If not, write to the + Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ - #ifndef KCHECKABLEPROXYMODEL_H #define KCHECKABLEPROXYMODEL_H -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
