[bind-to-tinydns] Update to latest upstream version; fix SRV record handling

Tim Jackson timj at fedoraproject.org
Mon Aug 18 15:49:34 UTC 2014


commit 20bc7e3e5ffc9f4507e55af8479fce24d9186854
Author: Tim Jackson <rpm at timj.co.uk>
Date:   Mon Aug 18 17:50:11 2014 +0200

    Update to latest upstream version; fix SRV record handling

 .gitignore           |    1 +
 bind-to-tinydns.spec |    9 +++++++--
 sources              |    2 +-
 3 files changed, 9 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e69de29..80ee08b 100644
--- a/.gitignore
+++ b/.gitignore
@@ -0,0 +1 @@
+/bind-to-tinydns-0.4.3-20140818gitdf0ddc3.tar.bz2
diff --git a/bind-to-tinydns.spec b/bind-to-tinydns.spec
index bedf1f7..f7b0b85 100644
--- a/bind-to-tinydns.spec
+++ b/bind-to-tinydns.spec
@@ -1,12 +1,14 @@
+%global gitsnap 20140818gitdf0ddc3
+
 Name:           bind-to-tinydns
 Version:        0.4.3
-Release:        14.20140205git32dc9263%{?dist}
+Release:        15.%{gitsnap}%{?dist}
 Summary:        Convert DNS zone files in BIND format to tinydns format
 
 Group:          Applications/System
 License:        BSD
 URL:            http://www.erat.org/
-Source0:        bind-to-tinydns-%{version}-20140205git32dc9263.tar.bz2
+Source0:        bind-to-tinydns-%{version}-%{gitsnap}.tar.bz2
 Patch0:         bind-to-tinydns-0.4.3-cflags.patch
 
 %description
@@ -38,6 +40,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Aug 18 2014 Tim Jackson <rpm at timj.co.uk> - 0.4.3-15.20140818gitdf0ddc3
+- Updated to latest upstream snapshot; fixes SRV record support
+
 * Fri Aug 15 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.4.3-14.20140205git32dc9263
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index cabf3e2..0b835f6 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-bf4c6e027344fbab77e7cae9074a8a50  bind-to-tinydns-0.4.3-20140205git32dc9263.tar.bz2
+c5944b87686fc8764272c084cf9f7446  bind-to-tinydns-0.4.3-20140818gitdf0ddc3.tar.bz2


More information about the scm-commits mailing list