Accepting request 391894 from devel:tools:building

- Update to 3.2.5
  * Only pass clang-specific -stdlib= to the preprocessor.
  * Improved handling of stale NFS handles.
  * Made it harder to misinterpret documentation of boolean
    environment settings' semantics.
  * Corrected "Performance" section in the manual regarding __DATE_,
    __TIME__ and __FILE__ macros.
  * Don’t (try to) update manifest file in “read-only” and 
    “read-only direct” modes.
  * Fixed a bug in caching of stat system calls in “file_stat_matches
    sloppiness mode”.
  * Fixed bug in hashing of clang plugins, leading to unnecessary
    cache misses.
  * Fixed --print-config to show “pch_defines sloppiness”.

OBS-URL: https://build.opensuse.org/request/show/391894
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=34
This commit is contained in:
Dominique Leuenberger 2016-04-28 14:57:34 +00:00 committed by Git OBS Bridge
commit d96b37204b
6 changed files with 40 additions and 22 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJWFsD9AAoJEJlt2gdVlK24maQQAIaeAS5lo58sjpApKCBI96Vt
qJuNdmTtmd21LrGdyOJNCm8EHAZXNPphfCkMPbORGazvHz3qy/OM0vDcGO03XLcZ
2Vmh5PMMmb0Wyu7DFLlunV5WJBZZwr2+BnNsafyXnQ6o4CGGF5XG3XoiOFBfVwht
Qhovv7BTnbffXMbHWOg3ub3NzLCwhfDRE9sNuM33es+AyoKAlbOYcGtUxpRgWesV
n0JN9hgTBFNk9+71EbhKa6m5aEisQ5RaOWZR5u16Zw8TpzT1vO2HiuQBh1nebpCa
Dmmxnwysi4jwdOt8BwhfYrWk1ZV0fJUwL8MnMp1+U2lfjBzJjQzeyBQNlzEVGsB+
yhe9D9QyrCjbuGy0HaRHmL9zi2AmjiVogY/5LBgSO8aYUydn1MwKxU+nUYyErFCb
E0M7Fg8Z9zAB9SiQB+QUFVxExj0+HF9Iq32JI6G/drp7E43V0tHFUS6za10iLIWQ
zfBG3q/Pl99gJ9LH7nokibOV7Bqu1jXDkH8SJnq2UKhVTFsmnipTWaUsVR9lFAK7
yKKjsVR9GMBrwk60VjK3gugH6/0UKQzc/3+nZ5DZjpX+6YatulaJHL7R45elm34w
RxHbURjiV6kJ+D/oW4Wccp/1rHcgnWDX/Zr9eEWl6URNyCr5mrI5VMXYmMfEZ1eD
TmVYj8ukVy85r04U+Rwi
=F1H1
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJXE6HaAAoJEJlt2gdVlK24t4YP/imiKdMgXoF2zJqAgwDz1jJf
8Eq4uUlJuR2IIPFSwZHBA+M5eoUd8lu98QZDyOLEzac/GJtBMuBH8vR+GNrwV5yB
wtGBsALM6UI+N4jdVN+xhBBt25LjAUwuuUsgvrXYCWpFXKbRqm3XkZl4dkh5idDx
7ORYrUb6CBnt8FBdNhNfOPFbkDZhCp5EYgFZG9AGyI9Ijv94dFm51eIQ+OMUgZst
7S3pBsxN2I/N9mxO1fAuGtBLwIA6RAqJluXEBO71MBGl4dTCpH3cq5SxgSHUF4tw
5B1EqkqsyDf5yKhk6BIyRLceNN079fL1lD5k0HDjnL65K9AoIle+vpZhMgkDJCNQ
DjbUOlC9jPoUNyifnFzKCovC9cVnktETeN5f4FzHXpi2daH+bMxn4L/As/iSMUwZ
S1+1l++Eci2a2j6/GwY8PGBM0dl5pOJHxvgxVdgq4a72AmFHqflBvKYChwOGy7Dv
px+LmMVFLhUItvrj1Y0X1Buo59P+rbf264W/PGYxApROa9TNmw3LhuJLZ0IwLtTS
LxQPzM7+ENWkmZxcgk/EYDfw3HnwRE18EBbUDBCWvCPw99OkAwsAqb8Y4uTQ1mfE
7V1HQvDs73dxDZfFGlNCh182SB8bpPzJWkJknfLbbjDdt+vuw8vJN+wQ+RTURZ1y
m8A5L8ZLu5lspwosfotu
=nlBW
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Apr 28 07:17:22 UTC 2016 - idonmez@suse.com
- Update to 3.2.5
* Only pass clang-specific -stdlib= to the preprocessor.
* Improved handling of stale NFS handles.
* Made it harder to misinterpret documentation of boolean
environment settings' semantics.
* Corrected "Performance" section in the manual regarding __DATE_,
__TIME__ and __FILE__ macros.
* Dont (try to) update manifest file in “read-only” and
“read-only direct” modes.
* Fixed a bug in caching of stat system calls in “file_stat_matches
sloppiness mode”.
* Fixed bug in hashing of clang plugins, leading to unnecessary
cache misses.
* Fixed --print-config to show “pch_defines sloppiness”.
-------------------------------------------------------------------
Thu Oct 8 20:32:17 UTC 2015 - mpluskal@suse.com

View File

@ -1,7 +1,7 @@
#
# spec file for package ccache
#
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2016 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.2.4
Version: 3.2.5
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0+