|
@@ -4,8 +4,8 @@
|
|
Summary: Cryptography library for Python
|
|
Summary: Cryptography library for Python
|
|
Summary(ja): Python 用 Cryptography ライブラリ
|
|
Summary(ja): Python 用 Cryptography ライブラリ
|
|
Name: python-crypto
|
|
Name: python-crypto
|
|
-Version: 2.2
|
|
+Version: 2.3
|
|
-Release: 2%{?_dist_release}
|
|
+Release: 1%{?_dist_release}
|
|
License: Python License (CNRI Python License)
|
|
License: Python License (CNRI Python License)
|
|
Group: Development/Libraries
|
|
Group: Development/Libraries
|
|
URL: http://www.dlitz.net/software/pycrypto/
|
|
URL: http://www.dlitz.net/software/pycrypto/
|
|
@@ -54,10 +54,14 @@ rm -rf $RPM_BUILD_ROOT
|
|
%files
|
|
%files
|
|
%defattr(-,root,root,-)
|
|
%defattr(-,root,root,-)
|
|
%doc README TODO ACKS ChangeLog LEGAL/ COPYRIGHT Doc/
|
|
%doc README TODO ACKS ChangeLog LEGAL/ COPYRIGHT Doc/
|
|
-%{python_sitearch}/pycrypto-2.2-py2.6.egg-info
|
|
+#%{python_sitearch}/pycrypto-2.2-py2.6.egg-info
|
|
-%{python_sitearch}/Crypto/
|
|
+%{python_sitearch}/
|
|
|
|
|
|
%changelog
|
|
%changelog
|
|
|
|
+* Sat Aug 28 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 2.3-1
|
|
|
|
+- new upstream release
|
|
|
|
+- changed %%files
|
|
|
|
+
|
|
* Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2-2
|
|
* Sun Aug 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.2-2
|
|
- fix %files (change directory from %{python_sitelib} to %{python_sitearch})
|
|
- fix %files (change directory from %{python_sitelib} to %{python_sitearch})
|
|
|
|
|