Upgrade to ZNC 0.078

This commit is contained in:
Nick Bebout 2009-12-30 20:52:34 +00:00
parent 03c2bb0b89
commit f6ae170479
3 changed files with 9 additions and 9 deletions

View File

@ -1 +1 @@
znc-0.078-rc1.tar.gz
znc-0.078.tar.gz

View File

@ -1 +1 @@
57002305905f3e389492d46629bc7f40 znc-0.078-rc1.tar.gz
b1379bd6609353ebbc8df7ec19bd004f znc-0.078.tar.gz

View File

@ -1,18 +1,14 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 0.078
Release: 0.2.rc1%{?dist}
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://people.znc.in/~psychon/znc/releases/znc-0.078-rc1.tar.gz
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
@ -130,8 +126,12 @@ chmod -x modules/q.cpp
%changelog
* Wed Dec 30 2009 Nick Bebout <nb@fedoraproject.org> - 0.078-1
- Update to znc 0.078
* Sun Dec 13 2009 Nick Bebout <nb@fedoraproject.org> - 0.078-0.1.rc1
- Update to znc 0.078.rc1
* Mon Dec 7 2009 Nick Bebout <nb@fedoraproject.org> - 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)