From c4cfcdd886d53d5be68db6a2e96684fb5d5bbc72 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:55:20 +0000 Subject: [PATCH] auto-import changelog data from pyOpenSSL-0.5.1-20.src.rpm Wed Nov 05 2003 Mihai Ibanescu 0.5.1-20 - rebuilt against python 2.3.2 Fri Aug 08 2003 Mihai Ibanescu 0.5.1-12 - lynx no longer supported, using elinks instead (patch from Michael Redinger , bug #101947 ) --- pyOpenSSL-elinks.patch | 33 +++++++++++++++++++++++++++++++++ pyOpenSSL.spec | 12 ++++++++++-- 2 files changed, 43 insertions(+), 2 deletions(-) create mode 100644 pyOpenSSL-elinks.patch diff --git a/pyOpenSSL-elinks.patch b/pyOpenSSL-elinks.patch new file mode 100644 index 0000000..cdbefab --- /dev/null +++ b/pyOpenSSL-elinks.patch @@ -0,0 +1,33 @@ +diff -Nur pyOpenSSL-0.5.1.orig/doc/tools/mkhowto pyOpenSSL-0.5.1/doc/tools/mkhowto +--- pyOpenSSL-0.5.1.orig/doc/tools/mkhowto 2001-07-30 13:31:48.000000000 +0200 ++++ pyOpenSSL-0.5.1/doc/tools/mkhowto 2003-08-08 16:46:10.000000000 +0200 +@@ -56,7 +56,7 @@ + DVIPS_BINARY = "dvips" + LATEX_BINARY = "latex" + LATEX2HTML_BINARY = "latex2html" +-LYNX_BINARY = "lynx" ++LYNX_BINARY = "elinks" + MAKEINDEX_BINARY = "makeindex" + PDFLATEX_BINARY = "pdflatex" + PERL_BINARY = "perl" +@@ -397,7 +397,7 @@ + if tempdir is None: + tempdir = self.doc + indexfile = os.path.join(tempdir, "index.html") +- self.run("%s -nolist -dump %s >%s.txt" ++ self.run("%s -dump %s >%s.txt" + % (LYNX_BINARY, indexfile, self.doc)) + + def require_temps(self, binary=None): +diff -Nur pyOpenSSL-0.5.1.orig/setup.cfg pyOpenSSL-0.5.1/setup.cfg +--- pyOpenSSL-0.5.1.orig/setup.cfg 2002-09-10 00:05:21.000000000 +0200 ++++ pyOpenSSL-0.5.1/setup.cfg 2003-08-08 16:48:34.000000000 +0200 +@@ -4,7 +4,7 @@ + # bdist_rpm settings contributed by Mihai Ibanescu + [bdist_rpm] + release = 1 +-build-requires = lynx openssl-devel python-devel perl tetex-dvips tetex-latex ++build-requires = elinks openssl-devel python-devel perl tetex-dvips tetex-latex + group = Development/Libraries + build_script = rpm/build_script + doc-files = doc/pyOpenSSL.txt doc/pyOpenSSL.ps doc/html diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 50211b9..4e460ec 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -2,17 +2,18 @@ Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL Version: 0.5.1 -Release: 11 +Release: 20 Source0: %{name}-%{version}.tar.gz Patch0: pyOpenSSL-0.5.1-openssl097.patch Patch1: pyOpenSSL-0.5.1-extraflags.patch +Patch1: pyOpenSSL-elinks.patch License: LGPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} Url: http://pyopenssl.sourceforge.net/ Requires: python -BuildRequires: lynx openssl-devel python-devel perl tetex-dvips tetex-latex +BuildRequires: elinks openssl-devel python-devel perl tetex-dvips tetex-latex %description High-level wrapper around a subset of the OpenSSL library, includes @@ -53,6 +54,13 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Wed Nov 5 2003 Mihai Ibanescu 0.5.1-20 +- rebuilt against python 2.3.2 + +* Fri Aug 8 2003 Mihai Ibanescu 0.5.1-12 +- lynx no longer supported, using elinks instead (patch from + Michael Redinger , bug #101947 ) + * Wed Jun 4 2003 Elliot Lee 0.5.1-11 - Rebuilt