Update to 1.0

This commit is contained in:
Nick Bebout 2012-11-13 17:41:56 -06:00
parent 3523649a68
commit 36bc878a3a
3 changed files with 10 additions and 5 deletions

1
.gitignore vendored
View File

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

View File

@ -1 +1 @@
cfe8f76b4c5f5fb30426c0ccad3e98d0 znc-1.0-beta1.tar.gz
23807ca830c27392cccb6774f542df6e znc-1.0.tar.gz

View File

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