14
0

Accepting request 353634 from home:dmacvicar:branches:devel:languages:python

- Add libnacl-1.4.4-libsodium18.patch to find libsodium 1.0.8
- Fix BuildRequires to avoid building with a newer version
  of libsodium than 1.0.8

OBS-URL: https://build.opensuse.org/request/show/353634
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-libnacl?expand=0&rev=28
This commit is contained in:
2016-01-14 10:20:46 +00:00
committed by Git OBS Bridge
parent 9309cbbc05
commit 95da975d89
3 changed files with 33 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
Index: libnacl-1.4.4/libnacl/__init__.py
===================================================================
--- libnacl-1.4.4.orig/libnacl/__init__.py
+++ libnacl-1.4.4/libnacl/__init__.py
@@ -9,7 +9,7 @@ from libnacl.version import __version__
import ctypes
import sys
-__SONAMES = (17, 13, 10, 5, 4)
+__SONAMES = (18, 17, 13, 10, 5, 4)
def _get_nacl():