Update to ZNC 0.090-rc1

This commit is contained in:
Nick Bebout 2010-05-28 04:21:49 +00:00
parent 6a84a6119e
commit 7029f9a6b0
3 changed files with 12 additions and 12 deletions

View File

@ -1 +1 @@
znc-0.089-svn2000.tar.bz2
znc-0.090-rc1.tar.gz

View File

@ -1 +1 @@
a3e729a2962d0fd398ab43ed0416abca znc-0.089-svn2000.tar.bz2
914b8c2aef7b9582a1884bf42e6c2c93 znc-0.090-rc1.tar.gz

View File

@ -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 <nb@fedoraproject.org> - 0.090-0.1.rc1
- Update to znc 0.090-rc1
* Thu May 27 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-7.svn2004
- Update to znc 0.089.svn2004
* Tue May 18 2010 Nick Bebout <nb@fedoraproject.org> - 0.089-6.svn2000
- Re-enable saslauth