Hello community, here is the log from the commit of package libcamgm for openSUSE:Factory checked in at 2014-03-20 06:53:31 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libcamgm (Old) and /work/SRC/openSUSE:Factory/.libcamgm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libcamgm" Changes: -------- --- /work/SRC/openSUSE:Factory/libcamgm/libcamgm.changes 2013-12-22 19:34:34.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libcamgm.new/libcamgm.changes 2014-03-20 06:53:35.000000000 +0100 @@ -1,0 +2,6 @@ +Tue Mar 18 09:30:39 UTC 2014 - [email protected] + +- use correct type when calling C++ from Python + add libcamgm-1.0.2.patch + +------------------------------------------------------------------- New: ---- libcamgm-1.0.2.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libcamgm.spec ++++++ --- /var/tmp/diff_new_pack.UzL3sj/_old 2014-03-20 06:53:35.000000000 +0100 +++ /var/tmp/diff_new_pack.UzL3sj/_new 2014-03-20 06:53:35.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libcamgm # -# 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 @@ -26,6 +26,8 @@ Source0: libcamgm-%{version}.tar.bz2 Source1: baselibs.conf +# Call C++ from Python with correct types, [email protected] +Patch: %{name}-%{version}.patch Prefix: /usr BuildRequires: autoconf @@ -125,6 +127,7 @@ %prep %setup translation-update-upstream +%patch %build autoreconf --force --install --verbose ++++++ libcamgm-1.0.2.patch ++++++ diff -wruN -x '*~' -x '*.o' -x '*.a' -x '*.so' -x '*.so.[0-9]' -x autom4te.cache -x .deps -x .libs ../orig-libcamgm-1.0.2/testsuite/python-CertificateTestRef.single ./testsuite/python-CertificateTestRef.single --- ../orig-libcamgm-1.0.2/testsuite/python-CertificateTestRef.single 2012-07-26 13:26:23.000000000 +0200 +++ ./testsuite/python-CertificateTestRef.single 2014-03-18 09:55:54.267980354 +0100 @@ -52,7 +52,7 @@ # ----------------- create basic constrains extension ----------------------- -cid.extensions().basicConstraints().setBasicConstraints(1, 3) +cid.extensions().basicConstraints().setBasicConstraints(True, 3) # ----------------- create extended keyUsage extension ---------------------- @@ -67,7 +67,7 @@ # ------------------------ create key identifier extension ----------------------------- -cid.extensions().subjectKeyIdentifier().setSubjectKeyIdentifier(1) +cid.extensions().subjectKeyIdentifier().setSubjectKeyIdentifier(True) cid.extensions().authorityKeyIdentifier().setKeyID(CaMgm.AuthorityKeyIdentifierGenerateExt.KeyID_always) cid.extensions().authorityKeyIdentifier().setIssuer(CaMgm.AuthorityKeyIdentifierGenerateExt.Issuer_always) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
