Hello community, here is the log from the commit of package karchive for openSUSE:Factory checked in at 2014-06-10 14:36:38 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/karchive (Old) and /work/SRC/openSUSE:Factory/.karchive.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "karchive" Changes: -------- --- /work/SRC/openSUSE:Factory/karchive/karchive.changes 2014-05-14 20:26:31.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.karchive.new/karchive.changes 2014-06-10 14:37:05.000000000 +0200 @@ -1,0 +2,10 @@ +Sun Jun 1 18:02:33 UTC 2014 - hrvoje.sen...@gmail.com + +- Update to 4.100.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta3.php +- Add baselibs.conf + +------------------------------------------------------------------- Old: ---- karchive-4.99.0.tar.xz New: ---- baselibs.conf karchive-4.100.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ karchive.spec ++++++ --- /var/tmp/diff_new_pack.yJmLLU/_old 2014-06-10 14:37:06.000000000 +0200 +++ /var/tmp/diff_new_pack.yJmLLU/_new 2014-06-10 14:37:06.000000000 +0200 @@ -18,10 +18,10 @@ %define lname libKF5Archive5 Name: karchive -Version: 4.99.0 +Version: 4.100.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.13 +BuildRequires: extra-cmake-modules >= 0.0.14 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pkgconfig(Qt5Core) >= 5.2.0 @@ -32,7 +32,8 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: karchive-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description ++++++ baselibs.conf ++++++ libKF5Archive5 karchive-devel requires "libKF5Archive5-<targettype> = <version>" ++++++ karchive-4.99.0.tar.xz -> karchive-4.100.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-4.99.0/CMakeLists.txt new/karchive-4.100.0/CMakeLists.txt --- old/karchive-4.99.0/CMakeLists.txt 2014-05-04 20:54:57.000000000 +0200 +++ new/karchive-4.100.0/CMakeLists.txt 2014-06-01 12:37:42.000000000 +0200 @@ -2,7 +2,7 @@ project(KArchive) -find_package(ECM 0.0.13 REQUIRED NO_MODULE) +find_package(ECM 0.0.14 REQUIRED NO_MODULE) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH} ${ECM_KDE_MODULE_DIR}) @@ -45,7 +45,7 @@ include(ECMSetupVersion) include(ECMGenerateHeaders) -set(KF5_VERSION "4.99.0") # handled by release scripts +set(KF5_VERSION "4.100.0") # handled by release scripts ecm_setup_version(${KF5_VERSION} VARIABLE_PREFIX KARCHIVE diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/karchive-4.99.0/autotests/CMakeLists.txt new/karchive-4.100.0/autotests/CMakeLists.txt --- old/karchive-4.99.0/autotests/CMakeLists.txt 2014-05-04 20:54:57.000000000 +0200 +++ new/karchive-4.100.0/autotests/CMakeLists.txt 2014-06-01 12:37:42.000000000 +0200 @@ -1,6 +1,6 @@ remove_definitions(-DQT_NO_CAST_FROM_ASCII) -include(ECMMarkAsTest) +include(ECMAddTests) find_package(Qt5Test ${REQUIRED_QT_VERSION} CONFIG QUIET) @@ -9,32 +9,24 @@ return() endif() -macro(KARCHIVE_UNIT_TESTS) - foreach(_testname ${ARGN}) - add_executable(${_testname} ${_testname}.cpp) # TODO NOGUI - add_test(karchive-${_testname} ${_testname}) - target_link_libraries(${_testname} PRIVATE KF5::Archive Qt5::Test) - ecm_mark_as_test(${_testname}) - endforeach(_testname) -endmacro(KARCHIVE_UNIT_TESTS) - -karchive_unit_tests( - karchivetest - kfiltertest - deprecatedtest +ecm_add_tests( + karchivetest.cpp + kfiltertest.cpp + deprecatedtest.cpp + NAME_PREFIX "karchive-" + LINK_LIBRARIES KF5::Archive Qt5::Test ) -target_compile_definitions(deprecatedtest PRIVATE KARCHIVE_DEPRECATED=) -target_link_libraries(kfiltertest PRIVATE ${ZLIB_LIBRARIES}) +target_compile_definitions(karchive-deprecatedtest PRIVATE KARCHIVE_DEPRECATED=) +target_link_libraries(karchive-kfiltertest ${ZLIB_LIBRARIES}) ########### klimitediodevicetest ############### -add_executable(klimitediodevicetest +ecm_add_test( klimitediodevicetest.cpp ../src/klimitediodevice.cpp + TEST_NAME karchive-klimitediodevicetest + LINK_LIBRARIES Qt5::Test ) -ecm_mark_as_test(klimitediodevicetest) -add_test(karchive-klimitediodevicetest klimitediodevicetest) -target_link_libraries(klimitediodevicetest PRIVATE Qt5::Test) -target_include_directories(klimitediodevicetest +target_include_directories(karchive-klimitediodevicetest PRIVATE $<TARGET_PROPERTY:KF5Archive,INTERFACE_INCLUDE_DIRECTORIES>) -- To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org For additional commands, e-mail: opensuse-commit+h...@opensuse.org