Upgrade to 0.098-beta

This commit is contained in:
Nick Bebout 2011-03-03 16:32:31 -06:00
parent 0a5ad7b0f0
commit 657a45ff38
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
88b3bf579bdceb763bc7d863049cccf2 znc-0.098-alpha1.tar.gz
ee2d1bc0a1d02521d37ab71728eeee31 znc-0.098-beta.tar.gz

View File

@ -2,14 +2,14 @@ Summary: An advanced IRC bouncer
Name: znc
Version: 0.098
#Release: 8.20110215git%{?dist}
Release: 0.1.alpha1%{?dist}
Release: 0.2.beta%{?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-alpha1.tar.gz
Source0: http://people.znc.in/~psychon/znc/releases/znc-0.098-beta.tar.gz
# git clone https://github.com/znc/znc.git
# cd znc
# git archive --prefix=znc/ HEAD | xz > ../znc-0.097.tar.xz
@ -73,7 +73,7 @@ python module for ZNC
%prep
#%setup -q
%setup -q -n %{name}-%{version}-alpha1
%setup -q -n %{name}-%{version}-beta
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -179,6 +179,9 @@ chmod -x modules/q.cpp
%{_libdir}/znc/modpython.so
%changelog
* Wed Mar 02 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.2.beta
- Update to znc-0.098-beta
* Wed Feb 23 2011 Nick Bebout <nb@fedoraproject.org> - 0.098-0.1.alpha1
- Update to znc 0.098-alpha1