[openvas-client] Sync'ed with the latest stable upstream version

Stjepan Gros sgros at fedoraproject.org
Sat Dec 4 10:17:10 UTC 2010


commit e8d77a57ce1e40c5fe449192186636d207cede8a
Author: Stjepan Gros <stjepan.gros at gmail.com>
Date:   Sat Dec 4 11:04:47 2010 +0100

    Sync'ed with the latest stable upstream version

 .gitignore                       |    1 +
 openvas-client-cflags.patch      |   53 --------------------------------------
 openvas-client-reportcrash.patch |   11 --------
 openvas-client.spec              |   17 +++++-------
 sources                          |    2 +-
 5 files changed, 9 insertions(+), 75 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6c4912b..39098aa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 openvas-client-3.0.0.tar.gz
+/openvas-client-3.0.2.tar.gz
diff --git a/openvas-client.spec b/openvas-client.spec
index fc10d17..f5ceb54 100644
--- a/openvas-client.spec
+++ b/openvas-client.spec
@@ -1,14 +1,12 @@
 Name:		openvas-client
 Summary:	Client component of Open Vulnerability Assessment (OpenVAS) Scanner
-Version:	3.0.0
-Release:	8%{?dist}
-Source0:	http://wald.intevation.org/frs/download.php/685/openvas-client-3.0.0.tar.gz
+Version:	3.0.2
+Release:	1%{?dist}
+Source0:	http://wald.intevation.org/frs/download.php/802/openvas-client-3.0.2.tar.gz
 Source1:	openvas-client.desktop
-Patch0:		openvas-client-reportcrash.patch
 #file with cflags is not referenced in Makefile correctly for build
 #Patch reported to upstream
 #http://wald.intevation.org/tracker/index.php?func=detail&aid=1489&group_id=29&atid=220
-Patch1:		openvas-client-cflags.patch
 URL:		http://www.openvas.org
 License:	GPLv2 and GPLv2+
 Group:		Applications/System
@@ -40,8 +38,6 @@ provided by the server component.
 
 %prep
 %setup -q
-%patch0 -p1 -b .reportcrash
-%patch1 -p1 -b .cflags
 
 for i in CHANGES ChangeLog TODO; do
 	iconv -f iso8859-1 -t utf-8 $i > $i.utf8 && \
@@ -84,14 +80,15 @@ rm -rf %{buildroot}
 %config(noreplace) %{_sysconfdir}/openvas/openvas-client_log.conf
 %{_bindir}/OpenVAS-Client
 %{_bindir}/openvas-client
-%{_bindir}/openvasclient-mkcert
-%{_bindir}/omp-cli
 %{_mandir}/man1/OpenVAS-Client.1.*
 %{_mandir}/man1/openvas-client.1.*
-%{_mandir}/man1/openvasclient-mkcert.1.*
 %{_datadir}/applications/*
 
 %changelog
+* Tue Nov 23 2010 Stjepan Gros <stjepan.gros at gmail.com> - 3.0.2-1
+- Synced with latest stable upstream release
+- Removed patches because upstream applied them
+
 * Sun Jul 18 2010 Xavier Bachelot <xavier at bachelot.org> - 3.0.0-8
 - Remove useless BR: gdk-pixbuf-devel.
 
diff --git a/sources b/sources
index 3119dc2..3d08186 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-c5fc0c744865ca2e6c331bab529e11a3  openvas-client-3.0.0.tar.gz
+9049251276fbd05a1e2e0de11967bb3d  openvas-client-3.0.2.tar.gz


More information about the scm-commits mailing list