From 7029f9a6b04cf6dd8cf285e9a7697d7df8048b0f Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 28 May 2010 04:21:49 +0000 Subject: [PATCH] Update to ZNC 0.090-rc1 --- .cvsignore | 2 +- sources | 2 +- znc.spec | 20 ++++++++++---------- 3 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.cvsignore b/.cvsignore index 2831b5f..dfc1974 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -znc-0.089-svn2000.tar.bz2 +znc-0.090-rc1.tar.gz diff --git a/sources b/sources index 936963c..ee48d8b 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -a3e729a2962d0fd398ab43ed0416abca znc-0.089-svn2000.tar.bz2 +914b8c2aef7b9582a1884bf42e6c2c93 znc-0.090-rc1.tar.gz diff --git a/znc.spec b/znc.spec index 1b6c80f..e52618a 100644 --- a/znc.spec +++ b/znc.spec @@ -1,15 +1,11 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.089 -Release: 6.svn2000%{?dist} +Version: 0.090 +Release: 0.1.rc1%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ -#Source0: http://downloads.sourceforge.net/znc/znc-0.080.tar.gz -Source0: znc-0.089-svn2000.tar.bz2 -# svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk znc -# mv znc znc-0.089 -# tar cjvf znc-0.089-svn2000.tar.bz2 znc-0.089/ +Source0: http://people.znc.in/~psychon/znc/releases/znc-0.090-rc1.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl gcc-c++ @@ -20,8 +16,6 @@ BuildRequires: c-ares-devel # The following line is necessary because this module # is needed for Fedora, but not for EPEL. %{?fedora:BuildRequires: perl-ExtUtils-Embed} -# This is needed for EL-6 also -%{?el6:BuildRequires: perl-ExtUtils-Embed} %description ZNC is an IRC bouncer with many advanced features like detaching, @@ -47,7 +41,7 @@ Requires: %{name} = %{version}-%{release} Extra modules for ZNC %prep -%setup -q +%setup -q -n znc-0.090-rc1 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -137,6 +131,12 @@ chmod -x modules/q.cpp %changelog +* Thu May 27 2010 Nick Bebout - 0.090-0.1.rc1 +- Update to znc 0.090-rc1 + +* Thu May 27 2010 Nick Bebout - 0.089-7.svn2004 +- Update to znc 0.089.svn2004 + * Tue May 18 2010 Nick Bebout - 0.089-6.svn2000 - Re-enable saslauth