Accepting request 597540 from home:kstreitova:branches:devel:tools:building

- Update to version 3.4.2 [bsc#1089879]
  * The cleanup algorithm has been fixed to not misbehave when
    files are removed by another process while the cleanup process
    is running. Previously, too many files could be removed from
    the cache if multiple cleanup processes were triggered at the
    same time, in extreme cases trimming the cache to a much
    smaller size than the configured limits.
  * Correctly hash preprocessed headers located in a
    “.gch directory”. Previously, ccache would not pick up changes
    to such precompiled headers, risking false positive cache hits.
  * Fixed build failure when using the bundled zlib sources.
  * ccache 3.3.5 added a workaround for not triggering Clang errors
    when a precompiled header’s dependency has an updated timestamp
    (but identical content). That workaround is now only applied
    when the compiler is Clang.
  * Made it possible to perform out-of-source builds in dev mode
    again.
- AUTHORS.*, MANUAL.* and NEWS.* files are now located in the doc
  directory

OBS-URL: https://build.opensuse.org/request/show/597540
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/ccache?expand=0&rev=61
This commit is contained in:
Kristyna Streitova 2018-04-17 13:49:43 +00:00 committed by Git OBS Bridge
parent 9da49232b3
commit 090ad08b82
6 changed files with 46 additions and 23 deletions

View File

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

View File

@ -1,17 +0,0 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJagIkcAAoJEJlt2gdVlK24M0IQAKFaoD+oToW2U75ozGmx1iRE
WAFW4lVT4hH4XbEfKGlUiwVheBjREkzQxiH+Boo/20FcatmQZHoZxQkKpsClleMh
Hkr35ogZ95rTkPlMn5uKF1mHiIAyWUxotcFFLiOJ1L/fEZIJcKOvGCsKdEPEY+ny
c4tuChXIenrOEK5D7G3O82UcufKx6qaWChXv5Lvj42PzIzvZ+pfWjelsi8zZRrsZ
Rt+XuxoOtRI44Y9dhbWNM32iXrWjZIMVRSz9r1uva9KlMe0VWSsbHhxiJY/Vtwke
J7I5t7LVOCniy4nam1KBwnLG2ovBYu0FQegllsCL0S/ngHbdXNF4YBOxfZXYE1C0
krAbAhKrIduA1NI+OsJVHLUYtxJGXC+cfSoPC9rFu4HtVHA6O530gEUIvUlUUmtX
mMOkiIsfl3B+npU+HDb5CEvh27PYQF7f+d3vBDHCC69PCqhS/ZatkrkhnzEhrzi0
TXatxKkYl9cgNrfRFImXiq72zCGtD3RC1+gntCcJXvsFkfBKFu39OrzoWTIBqblO
tHLDvO4BkCPACfzRcnDIDI9xiqUdGeRkTa1CDUSfzMXNNOWss26T3Ud7z9WtfADn
yjZIv0SR9LiNM+oG7PJnjGBW2eJr2I9yAGR9V/MtDOHJUqOku7uy2+8BgHG+dXql
p7El2U9st2rtHsVqv34g
=Q3t9
-----END PGP SIGNATURE-----

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

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

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

@ -0,0 +1,17 @@
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAABCAAGBQJauAYVAAoJEJlt2gdVlK24UjYP/2vnr8x4OL8yq/uZfTsiAuhp
HLUzXbteo2PhANOW0ela4YtZ0zfuKLI2JmxkXanlbEUmJ0ncMdvMpnPyWfvSXrBK
xadQwip2rp8iqU8dCW+/z1mvmaZZEJiwGinSsAjJDymhjBBl+T9lzhlFuarLMhzr
OGE+DVHc1vgHQtj9yUeYMVyJp8N6qLx+Nu/Xk2nTAthdrH0vpqYunSBRm3jutBXI
C74d54ILWD9Bjd/CAaBIOEpn1AbIFxTI9k2cJIiGt3feju2pBEw4ZScYpOCOsFDo
G3sXiFgoABSZQwjCxcqLoL6sdkVzl3Wc6vp7JxYEv5mk5PCAhmfWKQNaBN8Bi3k1
isjP9Ct8/zbYn6zNbxU6ypTGoFmXH0Em67YsDh0T3mZdEUzCvH611NhdqR4s6ndE
FWZ7XxoyYNcupZL/Uj9lTuTUDVw2B0N253/Repu6Zx03KFwgzmJLJ3iNbRWqO38O
6vHb1a9TGLrcQNNkCbYvIjCb4fCz3llGxQ+4RVPEWCcVqa/mbodlKJ9a9gGaYQXO
QsfaCvYlou6XOI9v2TyJbpaZxlZQi4wFQB8PYx3AAA8cdor46YYrfHagrjpGcdUT
R7afHNASra8+HK9yNtTEmTRRnvPDZgpWOxucAhEemJa8B8pv+OipRDn8sEmYdSkg
xt5UHreL+5Wfcq13xZsd
=p4ss
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Tue Apr 17 11:52:37 UTC 2018 - kstreitova@suse.com
- Update to version 3.4.2 [bsc#1089879]
* The cleanup algorithm has been fixed to not misbehave when
files are removed by another process while the cleanup process
is running. Previously, too many files could be removed from
the cache if multiple cleanup processes were triggered at the
same time, in extreme cases trimming the cache to a much
smaller size than the configured limits.
* Correctly hash preprocessed headers located in a
“.gch directory”. Previously, ccache would not pick up changes
to such precompiled headers, risking false positive cache hits.
* Fixed build failure when using the bundled zlib sources.
* ccache 3.3.5 added a workaround for not triggering Clang errors
when a precompiled headers dependency has an updated timestamp
(but identical content). That workaround is now only applied
when the compiler is Clang.
* Made it possible to perform out-of-source builds in dev mode
again.
- AUTHORS.*, MANUAL.* and NEWS.* files are now located in the doc
directory
-------------------------------------------------------------------
Thu Mar 15 11:10:32 UTC 2018 - mpluskal@suse.com

View File

@ -17,12 +17,12 @@
Name: ccache
Version: 3.4.1
Version: 3.4.2
Release: 0
Summary: A Fast C/C++ Compiler Cache
License: GPL-3.0-or-later
Group: Development/Languages/C and C++
URL: https://ccache.samba.org/
Url: https://ccache.samba.org/
Source0: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
Source1: https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
@ -62,7 +62,7 @@ ln -sf ../../bin/%{name} c++
%files
%license LICENSE.* GPL-3.0.txt
%doc AUTHORS.* MANUAL.* NEWS.* README.*
%doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*
%{_bindir}/%{name}
%{_libdir}/%{name}
%{_mandir}/man1/%{name}.1%{?ext_man}