From a943158250aec10ab03b540aa3fb260fee578927 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 10:54:13 +0000 Subject: auto-import changelog data from pyOpenSSL-0.5.0.91-1.src.rpm Thu Aug 29 2002 Mihai Ibanescu - Building 0.5.1rc1 with version number 0.5.0.91 (this should also fix the big error of pushing 0.5pre previously, since it breaks rpm's version comparison algorithm). - We use /usr/bin/python. Too bad I can't pass --define's to distutils. Fri Aug 16 2002 Mihai Ibanescu - Building 0.5 Fri Jun 14 2002 Mihai Ibanescu - Added documentation --- diff --git a/.cvsignore b/.cvsignore index a3463fc..ad6ff57 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -pyOpenSSL-0.5pre.tar.gz +pyOpenSSL-0.5.0.91.tar.gz diff --git a/pyOpenSSL.spec b/pyOpenSSL.spec index 26ee84d..6f0d936 100644 --- a/pyOpenSSL.spec +++ b/pyOpenSSL.spec @@ -1,5 +1,5 @@ %define name pyOpenSSL -%define version 0.5pre +%define version 0.5.0.91 %define release 1 Summary: Python wrapper module around the OpenSSL library @@ -11,7 +11,7 @@ Copyright: LGPL Group: Development/Libraries BuildRoot: %{_tmppath}/%{name}-buildroot Prefix: %{_prefix} -Vendor: Martin Sj�gren, AB Strakt +Vendor: Red Hat, Inc. Url: http://pyopenssl.sourceforge.net/ BuildRequires: openssl-devel tetex-latex @@ -31,7 +31,7 @@ make -C doc text ps html %install -python setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES +%{__python} setup.py install --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES %clean rm -rf $RPM_BUILD_ROOT @@ -39,3 +39,16 @@ rm -rf $RPM_BUILD_ROOT %files -f INSTALLED_FILES %defattr(-,root,root) %doc doc/pyOpenSSL.txt doc/pyOpenSSL.ps doc/html README + +%changelog +* Thu Aug 29 2002 Mihai Ibanescu +- Building 0.5.1rc1 with version number 0.5.0.91 (this should also fix the big + error of pushing 0.5pre previously, since it breaks rpm's version comparison + algorithm). +- We use %{__python}. Too bad I can't pass --define's to distutils. + +* Fri Aug 16 2002 Mihai Ibanescu +- Building 0.5 + +* Fri Jun 14 2002 Mihai Ibanescu +- Added documentation diff --git a/sources b/sources index 030ce31..c44f4c7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -1553a427fc009ad037df651448316c0c pyOpenSSL-0.5pre.tar.gz +9ca7408b414062fcfa9a736f940997b5 pyOpenSSL-0.5.0.91.tar.gz