
Hello community, here is the log from the commit of package python-openssl checked in at Thu May 31 21:11:12 CEST 2007. -------- --- python-openssl/python-openssl.changes 2006-10-19 17:50:59.000000000 +0200 +++ /mounts/work_src_done/STABLE/python-openssl/python-openssl.changes 2007-05-30 13:57:55.000000000 +0200 @@ -1,0 +2,5 @@ +Wed May 30 13:57:24 CEST 2007 - jmatejek@suse.cz + +- removed documentation build tools from doc directory + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-openssl.spec ++++++ --- /var/tmp/diff_new_pack.t19441/_old 2007-05-31 21:10:38.000000000 +0200 +++ /var/tmp/diff_new_pack.t19441/_new 2007-05-31 21:10:38.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-openssl (Version 0.6) # -# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine # package are under the same license as the package itself. # @@ -14,7 +14,7 @@ BuildRequires: openssl-devel python-devel Summary: Python wrapper module around the OpenSSL library Version: 0.6 -Release: 38 +Release: 71 Source: pyOpenSSL-%{version}.tar.bz2 Patch0: pyOpenSSL-0.6-ssize.patch License: GNU Library General Public License v. 2.0 and 2.1 (LGPL) @@ -22,7 +22,6 @@ URL: http://pyopenssl.sourceforge.net/ Requires: python BuildRoot: %{_tmppath}/%{name}-%{version}-build -Prefix: %{_prefix} %description High-level wrapper around a subset of the OpenSSL library, includes @@ -55,7 +54,8 @@ --root="$RPM_BUILD_ROOT" mkdir -p $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name} cp -p COPYING INSTALL PKG-INFO TODO README $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ -cp -pr examples doc $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ +cp -pr examples doc/html $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ +cp -p doc/pyOpenSSL.* $RPM_BUILD_ROOT/%{_defaultdocdir}/%{name}/ %clean [ -n "$RPM_BUILD_ROOT" -a "$RPM_BUILD_ROOT" != / ] && rm -rf "$RPM_BUILD_ROOT" @@ -64,7 +64,9 @@ %defattr(-,root,root) %doc %{_defaultdocdir}/%{name} -%changelog -n python-openssl +%changelog +* Wed May 30 2007 - jmatejek@suse.cz +- removed documentation build tools from doc directory * Thu Oct 19 2006 - jmatejek@suse.cz - minor changes to improve 64bit compatibility with PEP353 * Tue Feb 28 2006 - jmatejek@suse.cz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de