[znc: 1/2] Update to svn2255

Nick Bebout nb at fedoraproject.org
Sat Jan 8 00:24:22 UTC 2011


commit 4b7d7ba796815897a3130f192617acb95c98bffe
Author: Nick Bebout <nb at fedoraproject.org>
Date:   Fri Jan 7 18:22:23 2011 -0600

    Update to svn2255

 .gitignore |    1 +
 sources    |    2 +-
 znc.spec   |   19 ++++++++++---------
 3 files changed, 12 insertions(+), 10 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 5b0cf33..b735e9e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -5,3 +5,4 @@ znc-0.094.tar.gz
 /znc-0.097.svn2202.tar.bz2
 /znc-0.097.svn2213.tar.bz2
 /znc-0.097.svn2214.tar.bz2
+/znc-0.097.svn2255.tar.bz2
diff --git a/sources b/sources
index c4512cc..94bd0ce 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-a61e6fd9bac0a9cbbd17d352dab7b70c  znc-0.097.svn2214.tar.bz2
+d2bb2fc0845c9500e0d0ef1532cb80a5  znc-0.097.svn2255.tar.bz2
diff --git a/znc.spec b/znc.spec
index ad35ca5..82fe7d6 100644
--- a/znc.spec
+++ b/znc.spec
@@ -1,20 +1,20 @@
 Summary:        An advanced IRC bouncer
 Name:           znc
 Version:        0.097
-Release:        2.svn2214%{?dist}
+Release:        2.svn2255%{?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.svn2214.tar.bz2
-# svn export -r 2214 https://znc.svn.sourceforge.net/svnroot/znc/trunk
-# mv trunk znc-0.097.svn2214
-# tar jcvf znc-0.097.svn2214.tar.bz2 znc-0.097.svn2214/
+Source0:        znc-0.097.svn2255.tar.bz2
+# svn export -r 2255 https://znc.svn.sourceforge.net/svnroot/znc/trunk
+# mv trunk znc-0.097.svn2255
+# tar jcvf znc-0.097.svn2255.tar.bz2 znc-0.097.svn2255/
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
-BuildRequires:  perl gcc-c++
+BuildRequires:  perl gcc-c++ automake
 BuildRequires:  openssl-devel >= 0.9.8
 BuildRequires:  cyrus-sasl-devel
 BuildRequires:  c-ares-devel python3-devel
@@ -73,11 +73,12 @@ python module for ZNC
 
 %prep
 #%setup -q
-%setup -q -n znc-0.097.svn2214
+%setup -q -n znc-0.097.svn2255
 %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp
 chmod -x modules/q.cpp
 
 %build
+./autogen.sh
 %configure \
      --with-module-prefix=%{_libdir}/znc \
      --enable-ipv6 --enable-extra --enable-sasl --enable-perl --enable-tcl \
@@ -177,8 +178,8 @@ chmod -x modules/q.cpp
 %{_libdir}/znc/modpython.so
 
 %changelog
-* Fri Dec 24 2010 Nick Bebout <nb at fedoraproject.org> - 0.097-2.svn2214
-- Patch has been upstreamed, update to svn2214
+* Fri Dec 24 2010 Nick Bebout <nb at fedoraproject.org> - 0.097-2.svn2255
+- Patch has been upstreamed, update to svn2255
 
 * Wed Dec 22 2010 Nick Bebout <nb at fedoraproject.org> - 0.097-1.svn2213
 - Update to znc 0.097-svn2213 which also adds modpython


More information about the scm-commits mailing list