Hello community, here is the log from the commit of package openvas-cli for openSUSE:Factory checked in at 2013-09-17 16:27:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openvas-cli (Old) and /work/SRC/openSUSE:Factory/.openvas-cli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openvas-cli" Changes: -------- --- /work/SRC/openSUSE:Factory/openvas-cli/openvas-cli.changes 2013-07-29 17:44:26.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.openvas-cli.new/openvas-cli.changes 2013-09-17 16:27:30.000000000 +0200 @@ -1,0 +2,14 @@ +Thu Apr 18 11:44:31 UTC 2013 - [email protected] + +- Update to 1.2.0 (for OpenVAS-6) + * New OMP based Nagios plugin. + * New ncurses based OMP interface. + * Observed task are now shown per default. + * Out-of-sources builds are now possible for all targets. + * The openvas-libraries dependency has been raised to 6.0.0. + * The GnuTLS dependency has been raised from 2.2 to 2.8. + * Support for building a statically linked version of the OMP based Nagios + plugin has been added. + * Use omp_get_tasks_ext instead of omp_get_tasks so that observed tasks show up. + +------------------------------------------------------------------- Old: ---- debian.changelog debian.compat debian.control debian.rules debian.series openvas-cli-1.1.3-linking.patch openvas-cli-1.1.4.tar.gz openvas-cli.dsc New: ---- openvas-cli-1.2.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openvas-cli.spec ++++++ --- /var/tmp/diff_new_pack.DNKxln/_old 2013-09-17 16:27:31.000000000 +0200 +++ /var/tmp/diff_new_pack.DNKxln/_new 2013-09-17 16:27:31.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package openvas-cli # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 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 @@ -15,12 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: openvas-cli -Version: 1.1.4 -Release: 0 +Version: 1.2.0 +Release: 1.9 Url: http://www.openvas.org Source: %{name}-%{version}.tar.gz -Patch0: openvas-cli-1.1.3-linking.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %if 0%{?mandriva_version} @@ -31,6 +31,7 @@ BuildRequires: glib2-devel BuildRequires: libopenvas-devel BuildRequires: pkgconfig +BuildRequires: doxygen Summary: Command Line Tools for OpenVAS License: GPL-2.0+ Group: Productivity/Networking/Security @@ -43,7 +44,6 @@ %prep %setup -q -%patch0 %build export CFLAGS="$RPM_OPT_FLAGS" @@ -55,10 +55,11 @@ -DCMAKE_BUILD_TYPE=Release %__make %{?_smp_mflags} - %install cd build %__make install DESTDIR=%{buildroot} +%__ln_s %{_mandir}/man8/omp.8.gz %{buildroot}%{_mandir}/man8/check_omp.8.gz +%__ln_s %{_mandir}/man8/omp.8.gz %{buildroot}%{_mandir}/man8/omp-dialog.8.gz %clean test "%{buildroot}" != "/" && %__rm -rf %{buildroot} @@ -67,6 +68,10 @@ %defattr(-,root,root) %doc CHANGES COPYING README %{_bindir}/omp +%{_bindir}/check_omp +%{_bindir}/omp-dialog %{_mandir}/man8/omp.8* +%{_mandir}/man8/check_omp.8* +%{_mandir}/man8/omp-dialog.8* %changelog ++++++ openvas-cli-1.1.4.tar.gz -> openvas-cli-1.2.0.tar.gz ++++++ ++++ 2685 lines of diff (skipped) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
