Hello community,

here is the log from the commit of package python-pyOpenSSL for 
openSUSE:Factory checked in at 2014-01-07 13:59:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python-pyOpenSSL (Old)
 and      /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python-pyOpenSSL"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python-pyOpenSSL/python-pyOpenSSL.changes        
2013-09-14 19:09:39.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python-pyOpenSSL.new/python-pyOpenSSL.changes   
2014-01-07 13:59:42.000000000 +0100
@@ -1,0 +2,5 @@
+Thu Jan  2 11:17:23 UTC 2014 - [email protected]
+
+-Add bug-lp-1265482.diff; fix testsuite for SLE11 (bnc#855666) 
+
+-------------------------------------------------------------------

New:
----
  bug-lp-1265482.diff

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ python-pyOpenSSL-doc.spec ++++++
--- /var/tmp/diff_new_pack.ZMxv4l/_old  2014-01-07 13:59:43.000000000 +0100
+++ /var/tmp/diff_new_pack.ZMxv4l/_new  2014-01-07 13:59:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL-doc
 #
-# 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

++++++ python-pyOpenSSL.spec ++++++
--- /var/tmp/diff_new_pack.ZMxv4l/_old  2014-01-07 13:59:43.000000000 +0100
+++ /var/tmp/diff_new_pack.ZMxv4l/_new  2014-01-07 13:59:43.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package python-pyOpenSSL
 #
-# 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
@@ -24,6 +24,7 @@
 License:        Apache-2.0
 Group:          Development/Languages/Python
 Source:         
http://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-%{version}.tar.gz
+Patch0:         bug-lp-1265482.diff
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  libopenssl-devel
 BuildRequires:  python-devel
@@ -44,6 +45,7 @@
 
 %prep
 %setup -q -n pyOpenSSL-%{version}
+%patch0
 
 %build
 CFLAGS="%{optflags} -fno-strict-aliasing" python setup.py build

++++++ bug-lp-1265482.diff ++++++
--- OpenSSL/test/test_crypto.py
+++ OpenSSL/test/test_crypto.py
@@ -608,7 +608,7 @@
         L{PKeyType.generate_key} generates an RSA key when passed
         L{TYPE_RSA} as a type and a reasonable number of bits.
         """
-        bits = 128
+        bits = 2048
         key = PKey()
         key.generate_key(TYPE_RSA, bits)
         self.assertEqual(key.type(), TYPE_RSA)
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to