[arch-commits] Commit in python2-gnutls/trunk (PKGBUILD libraryinit.patch)

Sergej Pupykin spupykin at nymeria.archlinux.org
Thu Feb 6 12:01:52 UTC 2014


    Date: Thursday, February 6, 2014 @ 13:01:51
  Author: spupykin
Revision: 105387

upgpkg: python2-gnutls 1.2.5-4

upd

Modified:
  python2-gnutls/trunk/PKGBUILD
  python2-gnutls/trunk/libraryinit.patch

-------------------+
 PKGBUILD          |    4 ++--
 libraryinit.patch |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-02-06 11:25:14 UTC (rev 105386)
+++ PKGBUILD	2014-02-06 12:01:51 UTC (rev 105387)
@@ -5,7 +5,7 @@
 
 pkgname=python2-gnutls
 pkgver=1.2.5
-pkgrel=3
+pkgrel=4
 pkgdesc="Python wrapper for the GNUTLS library"
 arch=('i686' 'x86_64')
 url="http://cheeseshop.python.org/pypi/python-gnutls"
@@ -15,7 +15,7 @@
 	libraryinit.patch
         libraryfunctions.patch)
 md5sums=('a398a75b1f366857cf2628cf4d62dd34'
-         '28227b8626e8a7df81cf3b7dae88bd80'
+         '2ac537f816225bc324a9e0529774df48'
          '9907d3a446fdc3b33a70e57925d67298')
 
 build() {

Modified: libraryinit.patch
===================================================================
--- libraryinit.patch	2014-02-06 11:25:14 UTC (rev 105386)
+++ libraryinit.patch	2014-02-06 12:01:51 UTC (rev 105387)
@@ -5,7 +5,7 @@
          gcry_control = libgcrypt.gcry_control
      else:
 -        gcry_control = libgnutls.gcry_control
-+        libgcrypt = load_library(name='gcrypt', version=11)
++        libgcrypt = load_library(name='gcrypt', version=20)
 +        gcry_control = libgcrypt.gcry_control
  
      gcry_control(GCRYCTL_SET_THREAD_CBS, c_void_p(gcrypt_thread_callbacks_ptr))




More information about the arch-commits mailing list