Hello community, here is the log from the commit of package conky for openSUSE:Factory checked in at 2017-02-20 13:15:12 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/conky (Old) and /work/SRC/openSUSE:Factory/.conky.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "conky" Changes: -------- --- /work/SRC/openSUSE:Factory/conky/conky.changes 2017-01-09 10:47:51.202683702 +0100 +++ /work/SRC/openSUSE:Factory/.conky.new/conky.changes 2017-02-20 13:15:13.355382070 +0100 @@ -1,0 +2,6 @@ +Wed Jan 4 13:16:57 UTC 2017 - [email protected] + +- Remove timestamp from binaries +- add conky.timestamp.patch + +------------------------------------------------------------------- New: ---- conky.timestamp.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ conky.spec ++++++ --- /var/tmp/diff_new_pack.IzKpEC/_old 2017-02-20 13:15:14.155269608 +0100 +++ /var/tmp/diff_new_pack.IzKpEC/_new 2017-02-20 13:15:14.159269046 +0100 @@ -1,7 +1,7 @@ # # spec file for package conky # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -28,6 +28,7 @@ Patch1: conky-1.10.1-avoid-git.patch # our ncurses doesn't supply a .pc file Patch2: conky-1.10.4-ncurses.patch +Patch3: conky.timestamp.patch BuildRequires: alsa-devel BuildRequires: cairo-devel BuildRequires: cmake @@ -131,6 +132,7 @@ %patch -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build mkdir build && cd build ++++++ conky.timestamp.patch ++++++ --- a/cmake/Conky.cmake +++ b/cmake/Conky.cmake @@ -105,7 +105,7 @@ mark_as_advanced(APP_AWK APP_WC APP_DATE #BUILD_ARCH="$(uname -sr) ($(uname -m))" execute_process(COMMAND ${APP_DATE} RESULT_VARIABLE RETVAL OUTPUT_VARIABLE BUILD_DATE OUTPUT_STRIP_TRAILING_WHITESPACE) -execute_process(COMMAND ${APP_UNAME} -srm RESULT_VARIABLE RETVAL +execute_process(COMMAND ${APP_UNAME} -sm RESULT_VARIABLE RETVAL OUTPUT_VARIABLE BUILD_ARCH OUTPUT_STRIP_TRAILING_WHITESPACE) if(RELEASE) --- a/src/llua.cc +++ b/src/llua.cc @@ -161,7 +161,7 @@ void llua_init(void) free(old_path); free(new_path); - lua_pushstring(lua_L, PACKAGE_NAME" " VERSION" compiled " BUILD_DATE" for " BUILD_ARCH); + lua_pushstring(lua_L, PACKAGE_NAME" " VERSION" compiled for " BUILD_ARCH); lua_setglobal(lua_L, "conky_build_info"); lua_pushstring(lua_L, VERSION);
