Merge branch 'master' into el5

This commit is contained in:
Nick Bebout 2011-03-12 13:43:34 -06:00
commit 80badf29e8
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -12,3 +12,4 @@ znc-0.094.tar.gz
/znc-0.097.tar.xz
/znc-0.098-alpha1.tar.gz
/znc-0.098-beta.tar.gz
/znc-0.098-rc1.tar.gz

View File

@ -1 +1 @@
ee2d1bc0a1d02521d37ab71728eeee31 znc-0.098-beta.tar.gz
4ed07ff97ff33b76c5396d4416e96d1c znc-0.098-rc1.tar.gz

View File

@ -2,14 +2,14 @@ Summary: An advanced IRC bouncer
Name: znc
Version: 0.098
#Release: 8.20110215git%{?dist}
Release: 0.2.beta%{?dist}
Release: 0.3.rc1%{?dist}
#Release: 2%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.in
#Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz
#Source0: znc-0.097.tar.xz
Source0: http://people.znc.in/~psychon/znc/releases/znc-0.098-beta.tar.gz
Source0: http://people.znc.in/~psychon/znc/releases/znc-0.098-rc1.tar.gz
Patch0: znc-release.patch
# git clone https://github.com/znc/znc.git
# cd znc
@ -56,7 +56,7 @@ TCL module for ZNC
%prep
#%setup -q
%setup -q -n %{name}-%{version}-beta
%setup -q -n %{name}-%{version}-rc1
%patch0 -p1
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -150,6 +150,9 @@ chmod -x modules/q.cpp
%{_libdir}/znc/modtcl.so
%changelog
* Sat Mar 12 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.3.rc1
- Update to znc-0.098-rc1
* Wed Mar 02 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.2.beta
- Update to znc-0.098-beta