From 326456d4edae62228b24af9fdb2035270217b3da9a40cb24f5f30009bfb41f48 Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Thu, 25 Dec 2014 13:40:45 +0000 Subject: [PATCH] Accepting request 266362 from home:posophe:branches:devel:tools update OBS-URL: https://build.opensuse.org/request/show/266362 OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=9 --- c_count-7.14.tgz | 3 --- c_count-7.15.tgz | 3 +++ c_count.changes | 9 +++++++++ c_count.spec | 4 ++-- 4 files changed, 14 insertions(+), 5 deletions(-) delete mode 100644 c_count-7.14.tgz create mode 100644 c_count-7.15.tgz diff --git a/c_count-7.14.tgz b/c_count-7.14.tgz deleted file mode 100644 index 25335bc..0000000 --- a/c_count-7.14.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:43ef82c4eb7187e7bc3eb0a96f0c5ed3198b2f1492532c5f5eef0a85fb706940 -size 101220 diff --git a/c_count-7.15.tgz b/c_count-7.15.tgz new file mode 100644 index 0000000..4c5a2ab --- /dev/null +++ b/c_count-7.15.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9fa42f7489d817c8cc5ee09ea5549608808f83ada76b58c5daec7f51c61083 +size 101617 diff --git a/c_count.changes b/c_count.changes index 768d0c8..5e14922 100644 --- a/c_count.changes +++ b/c_count.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Thu Dec 25 13:22:19 UTC 2014 - p.drouand@gmail.com + +- Update to version 7.15 + + ensure that parse-state returns to "code" after a comment is + completed. Extend parsing for numbers to improve error-checking. + + updated configure macros + + update config.guess and config.sub + ------------------------------------------------------------------- Tue Jun 17 12:02:55 UTC 2014 - tchvatal@suse.com diff --git a/c_count.spec b/c_count.spec index fb08c64..4979c64 100644 --- a/c_count.spec +++ b/c_count.spec @@ -18,13 +18,13 @@ Name: c_count -Version: 7.14 +Version: 7.15 Release: 0 Summary: Source Code Measure Counter for C/C++/Java License: MIT Group: Development/Tools/Other Url: http://invisible-island.net/c_count/ -Source: ftp://invisible-island.net/c_count/c_count-%{version}.tgz +Source: ftp://invisible-island.net/c_count/%{name}-%{version}.tgz BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc