]> git.pld-linux.org Git - packages/python-nss.git/commitdiff
- updated to 0.15.0 auto/th/python-nss-0.15.0-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Oct 2014 16:50:33 +0000 (18:50 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sun, 19 Oct 2014 16:50:33 +0000 (18:50 +0200)
- removed obsolete format patch

python-nss-format.patch [deleted file]
python-nss.spec

diff --git a/python-nss-format.patch b/python-nss-format.patch
deleted file mode 100644 (file)
index 70b90ab..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- python-nss-0.14.1/src/py_nss.c.orig        2013-06-13 15:58:32.000000000 +0200
-+++ python-nss-0.14.1/src/py_nss.c     2013-11-01 18:55:12.905646633 +0100
-@@ -22258,7 +22258,7 @@
-         PyObject *py_err_msg = PyString_FromFormat("Failed to %s %s (%lx) pkcs12 cipher",
-                                                    enabled ? _("enable") : _("disable"),
-                                                    PyString_AsString(py_cipher_name), cipher);
--        set_nspr_error(PyString_AsString(py_err_msg));
-+        set_nspr_error("%s", PyString_AsString(py_err_msg));
-         Py_DECREF(py_cipher_name);
-         Py_DECREF(py_err_msg);
-         return NULL;
-@@ -22299,7 +22299,7 @@
-             PyObject *py_cipher_name = pkcs12_cipher_to_pystr(cipher);
-             PyObject *py_err_msg = PyString_FromFormat("Failed to enable %s (%lx) pkcs12 cipher",
-                                                        PyString_AsString(py_cipher_name), cipher);
--            set_nspr_error(PyString_AsString(py_err_msg));
-+            set_nspr_error("%s", PyString_AsString(py_err_msg));
-             Py_DECREF(py_cipher_name);
-             Py_DECREF(py_err_msg);
-             return NULL;
index 199c521abef7b1a50f326c2aa2a28bc1cd113943..15b16d969dd104e385131e463cf0e41fe82afbd4 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       Python bindings for NSS and NSPR
 Summary(pl.UTF-8):     Wiązania Pythona do bibliotek NSS i NSPR
 Name:          python-nss
-Version:       0.14.1
+Version:       0.15.0
 Release:       1
 License:       MPL v1.1 or GPL v2+ or LGPL v2+
 Group:         Development/Languages/Python
-Source0:       http://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_14_1/src/%{name}-%{version}.tar.bz2
-# Source0-md5: 1aa9187d38cf9b35afa20e2159f28581
-Patch0:                %{name}-format.patch
+Source0:       http://ftp.mozilla.org/pub/mozilla.org/security/python-nss/releases/PYNSS_RELEASE_0_15_0/src/%{name}-%{version}.tar.bz2
+# Source0-md5: e0287a67ac99d490dd4bb6c87acdae28
 URL:           http://www.mozilla.org/projects/security/pki/nss/
 BuildRequires: nspr-devel >= 4
 BuildRequires: nss-devel >= 3
@@ -27,7 +26,6 @@ NSPR (Netscape Portable Runtime).
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 export CFLAGS="%{rpmcflags}"
This page took 0.255348 seconds and 4 git commands to generate.