- Updated to 1.4.1

- Changed %define to %global
This commit is contained in:
Paul Wouters 2010-01-05 23:07:02 +00:00
parent bdcccc7872
commit 213d4a3ccc
3 changed files with 9 additions and 5 deletions

View File

@ -6,3 +6,4 @@ unbound-1.3.2.tar.gz
unbound-1.3.1.tar.gz unbound-1.3.1.tar.gz
unbound-1.3.3.tar.gz unbound-1.3.3.tar.gz
unbound-1.3.4.tar.gz unbound-1.3.4.tar.gz
unbound-1.4.1.tar.gz

View File

@ -1,2 +1 @@
f6b2b2c375288dfd2a03c4a36676221e unbound-1.3.3.tar.gz 1e03ef9618e4bca02005bd99bc6af75c unbound-1.4.1.tar.gz
d1eb5efed0c36c10dbaf3f805ff3a4bd unbound-1.3.4.tar.gz

View File

@ -1,5 +1,5 @@
# not ready yet # not ready yet
%{?!with_python: %define with_python 0} %{?!with_python: %global with_python 0}
%if %{with_python} %if %{with_python}
%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %{!?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 Summary: Validating, recursive, and caching DNS(SEC) resolver
Name: unbound Name: unbound
Version: 1.3.4 Version: 1.4.1
Release: 2%{?dist} Release: 1%{?dist}
License: BSD License: BSD
Url: http://www.nlnetlabs.nl/unbound/ Url: http://www.nlnetlabs.nl/unbound/
Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz Source: http://www.unbound.net/downloads/%{name}-%{version}.tar.gz
@ -193,6 +193,10 @@ fi
%postun libs -p /sbin/ldconfig %postun libs -p /sbin/ldconfig
%changelog %changelog
* Tue Jan 05 2010 Paul Wouters <paul@xelerance.com> - 1.4.1-1
- Updated to 1.4.1
- Changed %%define to %%global
* Thu Oct 08 2009 Paul Wouters <paul@xelerance.com> - 1.3.4-2 * Thu Oct 08 2009 Paul Wouters <paul@xelerance.com> - 1.3.4-2
- Bump version - Bump version