[packages/gdbm] - updated to 1.19 - removed obsolete gcc10 patch
qboosh
qboosh at pld-linux.org
Fri Jan 8 20:59:45 CET 2021
commit dad4b40378323aaaaa098968b8c070fbe7376b18
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Fri Jan 8 20:59:46 2021 +0100
- updated to 1.19
- removed obsolete gcc10 patch
gdbm-gcc10.patch | 17 -----------------
gdbm.spec | 10 ++++------
2 files changed, 4 insertions(+), 23 deletions(-)
---
diff --git a/gdbm.spec b/gdbm.spec
index 2784ef3..b77a07d 100644
--- a/gdbm.spec
+++ b/gdbm.spec
@@ -9,16 +9,15 @@ Summary(pl.UTF-8): Biblioteka GNU bazy danych dla języka C
Summary(ru.UTF-8): Библиотека базы данных GNU для C
Summary(uk.UTF-8): Бібліотека бази даних GNU для C
Name: gdbm
-Version: 1.18.1
-Release: 2
+Version: 1.19
+Release: 1
License: GPL v3+
Group: Libraries
-Source0: http://ftp.gnu.org/gnu/gdbm/%{name}-%{version}.tar.gz
-# Source0-md5: 988dc82182121c7570e0cb8b4fcd5415
+Source0: https://ftp.gnu.org/gnu/gdbm/%{name}-%{version}.tar.gz
+# Source0-md5: aeb29c6a90350a4c959cd1df38cd0a7e
Patch0: %{name}-info.patch
Patch1: %{name}-link-compat.patch
Patch2: %{name}-link.patch
-Patch3: %{name}-gcc10.patch
URL: http://www.gnu.org/software/gdbm/
BuildRequires: autoconf >= 2.69
BuildRequires: automake >= 1:1.11
@@ -139,7 +138,6 @@ Biblioteka statyczna gdbm.
%patch0 -p1
%patch1 -p1
%patch2 -p1
-%patch3 -p1
%build
%{__libtoolize}
diff --git a/gdbm-gcc10.patch b/gdbm-gcc10.patch
deleted file mode 100644
index 518482c..0000000
--- a/gdbm-gcc10.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-Author:Filip Januš <fjanus at redhat.com>
-Date: 7.2.2020
-Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1799391
-After upgrade gcc to version gcc version 10.0.1 20200130 (Red Hat 10.0.1-0.7) (GCC) is not possible to build GDBM
-
-diff -ur gdbm-1.18.1/src/parseopt.c gdbm-1.18.1_new/src/parseopt.c
---- gdbm-1.18.1/src/parseopt.c 2018-05-30 11:39:15.000000000 +0200
-+++ gdbm-1.18.1_new/src/parseopt.c 2020-02-07 20:36:37.226390871 +0100
-@@ -255,8 +255,6 @@
- }
-
- char *parseopt_program_name;
--char *parseopt_program_doc;
--char *parseopt_program_args;
- const char *program_bug_address = "<" PACKAGE_BUGREPORT ">";
- void (*parseopt_help_hook) (FILE *stream);
-
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gdbm.git/commitdiff/dad4b40378323aaaaa098968b8c070fbe7376b18
More information about the pld-cvs-commit
mailing list