[nmap/f17] updated to 6.00

Michal Hlavinka mhlavink at fedoraproject.org
Tue Jun 5 09:52:42 UTC 2012


commit cfec87264e2b6c1b1ccb30df3adb4440f7b68d0c
Author: Michal Hlavinka <mhlavink at redhat.com>
Date:   Tue Jun 5 11:52:38 2012 +0200

    updated to 6.00

 .gitignore |    2 ++
 nmap.spec  |   12 ++++++++----
 sources    |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 1ffaeae..3b8a228 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,5 @@
 nmap-5.21.tar.bz2
 /nmap-5.50.tar.bz2
 /nmap-5.51.tar.bz2
+/nmap-5.61TEST5.tar.bz2
+/nmap-6.00.tar.bz2
diff --git a/nmap.spec b/nmap.spec
index 9a22b7b..a085a10 100644
--- a/nmap.spec
+++ b/nmap.spec
@@ -1,8 +1,9 @@
 #TODO: stop using local copy of libdnet, once system distributed version supports sctp (grep sctp /usr/include/dnet.h)
 Summary: Network exploration tool and security scanner
 Name: nmap
-Version: 5.51
-Release: 4%{?dist}
+Version: 6.00
+#global prerelease TEST5
+Release: 1%{?dist}
 # nmap is GPLv2
 # zenmap is GPLv2 and LGPLv2+ (zenmap/higwidgets) and GPLv2+ (zenmap/radialnet)
 # libdnet-stripped is BSD (advertising clause rescinded by the Univ. of California in 1999) with some parts as Public Domain (crc32)
@@ -10,7 +11,7 @@ Release: 4%{?dist}
 # openssl and libdnet-striped is removed in %%prep section
 License: GPLv2 and LGPLv2+ and GPLv2+ and BSD
 Group: Applications/System
-Source0: http://nmap.org/dist/%{name}-%{version}.tar.bz2
+Source0: http://nmap.org/dist/%{name}-%{version}%{?prerelease}.tar.bz2
 Source1: zenmap.desktop
 Source2: zenmap-root.pamd
 Source3: zenmap-root.consoleapps
@@ -58,7 +59,7 @@ This package includes zenmap, a GTK+ front end for nmap. The nmap package must
 be installed before installing nmap front end.
 
 %prep
-%setup -q
+%setup -q -n %{name}-%{version}%{?prerelease}
 %patch1 -p1 -b .mktemp
 %patch2 -p1 -b .noms
 %patch3 -p1 -b .nostrip
@@ -178,6 +179,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man1/xnmap.1.gz
 
 %changelog
+* Tue Jun 05 2012 Michal Hlavinka <mhlavink at redhat.com> - 2:6.00-1
+- updated to 6.00
+
 * Tue Feb 28 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2:5.51-4
 - Rebuilt for c++ ABI breakage
 
diff --git a/sources b/sources
index c490962..7b57e64 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-0b80d2cb92ace5ebba8095a4c2850275  nmap-5.51.tar.bz2
+e365cdada811c57e172b24b62746ab7d  nmap-6.00.tar.bz2


More information about the scm-commits mailing list