Upgrade to 1.0-beta1

This commit is contained in:
Nick Bebout 2012-10-18 19:12:44 -05:00
parent 8edc3f1d0e
commit 3523649a68
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -22,3 +22,4 @@
/znc-0.204.tar.gz
/znc-0.206.tar.gz
/znc-1.0-alpha1.tar.gz
/znc-1.0-beta1.tar.gz

View File

@ -1 +1 @@
c2287115826d2e226ae60f437de69833 znc-1.0-alpha1.tar.gz
cfe8f76b4c5f5fb30426c0ccad3e98d0 znc-1.0-beta1.tar.gz

View File

@ -11,11 +11,11 @@ Summary: An advanced IRC bouncer
Name: znc
Version: 1.0
#Release: 0.1.20110801git%{?dist}
Release: 0.1.alpha1%{?dist}
Release: 0.2.beta1%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.in
Source0: http://znc.in/releases/znc-1.0-alpha1.tar.gz
Source0: http://znc.in/releases/znc-1.0-beta1.tar.gz
%if %{use_systemd}
Source1: znc.service
@ -101,7 +101,7 @@ python3 module for ZNC
%prep
#%setup -q -n %{name}-%{version}
%setup -q -n znc-1.0-alpha1
%setup -q -n znc-1.0-beta1
#%patch0 -p1
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -274,6 +274,9 @@ fi
%{_libdir}/znc/modpython.so
%changelog
* Thu Oct 18 2012 Nick Bebout <nb@fedoraproject.org> - 1.0-0.2.beta1
- Update to 1.0-beta1
* Thu Sep 13 2012 Nick Bebout <nb@fedoraproject.org> - 1.0-0.1.alpha1
- Update to 1.0-alpha1