Accepting request 451501 from home:gladiac:branches:devel:tools:building

Update to version 3.3.3
  * ccache now detects usage of .incbin assembler directives in
    the source code and avoids caching such compilations.
Changes for version 3.3.2:
  * Fixed a regression in ccache 3.3 related to potentially bad
    content of dependency files when compiling identical source
    code but with different source paths.
  * Fixed a regression in ccache 3.3.1: ccache could get confused
    when using the compiler option -Wp, to pass multiple options
    to the preprocessor, resulting in missing dependency files
    from direct mode cache hits.

OBS-URL: https://build.opensuse.org/request/show/451501
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=54
This commit is contained in:
Martin Pluskal 2017-01-20 08:17:51 +00:00 committed by Git OBS Bridge
parent 5b8aba9bfc
commit edb4ed2796
6 changed files with 37 additions and 22 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJX0GngAAoJEJlt2gdVlK24pKQP/i7B/aF1pirrE01OzVvnG/QG
02hwrC9HFWuTA5KdxxIQR0TdgsAJau3ZUU+eaLgWP4JhFoUOD2EVS40rguUh2bL+
TNudBhVyPHFA6fCgpAspM587CPqRReL8d3LH8DGTRPftZ0m5PDFSMDyWwfSzbqmm
eQwNdvvXzLtuTjhPxs1eNIQsN2cTCMSYjIGQe+aFJPaA+6GbHaHywxs6hS/k4R/S
EUWcdXB6v6eUUI02FSYjSywQbNUlLc3gdqUG7ypahcXaMqVFMCe7dc+VXrynCv02
lUnWsDSmnTlK78Ob1hTgI9iLklIEft8tMQ99v98wDEVRraC9XQqCYDebizpWHPTx
pOJFAh3nHw3ENkCwGJTZoymFvk8uThnm8P21JEx9rrmdcJVh5ZdM/9Xn8dQAQWDZ
JmhX0NkKo6igcf8nJxiythB5GecCJKgZGIywzub8VB3h7nPfSI7rUDAtmz//qNla
uqbucc8Aap8eGtrg83hya+qdQP8n3z/6CiAX3fh88DTNn+XMTji7WuJ3gQoHe5Nk
dOys98QRo8l3aA2LoGhv8+Ngs82oLtQYXQuzGr9/Tozm2iGca1fAFfoJjihp//47
GI8dgdfV9mBdcUBDl6499CTNdHAKk40KXKP0Pi9QxMz17rKvcM39PDWbCWFhdnf2
CXikwjWKj+gLETPmNz5v
=oUBU
-----END PGP SIGNATURE-----

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

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

17
ccache-3.3.3.tar.xz.asc Normal file
View File

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJYESGJAAoJEJlt2gdVlK24kIIQAKa1jqk7/nagUhJxwrOveu/7
5LCYpLTkamac/RGxVg98Xjs7VCVXJFvjCAABItLzZ3s6NGDjV1DjshzyqxU8FsCY
+wcfHpsZIYCWgksKdrochtmmubyllNxyZhzU6WeBTXkAHsEbiVkOPLoNwYn36KWH
FsGOwD5jQqhVubBVD1Rme4fO8GAlO/AXko5xuRCcaMT2kQn7mBxY2NrrFs3BCq7Y
5ylvHcJ6IPXOg3y8m+XKvyAopEkSaO+hBYYM5oKl4KZL8zxVRpJ/OscxjlCLMiZN
i69XmyCQNaQ/HwZlraBi6AuuiJzAlvTzmw6WXHVLulk844B4YdBbFpX78Mz0W899
MJr4MjSzD9DckhaIYWbnvsB/dY8YWwf23EESnXNI1VRo2Ik50qnc4Piv8vHq9w95
msGAghG2db6Zmn38MNCZUact/RmczI3XU2hb8xPFGQsnPyOdcQbUWKecvPyOdS16
Xh0S3bQPJ0QCNCbUWNZk52lZq6DBjGsrrRuDpyOfl1fjYxWvIm2D4ob0cyk86pvN
SEYqmrOnAzh76kaKc0zyQEFmKX4+dSOPX1S5RLqkw+o6pUboUNYuvNcebUR9PEWX
CEoTNsK8lwXmHQr6Rh3GBRN3KsijvOrAAe5+epR20ROqB3xfmw5wZqoPWd8pX225
LMBZkH7hus+Qo+uMlYk2
=Q9Le
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,18 @@
-------------------------------------------------------------------
Thu Jan 19 21:41:05 UTC 2017 - asn@cryptomilk.org
- Update to version 3.3.3
* ccache now detects usage of .incbin assembler directives in
the source code and avoids caching such compilations.
- Changes for version 3.3.2:
* Fixed a regression in ccache 3.3 related to potentially bad
content of dependency files when compiling identical source
code but with different source paths.
* Fixed a regression in ccache 3.3.1: ccache could get confused
when using the compiler option -Wp, to pass multiple options
to the preprocessor, resulting in missing dependency files
from direct mode cache hits.
-------------------------------------------------------------------
Sun Sep 11 07:42:26 UTC 2016 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ccache
#
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,7 +17,7 @@
Name: ccache
Version: 3.3.1
Version: 3.3.3
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0+