ソースを参照

upgrading package: dbus 1.4.1 -> 1.4.4

Ralf S. Engelschall 14 年 前
コミット
c29ee32fa5
2 ファイル変更2 行追加11 行削除
  1. 0 9
      dbus/dbus.patch
  2. 2 2
      dbus/dbus.spec

+ 0 - 9
dbus/dbus.patch

@@ -50,12 +50,3 @@ Index: dbus/dbus-sysdeps-util-unix.c
  #include <stdlib.h>
  #include <string.h>
  #include <signal.h>
-@@ -574,6 +575,8 @@
- #   else
- #       if defined(NAME_MAX)
- 	 name_max = NAME_MAX;
-+#       elif defined(MAXPATHLEN)
-+	 name_max = MAXPATHLEN;
- #       else
- #           error "buffer size for readdir_r cannot be determined"
- #       endif

+ 2 - 2
dbus/dbus.spec

@@ -31,8 +31,8 @@ Distribution: OpenPKG Community
 Class:        EVAL
 Group:        RPC
 License:      AFL/GPL
-Version:      1.4.1
-Release:      20101221
+Version:      1.4.4
+Release:      20110218
 
 #   list of sources
 Source0:      http://dbus.freedesktop.org/releases/dbus/dbus-%{version}.tar.gz