Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2023-11-02 20:20:07
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and      /work/SRC/openSUSE:Factory/.ccache.new.17445 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ccache"

Thu Nov  2 20:20:07 2023 rev:74 rq:1121121 version:4.8.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/ccache/ccache.changes    2023-06-14 
16:29:36.990570419 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.17445/ccache.changes 2023-11-02 
20:20:09.036922998 +0100
@@ -1,0 +2,13 @@
+Sat Oct 28 19:46:57 UTC 2023 - Andreas Stieger <[email protected]>
+
+- update to 4.8.3
+  * Fixed handling of NVCC -Xcompiler and --Werror options
+  * Fixed bookkeeping of files when hard linking or file cloning is
+    enabled
+  * Made a workaround for GCC 12.3 bug 109241 where GCC fails to
+    compile ccache.
+  * Upgraded to xxHash 0.8.2, which fixes compilation of ccache
+    with GCC 12 and -Og.
+- enable redis backend
+
+-------------------------------------------------------------------

Old:
----
  ccache-4.8.2.tar.xz
  ccache-4.8.2.tar.xz.asc

New:
----
  ccache-4.8.3.tar.xz
  ccache-4.8.3.tar.xz.asc

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ccache.spec ++++++
--- /var/tmp/diff_new_pack.88h2gl/_old  2023-11-02 20:20:09.780950375 +0100
+++ /var/tmp/diff_new_pack.88h2gl/_new  2023-11-02 20:20:09.784950523 +0100
@@ -16,8 +16,9 @@
 #
 
 
+%bcond_without hiredis
 Name:           ccache
-Version:        4.8.2
+Version:        4.8.3
 Release:        0
 Summary:        A Fast C/C++ Compiler Cache
 License:        GPL-3.0-or-later
@@ -25,14 +26,18 @@
 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
+BuildRequires:  pkgconfig
+BuildRequires:  pkgconfig(libzstd) >= 1.1.2
 BuildRequires:  rubygem(asciidoctor)
 Provides:       distcc:%{_bindir}/ccache
+%ifnarch %{ix86} %{arm}
+Patch0:         fix2038.patch
+%endif
+%if %{with hiredis}
+BuildRequires:  pkgconfig(hiredis) >= 0.13.3
+%endif
 
 %description
 ccache is a compiler cache. It speeds up recompilation by caching the
@@ -45,7 +50,10 @@
 
 %build
 %cmake \
-  -DREDIS_STORAGE_BACKEND=OFF
+%if !%{with hiredis}
+  -DREDIS_STORAGE_BACKEND=OFF \
+%endif
+%{nil}
 %cmake_build
 %make_build doc
 
@@ -70,7 +78,7 @@
 
 %check
 # running the test with multiple threads will make tests fail
-%__ctest --output-on-failure --force-new-ctest-process -j1
+%{__ctest} --output-on-failure --force-new-ctest-process -j1
 
 %files
 %license LICENSE.* GPL-3.0.txt

++++++ ccache-4.8.2.tar.xz -> ccache-4.8.3.tar.xz ++++++
++++ 6239 lines of diff (skipped)

Reply via email to