From 213d4a3cccac2379ff1381f2a712d35122696261 Mon Sep 17 00:00:00 2001 From: Paul Wouters Date: Tue, 5 Jan 2010 23:07:02 +0000 Subject: [PATCH] - Updated to 1.4.1 - Changed %define to %global --- .cvsignore | 1 + sources | 3 +-- unbound.spec | 10 +++++++--- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3c169d4..7e4f350 100644 --- a/.cvsignore +++ b/.cvsignore @@ -6,3 +6,4 @@ unbound-1.3.2.tar.gz unbound-1.3.1.tar.gz unbound-1.3.3.tar.gz unbound-1.3.4.tar.gz +unbound-1.4.1.tar.gz diff --git a/sources b/sources index 7d6e1d6..627518a 100644 --- a/sources +++ b/sources @@ -1,2 +1 @@ -f6b2b2c375288dfd2a03c4a36676221e unbound-1.3.3.tar.gz -d1eb5efed0c36c10dbaf3f805ff3a4bd unbound-1.3.4.tar.gz +1e03ef9618e4bca02005bd99bc6af75c unbound-1.4.1.tar.gz diff --git a/unbound.spec b/unbound.spec index 3b523ab..bb5ee64 100644 --- a/unbound.spec +++ b/unbound.spec @@ -1,5 +1,5 @@ # not ready yet -%{?!with_python: %define with_python 0} +%{?!with_python: %global with_python 0} %if %{with_python} %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} @@ -8,8 +8,8 @@ Summary: Validating, recursive, and caching DNS(SEC) resolver Name: unbound -Version: 1.3.4 -Release: 2%{?dist} +Version: 1.4.1 +Release: 1%{?dist} License: BSD Url: http://www.nlnetlabs.nl/unbound/ Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz @@ -193,6 +193,10 @@ fi %postun libs -p /sbin/ldconfig %changelog +* Tue Jan 05 2010 Paul Wouters - 1.4.1-1 +- Updated to 1.4.1 +- Changed %%define to %%global + * Thu Oct 08 2009 Paul Wouters - 1.3.4-2 - Bump version