diff --git a/.cvsignore b/.cvsignore index 8e591ef..c28c3cf 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -znc-0.075.svn1613.tar.bz2 +znc-0.076.tar.gz diff --git a/sources b/sources index 28aabd4..f72444d 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -285799b069c452182d9a342aaaf1de1d znc-0.075.svn1613.tar.bz2 +03c2804b91225e83884f06078f6db568 znc-0.076.tar.gz diff --git a/znc-0.075-openssl.patch b/znc-0.075-openssl.patch deleted file mode 100644 index f5dbbbc..0000000 --- a/znc-0.075-openssl.patch +++ /dev/null @@ -1,15 +0,0 @@ -diff -up znc-0.075/Csocket.h.openssl znc-0.075/Csocket.h ---- znc-0.075/Csocket.h.openssl 2009-06-30 11:56:01.000000000 +0200 -+++ znc-0.075/Csocket.h 2009-08-26 17:29:37.000000000 +0200 -@@ -990,7 +990,11 @@ private: - CS_STRING m_sSSLBuffer; - SSL *m_ssl; - SSL_CTX *m_ssl_ctx; -+#if OPENSSL_VERSION_NUMBER >= 0x10000000L -+ const SSL_METHOD *m_ssl_method; -+#else - SSL_METHOD *m_ssl_method; -+#endif - unsigned int m_iRequireClientCertFlags; - - FPCertVerifyCB m_pCerVerifyCB; diff --git a/znc.spec b/znc.spec index 7979a50..6a01f20 100644 --- a/znc.spec +++ b/znc.spec @@ -1,13 +1,11 @@ Summary: An advanced IRC bouncer Name: znc -Version: 0.075 -Release: 8.svn1613%{?dist} +Version: 0.076 +Release: 2%{?dist} License: GPLv2 with exceptions Group: System Environment/Daemons URL: http://znc.sf.net/ -# SVN 1613 from https://znc.svn.sourceforge.net/svnroot/znc/trunk/ -Source0: znc-0.075.svn1613.tar.bz2 -Patch1: znc-0.075-openssl.patch +Source0: http://downloads.sourceforge.net/znc/znc-0.076.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root BuildRequires: perl @@ -44,7 +42,6 @@ Extra modules for ZNC %prep %setup -q -%patch1 -p1 -b .openssl %__perl -pi.add_release -e 's|(?<="ZNC \%1\.3f)|-%{release}|' znc.cpp chmod -x modules/q.cpp @@ -128,6 +125,13 @@ chmod -x modules/q.cpp %{_libdir}/znc/send_raw.so %changelog +* Fri Sep 25 2009 Nick Bebout - 0.076-2 +- Fix missing dist tag + +* Fri Sep 25 2009 Nick Bebout - 0.076-1 +- Upgrade to ZNC 0.076 +- http://en.znc.in/wiki/ChangeLog/0.076 + * Fri Aug 28 2009 Nick Bebout - 0.075-8.svn1613 - Rebuild with new openssl and svn 1613 - build 0.075-7.svn1610 existed but I had to remove it from the spec because