Upgrade to ZNC 0.078
This commit is contained in:
parent
6fb8fa273b
commit
dbc49bc19c
@ -1 +1 @@
|
|||||||
znc-0.077-1.svn1672.tar.bz2
|
znc-0.078.tar.gz
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
7d264293123b4d3572dbbac757bddf7d znc-0.077-1.svn1672.tar.bz2
|
b1379bd6609353ebbc8df7ec19bd004f znc-0.078.tar.gz
|
||||||
|
19
znc.spec
19
znc.spec
@ -1,17 +1,14 @@
|
|||||||
Summary: An advanced IRC bouncer
|
Summary: An advanced IRC bouncer
|
||||||
Name: znc
|
Name: znc
|
||||||
Version: 0.077
|
Version: 0.078
|
||||||
Release: 1.svn1672%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2 with exceptions
|
License: GPLv2 with exceptions
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
URL: http://znc.sf.net/
|
URL: http://znc.sf.net/
|
||||||
#Source0: http://downloads.sourceforge.net/znc/znc-0.076.tar.gz
|
Source0: http://downloads.sourceforge.net/znc/znc-0.078.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
|
|
||||||
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
BuildRequires: perl
|
BuildRequires: perl gcc-c++
|
||||||
BuildRequires: openssl-devel >= 0.9.8
|
BuildRequires: openssl-devel >= 0.9.8
|
||||||
BuildRequires: cyrus-sasl-devel
|
BuildRequires: cyrus-sasl-devel
|
||||||
BuildRequires: c-ares-devel
|
BuildRequires: c-ares-devel
|
||||||
@ -44,7 +41,7 @@ Requires: %{name} = %{version}-%{release}
|
|||||||
Extra modules for ZNC
|
Extra modules for ZNC
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n znc-0.077-1.svn1672
|
%setup -q
|
||||||
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
|
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
|
||||||
chmod -x modules/q.cpp
|
chmod -x modules/q.cpp
|
||||||
|
|
||||||
@ -129,6 +126,12 @@ chmod -x modules/q.cpp
|
|||||||
|
|
||||||
%changelog
|
%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
|
* 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)
|
- 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)
|
- Users cloned via the admin module no longer automatically connect into IRC. (r1653)
|
||||||
|
Loading…
Reference in New Issue
Block a user