- Update to version 3.7.4:

* Added support for the -gz[=type] compiler option (previously
    ccache would think that “-gz” alone would enable debug
    information, thus potentially including the current directory
    in the hash).
  * Added support for converting paths like “/c/users/...” into
    relative paths on Windows.

OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=76
This commit is contained in:
Martin Pluskal 2019-10-16 07:22:35 +00:00 committed by Git OBS Bridge
parent 99de669921
commit 0ff8d178df
6 changed files with 32 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:73d2ec69fcf4fd3b956304036974a779b443d88882b69c5d81b62b5dc8630e04
size 351416

View File

@ -1,16 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl1YZaYACgkQmW3aB1WU
rbiqcw/7BKePR7WrqOXLJOmG+GZ6v732pXPfMn8wICcJpkN+dPkwUK8kN9Bx3cgD
sR/29LYVep2gvjOou7tfrXXDCaInvSIcZSXz4Ks/RoU8WN+ITOS2f3gPfGz8z89G
D8DCGHk+GxPL78eekLXtyuV6m28c8WfXO6ZdI2MUEh59HKhCNPWX7UmXwmhxz+Nw
mNsoStpj3gdGsqzmSFo65WmkiZDWd7p8AOXaVA7nH5QRRi9idXoPQFfQdaq5J9Hg
s3g6gMJpKJr/cvdlhG2EBCdFZpaEisH6O+igUEvl77pvFZpfQkiJp78+43w2JVBi
CacBQGc82xsK9a+udGhZez7hE5MxoW4rPKJfm0ThmB9H/lPRepsnTQjpZkjfSgJf
/qfCAVMneX5e8sO8PuCRKNRQqyi+vTNdw4YgrHHzFlHxPeK+MOkzRM0sq0TYc71o
YqU0QJzJPCxVHoDbJbddzKJ0bIQpowbMGvWhBY2Ek1jG1WvCGsw29ALBJ9hE6DFi
b5UD/e9JxjgAAerryq9QBLskeo5Txh7u1AJlcYM1xw/8R9pUFP1VCaPCrJwSPYL5
Z+Z+tL63DD91EIiP2rrgN5l0EfjjTwwnNFReGLS5xYqx8H+DgN8XRpM9s9yKtzz/
ouqKt70nRYUZziyEs6k8FzrYvPTqMaiMDcxSEyM6B5RRyHL7opE=
=Sn8t
-----END PGP SIGNATURE-----

3
ccache-3.7.4.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:04c0af414b8cf89e541daed59735547fbfd323b1aaa983da0216f6b6731e6836
size 351576

16
ccache-3.7.4.tar.xz.asc Normal file
View File

@ -0,0 +1,16 @@
-----BEGIN PGP SIGNATURE-----
iQIzBAABCAAdFiEEWpOacaRnks9XhmpRmW3aB1WUrbgFAl16maAACgkQmW3aB1WU
rbgvnhAAtViMSaUMkfH8fnIwY0RXOun1YB6FBDu/kmOHf8dmvnIP8FgA8xeC2szi
e8afygDYKgNC69nP2BSfUDSqTY9y7BBtzGBmACuP+Nbr9vvST0VYLojYjzzTtpJC
2Ru03FXaiV/yUWFqvxbo++er2aQEjfNtlAV2qwC0vwE6tsVR3kFnr4iYCoUJg3W5
h7JLYtChlGuu8pgmpuoQpUp7zBCe/OZAibeBD07/ieoaLnq6YGXpZOj3ueeAAGKL
f9bsmaswXi/rzzXKheZ2iaKHKdD8b8woaI/g5KTEiuoGfIm+5rZIBlD2WoQHNjKs
e/U6CeiEOWuxUmWsiYZaLECWM2CBPXbSTceYY52JPVS9mgZgLxJP2WRrfT2oIy8C
NtrVLp+MHSoUYbGfzHFcvTExmrhgPJYYsEykkvsnDkfM6QV3VnbpQmCEdQBeg8LV
s5xJyP7LB+jJUYmVY3WbHC3vHDBZRdVeUIh64yvgDejEWLpfC79karf7ofMgLZdU
qBii3CSSrYkeUInCgKcsmIzkD/9ZT35qtZyLQdUoHa6gMosF9ll6HalDpQTges8I
vGDX/JlJ9ukboH0Jkr30VeFGwfOaSQbKCCKN1vM2pOrgw4Rx3btMLe7D/lzav3HG
S9YzWnxK/9B2xj60/VzcRCbQg6Zl6wF5a/2R/TkhNJ6D9BSwO9g=
=yvaS
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Oct 16 07:21:20 UTC 2019 - Martin Pluskal <mpluskal@suse.com>
- Update to version 3.7.4:
* Added support for the -gz[=type] compiler option (previously
ccache would think that “-gz” alone would enable debug
information, thus potentially including the current directory
in the hash).
* Added support for converting paths like “/c/users/...” into
relative paths on Windows.
-------------------------------------------------------------------
Mon Aug 26 08:57:55 UTC 2019 - Martin Pluskal <mpluskal@suse.com>

View File

@ -17,11 +17,10 @@
Name: ccache
Version: 3.7.3
Version: 3.7.4
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: https://ccache.dev/
Source0: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz#/%{name}-%{version}.tar.xz
Source1: https://github.com/ccache/ccache/releases/download/v%{version}/ccache-%{version}.tar.xz.asc#/%{name}-%{version}.tar.xz.asc
@ -41,7 +40,7 @@ Objective-C++.
%build
%configure \
--without-bundled-zlib
make %{?_smp_mflags} V=1
%make_build
%install
%make_install