Hello community, here is the log from the commit of package kjs for openSUSE:Factory checked in at 2014-06-10 14:36:01 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/kjs (Old) and /work/SRC/openSUSE:Factory/.kjs.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "kjs" Changes: -------- --- /work/SRC/openSUSE:Factory/kjs/kjs.changes 2014-05-14 20:27:35.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-06-10 14:36:11.000000000 +0200 @@ -1,0 +2,11 @@ +Sun Jun 1 18:02:09 UTC 2014 - [email protected] + +- 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 +- Add executable bits to create_hash_table, per rpmlint warning + +------------------------------------------------------------------- Old: ---- kjs-4.99.0.tar.xz New: ---- baselibs.conf kjs-4.100.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kjs.spec ++++++ --- /var/tmp/diff_new_pack.NxmaWL/_old 2014-06-10 14:36:12.000000000 +0200 +++ /var/tmp/diff_new_pack.NxmaWL/_new 2014-06-10 14:36:12.000000000 +0200 @@ -18,10 +18,10 @@ %define sonum 5 Name: kjs -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: pcre-devel @@ -32,7 +32,8 @@ License: LGPL-2.1+ Group: System/GUI/KDE Url: http://www.kde.org -Source0: kjs-%{version}.tar.xz +Source: http://download.kde.org/unstable/frameworks/%{version}/portingAids/%{name}-%{version}.tar.xz +Source1: baselibs.conf BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -80,6 +81,7 @@ %install %kf5_makeinstall -C build + chmod +x %{buildroot}%{_kf5_datadir}/kjs/create_hash_table %fdupes -s %{buildroot} %post -n libKF5JS%sonum -p /sbin/ldconfig ++++++ baselibs.conf ++++++ libKF5JS5 libKF5JSApi5 kjs-devel requires "libKF5JS5-<targettype> = <version>" requires "libKF5JSApi5-<targettype> = <version>" ++++++ kjs-4.99.0.tar.xz -> kjs-4.100.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-4.99.0/CMakeLists.txt new/kjs-4.100.0/CMakeLists.txt --- old/kjs-4.99.0/CMakeLists.txt 2014-05-04 21:00:16.000000000 +0200 +++ new/kjs-4.100.0/CMakeLists.txt 2014-06-01 12:41:21.000000000 +0200 @@ -3,7 +3,7 @@ project(KJS) # ECM setup -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} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) include(FeatureSummary) @@ -12,7 +12,7 @@ include(ECMSetupVersion) include(ECMMarkNonGuiExecutable) -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 KJS VERSION_HEADER "${CMAKE_CURRENT_BINARY_DIR}/kjs_version.h" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-4.99.0/autotests/CMakeLists.txt new/kjs-4.100.0/autotests/CMakeLists.txt --- old/kjs-4.99.0/autotests/CMakeLists.txt 2014-05-04 21:00:16.000000000 +0200 +++ new/kjs-4.100.0/autotests/CMakeLists.txt 2014-06-01 12:41:21.000000000 +0200 @@ -1,4 +1,4 @@ -include(ECMMarkAsTest) +include(ECMAddTests) find_package(Qt5Test 5.2.0 REQUIRED NO_MODULE) ########### ecmatest ############## @@ -6,13 +6,14 @@ add_executable(ecmatest ecmatest.cpp ) +ecm_mark_nongui_executable(ecmatest) ecm_mark_as_test(ecmatest) target_link_libraries(ecmatest KF5::JS Qt5::Test) function(ADD_ECMATEST ECMA262_CHAPTER) if (IS_DIRECTORY "${ECMATEST_BASEDIR}/test/suite/${ECMA262_CHAPTER}") string(REPLACE "/15" "" ECMA262_TESTNAME "${ECMA262_CHAPTER}") - add_test(ECMAscript262_${ECMA262_TESTNAME} ecmatest) + add_test(NAME ECMAscript262_${ECMA262_TESTNAME} COMMAND ecmatest) if (EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/ecmatest_broken_${ECMA262_TESTNAME}") set(_test262_broken_env ";ECMATEST_BROKEN=${CMAKE_CURRENT_SOURCE_DIR}/ecmatest_broken_${ECMA262_TESTNAME}") else () @@ -46,7 +47,4 @@ ##################### kjsapitest ################ -add_executable(kjsapitest kjsapitest.cpp) -ecm_mark_as_test(kjsapitest) -add_test(kjsapitest kjsapitest) -target_link_libraries(kjsapitest KF5::JSApi Qt5::Test) +ecm_add_test(kjsapitest.cpp LINK_LIBRARIES KF5::JSApi Qt5::Test) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
