Hello community, here is the log from the commit of package python-rsa for openSUSE:Factory checked in at 2012-11-25 14:02:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-rsa (Old) and /work/SRC/openSUSE:Factory/.python-rsa.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-rsa", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/python-rsa/python-rsa.changes 2012-05-29 10:35:57.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.python-rsa.new/python-rsa.changes 2012-11-25 14:03:08.000000000 +0100 @@ -1,0 +2,6 @@ +Fri Nov 23 11:18:01 UTC 2012 - [email protected] + +- Update to verison 3.1.1: + + Upstream provides no changelog + +------------------------------------------------------------------- Old: ---- rsa-3.0.1.zip New: ---- rsa-3.1.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-rsa.spec ++++++ --- /var/tmp/diff_new_pack.dRDUdD/_old 2012-11-25 14:03:12.000000000 +0100 +++ /var/tmp/diff_new_pack.dRDUdD/_new 2012-11-25 14:03:12.000000000 +0100 @@ -11,32 +11,29 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + Name: python-rsa -Version: 3.0.1 +Version: 3.1.1 Release: 0 Url: http://stuvel.eu/rsa Summary: Pure-Python RSA Implementation License: Apache-2.0 Group: Development/Languages/Python -Source: http://pypi.python.org/packages/source/r/rsa/rsa-%{version}.zip +Source: http://pypi.python.org/packages/source/r/rsa/rsa-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute BuildRequires: python-pyasn1 -BuildRequires: unzip Requires: python-pyasn1 -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif -%endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description Python-RSA is a pure-Python RSA implementation. It supports encryption and @@ -47,7 +44,7 @@ %setup -q -n rsa-%{version} %build -CFLAGS="%{optflags}" python setup.py build +python setup.py build %install python setup.py install --prefix=%{_prefix} --root=%{buildroot} @@ -58,7 +55,7 @@ %files %defattr(-,root,root,-) %doc LICENSE +%{_bindir}/pyrsa-* %{python_sitelib}/* -/usr/bin/pyrsa-* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
