commit ccache for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ccache for openSUSE:Factory checked in at 2022-08-31 18:08:37 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ccache (Old) and /work/SRC/openSUSE:Factory/.ccache.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "ccache" Wed Aug 31 18:08:37 2022 rev:67 rq:1000203 version:4.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/ccache/ccache.changes 2022-06-06 11:09:57.619258800 +0200 +++ /work/SRC/openSUSE:Factory/.ccache.new.2083/ccache.changes 2022-08-31 18:08:41.971329662 +0200 @@ -1,0 +2,5 @@ +Tue Aug 30 04:03:21 UTC 2022 - Bernhard Wiedemann <bwiedemann@suse.com> + +- Add fix2038.patch to make tests pass after 2038 + +------------------------------------------------------------------- New: ---- fix2038.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ccache.spec ++++++ --- /var/tmp/diff_new_pack.nUtilc/_old 2022-08-31 18:08:42.575331261 +0200 +++ /var/tmp/diff_new_pack.nUtilc/_new 2022-08-31 18:08:42.583331282 +0200 @@ -25,6 +25,9 @@ Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc Source2: %{name}.keyring +%ifnarch %ix86 %arm +Patch0: fix2038.patch +%endif BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: libzstd-devel >= 1.1.2 ++++++ fix2038.patch ++++++ Index: ccache-4.6.1/test/suites/direct.bash =================================================================== --- ccache-4.6.1.orig/test/suites/direct.bash +++ ccache-4.6.1/test/suites/direct.bash @@ -883,7 +883,7 @@ EOF cat <<EOF >new.h int test; EOF - touch -t 203801010000 new.h + touch -t 999901010000 new.h $CCACHE_COMPILE -c new.c expect_stat direct_cache_hit 0
participants (1)
-
Source-Sync