From 5db4107b37af78bd2884ecf44d82d779c5bb56d3 Mon Sep 17 00:00:00 2001 From: Nick Bebout Date: Fri, 11 Feb 2011 20:24:39 -0600 Subject: [PATCH] Upgrade to svn2277 --- .gitignore | 1 + sources | 2 +- znc.spec | 29 ++++++++--------------------- 3 files changed, 10 insertions(+), 22 deletions(-) diff --git a/.gitignore b/.gitignore index cdb7727..01d61ce 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ znc-0.094.tar.gz /znc-0.097.svn2255.tar.bz2 /znc-0.097.svn2269.tar.bz2 /znc-0.097.svn2272.tar.xz +/znc-0.097.svn2277.tar.xz diff --git a/sources b/sources index 1de5ab7..4d0c99d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -efc94ac63e6d4e4682a5978f3996da9e znc-0.097.svn2272.tar.xz +70c06d4f5f6d0bc70dc35a3477e5c15b znc-0.097.svn2277.tar.xz diff --git a/znc.spec b/znc.spec index 9b9e144..297da18 100644 --- a/znc.spec +++ b/znc.spec @@ -1,14 +1,14 @@ Summary: An advanced IRC bouncer Name: znc Version: 0.097 -Release: 6.svn2272%{?dist} +Release: 7.svn2277%{?dist} #Release: 0.1.rc1%{?dist} #Release: 2%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ #Source0: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Source0: znc-0.097.svn2272.tar.xz +Source0: znc-0.097.svn2277.tar.xz # svn export -r 2272 https://znc.svn.sourceforge.net/svnroot/znc/trunk # mv trunk znc-0.097.svn2272 # tar Jcvf znc-0.097.svn2272.tar.xz znc-0.097.svn2272/ @@ -17,7 +17,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl gcc-c++ automake BuildRequires: openssl-devel >= 0.9.8 BuildRequires: cyrus-sasl-devel -BuildRequires: c-ares-devel python3-devel +BuildRequires: c-ares-devel BuildRequires: perl(ExtUtils::Embed) swig tcl-devel %description @@ -61,19 +61,9 @@ Requires: perl %description modperl perl module for ZNC -%package modpython -Summary: python module for ZNC -Group: Development/Libraries -Requires: %{name} = %{version}-%{release} -Requires: python3 - -%description modpython -python module for ZNC - - %prep #%setup -q -%setup -q -n znc-0.097.svn2272 +%setup -q -n znc-0.097.svn2277 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -81,8 +71,7 @@ chmod -x modules/q.cpp ./autogen.sh %configure \ --with-module-prefix=%{_libdir}/znc \ - --enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl \ - --enable-python + --enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl %__make %{?_smp_mflags} %install @@ -172,12 +161,10 @@ chmod -x modules/q.cpp %{_libdir}/znc/modperl/ %{_libdir}/znc/modperl.so -%files modpython -%defattr(-,root,root) -%{_libdir}/znc/modpython/ -%{_libdir}/znc/modpython.so - %changelog +* Fri Feb 11 2011 Nick Bebout - 0.097-7.svn2277 +- Update to svn2277 + * Mon Jan 24 2011 Nick Bebout - 0.097-6.svn2272 - Update to svn2272