From e328289be70cb52e8943aeb3f99b605b309426c96c9d147ba932a5b683caf2cc Mon Sep 17 00:00:00 2001 From: Martin Pluskal Date: Mon, 7 Dec 2020 12:18:23 +0000 Subject: [PATCH] - Update to version 7.19: + remove obsolete makefile-rules + updated configure macros + update config.guess and config.sub OBS-URL: https://build.opensuse.org/package/show/devel:tools/c_count?expand=0&rev=17 --- c_count-7.18.tgz | 3 --- c_count-7.18.tgz.asc | 8 -------- c_count-7.19.tgz | 3 +++ c_count-7.19.tgz.asc | 7 +++++++ c_count.changes | 8 ++++++++ c_count.spec | 14 +++++++------- 6 files changed, 25 insertions(+), 18 deletions(-) delete mode 100644 c_count-7.18.tgz delete mode 100644 c_count-7.18.tgz.asc create mode 100644 c_count-7.19.tgz create mode 100644 c_count-7.19.tgz.asc diff --git a/c_count-7.18.tgz b/c_count-7.18.tgz deleted file mode 100644 index 1bc3d8a..0000000 --- a/c_count-7.18.tgz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:25062f376f3c4822b679f770fdfd4b34f8ffe19727f6c1e48dcedc396bc3df45 -size 107152 diff --git a/c_count-7.18.tgz.asc b/c_count-7.18.tgz.asc deleted file mode 100644 index c917d8e..0000000 --- a/c_count-7.18.tgz.asc +++ /dev/null @@ -1,8 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 -Comment: See https://invisible-island.net/public/public.html for info - -iEYEABECAAYFAlr2RlsACgkQcCNT4PfkjtsQvQCgo9msAWTUwe9dTT6xHYQMYkbH -NFgAoMOXDmktbw2QqF+tWLyM56tCNa4K -=Hn17 ------END PGP SIGNATURE----- diff --git a/c_count-7.19.tgz b/c_count-7.19.tgz new file mode 100644 index 0000000..71e7d44 --- /dev/null +++ b/c_count-7.19.tgz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c5d8e77b77389518c8fc531ae50d03ea41816deed66e06d89d345ba5836e216 +size 111790 diff --git a/c_count-7.19.tgz.asc b/c_count-7.19.tgz.asc new file mode 100644 index 0000000..b0eeba3 --- /dev/null +++ b/c_count-7.19.tgz.asc @@ -0,0 +1,7 @@ +-----BEGIN PGP SIGNATURE----- +Comment: See https://invisible-island.net/public/public.html for info + +iF0EABECAB0WIQTFIEjAwHSP7iJ9R6JwI1Pg9+SO2wUCX2qcvwAKCRBwI1Pg9+SO +2zWLAJ92rWdENU4C6X6CryM5FK9RnTKmkQCdFGhQDQnxALA0XgjPzqUKIqIIXOI= +=mS41 +-----END PGP SIGNATURE----- diff --git a/c_count.changes b/c_count.changes index 4cc993e..8ff1f63 100644 --- a/c_count.changes +++ b/c_count.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Dec 7 12:16:44 UTC 2020 - Martin Pluskal + +- Update to version 7.19: + + remove obsolete makefile-rules + + updated configure macros + + update config.guess and config.sub + ------------------------------------------------------------------- Wed Jul 11 08:09:32 UTC 2018 - mpluskal@suse.com diff --git a/c_count.spec b/c_count.spec index 738ea35..ed0cc86 100644 --- a/c_count.spec +++ b/c_count.spec @@ -1,7 +1,7 @@ # # spec file for package c_count # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # Copyright (c) 2012 Pascal Bleser # # All modifications and additions to the file contributed by third parties @@ -13,17 +13,17 @@ # 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: c_count -Version: 7.18 +Version: 7.19 Release: 0 Summary: Source Code Measure Counter for C/C++/Java License: MIT Group: Development/Tools/Other -URL: http://invisible-island.net/c_count/ +URL: https://invisible-island.net/c_count/ Source0: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz Source1: ftp://ftp.invisible-island.net/c_count/%{name}-%{version}.tgz.asc Source2: %{name}.keyring @@ -34,18 +34,18 @@ source programs. It is not lex/yacc based, and is easily portable to a variety of systems. %prep -%setup -q +%autosetup %build %configure \ --enable-warnings -make %{?_smp_mflags} +%make_build %install %make_install %check -make %{?_smp_mflags} check +%make_build check %files %license COPYING