Upgrade to 1.2-alpha1

This commit is contained in:
Nick Bebout 2013-07-28 16:45:10 -05:00
parent 4791326b3c
commit 9c0644c3dc
3 changed files with 11 additions and 7 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
23807ca830c27392cccb6774f542df6e znc-1.0.tar.gz
4ed75f8a9d2685ec823db42983dc54fe znc-1.2-alpha1.tar.gz

View File

@ -9,14 +9,14 @@
Summary: An advanced IRC bouncer
Name: znc
Version: 1.0
Version: 1.2
#Release: 0.1.20110801git%{?dist}
#Release: 0.2.beta1%{?dist}
Release: 3%{?dist}
Release: 0.1.alpha1%{?dist}
#Release: 3%{?dist}
License: GPLv2 with exceptions
Group: System Environment/Daemons
URL: http://znc.in
Source0: http://znc.in/releases/znc-1.0.tar.gz
Source0: http://znc.in/releases/znc-1.2-alpha1.tar.gz
%if %{use_systemd}
Source1: znc.service
@ -101,8 +101,8 @@ Requires: python3
python3 module for ZNC
%prep
%setup -q -n %{name}-%{version}
#%setup -q -n znc-1.0-beta1
#%setup -q -n %{name}-%{version}
%setup -q -n znc-1.2-alpha1
#%patch0 -p1
%__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
chmod -x modules/q.cpp
@ -275,6 +275,9 @@ fi
%{_libdir}/znc/modpython.so
%changelog
* Sun Jul 28 2013 Nick Bebout <nb@fedoraproject.org> - 1.2-0.1.alpha1
- Upgrade to 1.2-alpha1
* Wed Jul 17 2013 Petr Pisar <ppisar@redhat.com> - 1.0-3
- Perl 5.18 rebuild