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-05-31 15:47:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sccache (Old)
 and      /work/SRC/openSUSE:Factory/.sccache.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "sccache"

Tue May 31 15:47:40 2022 rev:19 rq:980015 version:0.3.0~git4.a372a20

Changes:
--------
--- /work/SRC/openSUSE:Factory/sccache/sccache.changes  2022-05-05 
23:07:18.245625510 +0200
+++ /work/SRC/openSUSE:Factory/.sccache.new.1548/sccache.changes        
2022-05-31 15:48:53.280048201 +0200
@@ -1,0 +2,15 @@
+Tue May 24 06:28:56 UTC 2022 - William Brown <william.br...@suse.com>
+
+- Automatic update of vendored dependencies
+
+-------------------------------------------------------------------
+Mon May 23 02:11:35 UTC 2022 - william.br...@suse.com
+
+- Update to version 0.3.0~git4.e5e233f:
+  * Force concurrent disk cache by default
+  * Ignore some env vars
+  * Add experimental concurrent cache support
+  * Increase the MSRV and bump dependencies (#1137)
+- Remove 0001-Ignore-some-env-vars.patch as it is on the maint branch
+
+-------------------------------------------------------------------

Old:
----
  0001-Ignore-some-env-vars.patch
  sccache-0.3.0~git0.f6e36e6.tar.xz

New:
----
  sccache-0.3.0~git4.a372a20.tar.xz

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

Other differences:
------------------
++++++ sccache.spec ++++++
--- /var/tmp/diff_new_pack.yVxayt/_old  2022-05-31 15:48:54.132048766 +0200
+++ /var/tmp/diff_new_pack.yVxayt/_new  2022-05-31 15:48:54.140048772 +0200
@@ -19,7 +19,7 @@
 %define configdir %{_sysconfdir}/%{name}
 
 Name:           sccache
-Version:        0.3.0~git0.f6e36e6
+Version:        0.3.0~git4.a372a20
 Release:        0
 Summary:        A compiler caching tool for Rust, C and C++ with optional 
cloud storage
 License:        (0BSD OR MIT OR Apache-2.0) AND (Apache-2.0 OR BSL-1.0) AND 
(Apache-2.0 OR MIT) AND (Apache-2.0 OR Apache-2.0 WITH LLVM-exception OR MIT) 
AND (Apache-2.0 OR CC0-1.0) AND ((Apache-2.0 AND BSD-2-Clause) OR MIT) AND 
(Apache-2.0 OR MIT OR BSD-2-Clause) AND (Apache-2.0 OR MIT OR Zlib) AND 
(Apache-2.0 OR MIT OR Zlib) AND (MIT OR Unlicense) AND (Apache-2.0 OR Zlib OR 
MIT) AND Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND CC0-1.0 AND ISC AND 
MIT
@@ -33,7 +33,6 @@
 Source12:       builder.conf
 Source13:       scheduler.conf
 Source14:       client.example
-Patch1:         0001-Ignore-some-env-vars.patch
 BuildRequires:  cargo-packaging
 BuildRequires:  pkgconfig(openssl)
 Requires:       bubblewrap
@@ -47,7 +46,6 @@
 %prep
 %setup -q
 %setup -qa1
-%patch1 -p1
 
 mkdir .cargo
 cp %{SOURCE2} .cargo/config
@@ -57,13 +55,13 @@
 %build
 %ifarch x86_64
 # 'dist-server' available only on x86_64 so far - 
https://github.com/mozilla/sccache/issues/656
-features="azure,s3,redis,dist-server,dist-client"
+features="azure,s3,redis,dist-server,dist-client,concurrent-cache"
 %else
 %ifarch aarch64
-features="azure,s3,redis"
+features="azure,s3,redis,concurrent-cache"
 %else
 # Most other arches have issues (especially with ring). Use FS cache only
-features=""
+features="concurrent-cache"
 %endif
 %endif
 

++++++ _service ++++++
--- /var/tmp/diff_new_pack.yVxayt/_old  2022-05-31 15:48:54.176048796 +0200
+++ /var/tmp/diff_new_pack.yVxayt/_new  2022-05-31 15:48:54.180048798 +0200
@@ -1,9 +1,11 @@
 <services>
   <service mode="disabled" name="obs_scm">
-    <param name="url">https://github.com/mozilla/sccache.git</param>
+    <!-- <param name="url">https://github.com/mozilla/sccache.git</param> -->
+    <param name="url">https://github.com/Firstyear/sccache.git</param>
     <param name="versionformat">@PARENT_TAG@~git@TAG_OFFSET@.%h</param>
     <param name="scm">git</param>
-    <param name="revision">v0.3.0</param>
+    <!-- <param name="revision">v0.3.0</param> -->
+    <param name="revision">20220520-suse-maint-1</param>
     <param name="match-tag">*</param>
     <param name="versionrewrite-pattern">v(\d+\.\d+\.\d+)</param>
     <param name="versionrewrite-replacement">\1</param>

++++++ cargo_config ++++++
--- /var/tmp/diff_new_pack.yVxayt/_old  2022-05-31 15:48:54.228048830 +0200
+++ /var/tmp/diff_new_pack.yVxayt/_new  2022-05-31 15:48:54.232048833 +0200
@@ -1,6 +1,10 @@
 [source.crates-io]
 replace-with = "vendored-sources"
 
+[source."https://github.com/Firstyear/opensuse-proxy-cache.git";]
+git = "https://github.com/Firstyear/opensuse-proxy-cache.git";
+replace-with = "vendored-sources"
+
 [source.vendored-sources]
 directory = "vendor"
 (No newline at EOF)

++++++ sccache-0.3.0~git0.f6e36e6.tar.xz -> sccache-0.3.0~git4.a372a20.tar.xz 
++++++
++++ 1666 lines of diff (skipped)

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

Reply via email to