Accepting request 853576 from devel:tools

- Update to version 7.19:
  + remove obsolete makefile-rules
  + updated configure macros
  + update config.guess and config.sub

OBS-URL: https://build.opensuse.org/request/show/853576
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/c_count?expand=0&rev=12
This commit is contained in:
Dominique Leuenberger 2020-12-07 14:02:05 +00:00 committed by Git OBS Bridge
commit da2fa4f2f2
6 changed files with 25 additions and 18 deletions

View File

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

View File

@ -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-----

3
c_count-7.19.tgz Normal file
View File

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

7
c_count-7.19.tgz.asc Normal file
View File

@ -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-----

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Mon Dec 7 12:16:44 UTC 2020 - Martin Pluskal <mpluskal@suse.com>
- 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

View File

@ -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 <pascal.bleser@opensuse.org>
#
# 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