Accepting request 337328 from devel:tools:building

- Update to 3.2.4
  * Fixed build error related to zlib on systems with older make 
    versions (regression in ccache 3.2.3).
  * Made conversion-to-bool explicit to avoid build warnings (and 
    potential runtime errors) on legacy systems.
  * Improved signal handling: Kill compiler on SIGTERM; wait for 
    compiler to exit before exiting; die appropriately.
  * Minor fixes related to Windows support.
  * The correct compression level is now used if compression is 
    requested.
  * Fixed a bug where cache cleanup could be run too early for 
    caches larger than 64 GiB on 32-bit systems.

OBS-URL: https://build.opensuse.org/request/show/337328
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ccache?expand=0&rev=33
This commit is contained in:
Stephan Kulow 2015-10-12 08:02:34 +00:00 committed by Git OBS Bridge
commit 9260674934
6 changed files with 37 additions and 21 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJV0IAKAAoJEJlt2gdVlK24yQ8QAKwUiE2pkrKcPmXv3J9sORXn
kSjbrwyTE24NEKPGQcWYo+jfnHvotnehMapmN02EQQxn7lc4a3mAk0ZtXtLdILHr
oliPrEcwjZg5nRG2MetMEXlhwlRYKl8SYQGy6hh2Oio61gjWGrHxfs4lONzl9Zn/
PlpBlEkQ3l7vP0fYRLghK+QSFM9ho8WgcBzD5eZTWNnr+OskFTTEXHoylvZBVMKT
BdhB2xeT0e5WOdTfJCWRABpZdM7XAX65NOSBThPlSunwfQRa7WQfoPe0HmZUCxN4
gUZmOauLRqWpO4cwO9k5It5Aa8c8M7Q9LvLv51kn2KpLRjziZx9cAsf6SzSzfu28
UvKGKX6OauF3q0j58Div36/c73h3IEUSRA3Q2sM+9mUHovQ3NOit6odmzFq0wCXm
DukbCBsu+alktUUKhgkDd6LMggEtyoQpkw1rWoXSibxfmqi0s/98IrWiw2rSAbPm
AcPu7oVjgl+Bi1Rx1IXb2tBAKSysSvYONwoiZ5b/N43H4fw2DjsXGCwMXWnx9885
p7eNS6QBCISuvg5LdGhgUFvhL091vdzWzHULSr9tMW8TnHhj2ep9zvshoF3xy31G
UIr5M+qVkcnepl25DAuwASU4Jvmqyscmud6a7BJVpiStYJ/I/PTDYdsP2rVrqJKr
fdMRd247FGKbZ4NveB+l
=/3/s
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,17 @@
-----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-----

View File

@ -1,3 +1,19 @@
-------------------------------------------------------------------
Thu Oct 8 20:32:17 UTC 2015 - mpluskal@suse.com
- Update to 3.2.4
* Fixed build error related to zlib on systems with older make
versions (regression in ccache 3.2.3).
* Made conversion-to-bool explicit to avoid build warnings (and
potential runtime errors) on legacy systems.
* Improved signal handling: Kill compiler on SIGTERM; wait for
compiler to exit before exiting; die appropriately.
* Minor fixes related to Windows support.
* The correct compression level is now used if compression is
requested.
* Fixed a bug where cache cleanup could be run too early for
caches larger than 64 GiB on 32-bit systems.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 22 20:36:16 UTC 2015 - astieger@suse.com Sat Aug 22 20:36:16 UTC 2015 - astieger@suse.com

View File

@ -17,7 +17,7 @@
Name: ccache Name: ccache
Version: 3.2.3 Version: 3.2.4
Release: 0 Release: 0
Summary: A Fast C/C++ Compiler Cache Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0+ License: GPL-3.0+