[bind/f16] Update to 9.8.2

Adam Tkac atkac at fedoraproject.org
Tue Apr 24 11:22:38 UTC 2012


commit e71f4e4b4208783164a5649498c25b48fd94b9c7
Author: Adam Tkac <atkac at redhat.com>
Date:   Tue Apr 24 13:22:12 2012 +0200

    Update to 9.8.2
    
    bind-9.5-overflow.patch is no longer needed
    
    Signed-off-by: Adam Tkac <atkac at redhat.com>

 .gitignore              |    1 +
 bind-9.5-overflow.patch |   24 ------------------------
 bind.spec               |   14 ++++++++------
 sources                 |    2 +-
 4 files changed, 10 insertions(+), 31 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index bfe12f0..7dca818 100644
--- a/.gitignore
+++ b/.gitignore
@@ -20,3 +20,4 @@ bind-9.7.2b1.tar.gz
 /bind-9.8.2b1.tar.gz
 /bind-9.8.2rc1.tar.gz
 /bind-9.8.2rc2.tar.gz
+/bind-9.8.2.tar.gz
diff --git a/bind.spec b/bind.spec
index 442ab46..a9cb927 100644
--- a/bind.spec
+++ b/bind.spec
@@ -2,11 +2,11 @@
 # Red Hat BIND package .spec file
 #
 
-#%define VERSION %{version}
 #%define VERSION %{version}-%{PATCHVER}
 #%define PATCHVER P1
-%define VERSION %{version}%{PREVER}
-%define PREVER rc2
+#%define VERSION %{version}%{PREVER}
+#%define PREVER rc2
+%define VERSION %{version}
 
 %{?!SDB:       %define SDB       1}
 %{?!test:      %define test      0}
@@ -22,7 +22,7 @@ Summary:  The Berkeley Internet Name Domain (BIND) DNS (Domain Name System) serv
 Name:     bind
 License:  ISC
 Version:  9.8.2
-Release:  0.4.%{PREVER}%{?dist}
+Release:  1%{?dist}
 Epoch:    32
 Url:      http://www.isc.org/products/BIND/
 Buildroot:%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -50,7 +50,6 @@ Source36: trusted-key.key
 Patch5:  bind-nonexec.patch
 Patch10: bind-9.5-PIE.patch
 Patch16: bind-9.3.2-redhat_doc.patch
-Patch71: bind-9.5-overflow.patch
 Patch72: bind-9.5-dlz-64bit.patch
 Patch87: bind-9.5-parallel-build.patch
 Patch99: bind-96-libtool2.patch
@@ -262,7 +261,6 @@ cp -fp contrib/sdb/sqlite/zone2sqlite.c bin/sdb_tools
 %if %{SDB}
 %patch62 -p1 -b .sdb-sqlite-bld
 %endif
-%patch71 -p1 -b .overflow
 %ifnarch alpha ia64
 %patch72 -p1 -b .64bit
 %endif
@@ -757,6 +755,10 @@ rm -rf ${RPM_BUILD_ROOT}
 %endif
 
 %changelog
+* Tue Apr 24 2012 Adam Tkac <atkac redhat com> 32:9.8.2-1
+- update to 9.8.2
+- bind-9.5-overflow.patch is no longer needed
+
 * Fri Mar 16 2012 Adam Tkac <atkac redhat com> 32:9.8.2-0.4.rc2
 - update to 9.8.2rc2
 
diff --git a/sources b/sources
index f845518..5203d61 100644
--- a/sources
+++ b/sources
@@ -1,2 +1,2 @@
+9d92bed18795a35ebe629f715cf41353  bind-9.8.2.tar.gz
 76857526420dc8e153ad688aeb5a2c4b  config-8.tar.bz2
-f08ef3aedceb50ed22b03794b6139ab3  bind-9.8.2rc2.tar.gz


More information about the scm-commits mailing list