Upgrade to ZNC 0.078

This commit is contained in:
Nick Bebout 2009-12-30 21:06:32 +00:00
parent d0b4f38f93
commit 0be8bd65fd
3 changed files with 13 additions and 10 deletions

View File

@ -1 +1 @@
znc-0.077-1.svn1672.tar.bz2
znc-0.078.tar.gz

View File

@ -1 +1 @@
7d264293123b4d3572dbbac757bddf7d znc-0.077-1.svn1672.tar.bz2
b1379bd6609353ebbc8df7ec19bd004f znc-0.078.tar.gz

View File

@ -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 <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)