[fpdns/f17] upgrade to 0.10.0

mmckinst mmckinst at fedoraproject.org
Thu Jun 14 01:54:43 UTC 2012


commit 79915bffee6fd15a3a02ea2360f391e695f62d8d
Author: Mark McKinstry <mmckinst at nexcess.net>
Date:   Wed Jun 13 21:54:05 2012 -0400

    upgrade to 0.10.0

 .gitignore |    1 +
 fpdns.spec |   20 ++++++++++++++++----
 sources    |    2 +-
 3 files changed, 18 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..54cf89b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/fpdns-0.10.0.tar.gz
diff --git a/fpdns.spec b/fpdns.spec
index dfdf2d1..3baa4a7 100644
--- a/fpdns.spec
+++ b/fpdns.spec
@@ -1,24 +1,30 @@
+%global	checkout	9eb38df6f8a3a5a53a30be13c4bb6c1e4b93b784
+
 Name:           fpdns
-Version:        0.9.3
-Release:        3%{?dist}
+Version:        0.10.0
+Release:        20120503%{?dist}
 Summary:        Fingerprint DNS servers
 License:        BSD
 Group:          Development/Libraries
 URL:            http://code.google.com/p/fpdns/
-Source0:        http://fpdns.googlecode.com/files/Net-DNS-Fingerprint-%{version}.tar.gz
+# git clone https://github.com/kirei/fpdns.git fpdns
+# cd fpdns && git checkout %%{checkout} && cd ../
+# tar czvf fpdns-%%{version}.tar.gz ./fpdns/
+Source0:        fpdns-%{version}.tar.gz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 BuildRequires:  perl(ExtUtils::MakeMaker)
 BuildRequires:  perl(Net::DNS)
 Requires:       perl(:MODULE_COMPAT_%(eval "`%{__perl} -V:version`"; echo $version))
 
+
 %description 
 fpdns is a program that remotely determines DNS server versions. It does this 
 by sending a series of borderline DNS queries which are compared against a 
 table of responses and server versions.
 
 %prep
-%setup -q -n Net-DNS-Fingerprint-%{version}
+%setup -q -n %{name}
 
 %build
 %{__perl} Makefile.PL INSTALLDIRS=vendor
@@ -48,6 +54,12 @@ rm -rf %{buildroot}
 %{_bindir}/fpdns
 
 %changelog
+* Thu Jun 14 2012 Mark McKinstry <mmckinst at nexcess.net> - 0.10.0-1
+- upgrade to 0.10.0 from github checked out 20120503
+
+* Wed Jun 13 2012 Petr Pisar <ppisar at redhat.com> - 0.9.3-4
+- Perl 5.16 rebuild
+
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 
diff --git a/sources b/sources
index 4828554..b27805e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16f1fbc9e5c8b935a0a48a509dc58899  Net-DNS-Fingerprint-0.9.3.tar.gz
+0d164879d92ebabf2730d44eb028ac04  fpdns-0.10.0.tar.gz


More information about the scm-commits mailing list