diff --git a/.gitignore b/.gitignore index 75cc4f0..df97e3f 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,5 @@ /znc-0.204.tar.gz /znc-0.206.tar.gz /znc-1.0-alpha1.tar.gz +/znc-1.0-beta1.tar.gz +/znc-1.0.tar.gz diff --git a/sources b/sources index f2f1bd3..8fd8235 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c2287115826d2e226ae60f437de69833 znc-1.0-alpha1.tar.gz +23807ca830c27392cccb6774f542df6e znc-1.0.tar.gz diff --git a/znc.spec b/znc.spec index 4370270..fead7d1 100644 --- a/znc.spec +++ b/znc.spec @@ -11,11 +11,12 @@ 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} +Release: 1%{?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.tar.gz %if %{use_systemd} Source1: znc.service @@ -91,8 +92,8 @@ Provides: perl(ZNC::Module) = %{version}-%{release} perl module for ZNC %prep -#%setup -q -n %{name}-%{version} -%setup -q -n znc-1.0-alpha1 +%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 @@ -260,6 +261,12 @@ fi %{_libdir}/znc/perleval.pm %changelog +* Tue Nov 13 2012 Nick Bebout - 1.0-1 +- Update to 1.0 + +* Thu Oct 18 2012 Nick Bebout - 1.0-0.2.beta1 +- Update to 1.0-beta1 + * Thu Sep 13 2012 Nick Bebout - 1.0-0.1.alpha1 - Update to 1.0-alpha1