diff --git a/M2Crypto-0.28.2.tar.gz b/M2Crypto-0.28.2.tar.gz deleted file mode 100644 index cdd4545..0000000 --- a/M2Crypto-0.28.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f4dfa7a77f983444e64f7b81f946bdfc1b05bc92b1aeca0775be8742aa939c3f -size 1268506 diff --git a/M2Crypto-0.29.0.tar.gz b/M2Crypto-0.29.0.tar.gz new file mode 100644 index 0000000..f756fcd --- /dev/null +++ b/M2Crypto-0.29.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0fea2c5ab913e42864d1ccbaee5878c23886368b606e923609fda4ce37d26c0 +size 1269694 diff --git a/python-M2Crypto.changes b/python-M2Crypto.changes index c1f9bb5..5451e3b 100644 --- a/python-M2Crypto.changes +++ b/python-M2Crypto.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Fri Feb 23 17:38:27 UTC 2018 - michael@stroeder.com + +- Update to 0.29.0 (Fixes of some small bugs) + +------------------------------------------------------------------- +Tue Feb 20 11:14:52 UTC 2018 - tchvatal@suse.com + +- Require python-xml that is used by some parts of M2crypto + ------------------------------------------------------------------- Fri Feb 9 22:30:59 UTC 2018 - michael@stroeder.com @@ -111,7 +121,7 @@ Fri Jul 22 14:06:42 UTC 2016 - michael@stroeder.com ------------------------------------------------------------------- Fri Jun 3 13:05:13 UTC 2016 - jweberhofer@weberhofer.at -- update to 0.24.0 +- update to 0.24.0 (bsc#1001377) * No changelog provided - README is no longer included - Removed obsolete python-M2Crypto-SWIG-3.0.5.patch @@ -119,7 +129,7 @@ Fri Jun 3 13:05:13 UTC 2016 - jweberhofer@weberhofer.at ------------------------------------------------------------------- Mon Dec 7 13:29:40 UTC 2015 - opensuse@dstoecker.de -- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch) +- fix SSLv2 link error for 13.2 and Leap 42.1 (M2Crypto-0.22.5-SSLv2_link_error.patch) (bsc#969731) ------------------------------------------------------------------- Sat Dec 5 20:42:42 UTC 2015 - opensuse@dstoecker.de diff --git a/python-M2Crypto.spec b/python-M2Crypto.spec index 5dab9a2..23cf811 100644 --- a/python-M2Crypto.spec +++ b/python-M2Crypto.spec @@ -19,7 +19,7 @@ %define oldpython python %{?!python_module:%define python_module() python-%{**} python3-%{**}} Name: python-M2Crypto -Version: 0.28.2 +Version: 0.29.0 Release: 0 Summary: Crypto and SSL toolkit for Python License: MIT @@ -29,11 +29,13 @@ Source: https://files.pythonhosted.org/packages/source/M/M2Crypto/M2Cryp BuildRequires: %{python_module devel} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module typing} +BuildRequires: %{python_module xml} BuildRequires: fdupes BuildRequires: openssl BuildRequires: openssl-devel BuildRequires: python-rpm-macros Requires: python-typing +Requires: python-xml # hpj: SLES 12 and Leap 42.1 need swig3 to build this package %if 0%{?sle_version} == 120100 BuildRequires: swig3