Merge branch 'master' into el6

This commit is contained in:
Nick Bebout 2013-10-25 20:44:36 -05:00
commit 0ffd846bd9
3 changed files with 8 additions and 4 deletions

1
.gitignore vendored
View File

@ -26,3 +26,4 @@
/znc-1.0.tar.gz
/znc-1.2-alpha1.tar.gz
/znc-1.2-beta1.tar.gz
/znc-1.2-rc2.tar.gz

View File

@ -1 +1 @@
26c5135fb1e6380f960020b66166f758 znc-1.2-beta1.tar.gz
38eb9496b74cabcd1d6dbc585ef872e8 znc-1.2-rc2.tar.gz

View File

@ -11,12 +11,12 @@ Summary: An advanced IRC bouncer
Name: znc
Version: 1.2
#Release: 0.1.20110801git%{?dist}
Release: 0.3.beta1%{?dist}
Release: 0.4.rc2%{?dist}
#Release: 3%{?dist}
License: ASL 2.0
Group: System Environment/Daemons
URL: http://znc.in
Source0: http://znc.in/releases/znc-1.2-beta1.tar.gz
Source0: http://znc.in/releases/znc-1.2-rc2.tar.gz
%if %{use_systemd}
Source1: znc.service
@ -93,7 +93,7 @@ perl module for ZNC
%prep
#%setup -q -n %{name}-%{version}
%setup -q -n znc-1.2-beta1
%setup -q -n znc-1.2-rc2
#%patch0 -p1
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -262,6 +262,9 @@ fi
%{_libdir}/znc/perleval.pm
%changelog
* Fri Oct 25 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.4.rc2
- Upgrade to 1.2-rc2
* Thu Sep 26 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.3.beta1
- Upgrade to 1.2-beta1