Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package sccache for openSUSE:Factory checked 
in at 2022-01-07 12:46:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sccache (Old)
 and      /work/SRC/openSUSE:Factory/.sccache.new.1896 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sccache"

Fri Jan  7 12:46:17 2022 rev:12 rq:944581 version:0.2.15~git0.6b6d2f7

Changes:
--------
--- /work/SRC/openSUSE:Factory/sccache/sccache.changes  2021-12-03 
20:35:54.632110861 +0100
+++ /work/SRC/openSUSE:Factory/.sccache.new.1896/sccache.changes        
2022-01-07 12:47:46.907903809 +0100
@@ -1,0 +2,25 @@
+Thu Jan 06 07:05:06 UTC 2022 - william.br...@suse.com
+
+- resolve bsc#1194119 (CVE-2021-45710)
+
+-------------------------------------------------------------------
+Thu Dec 16 04:40:45 UTC 2021 - wbr...@suse.de
+
+- Update to version 0.2.15~git0.6b6d2f7:
+  * (cargo-release) version 0.2.15
+  * Update docs/Releasing.md
+  * Workaround tiny_http issue #151 by disabling HTTP pipelining
+  * Upgrade itertools to 0.10
+  * Run `cargo update`
+  * Add C compiler versions to the hash calculation when available
+  * Move lru-disk-cache to an internal module
+  * Fix clippy warnings in lru-disk-cache
+  * Still read config file from Library/Preferences if it exists
+  * Revert "Upgrade redis to 0.18"
+
+-------------------------------------------------------------------
+Thu Dec 16 00:25:03 UTC 2021 - William Brown <william.br...@suse.com>
+
+- Enable build on s390x, remove support for gcs which depends on ring.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ sccache.spec ++++++
--- /var/tmp/diff_new_pack.4Gb0LY/_old  2022-01-07 12:47:48.287904767 +0100
+++ /var/tmp/diff_new_pack.4Gb0LY/_new  2022-01-07 12:47:48.291904770 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package sccache
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,7 +36,7 @@
 BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig(openssl)
 Requires:       bubblewrap
-ExclusiveArch:  x86_64 i586 i686 %{arm} aarch64
+ExclusiveArch:  x86_64 i586 i686 %{arm} aarch64 s390x
 
 %description
 Sccache is a ccache-like tool. It is used as a compiler wrapper and
@@ -54,10 +54,16 @@
 
 %build
 # 'dist-server' available only on x86_64 so far - 
https://github.com/mozilla/sccache/issues/656
-features="all,dist-client"
+features="azure,s3,memcached,redis"
+
 %ifarch x86_64
-features="$features,dist-server"
+features="$features,dist-server,dist-client"
+%endif
+# s390x can NOT build gcs support, ring fails. Use FS only
+%ifarch s390x
+features=""
 %endif
+
 %{cargo_build} --features=$features
 
 %install

++++++ _service ++++++
--- /var/tmp/diff_new_pack.4Gb0LY/_old  2022-01-07 12:47:48.323904792 +0100
+++ /var/tmp/diff_new_pack.4Gb0LY/_new  2022-01-07 12:47:48.327904795 +0100
@@ -8,7 +8,7 @@
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>
     <param name="changesgenerate">enable</param>
-    <param name="changesauthor">wbr...@suse.de</param>
+    <param name="changesauthor">william.br...@suse.com</param>
   </service>
   <service mode="disabled" name="set_version"/>
   <service mode="disabled" name="tar" />

++++++ vendor.tar.xz ++++++
/work/SRC/openSUSE:Factory/sccache/vendor.tar.xz 
/work/SRC/openSUSE:Factory/.sccache.new.1896/vendor.tar.xz differ: char 26, 
line 1

Reply via email to