Mailinglist Archive: opensuse-commit (1206 mails)

< Previous Next >
commit dhcdbd
  • From: root@xxxxxxx (h_root)
  • Date: Tue, 9 May 2006 19:09:24 +0200 (CEST)
  • Message-id: <20060509170924.DA8DC8C5AB@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package dhcdbd
checked in at Tue May 9 19:09:24 CEST 2006.

--------
--- dhcdbd/dhcdbd.changes 2006-05-04 23:03:59.000000000 +0200
+++ STABLE/dhcdbd/dhcdbd.changes 2006-05-09 15:32:35.000000000 +0200
@@ -1,0 +2,5 @@
+Tue May 9 15:32:13 CEST 2006 - rml@xxxxxxx
+
+- Fix 64-bit build (use pkg-config like we should)
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ dhcdbd.spec ++++++
--- /var/tmp/diff_new_pack.wZu7xZ/_old 2006-05-09 19:08:05.000000000 +0200
+++ /var/tmp/diff_new_pack.wZu7xZ/_new 2006-05-09 19:08:05.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: dbus-1-devel
Summary: DHCP D-BUS Daemon
Version: 1.12
-Release: 17
+Release: 19
License: GPL
Group: Productivity/Networking/Boot/Utilities
URL: http://people.redhat.com/~jvdias/dhcdbd
@@ -71,6 +71,8 @@
%dir /var/lib/named

%changelog -n dhcdbd
+* Tue May 09 2006 - rml@xxxxxxx
+- Fix 64-bit build (use pkg-config like we should)
* Thu May 04 2006 - rml@xxxxxxx
- Ask dhclient to set the hostname as required by the sysconfig
option DHCLIENT_HOSTNAME_OPTION (Novell major bug #139532)

++++++ dhcdbd-set-hostname.patch ++++++
--- /var/tmp/diff_new_pack.wZu7xZ/_old 2006-05-09 19:08:06.000000000 +0200
+++ /var/tmp/diff_new_pack.wZu7xZ/_new 2006-05-09 19:08:06.000000000 +0200
@@ -89,8 +89,8 @@
-OBJS = dbus_service.o dhcdbd.o dhcp_options.o main.o
-SRCS = dbus_service.c dhcdbd.c dhcp_options.c main.c
-INCS = dbus_service.h dhcdbd.h dhcp_options.h includes.h
-+INCLUDES ?= -I/usr/$(LIBDIR)/dbus-1.0/include -I/usr/include/dbus-1.0 -I/opt/gnome/include/glib-2.0 -I/opt/gnome/lib/glib-2.0/include
-+LIBS ?= -ldbus-1 -L/opt/gnome/lib -lglib-2.0
++INCLUDES ?= `pkg-config --cflags dbus-1 glib-2.0`
++LIBS ?= `pkg-config --libs dbus-1 glib-2.0`
+OBJS = dbus_service.o dhcdbd.o dhcp_options.o main.o shvar.o
+SRCS = dbus_service.c dhcdbd.c dhcp_options.c main.c shvar.c
+INCS = dbus_service.h dhcdbd.h dhcp_options.h includes.h shvar.h


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...


< Previous Next >
This Thread