diff --git a/.gitignore b/.gitignore index 21692d4..d9ac684 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ znc-0.094.tar.gz /znc-0.097.tar.xz /znc-0.098-alpha1.tar.gz /znc-0.098-beta.tar.gz +/znc-0.098-rc1.tar.gz diff --git a/sources b/sources index eaa5888..3884a29 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -ee2d1bc0a1d02521d37ab71728eeee31 znc-0.098-beta.tar.gz +4ed07ff97ff33b76c5396d4416e96d1c znc-0.098-rc1.tar.gz diff --git a/znc.spec b/znc.spec index 31cfd49..adc68fe 100644 --- a/znc.spec +++ b/znc.spec @@ -2,14 +2,14 @@ Summary: An advanced IRC bouncer Name: znc Version: 0.098 #Release: 8.20110215git%{?dist} -Release: 0.2.beta%{?dist} +Release: 0.3.rc1%{?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-beta.tar.gz +Source0: http://people.znc.in/~psychon/znc/releases/znc-0.098-rc1.tar.gz Patch0: znc-release.patch # git clone https://github.com/znc/znc.git # cd znc @@ -74,7 +74,7 @@ python module for ZNC %prep #%setup -q -%setup -q -n %{name}-%{version}-beta +%setup -q -n %{name}-%{version}-rc1 %patch0 -p1 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -181,6 +181,9 @@ chmod -x modules/q.cpp %{_libdir}/znc/modpython.so %changelog +* Sat Mar 12 2011 Nick Bebout - 0.098-0.3.rc1 +- Update to znc-0.098-rc1 + * Wed Mar 02 2011 Nick Bebout - 0.098-0.2.beta - Update to znc-0.098-beta