]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- one more stdint.h include in fix-missing-types-in-headers patch
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Apr 2018 12:32:47 +0000 (14:32 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 2 Apr 2018 12:32:47 +0000 (14:32 +0200)
- use 6.2.32 when building with db62
- release 0.10

rpm-fix-missing-types-in-headers.patch
rpm.spec

index 3c9b3993d0756bf77b37f4e3316e71755fe97365..ea484efbc82023e227ad33d33509f55d9be79c8e 100644 (file)
@@ -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
index c2ba14345fa6f38a7232b0059f99e5886cc65088..feebcd67d14cdc87ea742e223d26021ac6a3d7ef 100644 (file)
--- 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
This page took 0.144394 seconds and 4 git commands to generate.