From 9fa2ba4e2f9a02ebf740483d9fcdc379a820dcfa Mon Sep 17 00:00:00 2001 From: Patrick Laughton Date: Mon, 27 Aug 2007 21:40:07 +0000 Subject: [PATCH] - New upstream release candidate (feature-frozen), thanks Simon! - License clarification --- .cvsignore | 2 +- dnsmasq.spec | 16 +++++++++++----- sources | 2 +- 3 files changed, 13 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 4b21a1f..665cde3 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dnsmasq-2.39.tar.gz +dnsmasq-2.40rc2.tar.gz diff --git a/dnsmasq.spec b/dnsmasq.spec index fce3810..1f0233e 100644 --- a/dnsmasq.spec +++ b/dnsmasq.spec @@ -1,12 +1,14 @@ +%define extraversion rc2 + Name: dnsmasq -Version: 2.39 -Release: 1%{?dist} +Version: 2.40 +Release: 0.1.%{extraversion}%{?dist} Summary: A lightweight DHCP/caching DNS server Group: System Environment/Daemons -License: GPL +License: GPLv2 URL: http://www.thekelleys.org.uk/dnsmasq/ -Source0: http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}.tar.gz +Source0: http://www.thekelleys.org.uk/dnsmasq/%{name}-%{version}%{?extraversion}.tar.gz Patch0: http://beer.tclug.org/fedora-extras/dnsmasq/%{name}-2.33-initscript.patch Patch1: http://beer.tclug.org/fedora-extras/dnsmasq/%{name}-2.33-enable-dbus.patch Patch2: http://beer.tclug.org/fedora-extras/dnsmasq/%{name}-2.35-conf-dir.patch @@ -35,7 +37,7 @@ machines. %prep -%setup -q +%setup -q -n %{name}-%{version}%{?extraversion} %patch0 -p1 %if "%fedora" > "3" || "%aurora" > "2" %patch1 -p1 @@ -92,6 +94,10 @@ fi %changelog +* Sun Aug 26 2007 Patrick "Jima" Laughton 2.40-0.1.rc2 +- New upstream release candidate (feature-frozen), thanks Simon! +- License clarification + * Tue May 29 2007 Patrick "Jima" Laughton 2.39-1 - New upstream version (bugfixes, enhancements) diff --git a/sources b/sources index 92ceaa9..fe24c6d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1ffccc1f0d9b8a08f2b99e03ba9cc08b dnsmasq-2.39.tar.gz +45b3ca53556e99b1edaef2142fb0e306 dnsmasq-2.40rc2.tar.gz