$ git diff --patch-with-stat --summary bd9893c4dedf898d01defbe0b6b0657a7557c536..5810810c5222a1bdf39547a0442bef0aa50b0f4e
.abf.yml | 6 ++++--
00201-fix-memory-leak-in-gdbm.patch | 12 ------------
python.spec | 9 ++++-----
3 files changed, 8 insertions(+), 19 deletions(-)
delete mode 100644 00201-fix-memory-leak-in-gdbm.patch
diff --git a/.abf.yml b/.abf.yml
index ff2c41f..0c27a9e 100644
--- a/.abf.yml
+++ b/.abf.yml
@@ -1,3 +1,5 @@
-sources:
- python-3.4.0-docs-html.tar.bz2: d6e8f45219353b128f002f3a7311ec4e08c0ca49
+removed_sources:
Python-3.4.4.tar.xz: 0e4c9265a2ab0004ac51f0010d47c22ef4c1640c
+sources:
+ Python-3.4.8.tar.xz: 65d62d3f62ade072a84eb64eca4490b940c73542
+ python-3.4.8-docs-html.tar.bz2: 115cbd3b038c610054ae0574360d85e025036e69
diff --git a/00201-fix-memory-leak-in-gdbm.patch b/00201-fix-memory-leak-in-gdbm.patch
deleted file mode 100644
index 3f1eda3..0000000
--- a/00201-fix-memory-leak-in-gdbm.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-diff --git a/Modules/_gdbmmodule.c b/Modules/_gdbmmodule.c
-index 229e16e..546d1ab 100644
---- a/Modules/_gdbmmodule.c
-+++ b/Modules/_gdbmmodule.c
-@@ -106,6 +106,7 @@ dbm_length(dbmobject *dp)
- if(okey.dsize) free(okey.dptr);
- okey=key;
- }
-+ if(okey.dsize) free(okey.dptr);
- dp->di_size = size;
- }
- return dp->di_size;
diff --git a/python.spec b/python.spec
index 907b292..f7a1dc1 100644
--- a/python.spec
+++ b/python.spec
@@ -1,4 +1,4 @@
-%define docver 3.4.0
+%define docver 3.4.8
%define dirver 3.4
%define familyver 3
%define _disable_lto 1
@@ -24,8 +24,8 @@
Summary: An interpreted, interactive object-oriented programming language
Name: python
-Version: 3.4.4
-Release: 4
+Version: 3.4.8
+Release: 1
License: Modified CNRI Open Source License
Group: Development/Python
Url: http://www.python.org/
@@ -52,7 +52,6 @@ Patch156: 00156-gdb-autoload-safepath.patch
Patch173: 00173-workaround-ENOPROTOOPT-in-bind_port.patch
Patch179: 00179-dont-raise-error-on-gdb-corrupted-frames-in-backtrace.patch
Patch180: 00205-make-libpl-respect-lib64.patch
-Patch181: 00201-fix-memory-leak-in-gdbm.patch
BuildRequires: blt
@@ -64,6 +63,7 @@ BuildRequires: readline-devel
BuildRequires: pkgconfig(expat)
BuildRequires: pkgconfig(libffi) >= 3.1
BuildRequires: pkgconfig(libtirpc)
+BuildRequires: pkgconfig(libnsl)
BuildRequires: pkgconfig(ncursesw)
BuildRequires: pkgconfig(openssl)
BuildRequires: pkgconfig(sqlite3)
@@ -196,7 +196,6 @@ Various applications written using tkinter
%patch173 -p1 -b .p173~
%patch179 -p1 -b .p179~
%patch180 -p1 -b .libpl
-%patch181 -p1 -b .memleak
# docs