[packages/rpm/dev-5.4.17] - one more stdint.h include in fix-missing-types-in-headers patch - use 6.2.32 when building with db
qboosh
qboosh at pld-linux.org
Mon Apr 2 14:32:59 CEST 2018
commit c76401e1a31cc064d24c41c6778dca2a8dde2938
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date: Mon Apr 2 14:32:47 2018 +0200
- one more stdint.h include in fix-missing-types-in-headers patch
- use 6.2.32 when building with db62
- release 0.10
rpm-fix-missing-types-in-headers.patch | 10 ++++++++++
rpm.spec | 4 ++--
2 files changed, 12 insertions(+), 2 deletions(-)
---
diff --git a/rpm.spec b/rpm.spec
index c2ba143..feebcd6 100644
--- a/rpm.spec
+++ b/rpm.spec
@@ -33,7 +33,7 @@
%if %{with db62}
%define reqdb_pkg db6.2
%define reqdb_ver 6.2
-%define reqdb_pkgver 6.2.23
+%define reqdb_pkgver 6.2.32
%else
%if %{with db61}
%define reqdb_pkg db6.1
@@ -58,7 +58,7 @@ Summary(ru.UTF-8): Менеджер пакетов от RPM
Summary(uk.UTF-8): Менеджер пакетів від RPM
Name: rpm
Version: 5.4.17
-Release: 0.9
+Release: 0.10
License: LGPL v2.1
Group: Base
# http://rpm5.org/files/rpm/rpm-5.4/rpm-5.4.17-0.20160512.src.rpm
diff --git a/rpm-fix-missing-types-in-headers.patch b/rpm-fix-missing-types-in-headers.patch
index 3c9b399..ea484ef 100644
--- a/rpm-fix-missing-types-in-headers.patch
+++ b/rpm-fix-missing-types-in-headers.patch
@@ -328,3 +328,13 @@ diff -ur rpm-5.4.10.orig/rpmio/yarn.h rpm-5.4.10/rpmio/yarn.h
#ifdef __cplusplus
extern "C" {
#endif
+--- rpm-5.4.17/rpmio/yajl.h.orig 2016-04-08 02:13:34.000000000 +0200
++++ rpm-5.4.17/rpmio/yajl.h 2018-04-02 12:51:38.355299177 +0200
+@@ -23,6 +23,7 @@
+ */
+
+ #include <stdarg.h>
++#include <stdint.h>
+ #include <math.h>
+
+ #ifdef __cplusplus
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/rpm.git/commitdiff/c76401e1a31cc064d24c41c6778dca2a8dde2938
More information about the pld-cvs-commit
mailing list