[fpdns/f18] upgrade to 20121019

mmckinst mmckinst at fedoraproject.org
Tue Dec 4 02:22:24 UTC 2012


commit 23dee12f9d5b8c59024e122bb33f05b024a2414d
Author: Mark McKinstry <mmckinst at umich.edu>
Date:   Mon Dec 3 21:22:20 2012 -0500

    upgrade to 20121019

 .gitignore |    1 +
 fpdns.spec |   25 ++++++++++++++-----------
 sources    |    2 +-
 3 files changed, 16 insertions(+), 12 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 937ab45..54ed047 100644
--- a/fpdns.spec
+++ b/fpdns.spec
@@ -1,24 +1,30 @@
+%global	checkout	24a2f18e8b4b41513ebdbdca408769b039810277
+
 Name:           fpdns
-Version:        0.9.3
-Release:        7%{?dist}
+Version:        0.10.0
+Release:        20121019.1%{?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,14 +54,11 @@ rm -rf %{buildroot}
 %{_bindir}/fpdns
 
 %changelog
-* Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.9.3-7
-- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
+* Tue Dec  4 2012 Mark McKinstry <mmckinst at nexcess.net> - 0.10.0-20121010.1
+- upgrade to 20121019
 
-* Wed Jul 11 2012 Petr Pisar <ppisar at redhat.com> - 0.9.3-6
-- Perl 5.16 rebuild
-
-* Mon Jul 09 2012 Petr Pisar <ppisar at redhat.com> - 0.9.3-5
-- Perl 5.16 rebuild
+* 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
diff --git a/sources b/sources
index 4828554..e41cc68 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-16f1fbc9e5c8b935a0a48a509dc58899  Net-DNS-Fingerprint-0.9.3.tar.gz
+d7d4e1eec198fc004e41d51557c819ef  fpdns-0.10.0.tar.gz


More information about the scm-commits mailing list