From da66c96d74b4c2c9cc77e8c735cc7742e9d28cce Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 28 May 2010 04:21:48 +0000 Subject: [PATCH] Update to ZNC 0.090-rc1 --- .cvsignore | 2 +- sources | 2 +- znc.spec | 18 ++++++++++-------- 3 files changed, 12 insertions(+), 10 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 c4c30c7..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++ @@ -45,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 @@ -135,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