From 9a439380421f25aef5019f077b95fa0458653caa Mon Sep 17 00:00:00 2001 From: cvsdist Date: Thu, 9 Sep 2004 10:55:59 +0000 Subject: [PATCH] auto-import changelog data from pyOpenSSL-0.6-1.p23.src.rpm Fri Aug 13 2004 Mihai Ibanescu 0.6-1 - 0.6 is out Tue Aug 10 2004 Mihai Ibanescu 0.6-0.90.rc1 - release candidate --- .cvsignore | 2 +- pyOpenSSL.spec | 17 +++++++++++------ sources | 2 +- 3 files changed, 13 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 9aaeeb4..7bcd846 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyOpenSSL-0.5.1.tar.gz +pyOpenSSL-0.6.tar.gz diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 4184276..fcbf111 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,12 +1,11 @@ %define __python /usr/bin/python2 Summary: Python wrapper module around the OpenSSL library Name: pyOpenSSL -Version: 0.5.1 -Release: 24 -Source0: %{name}-%{version}.tar.gz +Version: 0.6 +Release: 1.p23 +Source0: http://pyopenssl.sf.net/%{name}-%{version}.tar.gz Patch0: pyOpenSSL-0.5.1-openssl097.patch -Patch1: pyOpenSSL-0.5.1-extraflags.patch -Patch1: pyOpenSSL-elinks.patch +Patch2: pyOpenSSL-elinks.patch License: LGPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-buildroot @@ -26,7 +25,7 @@ High-level wrapper around a subset of the OpenSSL library, includes %prep %setup -q %patch0 -p1 -b .openssl097 -%patch1 -p1 -b .extraflags +%patch2 -p1 -b .elinks %build %{__python} setup.py build @@ -54,6 +53,12 @@ rm -rf $RPM_BUILD_ROOT %endif %changelog +* Fri Aug 13 2004 Mihai Ibanescu 0.6-1 +- 0.6 is out + +* Tue Aug 10 2004 Mihai Ibanescu 0.6-0.90.rc1 +- release candidate + * Thu Jun 24 2004 Mihai Ibanescu 0.5.1-24 - rebuilt diff --git a/sources b/sources index 0a1875e..c782e39 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -4b27570a24eb21664e8c033394496a0e pyOpenSSL-0.5.1.tar.gz +6200b71d3eb294a312d52c4825fc71c5 pyOpenSSL-0.6.tar.gz