Hello community, here is the log from the commit of package kjs for openSUSE:Factory checked in at 2014-04-02 17:22:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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-03-10 12:17:31.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.kjs.new/kjs.changes 2014-04-02 17:22:25.000000000 +0200 @@ -1,0 +2,9 @@ +Sat Mar 29 19:47:45 UTC 2014 - hrvoje.senjan@gmail.com + +- Update to 4.98.0 + * API improvements and cleanups + * Buildsystem fixes + * For more details please see: + http://www.kde.org/announcements/announce-frameworks5-beta1.php + +------------------------------------------------------------------- Old: ---- kjs-4.97.0.tar.xz New: ---- kjs-4.98.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ kjs.spec ++++++ --- /var/tmp/diff_new_pack.vdbPyk/_old 2014-04-02 17:22:25.000000000 +0200 +++ /var/tmp/diff_new_pack.vdbPyk/_new 2014-04-02 17:22:25.000000000 +0200 @@ -18,10 +18,10 @@ %define sonum 5 Name: kjs -Version: 4.97.0 +Version: 4.98.0 Release: 0 BuildRequires: cmake >= 2.8.12 -BuildRequires: extra-cmake-modules >= 0.0.11 +BuildRequires: extra-cmake-modules >= 0.0.12 BuildRequires: fdupes BuildRequires: kf5-filesystem BuildRequires: pcre-devel ++++++ kjs-4.97.0.tar.xz -> kjs-4.98.0.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-4.97.0/CMakeLists.txt new/kjs-4.98.0/CMakeLists.txt --- old/kjs-4.97.0/CMakeLists.txt 2014-03-01 12:51:13.000000000 +0100 +++ new/kjs-4.98.0/CMakeLists.txt 2014-03-28 19:17:11.000000000 +0100 @@ -3,7 +3,7 @@ project(KJS) # ECM setup -find_package(ECM 0.0.11 REQUIRED NO_MODULE) +find_package(ECM 0.0.12 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.97.0") +set(KF5_VERSION "4.98.0") 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.97.0/src/kjs/CMakeLists.txt new/kjs-4.98.0/src/kjs/CMakeLists.txt --- old/kjs-4.97.0/src/kjs/CMakeLists.txt 2014-03-01 12:51:13.000000000 +0100 +++ new/kjs-4.98.0/src/kjs/CMakeLists.txt 2014-03-28 19:17:11.000000000 +0100 @@ -203,15 +203,11 @@ set(kjs_SRCS kjs.cpp) -#required by win32 see kdelibs/cmake/modules/kde4Macros.cmake kde4_add_manifest -set (kjs_bin_OUTPUT_NAME kjs5) - # 'kjs_bin' because cmake doesn't like having a lib and app with the same name # This is a developer tool, not intended for normal user installs add_executable(kjs_bin ${kjs_SRCS}) ecm_mark_nongui_executable(kjs_bin) - -set_target_properties(kjs_bin PROPERTIES RUNTIME_OUTPUT_NAME ${kjs_bin_OUTPUT_NAME}) +set_target_properties(kjs_bin PROPERTIES RUNTIME_OUTPUT_NAME kjs5) target_link_libraries(kjs_bin KF5JS) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/kjs-4.97.0/src/kjs/create_hash_table new/kjs-4.98.0/src/kjs/create_hash_table --- old/kjs-4.97.0/src/kjs/create_hash_table 2014-03-01 12:51:13.000000000 +0100 +++ new/kjs-4.98.0/src/kjs/create_hash_table 2014-03-28 19:17:11.000000000 +0100 @@ -245,7 +245,7 @@ if (defined($entry)) { my $key = $keys[$entry]; print " \{ \"" . $key . "\""; - print ", " . $values[$entry]; + print ", static_cast<int>(" . $values[$entry] . ")"; my $kjsattrs = $attrs[$entry]; if ($kjsattrs ne "0") { $kjsattrs =~ s/([^|]+)/KJS::$1/g; # DontDelete|Function -> KJS::DontDelete|KJS::Function -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de