Accepting request 230734 from devel:languages:python
- Update to 0.22.3 * No changelog provided - Demos are no longer included this has necessary adjustments for openssl w/o sslv2; needed for Factory! (forwarded request 230731 from sumski) OBS-URL: https://build.opensuse.org/request/show/230734 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-M2Crypto?expand=0&rev=13
This commit is contained in:
commit
f7df5570a1
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:25b94498505c2d800ee465db0cc1aff097b1615adc3ac042a1c85ceca264fc0a
|
||||
size 413563
|
3
M2Crypto-0.22.3.tar.gz
Normal file
3
M2Crypto-0.22.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6071bfc817d94723e9b458a010d565365104f84aa73f7fe11919871f7562ff72
|
||||
size 74795
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 17 19:49:12 UTC 2014 - hrvoje.senjan@gmail.com
|
||||
|
||||
- Update to 0.22.3
|
||||
* No changelog provided
|
||||
- Demos are no longer included
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Oct 24 11:08:11 UTC 2013 - speilicke@suse.com
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-M2Crypto
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: python-M2Crypto
|
||||
Version: 0.21.1
|
||||
Version: 0.22.3
|
||||
Release: 0
|
||||
Url: http://chandlerproject.org/bin/view/Projects/MeTooCrypto
|
||||
Summary: Crypto and SSL toolkit for Python
|
||||
@ -69,12 +69,10 @@ python setup.py install --prefix=%{_prefix} --root=%{buildroot}
|
||||
#chmod 0644 demo/{https.howto/get_https,ssl/twistedsslclient,ssl/twistedsslserver,tinderbox/slave,x509/certdata2pem}.py
|
||||
export DOCDIR=%{buildroot}%{_docdir}/%{name}
|
||||
|
||||
chmod -R -x+X demo
|
||||
mkdir -p $DOCDIR
|
||||
cp -r demo $DOCDIR
|
||||
%fdupes $DOCDIR
|
||||
|
||||
install -m 644 CHANGES LICENCE README $DOCDIR
|
||||
install -m 644 README $DOCDIR
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user