commit ccache for openSUSE:Factory

2020-07-28 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-07-28 17:23:45

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.3592 (New)


Package is "ccache"

Tue Jul 28 17:23:45 2020 rev:55 rq:822943 version:3.7.11

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2020-07-24 
09:48:40.708945256 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.3592/ccache.changes  2020-07-28 
17:24:14.273829822 +0200
@@ -1,0 +2,11 @@
+Sun Jul 26 21:10:54 UTC 2020 - Matthias Eliasson 
+
+- Update to version 3.7.11:
+  * Added knowledge about -fprofile-{correction,reorder-functions,values}.
+  * ccache now handles the Intel compiler option -xCODE (where CODE is a
+processor feature code) correctly.
+  * Added support for NVCC’s -Werror and --Werror options.
+  * ccache’s “Directory is not hashed if using -gz[=zlib]” tests are now
+skipped for GCC 6.
+
+---

Old:

  ccache-3.7.10.tar.xz
  ccache-3.7.10.tar.xz.asc

New:

  ccache-3.7.11.tar.xz
  ccache-3.7.11.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.AMwO5A/_old  2020-07-28 17:24:16.109831905 +0200
+++ /var/tmp/diff_new_pack.AMwO5A/_new  2020-07-28 17:24:16.109831905 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.7.10
+Version:3.7.11
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.7.10.tar.xz -> ccache-3.7.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.10/LICENSE.html 
new/ccache-3.7.11/LICENSE.html
--- old/ccache-3.7.10/LICENSE.html  2020-06-22 20:00:31.0 +0200
+++ new/ccache-3.7.11/LICENSE.html  2020-07-21 20:30:47.0 +0200
@@ -735,7 +735,7 @@
 
 
 ccache copyright and license
-version 3.7.10
+version 3.7.11
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1235,9 +1235,9 @@
 
 
 
-Version 3.7.10
+Version 3.7.11
 Last updated
- 2020-06-22 19:59:54 CEST
+ 2020-07-21 20:30:11 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.10/dev.mk.in new/ccache-3.7.11/dev.mk.in
--- old/ccache-3.7.10/dev.mk.in 2020-06-22 20:00:31.0 +0200
+++ new/ccache-3.7.11/dev.mk.in 2020-07-21 20:30:47.0 +0200
@@ -195,7 +195,7 @@
  | grep '^[^ ]' \
  | sed -r -e 's/[^ ]+/*/' -e 's/<.*//' -e 's/ *$$//' \
  | sort -u \
- | perl -00 -p -i -e 's/^\*.*/ . "\n"/es' doc/AUTHORS.adoc
+ | perl -00 -p -i -e 's/^\*.*/ . "\n"/es' 
$(srcdir)/doc/AUTHORS.adoc
 
 .PHONY: check-syntax
 check-syntax:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.10/doc/AUTHORS.adoc 
new/ccache-3.7.11/doc/AUTHORS.adoc
--- old/ccache-3.7.10/doc/AUTHORS.adoc  2020-06-22 20:00:31.0 +0200
+++ new/ccache-3.7.11/doc/AUTHORS.adoc  2020-07-21 20:30:47.0 +0200
@@ -7,6 +7,7 @@
 ccache is a collective work with contributions from many people, including:
 
 * Alexander Korsunsky
+* Alexander Lanin
 * Alexey Tourbin
 * Alfred Landrum
 * Anders F Björklund
@@ -75,6 +76,7 @@
 * Nick Schultz
 * Norbert Lange
 * Oded Shimon
+* Olle Liljenzin
 * Orgad Shaneh
 * Orion Poplawski
 * Owen Mann
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.10/doc/AUTHORS.html 
new/ccache-3.7.11/doc/AUTHORS.html
--- old/ccache-3.7.10/doc/AUTHORS.html  2020-06-22 20:00:31.0 +0200
+++ new/ccache-3.7.11/doc/AUTHORS.html  2020-07-21 20:30:47.0 +0200
@@ -735,7 +735,7 @@
 
 
 ccache authors
-version 3.7.10
+version 3.7.11
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -755,6 +755,11 @@
 
 
 
+Alexander Lanin
+
+
+
+
 Alexey Tourbin
 
 
@@ -1095,6 +1100,11 @@
 
 
 
+Olle Liljenzin
+
+
+
+
 Orgad Shaneh
 
 
@@ -1271,9 +1281,9 @@
 
 
 
-Version 3.7.10
+Version 3.7.11
 Last updated
- 2020-06-22 19:59:54 CEST
+ 2020-07-21 20:30:11 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.10/doc/MANUAL.html 
new/ccache-3.7.11/doc/MANUAL.html
--- old/ccache-3.7.10/doc/MANUAL.html   2020-06-22 20:00:31.0 +0200
+++ new/ccache-3.7.11/doc/MANUAL.html   2020-07-21 20:30:47.0 +0200
@@ -735,7 +735,7 @@
 
 
 CCACHE(1)
-version 3.7.10
+version 3.7.11
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -2713,9 +2713,9 @@
 
 

commit ccache for openSUSE:Factory

2020-07-24 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-07-24 09:48:15

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.3592 (New)


Package is "ccache"

Fri Jul 24 09:48:15 2020 rev:54 rq:821776 version:3.7.10

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2020-06-23 
21:01:53.165319086 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.3592/ccache.changes  2020-07-24 
09:48:40.708945256 +0200
@@ -1,0 +2,24 @@
+Sun Jul 19 20:21:16 UTC 2020 - Matthias Eliasson 
+
+- Update to version 3.7.10: 
+  * Improved handling of profiling options. ccache should now work correctly
+for profiling options like -fprofile-{generate,use}[=path] for GCC ≥ 9
+   and Clang as well as -fauto-profile[=path] and the Clang-specific
+   -fprofile-instr-{generate,use}[=path] and 
-fprofile-sample-{use,accurate}
+   options.
+  * ccache now copies files directly from the cache to the destination file
+instead of via a temporary file. This avoids problems when using
+   filenames long enough to be near the file system’s filename max limit.
+  * When the hard-link mode is enabled, ccache now only uses hard links for
+object files, not other files like dependency files. This is because
+   compilers unlink object files before writing to them but they don’t do
+   that for dependency files, so the latter can become overwritten and
+   therefore corrupted in the cache.
+  * Fixed a glitch related to hard-link mode and an empty cache.
+  * ccache now supports the ccache.conf file to be a symlink.
+  * Temporary files are now deleted immediately on signals like SIGTERM and
+SIGINT instead of some time later in a cleanup phase.
+  * Fixed a bug that affected ccache’s -o/--set-config option for the
+base_dir and cache_dir_levels keys.
+
+---

Old:

  ccache-3.7.9.tar.xz
  ccache-3.7.9.tar.xz.asc

New:

  ccache-3.7.10.tar.xz
  ccache-3.7.10.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.40RHoL/_old  2020-07-24 09:48:45.512950285 +0200
+++ /var/tmp/diff_new_pack.40RHoL/_new  2020-07-24 09:48:45.516950289 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.7.9
+Version:3.7.10
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.7.9.tar.xz -> ccache-3.7.10.tar.xz ++
 1998 lines of diff (skipped)





commit ccache for openSUSE:Factory

2020-06-23 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-06-23 21:01:00

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.2956 (New)


Package is "ccache"

Tue Jun 23 21:01:00 2020 rev:53 rq:816389 version:3.7.9

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2020-06-10 
00:34:04.856699518 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.2956/ccache.changes  2020-06-23 
21:01:53.165319086 +0200
@@ -1,0 +2,6 @@
+Mon Jun 22 12:00:57 UTC 2020 - Sumit Jamgade 
+
+- Added patch for another cleanup mechanism based on age of file:
+  * 0001-Add-another-cleanup-mechanism-evict-older-than.patch
+
+---

New:

  0001-Add-another-cleanup-mechanism-evict-older-than.patch



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.NyWwKB/_old  2020-06-23 21:01:54.041321905 +0200
+++ /var/tmp/diff_new_pack.NyWwKB/_new  2020-06-23 21:01:54.045321918 +0200
@@ -25,6 +25,8 @@
 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
 Source2:%{name}.keyring
+# PATCH-FEATURE-UPSTREAM 
0001-Add-another-cleanup-mechanism-evict-older-than.patch 
https://github.com/ccache/ccache/pull/605
+Patch0: 0001-Add-another-cleanup-mechanism-evict-older-than.patch
 BuildRequires:  zlib-devel
 Provides:   distcc:%{_bindir}/ccache
 
@@ -36,6 +38,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure \

++ 0001-Add-another-cleanup-mechanism-evict-older-than.patch ++
>From bf47731a54561497e0c4cfcc8c0bf4242a6fe43e Mon Sep 17 00:00:00 2001
From: Sumit Jamgade 
Date: Mon, 22 Jun 2020 12:52:33 +0200
Subject: [PATCH] Add another cleanup mechanism - evict-older-than

The argument adds another mechanism to control contents of cache directory. And
is based on the LRU tracking behaviour.

As of now there is no way for ccache to eliminate files which were
are no longer needed. As a result these files stay and are kept around until
either max_files/max_size is reached.

If a particular project is being built regularly but for some reason is allowed
to grow in size, then under such circumstances using the LRU mechanism to 
control
cache size, lends as perfect solution.

The argument takes a parameter N and performs a cleanup.
While performing cleanup the oldest file in ccache can
only be N seconds old. However this cleanup will not take max_files and
max_old into consideration
---
 src/ccache.c | 43 ---
 src/ccache.h |  1 +
 src/cleanup.c| 16 +++-
 test/suites/cleanup.bash | 11 +++
 4 files changed, 55 insertions(+), 16 deletions(-)

diff --git a/src/ccache.c b/src/ccache.c
index 0e66468..0db96e1 100644
--- a/src/ccache.c
+++ b/src/ccache.c
@@ -64,6 +64,8 @@ static const char USAGE_TEXT[] =
"  (normally not needed as this is done\n"
"  automatically)\n"
"-C, --clear   clear the cache completely (except 
configuration)\n"
+"-e, --evict-older-than N  delete files older than N seconds (this 
will not\n"
+"  take max_files, max_size into 
consideration)\n"
"-F, --max-files=N set maximum number of files in cache to 
N (use 0\n"
"  for no limit)\n"
"-M, --max-size=SIZE   set maximum size of cache to SIZE (use 0 
for no\n"
@@ -4164,25 +4166,26 @@ ccache_main_options(int argc, char *argv[])
PRINT_STATS,
};
static const struct option options[] = {
-   {"cleanup",   no_argument,   0, 'c'},
-   {"clear", no_argument,   0, 'C'},
-   {"dump-manifest", required_argument, 0, DUMP_MANIFEST},
-   {"get-config",required_argument, 0, 'k'},
-   {"hash-file", required_argument, 0, HASH_FILE},
-   {"help",  no_argument,   0, 'h'},
-   {"max-files", required_argument, 0, 'F'},
-   {"max-size",  required_argument, 0, 'M'},
-   {"print-stats",   no_argument,   0, PRINT_STATS},
-   {"set-config",required_argument, 0, 'o'},
-   {"show-config",   no_argument,   0, 'p'},
-   {"show-stats",no_argument,   0, 's'},
-   {"version",   no_argument,   

commit ccache for openSUSE:Factory

2020-06-09 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-06-10 00:33:56

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.3606 (New)


Package is "ccache"

Wed Jun 10 00:33:56 2020 rev:52 rq:812204 version:3.7.9

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2020-04-05 
20:49:35.660955828 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.3606/ccache.changes  2020-06-10 
00:34:04.856699518 +0200
@@ -1,0 +2,5 @@
+Sun Jun  7 10:07:00 UTC 2020 - Martin Pluskal 
+
+- Add symlink for nvidia cuda compiler as well
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.XPcii7/_old  2020-06-10 00:34:05.956702504 +0200
+++ /var/tmp/diff_new_pack.XPcii7/_new  2020-06-10 00:34:05.964702526 +0200
@@ -58,11 +58,13 @@
 # and regular cc
 ln -sf ../../bin/%{name} cc
 ln -sf ../../bin/%{name} c++
+# and for nvidia cuda
+ln -sf ../../bin/%{name} nvcc
 
 %ifnarch %{ix86}
 # Testsuite fails on i586
 %check
-make %{?_smp_mflags} check
+%make_build check
 %endif
 
 %files






commit ccache for openSUSE:Factory

2020-04-05 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-04-05 20:49:35

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.3248 (New)


Package is "ccache"

Sun Apr  5 20:49:35 2020 rev:51 rq:791119 version:3.7.9

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2020-02-14 
16:30:11.603347587 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.3248/ccache.changes  2020-04-05 
20:49:35.660955828 +0200
@@ -1,0 +2,22 @@
+Fri Apr  3 07:49:10 UTC 2020 - Martin Pluskal 
+
+- Update to version 3.7.9:
+  * Fixed replacing of /dev/null when building as root with hard link mode 
enabled and using -o /dev/null.
+  * Removed incorrect assertion resulting in “ccache: error: Internal error in 
format” when using -fdebug-prefix-map=X= with X equal to $PWD.
+  * Improved CUDA/NVCC support: Recognize -dc and -x cu options.
+  * Improved name of temporary file used in NFS-safe unlink.
+
+- Changes for version 3.7.8:
+  * Use $PWD instead of the real CWD (current working directory) when checking 
for CWD in preprocessed output. This fixes a problem when $PWD includes a 
symlink part and the user has set hash_dir = false.
+  * Rewrote the Windows version of the lockfile routines. This should mitigate 
several problems with the old implementation.
+  * If localtime_r fails the epoch time is now logged instead of garbage.
+  * Improved error message when a boolean environment variable has an invalid 
value.
+  * Improved the regression fix in ccache 3.7.5 related to not passing 
compilation-only options to the preprocessor.
+  * ccache’s PCH test suite now skips running the tests if it detects broken 
PCH compiler support.
+  * Fixed unit test failure on Windows.
+  * Fixed “stringop-truncation” build warning on Windows.
+  * Improved “x_rename” implementation on Windows.
+  * Improved removal of temporary file when rewriting absolute paths to 
relative in the dependency file.
+  * Clarified “include_file_ctime sloppiness” in the Performance section in 
the manual.
+
+---

Old:

  ccache-3.7.7.tar.xz
  ccache-3.7.7.tar.xz.asc

New:

  ccache-3.7.9.tar.xz
  ccache-3.7.9.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.y12rUO/_old  2020-04-05 20:49:36.164956310 +0200
+++ /var/tmp/diff_new_pack.y12rUO/_new  2020-04-05 20:49:36.168956314 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.7.7
+Version:3.7.9
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.7.7.tar.xz -> ccache-3.7.9.tar.xz ++
 1734 lines of diff (skipped)





commit ccache for openSUSE:Factory

2020-02-14 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2020-02-14 16:29:57

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.26092 (New)


Package is "ccache"

Fri Feb 14 16:29:57 2020 rev:50 rq:770545 version:3.7.7

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-12-23 
22:43:16.365972034 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.26092/ccache.changes 2020-02-14 
16:30:11.603347587 +0100
@@ -1,0 +2,10 @@
+Thu Feb  6 11:55:59 UTC 2020 - Martin Pluskal 
+
+- Update to version 3.7.7:
+  * Fixed a bug related to object file location in the dependency file (if 
using -MD or -MMD but not -MF and the build directory is not the same as the 
source directory then the object file location in the .d file would become 
incorrect). This fixes regression in ccache 3.7.5 introduced by the bug fix 
related to EDG-based compilers. Note that this removes support for EDG-based 
compilers again. (A better fix for this is planned for ccache 4.0.)
+  * Removed the unify mode since it has bugs and shortcomings that are 
non-trivial or impossible to fix: it doesn’t work with the direct mode, it 
doesn’t handle C++ raw strings correctly, it can give false cache hits for 
.incbin directives, it’s turned off when using -g and it can make line numbers 
in warning messages and __LINE__ macros incorrect.
+mtime and ctime values are now stored in the manifest files only when 
sloppy_file_stat is set. This avoids adding superfluous manifest file entries 
on direct mode cache misses.
+  * A “Result:” line is now always printed to the log.
+  * The “cache miss” statistics counter will now be updated for read-only 
cache misses, making it consistent with the cache hit case.
+
+---

Old:

  ccache-3.7.6.tar.xz
  ccache-3.7.6.tar.xz.asc

New:

  ccache-3.7.7.tar.xz
  ccache-3.7.7.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.RTrAsD/_old  2020-02-14 16:30:12.283347956 +0100
+++ /var/tmp/diff_new_pack.RTrAsD/_new  2020-02-14 16:30:12.287347959 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# Copyright (c) 2019 SUSE LLC
+# Copyright (c) 2020 SUSE LLC
 #
 # 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.7.6
+Version:3.7.7
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.7.6.tar.xz -> ccache-3.7.7.tar.xz ++
 2042 lines of diff (skipped)





commit ccache for openSUSE:Factory

2019-12-23 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-12-23 22:41:09

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.6675 (New)


Package is "ccache"

Mon Dec 23 22:41:09 2019 rev:49 rq:757695 version:3.7.6

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-11-07 
23:13:57.512366014 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.6675/ccache.changes  2019-12-23 
22:43:16.365972034 +0100
@@ -1,0 +2,9 @@
+Wed Dec 18 09:31:24 UTC 2019 - Martin Pluskal 
+
+- Update to version 3.7.6:
+  * The opt-in “file_macro sloppiness” mode has been removed so that the input 
file path now is always included in the direct mode hash. This fixes a bug that 
could result in false cache hits in an edge case when “file_macro sloppiness” 
is enabled and several identical source files include a relative header file 
with the same name but in different directories.
+  * Statistics files are no longer lost when the filesystem of the cache is 
full.
+  * Bail out on too hard Clang option -MJarg (in addition to the previous 
bailout of -MJ arg).
+  * Properly handle color diagnostics in the depend mode as well.
+
+---

Old:

  ccache-3.7.5.tar.xz
  ccache-3.7.5.tar.xz.asc

New:

  ccache-3.7.6.tar.xz
  ccache-3.7.6.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.lzTBOK/_old  2019-12-23 22:43:17.185972390 +0100
+++ /var/tmp/diff_new_pack.lzTBOK/_new  2019-12-23 22:43:17.185972390 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LLC
 #
 # 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.7.5
+Version:3.7.6
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.7.5.tar.xz -> ccache-3.7.6.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.5/LICENSE.html 
new/ccache-3.7.6/LICENSE.html
--- old/ccache-3.7.5/LICENSE.html   2019-10-22 20:51:15.0 +0200
+++ new/ccache-3.7.6/LICENSE.html   2019-11-17 20:10:36.0 +0100
@@ -735,7 +735,7 @@
 
 
 ccache copyright and license
-version 3.7.5
+version 3.7.6
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1235,9 +1235,9 @@
 
 
 
-Version 3.7.5
+Version 3.7.6
 Last updated
- 2019-10-22 20:50:43 CEST
+ 2019-11-17 20:10:03 CET
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.5/dev.mk.in new/ccache-3.7.6/dev.mk.in
--- old/ccache-3.7.5/dev.mk.in  2019-10-22 20:51:15.0 +0200
+++ new/ccache-3.7.6/dev.mk.in  2019-11-17 20:10:36.0 +0100
@@ -191,7 +191,9 @@
 
 .PHONY: update-authors
 update-authors:
-   git log --pretty=format:"* %aN" \
+   git log --pretty=format:"%H %aN" \
+ | grep -Ev 'd7c5056beda5483fcd5c098165fffd9be86fe98d' \
+ | sed -r 's/[^ ]+/*/' \
  | sort -u \
  | perl -00 -p -i -e 's/^\*.*/ . "\n"/es' doc/AUTHORS.adoc
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.5/doc/AUTHORS.adoc 
new/ccache-3.7.6/doc/AUTHORS.adoc
--- old/ccache-3.7.5/doc/AUTHORS.adoc   2019-10-22 20:51:15.0 +0200
+++ new/ccache-3.7.6/doc/AUTHORS.adoc   2019-11-17 20:10:36.0 +0100
@@ -88,6 +88,7 @@
 * Robert Yang
 * Robin H. Johnson
 * Rolf Bjarne Kvinge
+* Russell King
 * RW
 * Ryan Brown
 * Sam Gross
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.5/doc/AUTHORS.html 
new/ccache-3.7.6/doc/AUTHORS.html
--- old/ccache-3.7.5/doc/AUTHORS.html   2019-10-22 20:51:15.0 +0200
+++ new/ccache-3.7.6/doc/AUTHORS.html   2019-11-17 20:10:36.0 +0100
@@ -735,7 +735,7 @@
 
 
 ccache authors
-version 3.7.5
+version 3.7.6
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1160,6 +1160,11 @@
 
 
 
+Russell King
+
+
+
+
 RW
 
 
@@ -1251,9 +1256,9 @@
 
 
 
-Version 3.7.5
+Version 3.7.6
 Last updated
- 2019-10-22 20:50:43 CEST
+ 2019-11-17 20:10:03 CET
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.5/doc/MANUAL.adoc 
new/ccache-3.7.6/doc/MANUAL.adoc
--- old/ccache-3.7.5/doc/MANUAL.adoc2019-10-22 20:51:15.0 +0200
+++ 

commit ccache for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-11-07 23:13:56

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.2990 (New)


Package is "ccache"

Thu Nov  7 23:13:56 2019 rev:48 rq:745343 version:3.7.5

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-10-28 
16:44:00.540520957 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.2990/ccache.changes  2019-11-07 
23:13:57.512366014 +0100
@@ -1,0 +2,12 @@
+Tue Nov  5 08:14:20 UTC 2019 - Martin Pluskal 
+
+- Update to version 3.7.5:
+  * Added support for -MF=arg (with an extra equal sign) as understood by 
EDG-based compilers.
+  * Fixed a regression in 3.7.2 that could result in a warning message instead 
of an error in an edge case related to usage of “-Werror”.
+  * An implicit -MQ is now passed to the preprocessor only if the object file 
extension is non-standard. This will make it easier to use EDG-based compilers 
(e.g. GHS) which don’t understand -MQ. (This is a bug fix of the corresponding 
improvement implemented in ccache 3.4.)
+  * ccache now falls back to running the real compiler instead of failing 
fataly if an internal temporary file is missing after compilation.
+  * Fixed a crash if localtime returns null pointer in localtime_r replacement.
+  * Fixed header file dependency tracking when building ccache itself.
+  * Fixed warning during configure in out-of-tree build in developer mode.
+
+---

Old:

  ccache-3.7.4.tar.xz
  ccache-3.7.4.tar.xz.asc

New:

  ccache-3.7.5.tar.xz
  ccache-3.7.5.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.GZCQVi/_old  2019-11-07 23:13:57.968366513 +0100
+++ /var/tmp/diff_new_pack.GZCQVi/_new  2019-11-07 23:13:57.976366522 +0100
@@ -17,11 +17,10 @@
 
 
 Name:   ccache
-Version:3.7.4
+Version:3.7.5
 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

++ ccache-3.7.4.tar.xz -> ccache-3.7.5.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.4/LICENSE.html 
new/ccache-3.7.5/LICENSE.html
--- old/ccache-3.7.4/LICENSE.html   2019-09-12 21:14:51.0 +0200
+++ new/ccache-3.7.5/LICENSE.html   2019-10-22 20:51:15.0 +0200
@@ -735,7 +735,7 @@
 
 
 ccache copyright and license
-version 3.7.4
+version 3.7.5
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1235,9 +1235,9 @@
 
 
 
-Version 3.7.4
+Version 3.7.5
 Last updated
- 2019-09-12 21:14:17 CEST
+ 2019-10-22 20:50:43 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.4/Makefile.in new/ccache-3.7.5/Makefile.in
--- old/ccache-3.7.4/Makefile.in2019-09-12 21:14:51.0 +0200
+++ new/ccache-3.7.5/Makefile.in2019-10-22 20:51:15.0 +0200
@@ -126,6 +126,8 @@
 clean:
rm -rf $(files_to_clean)
 
+$(non_3pp_objs) $(test_objs): CFLAGS += @more_warnings@
+
 src/snprintf.o: CFLAGS += @no_implicit_fallthrough_warning@
 $(zlib_objs): CPPFLAGS += -include config.h
 $(zlib_objs): CFLAGS += @no_implicit_fallthrough_warning@
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.4/configure new/ccache-3.7.5/configure
--- old/ccache-3.7.4/configure  2019-09-12 21:14:51.0 +0200
+++ new/ccache-3.7.5/configure  2019-10-22 20:51:15.0 +0200
@@ -4067,24 +4067,22 @@
 CFLAGS="$CFLAGS -O"
 fi
 
-more_warnings="-Wextra -Wpedantic"
-if test "$ac_compiler_clang" = yes; then
-more_warnings="$more_warnings -Weverything"
-more_warnings="$more_warnings -Wno-conversion"
-more_warnings="$more_warnings -Wno-disabled-macro-expansion"
-more_warnings="$more_warnings -Wno-format-nonliteral"
-more_warnings="$more_warnings -Wno-padded"
-more_warnings="$more_warnings -Wno-shorten-64-to-32"
-more_warnings="$more_warnings -Wno-sign-conversion"
-fi
-
 # Check whether --enable-more_warnings was given.
 if test "${enable_more_warnings+set}" = set; then :
   enableval=$enable_more_warnings;
 fi
 
 if test x${enable_more_warnings} = xyes; then
-CFLAGS="$CFLAGS $more_warnings"
+

commit ccache for openSUSE:Factory

2019-10-28 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-10-28 16:43:54

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.2990 (New)


Package is "ccache"

Mon Oct 28 16:43:54 2019 rev:47 rq:742098 version:3.7.4

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-08-27 
15:53:49.663691447 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.2990/ccache.changes  2019-10-28 
16:44:00.540520957 +0100
@@ -1,0 +2,11 @@
+Wed Oct 16 07:21:20 UTC 2019 - Martin Pluskal 
+
+- 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.
+
+---

Old:

  ccache-3.7.3.tar.xz
  ccache-3.7.3.tar.xz.asc

New:

  ccache-3.7.4.tar.xz
  ccache-3.7.4.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.8Gmnzr/_old  2019-10-28 16:44:02.488523435 +0100
+++ /var/tmp/diff_new_pack.8Gmnzr/_new  2019-10-28 16:44:02.488523435 +0100
@@ -17,7 +17,7 @@
 
 
 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
@@ -41,7 +41,7 @@
 %build
 %configure \
   --without-bundled-zlib
-make %{?_smp_mflags} V=1
+%make_build
 
 %install
 %make_install

++ ccache-3.7.3.tar.xz -> ccache-3.7.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.3/LICENSE.html 
new/ccache-3.7.4/LICENSE.html
--- old/ccache-3.7.3/LICENSE.html   2019-08-17 22:37:57.0 +0200
+++ new/ccache-3.7.4/LICENSE.html   2019-09-12 21:14:51.0 +0200
@@ -735,7 +735,7 @@
 
 
 ccache copyright and license
-version 3.7.3
+version 3.7.4
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1235,9 +1235,9 @@
 
 
 
-Version 3.7.3
+Version 3.7.4
 Last updated
- 2019-08-17 22:37:25 CEST
+ 2019-09-12 21:14:17 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.3/doc/AUTHORS.adoc 
new/ccache-3.7.4/doc/AUTHORS.adoc
--- old/ccache-3.7.3/doc/AUTHORS.adoc   2019-08-17 22:37:57.0 +0200
+++ new/ccache-3.7.4/doc/AUTHORS.adoc   2019-09-12 21:14:51.0 +0200
@@ -20,6 +20,7 @@
 * Chiaki Ishikawa
 * Chris AtLee
 * Clemens Rabe
+* Cristian Adam
 * David Givone
 * Doug Anderson
 * Edward Z. Yang
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.3/doc/AUTHORS.html 
new/ccache-3.7.4/doc/AUTHORS.html
--- old/ccache-3.7.3/doc/AUTHORS.html   2019-08-17 22:37:57.0 +0200
+++ new/ccache-3.7.4/doc/AUTHORS.html   2019-09-12 21:14:51.0 +0200
@@ -735,7 +735,7 @@
 
 
 ccache authors
-version 3.7.3
+version 3.7.4
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -820,6 +820,11 @@
 
 
 
+Cristian Adam
+
+
+
+
 David Givone
 
 
@@ -1241,9 +1246,9 @@
 
 
 
-Version 3.7.3
+Version 3.7.4
 Last updated
- 2019-08-17 22:37:25 CEST
+ 2019-09-12 21:14:17 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.3/doc/MANUAL.html 
new/ccache-3.7.4/doc/MANUAL.html
--- old/ccache-3.7.3/doc/MANUAL.html2019-08-17 22:37:57.0 +0200
+++ new/ccache-3.7.4/doc/MANUAL.html2019-09-12 21:14:51.0 +0200
@@ -735,7 +735,7 @@
 
 
 CCACHE(1)
-version 3.7.3
+version 3.7.4
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -2746,9 +2746,9 @@
 
 
 
-Version 3.7.3
+Version 3.7.4
 Last updated
- 2019-08-17 22:37:25 CEST
+ 2019-09-12 21:14:17 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.7.3/doc/NEWS.adoc 
new/ccache-3.7.4/doc/NEWS.adoc
--- old/ccache-3.7.3/doc/NEWS.adoc  2019-08-17 22:37:57.0 +0200
+++ new/ccache-3.7.4/doc/NEWS.adoc  2019-09-12 21:14:51.0 +0200
@@ -1,6 +1,21 @@
 ccache news
 ===
 
+ccache 3.7.4
+
+Release date: 2019-09-12
+
+Improvements
+
+
+- Added support for GCC 9’s `-gz[=type]` 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 

commit ccache for openSUSE:Factory

2019-08-27 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-08-27 15:53:49

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.7948 (New)


Package is "ccache"

Tue Aug 27 15:53:49 2019 rev:46 rq:726110 version:3.7.3

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-05-03 
22:27:17.828321602 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new.7948/ccache.changes  2019-08-27 
15:53:49.663691447 +0200
@@ -1,0 +2,16 @@
+Mon Aug 26 08:57:55 UTC 2019 - Martin Pluskal 
+
+- Update to version 3.7.3:
+  * The cache size (which is counted in “used disk blocks”) is now correct on 
filesystems that use more or less disk blocks than conventional filesystems, 
e.g. ecryptfs or btrfs/zfs with transparent compression. This also fixes a 
related problem with ccache’s own test suite when run on such file systems.
+Fixed a regression in 3.7.2 when using the compiler option “-Werror” and then 
“-Wno-error” later on the command line.
+- Changes n version 3.7.2:
+  * The compiler option -gdwarf* no longer forces “run_second_cpp = true”.
+  * Added verification that the value passed to the -o/--set-config option is 
valid.
+  * Fixed detection of precompiled headers in the depend mode.
+  * Bail out on too hard Clang option -ftime-trace.
+  * ccache now updates the correct stats file when adding/updating manifest 
files. This bug previously made the file and size statistics counters incorrect 
over time.
+  * Fixed warnings from Clang about unused arguments during preprocessing.
+  * Unknown manifest versions are now handled gracefully in --dump-manifest.
+  * Fixed make check with “funny” locales.
+
+---

Old:

  ccache-3.7.1.tar.xz
  ccache-3.7.1.tar.xz.asc

New:

  ccache-3.7.3.tar.xz
  ccache-3.7.3.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.C4E77P/_old  2019-08-27 15:53:50.195691003 +0200
+++ /var/tmp/diff_new_pack.C4E77P/_new  2019-08-27 15:53:50.199691000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.7.1
+Version:3.7.3
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later
@@ -60,7 +60,7 @@
 ln -sf ../../bin/%{name} cc
 ln -sf ../../bin/%{name} c++
 
-%ifnarch %ix86
+%ifnarch %{ix86}
 # Testsuite fails on i586
 %check
 make %{?_smp_mflags} check

++ ccache-3.7.1.tar.xz -> ccache-3.7.3.tar.xz ++
 2992 lines of diff (skipped)





commit ccache for openSUSE:Factory

2019-05-03 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-05-03 22:27:16

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.5148 (New)


Package is "ccache"

Fri May  3 22:27:16 2019 rev:45 rq:700046 version:3.7.1

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2019-02-08 
12:06:52.861616085 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.5148/ccache.changes  2019-05-03 
22:27:17.828321602 +0200
@@ -1,0 +2,68 @@
+Thu May  2 08:36:20 UTC 2019 - Martin Pluskal 
+
+- Fix upstream urls
+
+---
+Wed May  1 16:35:56 UTC 2019 -  
+
+- Update URLs in the .spec file
+- Update to version 3.7.1
+- Changes for version 3.7.1
+  * Fixed a problem when using the compiler option `-MF /dev/null`.
+  * Long commandlines are now handled gracefully on Windows by using 
+the `@file` syntax to avoid hitting the commandline size limit.
+  * Fixed complaint from GCC 9’s `-Werror=format-overflow` when 
+compiling ccache itself.
+- Changes for version 3.7
+  * Fixed crash when the debug mode is enabled and the output file is 
+in a non-writable directory, e.g. when the output file is `/dev/null`.
+  * Fixed an issue when printing very large log messages to the debug 
+log.
+  * Fixed bugs related to support for `-gsplit-dwarf`. Previously 
+ccache could produce an incorrect link to the `.dwo` file in the 
+`.o` file.
+  * Compilations with /dev/null as the input file are now cached.
+  * ccache has learned how to contruct the object filename if no `-o` 
+option is given and the source filename does not include a `.` or 
+ends with a `.`.
+  * Fixed a temporary file leak when the depend mode is enabled and 
+the compiler produces standard error output.
+  * Fixed a bug in the depend mode where a manifest hash only could 
+be associated with one set of header dependencies.
+  * Manifest files did not get marked as used on direct cache hits, 
+so the LRU cache cleanup would incorrectly remove them eventually. 
+This has been fixed.
+  * The rewriting of absolute paths into relative paths in the 
+dependency file has been enabled in the depend mode as well.
+  * ccache now ignores unknown keys in configuration files for 
+forward compatibility.
+  * Rearranged command-line options into sections in the help text.
+  * Documented the previously undocumented `--dump-manifest` and 
+`--hash-file` options (only useful for debugging ccache itself).
+  * Added missing documentation for the command-line option 
+`-k/--get-config` added in ccache 3.5.
+  * Renamed the `--print-config` command to `--show-config`.
+  * Added a new `--print-stats` command that prints statistics 
+counters in machine-parsable (tab-separated) format.
+  * ccache no longer creates a missing output directory, thus 
+mimicking the compiler behavior for `-o out/obj.o` when “out” 
+doesn’t exist.
+  * `-fdebug-prefix-map=ARG`, `-ffile-prefix-map=ARG` and 
+`-fmacro-prefix-map=ARG` are now included in the hash, but only 
+the part before “ARG”. This fixes a bug where compiler feature 
+detection of said flags would not work correctly with ccache.
+  * Bail out on too hard compiler option `-gtoggle`.
+  * Bail out on too hard Clang options `--analyze` and `-analyze`.
+  * Improved debug logging of file hashes in depend mode.
+  * Improved handling of various `-g*` options. In particular, ccache 
+now understands that `-g0` cancels out previous `-g* options`.
+  * Worked around a problem with Automake related to `.d` files when 
+using the hard link mode.
+  * Added opt-in (at configure time) support for enabling trace logs 
+for profiling ccache itself. See `doc/DEVELOPER.md` in the code 
+tree for more information
+  * Removed support for Fortran 77 again. Some Fortran support was 
+added in ccache 3.3, but the implementation did not work when 
+Fortran modules are involved.
+
+---

Old:

  ccache-3.6.tar.xz
  ccache-3.6.tar.xz.asc

New:

  ccache-3.7.1.tar.xz
  ccache-3.7.1.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.63AcAu/_old  2019-05-03 22:27:18.464322905 +0200
+++ /var/tmp/diff_new_pack.63AcAu/_new  2019-05-03 22:27:18.468322914 +0200
@@ -12,19 +12,19 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   

commit ccache for openSUSE:Factory

2019-02-08 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2019-02-08 12:06:48

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new.28833 (New)


Package is "ccache"

Fri Feb  8 12:06:48 2019 rev:44 rq:670359 version:3.6

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2018-11-06 
13:50:48.112545248 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new.28833/ccache.changes 2019-02-08 
12:06:52.861616085 +0100
@@ -1,0 +2,34 @@
+Thu Jan 31 10:36:48 UTC 2019 - kstreit...@suse.com
+
+- Update to version 3.6
+- Changes for version 3.6
+  * ccache now has an opt-in ``depend mode'' 
+  * Added support for GCC's `-ffile-prefix-map` option
+  * Added support for multiple `-fsanitize-blacklist` arguments
+  * ccache now includes the environment variables `LANG`, `LC_ALL`,
+   `LC_CTYPE` and `LC_MESSAGES` in the hash since they may affect
+localization of compiler warning messages
+  * Fixed a problem due to Clang overwriting the output file when
+compiling an assembler file
+  * Clarified the manual to explain the reasoning behind the
+“file_macro” sloppiness setting in a better way
+  * ccache now handles several levels of nonexistent directories
+when rewriting absolute paths to relative
+  * A new sloppiness setting `clang_index_store` makes ccache skip
+the Clang compiler option `-index-store-path` and its argument
+when computing the manifest hash
+  * Rename sloppiness `no_system_headers` to `system_headers` for
+consistency with other options
+  * The GCC variables “DEPENDENCIES_OUTPUT” and “SUNPRO_DEPENDENCIES”
+are now supported correctly.
+  * The algorithm that scans for `__DATE_` and `__TIME__` tokens in
+the hashed source code now doesn't produce false positives for
+tokens where `__DATE__` or `__TIME__` is a substring
+- Changes for version 3.5.1 
+  * Added missing getopt_long.c source file to release archive
+  * Fixed (harmless) compiler warnings when building ccache object
+files
+  * CFLAGS is no longer passed to the linker when linking ccache
+  * Improved development mode build flags
+
+---

Old:

  ccache-3.5.tar.xz
  ccache-3.5.tar.xz.asc

New:

  ccache-3.6.tar.xz
  ccache-3.6.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.KG0b1O/_old  2019-02-08 12:06:54.161615597 +0100
+++ /var/tmp/diff_new_pack.KG0b1O/_new  2019-02-08 12:06:54.165615595 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 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
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via https://bugs.opensuse.org/
+# Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
 
 Name:   ccache
-Version:3.5
+Version:3.6
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later

++ ccache-3.5.tar.xz -> ccache-3.6.tar.xz ++
 4645 lines of diff (skipped)





commit ccache for openSUSE:Factory

2018-11-06 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2018-11-06 13:50:45

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Tue Nov  6 13:50:45 2018 rev:43 rq:643637 version:3.5

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2018-07-17 
09:39:03.090015631 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2018-11-06 
13:50:48.112545248 +0100
@@ -1,0 +2,17 @@
+Mon Oct 22 06:53:16 UTC 2018 - Martin Pluskal 
+
+- Make sure bundled zlib is not used
+- Make building more verbose
+
+---
+Mon Oct 22 06:38:20 UTC 2018 - s...@suspend.net
+
+- Update to version 3.5
+  * Added a boolean debug (CCACHE_DEBUG) configuration option
+  * Renamed CCACHE_CC to CCACHE_COMPILER
+  * Added a new command-line option -k/--get-config
+  * Improved performance substantially when using hash_dir = false
+  * Renamed "stats zero time" to "stats zeroed"
+  * Added file_state_matches_ctime option to disable ctime check
+
+---

Old:

  ccache-3.4.2.tar.xz
  ccache-3.4.2.tar.xz.asc

New:

  ccache-3.5.tar.xz
  ccache-3.5.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.f3HbnS/_old  2018-11-06 13:50:48.960544097 +0100
+++ /var/tmp/diff_new_pack.f3HbnS/_new  2018-11-06 13:50:48.960544097 +0100
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ccache
-Version:3.4.2
+Version:3.5
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0-or-later
@@ -26,7 +26,6 @@
 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
-BuildRequires:  xz
 BuildRequires:  zlib-devel
 Provides:   distcc:%{_bindir}/ccache
 
@@ -37,11 +36,12 @@
 Objective-C++.
 
 %prep
-%autosetup
+%setup -q
 
 %build
-%configure
-make %{?_smp_mflags}
+%configure \
+  --without-bundled-zlib
+make %{?_smp_mflags} V=1
 
 %install
 %make_install

++ ccache-3.4.2.tar.xz -> ccache-3.5.tar.xz ++
 12279 lines of diff (skipped)





commit ccache for openSUSE:Factory

2018-07-17 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2018-07-17 09:38:53

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Tue Jul 17 09:38:53 2018 rev:42 rq:622434 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2018-04-23 
15:25:02.928319725 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2018-07-17 
09:39:03.090015631 +0200
@@ -1,0 +2,5 @@
+Wed Jul 11 08:41:42 UTC 2018 - mplus...@suse.com
+
+- Enable testsuite
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.SoRtk6/_old  2018-07-17 09:39:03.766013278 +0200
+++ /var/tmp/diff_new_pack.SoRtk6/_new  2018-07-17 09:39:03.766013278 +0200
@@ -22,7 +22,7 @@
 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
@@ -60,6 +60,12 @@
 ln -sf ../../bin/%{name} cc
 ln -sf ../../bin/%{name} c++
 
+%ifnarch %ix86
+# Testsuite fails on i586
+%check
+make %{?_smp_mflags} check
+%endif
+
 %files
 %license LICENSE.* GPL-3.0.txt
 %doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*






commit ccache for openSUSE:Factory

2018-04-23 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2018-04-23 15:25:01

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Mon Apr 23 15:25:01 2018 rev:41 rq:597541 version:3.4.2

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2018-02-06 
16:46:24.155793490 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2018-04-23 
15:25:02.928319725 +0200
@@ -1,0 +2,61 @@
+Tue Apr 17 11:52:37 UTC 2018 - kstreit...@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 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
+
+---
+Thu Mar 15 11:10:32 UTC 2018 - mplus...@suse.com
+
+- Update to version 3.4.1:
+  * Fixed printing of version number in ccache --version.
+- Changes for version 3.4.0:
+  * The compiler option form --sysroot arg is now handled like the
+documented --sysroot=arg form.
+  * Added support for caching .su files generated by GCC flag
+-fstack-usage.
+  * ccache should now work with distcc’s “pump” wrapper.
+  * The optional unifier is no longer disabled when the direct mode
+is enabled.
+  * Added support for nvcc compiler options --compiler-bindir/-ccbin,
+--output-directory/-odir and --libdevice-directory/-ldir.
+  * Boolean environment variable settings no longer accept the
+following (case-insensitive) values: 0, false, disable and no.
+All other values are accepted and taken to mean “true”. This is
+to stop users from setting e.g. CCACHE_DISABLE=0 and then
+expect the cache to be used.
+  * Improved support for run_second_cpp = false: If combined with
+passing -fdirectives-only (GCC) or frewrite-includes (Clang) to
+the compiler, diagnostics warnings and similar will be correct.
+  * An implicit -MQ is now passed to the preprocessor only if the
+object file extension is non-standard. This should make it
+easier to use EDG-based compilers (e.g. GHS) which don’t
+understand -MQ.
+  * ccache now treats an unreadable configuration file just like a
+missing configuration file.
+  * Documented more pitfalls with enabling hard_links
+(CCACHE_HARDLINK).
+  * Documented caveats related to colored warnings from compilers.
+  * File size and number counters are now updated correctly when
+files are overwritten in the cache, e.g. when using
+CCACHE_RECACHE.
+  * run_second_cpp is now forced for nvcc.
+  * Fixed how the nvcc options -optf and -odir are handled.
+
+---

Old:

  ccache-3.3.6.tar.xz
  ccache-3.3.6.tar.xz.asc

New:

  ccache-3.4.2.tar.xz
  ccache-3.4.2.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.Jajrxu/_old  2018-04-23 15:25:03.480299675 +0200
+++ /var/tmp/diff_new_pack.Jajrxu/_new  2018-04-23 15:25:03.484299531 +0200
@@ -17,10 +17,10 @@
 
 
 Name:   ccache
-Version:3.3.6
+Version:3.4.2
 Release:0
 Summary:A Fast C/C++ Compiler Cache
-License:GPL-3.0+
+License:GPL-3.0-or-later
 Group:  Development/Languages/C and C++
 Url:https://ccache.samba.org/
 Source0:https://www.samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
@@ -37,7 +37,7 @@
 Objective-C++.
 
 %prep
-%setup -q
+%autosetup
 
 %build
 %configure
@@ -61,9 +61,10 @@
 ln -sf ../../bin/%{name} c++
 
 %files
-%doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
+%license LICENSE.* GPL-3.0.txt
+%doc doc/AUTHORS.* doc/MANUAL.* doc/NEWS.* README.*
 %{_bindir}/%{name}
 %{_libdir}/%{name}
-%{_mandir}/man1/%{name}.1%{ext_man}
+%{_mandir}/man1/%{name}.1%{?ext_man}
 
 

commit ccache for openSUSE:Factory

2018-02-06 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2018-02-06 16:46:21

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Tue Feb  6 16:46:21 2018 rev:40 rq:572526 version:3.3.6

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2017-04-06 
11:03:22.169243980 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2018-02-06 
16:46:24.155793490 +0100
@@ -1,0 +2,36 @@
+Sat Feb  3 04:53:41 UTC 2018 - avin...@opensuse.org
+
+- Update to version 3.3.6:
+  * Improved instructions on how to get cache hits between different
+working directories.
+- Changes for version 3.3.5:
+  * Documented how automatic cache cleanup works.
+  * Fixed a regression where the original order of debug options
+could be lost. This reverts the “Improved parsing of -g*
+options” feature in ccache 3.3.
+  * Multiple -fdebug-prefix-map options should now be handled
+correctly.
+  * Fixed matching of directories in the ignore_headers_in_manifest
+configuration option.
+  * Fixed detection of missing argument to -opt/--options-file.
+  * ccache now bails out when building a precompiled header if any
+of the corresponding header files have an updated timestamp.
+This fixes complaints from clang.
+  * Fixed a bug related to erroneously storing a dependency file
+with absolute paths in the cache on a preprocessed hit.
+  * ccache -c/--cleanup now works like documented: it just
+recalculates size counters and trims the cache to not exceed
+the max size and file number limits. Previously, the forced
+cleanup took “limit_multiple” into account, so that ccache
+-c/--cleanup by default would trim the cache to 80% of the max
+limit.
+  * ccache no longer ignores linker arguments for clang since clang
+warns about them.
+  * Plugged a couple of file descriptor leaks.
+  * Fixed a bug where ccache would skip hashing the compiler
+argument following a -fno-working-directory,
+-fworking-directory, -nostdinc, -nostdinc++, -remap or
+-trigraphs option in preprocessor mode.
+- cleanup with spec-cleaner
+
+---

Old:

  ccache-3.3.4.tar.xz
  ccache-3.3.4.tar.xz.asc

New:

  ccache-3.3.6.tar.xz
  ccache-3.3.6.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.LWZNvJ/_old  2018-02-06 16:46:24.719767100 +0100
+++ /var/tmp/diff_new_pack.LWZNvJ/_new  2018-02-06 16:46:24.719767100 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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,14 +17,14 @@
 
 
 Name:   ccache
-Version:3.3.4
+Version:3.3.6
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-Url:http://ccache.samba.org/
-Source0:http://samba.org/ftp/%{name}/%{name}-%{version}.tar.xz
-Source1:http://samba.org/ftp/%{name}/%{name}-%{version}.tar.xz.asc
+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
 BuildRequires:  xz
 BuildRequires:  zlib-devel
@@ -61,7 +61,6 @@
 ln -sf ../../bin/%{name} c++
 
 %files
-%defattr(-,root,root,-)
 %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
 %{_bindir}/%{name}
 %{_libdir}/%{name}

++ ccache-3.3.4.tar.xz -> ccache-3.3.6.tar.xz ++
 2841 lines of diff (skipped)





commit ccache for openSUSE:Factory

2017-04-06 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2017-04-06 11:03:09

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Thu Apr  6 11:03:09 2017 rev:39 rq:485774 version:3.3.4

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2017-01-22 
00:51:27.085590960 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2017-04-06 
11:03:22.169243980 +0200
@@ -1,0 +2,15 @@
+Wed Apr  5 09:25:15 UTC 2017 - mplus...@suse.com
+
+- Update to version 3.3.4:
+  * Documented the different cache statistics counters.
+  * 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. This was only partially
+fixed in 3.3.2 and reverts the new “Names of included files are
+no longer included in the hash of the compiler’s preprocessed
+output” feature in 3.3.
+  * Corrected statistics counter for -optf/--options-file failure.
+  * Fixed undefined behavior warnings in ccache found by
+-fsanitize=undefined.
+
+---

Old:

  ccache-3.3.3.tar.xz
  ccache-3.3.3.tar.xz.asc

New:

  ccache-3.3.4.tar.xz
  ccache-3.3.4.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.3Dda6k/_old  2017-04-06 11:03:22.853147320 +0200
+++ /var/tmp/diff_new_pack.3Dda6k/_new  2017-04-06 11:03:22.853147320 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.3.3
+Version:3.3.4
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.3.3.tar.xz -> ccache-3.3.4.tar.xz ++
 2169 lines of diff (skipped)





commit ccache for openSUSE:Factory

2017-01-21 Thread root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2017-01-22 00:51:26

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2016-09-12 
13:28:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2017-01-22 
00:51:27.085590960 +0100
@@ -1,0 +2,15 @@
+Thu Jan 19 21:41:05 UTC 2017 - a...@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.
+
+---

Old:

  ccache-3.3.1.tar.xz
  ccache-3.3.1.tar.xz.asc

New:

  ccache-3.3.3.tar.xz
  ccache-3.3.3.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.Vdfxvx/_old  2017-01-22 00:51:27.641512216 +0100
+++ /var/tmp/diff_new_pack.Vdfxvx/_new  2017-01-22 00:51:27.641512216 +0100
@@ -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+

++ ccache-3.3.1.tar.xz -> ccache-3.3.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.3.1/AUTHORS.html 
new/ccache-3.3.3/AUTHORS.html
--- old/ccache-3.3.1/AUTHORS.html   2016-09-07 21:22:01.0 +0200
+++ new/ccache-3.3.3/AUTHORS.html   2016-10-26 23:31:19.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache authors
-version 3.3+5_g3df7836_dirty
+version 3.3.3
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1065,9 +1065,9 @@
 
 
 
-Version 3.3+5_g3df7836_dirty
+Version 3.3.3
 Last updated
- 2016-09-07 21:00:33 CEST
+ 2016-10-26 23:04:27 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.3.1/LICENSE.html 
new/ccache-3.3.3/LICENSE.html
--- old/ccache-3.3.1/LICENSE.html   2016-09-07 21:22:01.0 +0200
+++ new/ccache-3.3.3/LICENSE.html   2016-10-26 23:31:19.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache copyright and license
-version 3.3+5_g3df7836_dirty
+version 3.3.3
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1205,9 +1205,9 @@
 
 
 
-Version 3.3+5_g3df7836_dirty
+Version 3.3.3
 Last updated
- 2016-09-07 21:00:33 CEST
+ 2016-10-26 23:04:27 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.3.1/MANUAL.html new/ccache-3.3.3/MANUAL.html
--- old/ccache-3.3.1/MANUAL.html2016-09-07 21:22:01.0 +0200
+++ new/ccache-3.3.3/MANUAL.html2016-10-26 23:31:19.0 +0200
@@ -734,7 +734,7 @@
 
 
 CCACHE(1)
-version 3.3+5_g3df7836_dirty
+version 3.3.3
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -2021,16 +2021,6 @@
 
 
 
-ccache doesnt handle the GNU Assemblers .incbin 
directive correctly. This
-  directive can be embedded in the source code inside an 
asm statement in
-  order to include a file verbatim in the object file. If the included file is
-  modified, ccache doesnt pick up the change since the inclusion 
isnt done by
-  the preprocessor. A workaround of this problem is to set
-  extra_files_to_hash to the path of the included file.
-
-
-
-
 The direct mode fails to pick up new header files in some rare scenarios. See
   THE DIRECT MODE above.
 
@@ -2232,9 +,9 @@
 
 
 
-Version 3.3+5_g3df7836_dirty
+Version 3.3.3
 Last updated
- 2016-09-07 21:00:33 CEST
+ 2016-10-26 23:21:34 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.3.1/MANUAL.txt new/ccache-3.3.3/MANUAL.txt
--- old/ccache-3.3.1/MANUAL.txt 2016-09-07 

commit ccache for openSUSE:Factory

2016-09-12 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-09-12 13:28:02

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2016-08-26 
23:18:19.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-09-12 
13:28:05.0 +0200
@@ -1,0 +2,74 @@
+Sun Sep 11 07:42:26 UTC 2016 - mplus...@suse.com
+
+- Update to version 3.3.1:
+  * Fixed a problem in the “multiple -arch options” support
+introduced in 3.3. When using the direct mode (the default),
+different combinations of -arch options were not detected
+properly.
+  * Fixed an issue when compiler option -Wp,-MT,path is used
+instead of -MT path (and similar for -MF, -MP and -MQ) and
+run_second_cpp (CCACHE_CPP2) is enabled.
+- Changes for version 3.3.0:
+  * A C99-compatible compiler is now required to build ccache.
+  * The configuration option run_second_cpp (CCACHE_CPP2) now
+defaults to true. This improves ccache’s out-of-the-box 
+experience for compilers that can’t compile their own
+preprocessed output with the same outcome as if they compiled
+the real source code directly, e.g. newer versions of GCC and
+Clang.
+  * The configuration option hash_dir (CCACHE_HASHDIR) now defaults
+to true.
+  * Added a new ignore_headers_in_manifest configuration option, 
+which specifies headers that should be ignored in the direct
+mode.
+  * Added a new prefix_command_cpp (CCACHE_PREFIX_CPP) configuration
+option, which specifies one or several prefixes to add to the
+command line ccache uses when invoking the preprocessor.
+  * Added a new limit_multiple (CCACHE_LIMIT_MULTIPLE) configuration
+option, which specifies how much of the cache to remove when
+cleaning.
+  * Added a new keep_comments_cpp (CCACHE_COMMENTS) configuration
+option, which tells ccache not to discard the comments before
+hashing preprocessor output. This can be used to check
+documentation with -Wdocumentation.
+  * Added a new sloppiness option no_system_headers, which tells
+ccache not to include system headers in manifest files.
+  * Added a new statistics counter that tracks the number of
+performed cleanups due to the cache size being over the limit.
+The value is shown in the output of “ccache -s”.
+  * Added support for relocating debug info directory using
+-fdebug-prefix-map. This allows for cache hits even when
+hash_dir is used in combination with base_dir.
+  * Added a new “cache hit rate” field to the output of “ccache -s”.
+  * Added support for caching compilation of assembler code produced
+by e.g. “gcc -S file.c”.
+  * Added support for cuda including the -optf/--options-file option.
+  * Added support for Fortran 77.
+  * Added support for multiple -arch options to produce "fat binaries".
+  * Multiple identical -arch arguments are now handled without bailing.
+  * The concatenated form of some long compiler options is now
+recognized, for example when using -isystemPATH instead of
+-isystem PATH.
+  * If hard-linking is enabled and but fails (e.g. due to
+cross-device linking), ccache now falls back to copying instead
+of running the compiler.
+  * Made the hash_dir option only have effect when generating debug
+info.
+  * ccache now knows how to convert absolute paths to relative
+paths inside dependency files when using base_dir.
+  * Improved parsing of -g* options.
+  * Made ccache understand -Wp,-D* options.
+  * ccache now understands the undocumented -coverage (only one
+dash) GCC option.
+  * Names of included files are no longer included in the hash of
+the compiler’s preprocessed output. This leads to more
+potential cache hits when not using the direct mode.
+  * Increased buffer size used when reading file data. This
+improves performance slightly.
+- Changes for version 3.2.8:
+  * Bail out on too hard compiler option -P.
+  * Fixed clang test suite when running on Linux.
+  * Fixed build and test for MinGW32 and Windows.
+- Add fortran amd objc symlinks
+
+---

Old:

  ccache-3.2.7.tar.xz
  ccache-3.2.7.tar.xz.asc

New:

  ccache-3.3.1.tar.xz
  ccache-3.3.1.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.4hHmwS/_old  2016-09-12 13:28:07.0 +0200
+++ /var/tmp/diff_new_pack.4hHmwS/_new  2016-09-12 13:28:07.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.7
+Version:3.3.1
 Release:0
 Summary:  

commit ccache for openSUSE:Factory

2016-08-26 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-08-26 23:18:17

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2016-07-12 
23:52:26.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-08-26 
23:18:19.0 +0200
@@ -1,0 +2,21 @@
+Fri Aug 26 13:27:20 UTC 2016 - tchva...@suse.com
+
+- Version update to 3.2.7:
+  - Fixed build problem on QNX, which lacks ``SA_RESTART''.
+  - Bail out on compiler option `-fstack-usage` since it creates a `.su` file
+which ccache currently doesn't handle.
+  - Fixed a bug where (due to ccache rewriting paths) the compiler could choose
+incorrect include files if `CCACHE_BASEDIR` is used and the source file 
path
+is absolute and is a symlink.
+  - Fixed a bug which could lead to false cache hits for compiler command lines
+with a missing argument to an option that takes an argument.
+  - ccache now knows how to work around a glitch in the output of GCC 6's
+preprocessor.
+
+---
+Fri Aug 26 13:21:18 UTC 2016 - tchva...@suse.com
+
+- Create basic symlinks for clang and regular cc calls for ccache
+  * this makes it easier to use ccache with osc build
+
+---

Old:

  ccache-3.2.5.tar.xz
  ccache-3.2.5.tar.xz.asc

New:

  ccache-3.2.7.tar.xz
  ccache-3.2.7.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.hMYD6z/_old  2016-08-26 23:18:20.0 +0200
+++ /var/tmp/diff_new_pack.hMYD6z/_new  2016-08-26 23:18:20.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.5
+Version:3.2.7
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+
@@ -51,6 +51,12 @@
 cd %{buildroot}/%{_libdir}/%{name}
 ln -sf ../../bin/%{name} gcc
 ln -sf ../../bin/%{name} g++
+# do the same for clang
+ln -sf ../../bin/%{name} clang
+ln -sf ../../bin/%{name} clang++
+# and regular cc
+ln -sf ../../bin/%{name} cc
+ln -sf ../../bin/%{name} c++
 
 %files
 %defattr(-,root,root,-)

++ ccache-3.2.5.tar.xz -> ccache-3.2.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.5/AUTHORS.html 
new/ccache-3.2.7/AUTHORS.html
--- old/ccache-3.2.5/AUTHORS.html   2016-04-17 16:44:45.0 +0200
+++ new/ccache-3.2.7/AUTHORS.html   2016-07-20 18:01:54.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache authors
-version 3.2.5
+version 3.2.6
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -1020,9 +1020,9 @@
 
 
 
-Version 3.2.5
+Version 3.2.6
 Last updated
- 2016-04-17 16:40:11 CEST
+ 2016-07-12 21:36:01 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.5/HACKING.txt new/ccache-3.2.7/HACKING.txt
--- old/ccache-3.2.5/HACKING.txt2016-04-17 16:44:45.0 +0200
+++ new/ccache-3.2.7/HACKING.txt2016-07-20 18:01:54.0 +0200
@@ -10,6 +10,8 @@
   at the end of the same line.
 * Put no space between function name and the following parenthesis.
 * Put one space between if/switch/for/while/do and opening curly brace.
+* Always use curly braces around if/for/while/do bodies, even if they only
+  contain one statement.
 * If possible, keep lines at most 80 character wide for a 2 character tab
   width.
 * Use only lowercase names for functions and variables.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.5/INSTALL.html 
new/ccache-3.2.7/INSTALL.html
--- old/ccache-3.2.5/INSTALL.html   2016-04-17 16:44:45.0 +0200
+++ new/ccache-3.2.7/INSTALL.html   2016-07-20 18:01:54.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache installation
-version 3.2.4+101_g4218b81
+version 3.2.7
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -848,9 +848,9 @@
 
 
 
-Version 3.2.4+101_g4218b81
+Version 3.2.7
 Last updated
- 2016-02-06 17:21:49 CET
+ 2016-07-20 18:01:48 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.5/LICENSE.html 
new/ccache-3.2.7/LICENSE.html
--- old/ccache-3.2.5/LICENSE.html   2016-04-17 16:44:45.0 +0200
+++ new/ccache-3.2.7/LICENSE.html   2016-07-20 18:01:54.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache copyright and license
-version 3.2.5
+version 3.2.7
 
   Table of 

commit ccache for openSUSE:Factory

2016-07-12 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-07-12 23:52:22

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2016-04-28 
17:02:54.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-07-12 
23:52:26.0 +0200
@@ -1,0 +2,6 @@
+Fri Jul  8 18:05:38 UTC 2016 - mplus...@suse.com
+
+- Small spec file cleanup
+- Disable testsuite as it is not reliable in OBS
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.nDIW6a/_old  2016-07-12 23:52:28.0 +0200
+++ /var/tmp/diff_new_pack.nDIW6a/_new  2016-07-12 23:52:28.0 +0200
@@ -28,7 +28,7 @@
 Source2:%{name}.keyring
 BuildRequires:  xz
 BuildRequires:  zlib-devel
-Provides:   distcc:/usr/bin/ccache
+Provides:   distcc:%{_bindir}/ccache
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -44,7 +44,7 @@
 make %{?_smp_mflags}
 
 %install
-make install DESTDIR=%{buildroot} %{?_smp_mflags}
+%make_install
 
 # create the compat symlinks into /usr/libdir/ccache
 mkdir -p %{buildroot}/%{_libdir}/%{name}
@@ -52,20 +52,11 @@
 ln -sf ../../bin/%{name} gcc
 ln -sf ../../bin/%{name} g++
 
-%check
-%ifarch i586
-# On i586 use only quick minimal testsuite, full one fails
-# (https://bugzilla.samba.org/show_bug.cgi?id=11109)
-# We disable the full test-suite on x86-64 too because
-# "readonly" testsuite takes forever on OBS.
-make quicktest %{?_smp_mflags}
-%endif
-
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
-%doc %{_mandir}/man1/%{name}.1%{ext_man}
 %{_bindir}/%{name}
 %{_libdir}/%{name}
+%{_mandir}/man1/%{name}.1%{ext_man}
 
 %changelog






commit ccache for openSUSE:Factory

2016-04-28 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2016-04-28 16:57:34

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-10-12 
10:02:42.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2016-04-28 
17:02:54.0 +0200
@@ -1,0 +2,18 @@
+Thu Apr 28 07:17:22 UTC 2016 - idon...@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.
+  * 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”.
+
+---

Old:

  ccache-3.2.4.tar.xz
  ccache-3.2.4.tar.xz.asc

New:

  ccache-3.2.5.tar.xz
  ccache-3.2.5.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.GM9W43/_old  2016-04-28 17:02:55.0 +0200
+++ /var/tmp/diff_new_pack.GM9W43/_new  2016-04-28 17:02:56.0 +0200
@@ -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+

++ ccache-3.2.4.tar.xz -> ccache-3.2.5.tar.xz ++
 2200 lines of diff (skipped)





commit ccache for openSUSE:Factory

2015-10-12 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2015-10-12 10:02:34

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is "ccache"

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-08-25 
08:46:31.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2015-10-12 
10:02:42.0 +0200
@@ -1,0 +2,16 @@
+Thu Oct  8 20:32:17 UTC 2015 - mplus...@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.
+
+---

Old:

  ccache-3.2.3.tar.xz
  ccache-3.2.3.tar.xz.asc

New:

  ccache-3.2.4.tar.xz
  ccache-3.2.4.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.NTP6Ie/_old  2015-10-12 10:02:43.0 +0200
+++ /var/tmp/diff_new_pack.NTP6Ie/_new  2015-10-12 10:02:43.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.3
+Version:3.2.4
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.2.3.tar.xz -> ccache-3.2.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.3/AUTHORS.html 
new/ccache-3.2.4/AUTHORS.html
--- old/ccache-3.2.3/AUTHORS.html   2015-08-16 14:12:05.0 +0200
+++ new/ccache-3.2.4/AUTHORS.html   2015-10-08 21:14:23.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache authors
-version 3.2.3
+version 3.2.4
 
   Table of Contents
   JavaScript must be enabled in your browser to display the 
table of contents.
@@ -964,6 +964,11 @@
 
 
 
+Vadim Petrochenkov mailto:vadim.petrochen...@gmail.com;>vadim.petrochen...@gmail.com
+
+
+
+
 Ville Skyttä mailto:ville.sky...@iki.fi;>ville.sky...@iki.fi
 
 
@@ -990,9 +995,9 @@
 
 
 
-Version 3.2.3
+Version 3.2.4
 Last updated
- 2015-08-16 14:11:14 CEST
+ 2015-10-08 21:10:53 CEST
 
 
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.3/AUTHORS.txt new/ccache-3.2.4/AUTHORS.txt
--- old/ccache-3.2.3/AUTHORS.txt2015-08-16 14:12:05.0 +0200
+++ new/ccache-3.2.4/AUTHORS.txt2015-10-08 21:14:23.0 +0200
@@ -49,6 +49,7 @@
 * Ryan Brown 
 * Tim Potter 
 * Tor Arne Vestbø 
+* Vadim Petrochenkov 
 * Ville Skyttä 
 * William S Fulton 
 * Wilson Snyder 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.3/Makefile.in new/ccache-3.2.4/Makefile.in
--- old/ccache-3.2.3/Makefile.in2015-08-16 14:12:05.0 +0200
+++ new/ccache-3.2.4/Makefile.in2015-10-08 21:14:23.0 +0200
@@ -19,8 +19,7 @@
 RANLIB = @RANLIB@
 
 all_cflags = $(CFLAGS)
-all_cppflags = @DEFS@ @extra_cppflags@ -DSYSCONFDIR=$(sysconfdir) -I. 
-I$(srcdir) $(CPPFLAGS)
-all_ldflags = @extra_ldflags@ $(LDFLAGS)
+all_cppflags = @DEFS@ -DSYSCONFDIR=$(sysconfdir) -I. -I$(srcdir) $(CPPFLAGS)
 extra_libs = @extra_libs@
 
 base_sources = \
@@ -53,7 +52,7 @@
 all: ccache$(EXEEXT)
 
 ccache$(EXEEXT): $(ccache_objs) $(extra_libs)
-   $(CC) $(all_cflags) -o $@ $(ccache_objs) $(all_ldflags) $(extra_libs) 
$(LIBS)
+   $(CC) $(all_cflags) -o $@ $(ccache_objs) $(LDFLAGS) $(extra_libs) 
$(LIBS)
 
 .PHONY: install
 install: all
@@ -88,7 +87,7 @@
test/main$(EXEEXT)
 
 test/main$(EXEEXT): $(base_objs) $(test_objs) $(extra_libs)
-   $(CC) $(all_cflags) -o $@ $(base_objs) $(test_objs) $(all_ldflags) 
$(extra_libs) $(LIBS)
+   $(CC) $(all_cflags) -o $@ $(base_objs) $(test_objs) $(LDFLAGS) 
$(extra_libs) $(LIBS)
 
 test/main.o: test/suites.h
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.2.3/NEWS.html new/ccache-3.2.4/NEWS.html
--- old/ccache-3.2.3/NEWS.html  2015-08-16 14:12:05.0 +0200
+++ new/ccache-3.2.4/NEWS.html  2015-10-08 21:14:23.0 +0200
@@ -734,7 +734,7 @@
 
 
 ccache news
-version 3.2.3
+version 

commit ccache for openSUSE:Factory

2015-08-25 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2015-08-25 07:20:01

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-05-26 
12:35:55.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2015-08-25 
08:46:31.0 +0200
@@ -1,0 +2,13 @@
+Sat Aug 22 20:36:16 UTC 2015 - astie...@suse.com
+
+- update to 3.2.3:
+  * Added support for compiler option -gsplit-dwarf.
+  * Support external zlib in nonstandard directory.
+  * Avoid calling exit() inside an exit handler.
+  * Let exit handler terminate properly.
+  * Bail out on compiler option --save-temps in addition to
+-save-temps.
+  * Only log Disabling direct mode once when failing to read
+potential include files.
+
+---

Old:

  ccache-3.2.2.tar.xz
  ccache-3.2.2.tar.xz.asc

New:

  ccache-3.2.3.tar.xz
  ccache-3.2.3.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.B3Lmih/_old  2015-08-25 08:46:32.0 +0200
+++ /var/tmp/diff_new_pack.B3Lmih/_new  2015-08-25 08:46:32.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.2
+Version:3.2.3
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.2.2.tar.xz - ccache-3.2.3.tar.xz ++
 2725 lines of diff (skipped)





commit ccache for openSUSE:Factory

2015-05-26 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2015-05-26 12:35:54

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-05-23 
13:08:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2015-05-26 
12:35:55.0 +0200
@@ -36,0 +37,6 @@
+Fri May 15 10:08:14 UTC 2015 - mvysko...@opensuse.org
+
+- Add the compat symlinks for gcc/g++ to libdir, so prepending
+  libdir to PATH enabled ccache by default
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.Q4UOtU/_old  2015-05-26 12:35:56.0 +0200
+++ /var/tmp/diff_new_pack.Q4UOtU/_new  2015-05-26 12:35:56.0 +0200
@@ -46,6 +46,12 @@
 %install
 make install DESTDIR=%{buildroot} %{?_smp_mflags}
 
+# create the compat symlinks into /usr/libdir/ccache
+mkdir -p %{buildroot}/%{_libdir}/%{name}
+cd %{buildroot}/%{_libdir}/%{name}
+ln -sf ../../bin/%{name} gcc
+ln -sf ../../bin/%{name} g++
+
 %check
 %ifarch i586
 # On i586 use only quick minimal testsuite, full one fails
@@ -60,5 +66,6 @@
 %doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
 %doc %{_mandir}/man1/%{name}.1%{ext_man}
 %{_bindir}/%{name}
+%{_libdir}/%{name}
 
 %changelog






commit ccache for openSUSE:Factory

2015-05-23 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2015-05-23 13:08:32

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2015-03-27 
09:40:12.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2015-05-23 
13:08:33.0 +0200
@@ -1,0 +2,35 @@
+Fri May 22 07:14:06 UTC 2015 - mplus...@suse.com
+
+- Update to 3.2.2
+  * Added support for `CCACHE_COMPILERCHECK=string:value`. This 
+is a faster alternative to `CCACHE_COMPILERCHECK=command` if 
+the command's output can be precalculated by the build system.
+  * Add support for caching code coverage results (compiling for 
+gcov).
+  * Fixed bug which could result in false cache hits when source 
+code contains `''` followed by ` /*` or ` //` (with 
+variations).
+  * Made hash of cached result created with and without 
+`CCACHE_CPP2` different. This makes it possible to rebuild 
+with `CCACHE_CPP2` set without having to clear the cache to 
+get new results.
+  * Don't try to reset a non-existing stats file. This avoids 
+``No such file or directory'' messages in the ccache log when 
+the cache directory doesn't exist.
+  * Fixed a bug where ccache deleted clang diagnostics after 
+compiler failures.
+  * Avoid performing an unnecessary copy of the object file on a 
+cache miss.
+  * Bail out on too hard compiler option `-fmodules`.
+  * Bail out on too hard compiler option `-fplugin=libcc1plugin` 
+(interaction with GDB).
+  * Fixed build error when compiling ccache with recent clang 
+versions.
+  * Removed signal-unsafe code from signal handler.
+  * Corrected logic for when to output cached stderr.
+  * Wipe the whole cached result on failure retrieving a cached 
+file.
+  * Fixed build error when compiling ccache with recent clang 
+versions.
+
+---

Old:

  ccache-3.2.1.tar.xz
  ccache-3.2.1.tar.xz.asc

New:

  ccache-3.2.2.tar.xz
  ccache-3.2.2.tar.xz.asc



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.5fuXCV/_old  2015-05-23 13:08:34.0 +0200
+++ /var/tmp/diff_new_pack.5fuXCV/_new  2015-05-23 13:08:34.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ccache
-Version:3.2.1
+Version:3.2.2
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.2.1.tar.xz - ccache-3.2.2.tar.xz ++
 2619 lines of diff (skipped)





commit ccache for openSUSE:Factory

2013-06-28 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2013-06-28 11:49:00

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2013-02-25 
20:33:17.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2013-06-28 
11:49:01.0 +0200
@@ -1,0 +2,6 @@
+Tue Jun 25 08:44:41 UTC 2013 - pgaj...@suse.com
+
+- fixed build with gcc 4.8
+  * ccache-gcc48.patch
+
+---

New:

  ccache-gcc48.patch



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.w6Wr2F/_old  2013-06-28 11:49:02.0 +0200
+++ /var/tmp/diff_new_pack.w6Wr2F/_new  2013-06-28 11:49:02.0 +0200
@@ -25,6 +25,7 @@
 Url:http://ccache.samba.org/
 Source0:http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
 Patch1: xclang.patch
+Patch2: ccache-gcc48.patch
 BuildRequires:  zlib-devel
 Provides:   distcc:/usr/bin/ccache
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -37,6 +38,7 @@
 %prep
 %setup -q
 %patch1 -p1
+%patch2 -p1
 
 %build
 %configure

++ ccache-gcc48.patch ++
X-Git-Url: 
https://gitweb.samba.org/?p=ccache.git;a=blobdiff_plain;f=test.sh;h=3e3838712aecb402b89bd070b1c46c616e44a1c6;hp=3ed90697bf6ec0eb1a69e4affbb1cfe65a8d74cb;hb=b5d63f81c1a83fd4c50b769a96a04f581b7db70c;hpb=fd7d9b8d9acfa0eafe668bff4404b8efa5e9

Index: ccache-3.1.9/test.sh
===
--- ccache-3.1.9.orig/test.sh
+++ ccache-3.1.9/test.sh
@@ -3,7 +3,7 @@
 # A simple test suite for ccache.
 #
 # Copyright (C) 2002-2007 Andrew Tridgell
-# Copyright (C) 2009-2012 Joel Rosdahl
+# Copyright (C) 2009-2013 Joel Rosdahl
 #
 # This program is free software; you can redistribute it and/or modify it under
 # the terms of the GNU General Public License as published by the Free Software
@@ -562,6 +562,12 @@ int test3;
 EOF
 backdate test1.h test2.h test3.h
 
+$COMPILER -c -Wp,-MD,expected.d test.c
+expected_d_content=`cat expected.d`
+
+$COMPILER -c -Wp,-MMD,expected_mmd.d test.c
+expected_mmd_d_content=`cat expected_mmd.d`
+
 ##
 # First compilation is a miss.
 testname=first compilation
@@ -677,7 +683,7 @@ EOF
 checkstat 'cache hit (direct)' 0
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile other.d test.o: test.c test1.h test3.h test2.h
+checkfile other.d $expected_d_content
 
 rm -f other.d
 
@@ -685,7 +691,7 @@ EOF
 checkstat 'cache hit (direct)' 1
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile other.d test.o: test.c test1.h test3.h test2.h
+checkfile other.d $expected_d_content
 
 rm -f other.d
 
@@ -698,7 +704,7 @@ EOF
 checkstat 'cache hit (direct)' 0
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile other.d test.o: test.c test1.h test3.h test2.h
+checkfile other.d $expected_mmd_d_content
 
 rm -f other.d
 
@@ -706,7 +712,7 @@ EOF
 checkstat 'cache hit (direct)' 1
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile other.d test.o: test.c test1.h test3.h test2.h
+checkfile other.d $expected_mmd_d_content
 
 rm -f other.d
 
@@ -760,7 +766,7 @@ EOF
 checkstat 'cache hit (direct)' 0
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile test.d test.o: test.c test1.h test3.h test2.h
+checkfile test.d $expected_d_content
 
 rm -f test.d
 
@@ -768,7 +774,7 @@ EOF
 checkstat 'cache hit (direct)' 1
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile test.d test.o: test.c test1.h test3.h test2.h
+checkfile test.d $expected_d_content
 
 ##
 # Check the scenario of running a ccache with direct mode on a cache
@@ -780,7 +786,7 @@ EOF
 checkstat 'cache hit (direct)' 0
 checkstat 'cache hit (preprocessed)' 0
 checkstat 'cache miss' 1
-checkfile test.d test.o: test.c test1.h test3.h test2.h
+checkfile test.d $expected_d_content
 
 rm -f test.d
 
@@ -788,7 +794,7 @@ EOF
 checkstat 'cache hit (direct)' 0
 checkstat 'cache hit (preprocessed)' 1
 checkstat 'cache miss' 1
-checkfile test.d test.o: test.c test1.h test3.h test2.h
+checkfile test.d $expected_d_content
 
 rm -f test.d
 
@@ -796,7 +802,7 @@ EOF
 checkstat 'cache hit 

commit ccache for openSUSE:Factory

2013-02-25 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2013-02-25 20:33:16

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2013-01-08 
13:34:04.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2013-02-25 
20:33:17.0 +0100
@@ -1,0 +2,15 @@
+Sat Feb 23 20:55:27 UTC 2013 - asterios.dra...@gmail.com
+
+- Update to 3.1.9:
+  - The EAGAIN signal is now handled correctly when emitting cached stderr
+output. This fixes a problem triggered by large error outputs from the
+compiler.
+  - Subdirectories in the cache are no longer created in read-only mode.
+  - Fixed so that ccache's log file descriptor is not made available to the
+compiler.
+  - Improved error reporting when failing to create temporary stdout/stderr
+files when executing the compiler.
+  - Disappearing temporary stdout/stderr files are now handled gracefully.
+  - Fixed test suite to work on ecryptfs.
+
+---

Old:

  ccache-3.1.8.tar.bz2

New:

  ccache-3.1.9.tar.bz2



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.ZKTS4A/_old  2013-02-25 20:33:20.0 +0100
+++ /var/tmp/diff_new_pack.ZKTS4A/_new  2013-02-25 20:33:20.0 +0100
@@ -17,19 +17,17 @@
 
 
 Name:   ccache
-Version:3.1.8
+Version:3.1.9
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+
 Group:  Development/Languages/C and C++
-
 Url:http://ccache.samba.org/
 Source0:http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
 Patch1: xclang.patch
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-
 BuildRequires:  zlib-devel
 Provides:   distcc:/usr/bin/ccache
+BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 ccache is a compiler cache. It speeds up recompilation by caching the result of

++ ccache-3.1.8.tar.bz2 - ccache-3.1.9.tar.bz2 ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.1.8/AUTHORS.html 
new/ccache-3.1.9/AUTHORS.html
--- old/ccache-3.1.8/AUTHORS.html   2012-08-11 11:03:17.0 +0200
+++ new/ccache-3.1.9/AUTHORS.html   2013-01-06 17:57:59.0 +0100
@@ -736,7 +736,7 @@
 body class=article
 div id=header
 h1ccache authors/h1
-span id=revnumberversion 3.1.8/span
+span id=revnumberversion 3.1.9/span
 div id=toc
   div id=toctitleTable of Contents/div
   noscriptpbJavaScript must be enabled in your browser to display the 
table of contents./b/p/noscript
@@ -751,11 +751,21 @@
 div class=ulistul
 li
 p
+Alfred Landrum lt;a 
href=mailto:alfred.land...@riverbed.com;alfred.land...@riverbed.com/agt;
+/p
+/li
+li
+p
 Andrea Bittau lt;a 
href=mailto:a.bit...@cs.ucl.ac.uk;a.bit...@cs.ucl.ac.uk/agt;
 /p
 /li
 li
 p
+Andrew Stubbs lt;a 
href=mailto:a...@codesourcery.com;a...@codesourcery.com/agt;
+/p
+/li
+li
+p
 Andrew Tridgell lt;a href=mailto:tri...@samba.org;tri...@samba.org/agt;
 /p
 /li
@@ -892,8 +902,8 @@
 div id=footnoteshr //div
 div id=footer
 div id=footer-text
-Version 3.1.8br /
-Last updated 2012-08-11 10:57:17 CEST
+Version 3.1.9br /
+Last updated 2013-01-06 17:56:05 CET
 /div
 /div
 /body
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.1.8/AUTHORS.txt new/ccache-3.1.9/AUTHORS.txt
--- old/ccache-3.1.8/AUTHORS.txt2012-08-11 11:03:17.0 +0200
+++ new/ccache-3.1.9/AUTHORS.txt2013-01-06 17:57:59.0 +0100
@@ -6,7 +6,9 @@
 
 ccache is a collective work with contributions from many people, including:
 
+* Alfred Landrum alfred.land...@riverbed.com
 * Andrea Bittau a.bit...@cs.ucl.ac.uk
+* Andrew Stubbs a...@codesourcery.com
 * Andrew Tridgell tri...@samba.org
 * Bernhard Bauer bau...@google.com
 * Björn Jacke b...@sernet.de
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ccache-3.1.8/INSTALL.html 
new/ccache-3.1.9/INSTALL.html
--- old/ccache-3.1.8/INSTALL.html   2012-08-11 11:03:17.0 +0200
+++ new/ccache-3.1.9/INSTALL.html   2013-01-06 17:57:59.0 +0100
@@ -736,7 +736,7 @@
 body class=article
 div id=header
 h1ccache installation/h1
-span id=revnumberversion 3.1.8/span
+span id=revnumberversion 3.1.9/span
 div id=toc
   div id=toctitleTable of Contents/div
   noscriptpbJavaScript must be enabled in your browser to display the 
table of contents./b/p/noscript
@@ -845,8 +845,8 @@
 div id=footnoteshr //div
 

commit ccache for openSUSE:Factory

2013-01-08 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2013-01-08 13:34:02

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2012-11-11 
08:14:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2013-01-08 
13:34:04.0 +0100
@@ -1,0 +2,5 @@
+Fri Jan  4 23:37:14 UTC 2013 - llu...@suse.com
+
+- Add xclang.patch: support -Xclang option
+
+---

New:

  xclang.patch



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.2z9gtR/_old  2013-01-08 13:34:05.0 +0100
+++ /var/tmp/diff_new_pack.2z9gtR/_new  2013-01-08 13:34:05.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ccache
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -25,6 +25,7 @@
 
 Url:http://ccache.samba.org/
 Source0:http://samba.org/ftp/ccache/%{name}-%{version}.tar.bz2
+Patch1: xclang.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 BuildRequires:  zlib-devel
@@ -37,6 +38,7 @@
 
 %prep
 %setup -q
+%patch1 -p1
 
 %build
 %configure

++ xclang.patch ++
commit 8e005b067d8c2423e24ee14ffdee8343f650f1e8
Author: Bernhard Bauer bau...@chromium.org
Date:   Tue Aug 16 10:23:55 2011 +0200

Support -Xclang compiler option.

diff --git a/compopt.c b/compopt.c
index 35d51ad..77b57f5 100644
--- a/compopt.c
+++ b/compopt.c
@@ -49,6 +49,7 @@ static const struct compopt compopts[] = {
{-U,  AFFECTS_CPP | TAKES_ARG | TAKES_CONCAT_ARG},
{-V,  TAKES_ARG},
{-Xassembler, TAKES_ARG},
+   {-Xclang, TAKES_ARG},
{-Xlinker,TAKES_ARG},
{-Xpreprocessor,  TOO_HARD_DIRECT | TAKES_ARG},
{-aux-info,   TAKES_ARG},
commit 06be1c4cc33bf2def9c6e64483b397128f57dbe3
Author: Lubos Lunak l.lu...@suse.cz
Date:   Thu Jul 26 14:45:16 2012 +0200

hash also Clang plugins

diff --git a/ccache.c b/ccache.c
index 50b4260..738c022 100644
--- a/ccache.c
+++ b/ccache.c
@@ -972,6 +972,16 @@ calculate_object_hash(struct args *args, struct mdfour 
*hash, int direct_mode)
continue;
}
 
+   if (str_eq(args-argv[i], -Xclang)
+i + 3  args-argc
+str_eq(args-argv[i+1], -load)
+str_eq(args-argv[i+2], -Xclang)
+stat(args-argv[i+3], st) == 0) {
+   hash_delimiter(hash, plugin);
+   hash_compiler(hash, st, args-argv[i+3], false);
+   continue;
+   }
+
/* All other arguments are included in the hash. */
hash_delimiter(hash, arg);
hash_string(hash, args-argv[i]);
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ccache for openSUSE:Factory

2012-11-10 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2012-11-11 08:14:49

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2012-08-12 
15:24:03.0 +0200
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2012-11-11 
08:14:50.0 +0100
@@ -1,0 +2,6 @@
+Fri Nov  9 13:37:23 UTC 2012 - idon...@suse.com
+
+- Implement %check
+- Don't install INSTALL.* files
+
+---



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.3cn35r/_old  2012-11-11 08:14:51.0 +0100
+++ /var/tmp/diff_new_pack.3cn35r/_new  2012-11-11 08:14:51.0 +0100
@@ -45,9 +45,12 @@
 %install
 make install DESTDIR=%{buildroot}
 
+%check
+make check
+
 %files
 %defattr(-,root,root,-)
-%doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
+%doc AUTHORS.* GPL-3.0.txt LICENSE.* MANUAL.* NEWS.* README.*
 %doc %{_mandir}/man1/ccache.1%{ext_man}
 %{_bindir}/ccache
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ccache for openSUSE:Factory

2012-08-12 Thread h_root
Hello community,

here is the log from the commit of package ccache for openSUSE:Factory checked 
in at 2012-08-12 15:24:01

Comparing /work/SRC/openSUSE:Factory/ccache (Old)
 and  /work/SRC/openSUSE:Factory/.ccache.new (New)


Package is ccache, Maintainer is vdziewie...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ccache/ccache.changes2012-01-09 
16:22:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ccache.new/ccache.changes   2012-08-12 
15:24:03.0 +0200
@@ -1,0 +2,20 @@
+Sat Aug 11 15:22:26 UTC 2012 - pu...@suse.com
+
+- update to ccache-3.1.8 
+  - Made paths to dependency files relative in order to increase
+cache hits.
+  - Added work-around to make ccache work with buggy GCC 4.1 when
+creating a pre-compiled header.
+  - Clang plugins are now hashed to catch plugin upgrades.
+  - Fixed crash when the current working directory has been
+removed.
+  - Fixed crash when stderr is closed.
+  - Corrected a corner case when parsing backslash escapes in
+string literals.
+  - Paths are now correctly canonicalized when computing paths
+relative to the base directory.
+  - Made git version macro work when compiling outside of the
+source directory.
+  - Fixed `static_assert` macro definition clash with GCC 4.7.
+
+---

Old:

  ccache-3.1.7.tar.bz2

New:

  ccache-3.1.8.tar.bz2



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.EG0JlG/_old  2012-08-12 15:24:08.0 +0200
+++ /var/tmp/diff_new_pack.EG0JlG/_new  2012-08-12 15:24:08.0 +0200
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ccache
-Version:3.1.7
+Version:3.1.8
 Release:0
 Summary:A Fast C/C++ Compiler Cache
 License:GPL-3.0+

++ ccache-3.1.7.tar.bz2 - ccache-3.1.8.tar.bz2 ++
 5157 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ccache for openSUSE:Factory

2011-08-22 Thread h_root

Hello community,

here is the log from the commit of package ccache for openSUSE:Factory
checked in at Mon Aug 22 15:37:03 CEST 2011.




--- ccache/ccache.changes   2011-06-06 16:56:46.0 +0200
+++ /mounts/work_src_done/STABLE/ccache/ccache.changes  2011-08-21 
21:30:52.0 +0200
@@ -1,0 +2,8 @@
+Sun Aug 21 18:24:58 UTC 2011 - asterios.dra...@gmail.com
+
+- update to ccache-3.1.6
+  - Rewrite argument to --sysroot if CCACHE_BASEDIR is used.
+  - Don't crash if getcwd() fails.
+  - Fixed alignment of called for preprocessing counter.
+
+---

calling whatdependson for head-i586


Old:

  ccache-3.1.5.tar.bz2

New:

  ccache-3.1.6.tar.bz2



Other differences:
--
++ ccache.spec ++
--- /var/tmp/diff_new_pack.thGs2x/_old  2011-08-22 15:36:11.0 +0200
+++ /var/tmp/diff_new_pack.thGs2x/_new  2011-08-22 15:36:11.0 +0200
@@ -19,7 +19,7 @@
 
 
 Name:   ccache
-Version:3.1.5
+Version:3.1.6
 Release:1
 Summary:A Fast C/C++ Compiler Cache
 
@@ -37,12 +37,6 @@
 previous compilations and detecting when the same compilation is being done
 again. Supported languages are C, C++, Objective-C and Objective-C++.
 
-
-
-Authors:
-
-Andrew Tridgell
-
 %prep
 %setup -q
 
@@ -59,7 +53,7 @@
 %files
 %defattr(-,root,root,-)
 %doc AUTHORS.* GPL-3.0.txt INSTALL.* LICENSE.* MANUAL.* NEWS.* README.*
-%doc %{_mandir}/man1/ccache.1*
+%doc %{_mandir}/man1/ccache.1%{ext_man}
 %{_bindir}/ccache
 
 %changelog

++ ccache-3.1.5.tar.bz2 - ccache-3.1.6.tar.bz2 ++
 2455 lines of diff (skipped)






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org