diff --git a/.cvsignore b/.cvsignore index d6b7048..f695a8e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -znc-0.077-1.svn1672.tar.bz2 +znc-0.078.tar.gz diff --git a/sources b/sources index 6493758..0e8d150 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -7d264293123b4d3572dbbac757bddf7d znc-0.077-1.svn1672.tar.bz2 +b1379bd6609353ebbc8df7ec19bd004f znc-0.078.tar.gz diff --git a/znc.spec b/znc.spec index 46a6c86..6c8d331 100644 --- a/znc.spec +++ b/znc.spec @@ -1,17 +1,14 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.077 -Release: 1.svn1672%{?dist} +Version: 0.078 +Release: 1%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ -#Source0: http://downloads.sourceforge.net/znc/znc-0.076.tar.gz -# To get source, svn export https://znc.svn.sourceforge.net/svnroot/znc/trunk znc-0.077-1.svn1672 -# Then tar jvcf znc-0.077-1.svn1672.tar.bz2 znc-0.077-1.svn1672 -Source0: znc-0.077-1.svn1672.tar.bz2 +Source0: http://downloads.sourceforge.net/znc/znc-0.078.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root -BuildRequires: perl +BuildRequires: perl gcc-c++ BuildRequires: openssl-devel >= 0.9.8 BuildRequires: cyrus-sasl-devel BuildRequires: c-ares-devel @@ -44,7 +41,7 @@ Requires: %{name} = %{version}-%{release} Extra modules for ZNC %prep -%setup -q -n znc-0.077-1.svn1672 +%setup -q %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -129,6 +126,12 @@ chmod -x modules/q.cpp %changelog +* Wed Dec 30 2009 Nick Bebout - 0.078-1 +- Update to znc 0.078 + +* Sun Dec 13 2009 Nick Bebout - 0.078-0.1.rc1 +- Update to znc 0.078.rc1 + * Mon Dec 7 2009 Nick Bebout - 0.077-1.svn1672 - Add a DCCVHost config option which specifies the VHost (IP only!) for DCC bouncing. (r1647) - Users cloned via the admin module no longer automatically connect into IRC. (r1653)