commit complexity for openSUSE:Factory
Hello community, here is the log from the commit of package complexity for openSUSE:Factory checked in at 2018-07-31 16:04:16 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/complexity (Old) and /work/SRC/openSUSE:Factory/.complexity.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "complexity" Tue Jul 31 16:04:16 2018 rev:2 rq:626678 version:1.10 Changes: -------- --- /work/SRC/openSUSE:Factory/complexity/complexity.changes 2017-12-02 13:11:53.703696621 +0100 +++ /work/SRC/openSUSE:Factory/.complexity.new/complexity.changes 2018-07-31 16:04:28.780064875 +0200 @@ -1,0 +2,11 @@ +Tue Jul 31 10:57:56 UTC 2018 - mpluskal@suse.com + +- Add gpg signature +- Run tests during build + +------------------------------------------------------------------- +Tue Jul 31 08:54:21 UTC 2018 - schwab@suse.de + +- Require pkgconfig(autoopts) for building + +------------------------------------------------------------------- New: ---- complexity-1.10.tar.xz.sig complexity.keyring ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ complexity.spec ++++++ --- /var/tmp/diff_new_pack.kT19yv/_old 2018-07-31 16:04:29.368065877 +0200 +++ /var/tmp/diff_new_pack.kT19yv/_new 2018-07-31 16:04:29.368065877 +0200 @@ -1,7 +1,7 @@ # # spec file for package complexity # -# 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 @@ -20,12 +20,16 @@ Version: 1.10 Release: 0 Summary: Compute the complexity of C source code -License: GPL-3.0+ +License: GPL-3.0-or-later Group: Development/Tools/Other URL: https://www.gnu.org/software/complexity/ -Source: https://ftp.gnu.org/gnu/complexity/%{name}-%{version}.tar.xz +Source0: https://ftp.gnu.org/gnu/complexity/%{name}-%{version}.tar.xz +Source1: https://ftp.gnu.org/gnu/complexity/%{name}-%{version}.tar.xz.sig +Source2: %{name}.keyring Patch0: complexity-1.10-avoid-random-return-in-nonvoid-function.patch BuildRequires: autogen +BuildRequires: pkgconfig +BuildRequires: pkgconfig(autoopts) Requires(post): %{install_info_prereq} Requires(preun): %{install_info_prereq} @@ -46,6 +50,9 @@ %install %make_install +%check +make %{?_smp_mflags} check + %post %install_info --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz @@ -53,10 +60,11 @@ %install_info_delete --info-dir=%{_infodir} %{_infodir}/%{name}.info.gz %files -%doc AUTHORS ChangeLog README COPYING NEWS +%license COPYING +%doc AUTHORS ChangeLog README NEWS %{_bindir}/complexity %{_bindir}/cx-vs-mc -%{_infodir}/complexity.info%{ext_info} -%{_mandir}/man1/complexity.1%{ext_man} +%{_infodir}/complexity.info%{?ext_info} +%{_mandir}/man1/complexity.1%{?ext_man} %changelog
participants (1)
-
root