rpms/libdhcp/devel .cvsignore, 1.11, 1.12 libdhcp.spec, 1.30, 1.31 sources, 1.23, 1.24

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Wed Aug 2 20:59:54 UTC 2006


Author: dcantrel

Update of /cvs/dist/rpms/libdhcp/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv16338

Modified Files:
	.cvsignore libdhcp.spec sources 
Log Message:
Bump version.



Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/.cvsignore,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- .cvsignore	13 Jul 2006 18:27:15 -0000	1.11
+++ .cvsignore	2 Aug 2006 20:59:51 -0000	1.12
@@ -1 +1 @@
-libdhcp-1.9.tar.gz
+libdhcp-1.10.tar.gz


Index: libdhcp.spec
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/libdhcp.spec,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- libdhcp.spec	13 Jul 2006 18:27:15 -0000	1.30
+++ libdhcp.spec	2 Aug 2006 20:59:51 -0000	1.31
@@ -1,13 +1,13 @@
-Summary: 	A library for network interface configuration with DHCP
-Name: 		libdhcp
-Version: 	1.9
-Release: 	1
-License: 	GPL
-Group: 		Development/Libraries
-URL: 		http://people.redhat.com/~jvdias/libdhcp-1.0.tar.gz
-Source0: 	%{name}-%{version}.tar.gz
+Summary:    A library for network interface configuration with DHCP
+Name:       libdhcp
+Version:    1.10
+Release:    1
+License:    GPL
+Group:      Development/Libraries
+URL:        http://people.redhat.com/dcantrel/%{name}/%{name}-%{version}.tar.gz
+Source0:    %{name}-%{version}.tar.gz
 BuildRoot: 	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires:  dhcp-devel, libdhcp4client-devel >= 12:3.0.4-17
+BuildRequires: dhcp-devel, libdhcp4client-devel >= 12:3.0.4-17
 BuildRequires:	libdhcp6client-devel, libnl-devel, pkgconfig, doxygen
 
 %description
@@ -20,10 +20,10 @@
 network parameter autoconfiguration with DHCP.
 
 %package devel
-Summary:	C header files for development with libdhcp.
-Group: 		Development/Libraries
-Requires:	%{name} = %{version}-%{release}
-Requires:	libdhcp4client-devel, libdhcp6client-devel, libnl-devel
+Summary:	 C header files for development with libdhcp.
+Group:    Development/Libraries
+Requires: %{name} = %{version}-%{release}
+Requires: libdhcp4client-devel, libdhcp6client-devel, libnl-devel
 
 %description devel
 C header files for development with libdhcp.
@@ -76,6 +76,13 @@
 %{pkgcfgdir}/libdhcp.pc
 
 %changelog
+* Wed Aug 02 2006 David Cantrell <dcantrell at redhat.com> - 1.10-1
+- Make the README file a little more readable
+- Set char pointers to NULL after free() in dhcpv4_control_free()
+- In dhcp4_nic_callback(), set state string for DHC_TIMEDOUT
+- In dhcp6_nic_callback(), set state string for DHC_TIMEDOUT
+- Don't free null pointers in dhcp_nic_va()
+
 * Thu Jul 13 2006 David Cantrell <dcantrell at redhat.com> - 1.9-1
 - Added IP_STRLEN() macro to ip_addr.h
 - In pumpSetupInterface(), removed return_ok, make close/free calls as


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libdhcp/devel/sources,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- sources	13 Jul 2006 18:27:15 -0000	1.23
+++ sources	2 Aug 2006 20:59:51 -0000	1.24
@@ -1 +1 @@
-1dc1bfbdd2e40462360a083f70226070  libdhcp-1.9.tar.gz
+65180634359358b39964a796960ff993  libdhcp-1.10.tar.gz




More information about the fedora-cvs-commits mailing list