]> git.pld-linux.org Git - packages/dhcp.git/commitdiff
- fix stupid typo in parser
authorJan Rękorajski <baggins@pld-linux.org>
Wed, 25 Oct 2006 17:24:33 +0000 (17:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dhcp-typo.patch -> 1.1
    dhcp.spec -> 1.121

dhcp-typo.patch [new file with mode: 0644]
dhcp.spec

diff --git a/dhcp-typo.patch b/dhcp-typo.patch
new file mode 100644 (file)
index 0000000..21d62af
--- /dev/null
@@ -0,0 +1,11 @@
+--- dhcp-3.1.0a1/common/tree.c~        2006-08-01 00:19:51.000000000 +0200
++++ dhcp-3.1.0a1/common/tree.c 2006-10-25 19:22:49.000000000 +0200
+@@ -106,7 +106,7 @@
+       const unsigned char *pos;
+       int len;
+-      if (d == NULL);
++      if (d == NULL)
+               return NULL;
+       pos = d->data;
index c578e8688cc90c8331383f5a47eeb09efc83d6ba..74504c50976974d6d30842038842d7e94a1837e6 100644 (file)
--- a/dhcp.spec
+++ b/dhcp.spec
@@ -8,7 +8,7 @@ Summary(pl):    Serwer DHCP
 Summary(pt_BR):        Servidor DHCP (Protocolo de configuração dinâmica de hosts)
 Name:          dhcp
 Version:       3.1.0a1
-Release:       0.1
+Release:       0.2
 Epoch:         3
 License:       distributable
 Group:         Networking/Daemons
@@ -24,6 +24,7 @@ Patch1:               %{name}-ldap.patch
 Patch2:                %{name}-ldap1.patch
 Patch3:                %{name}-client-script-redhat.patch
 Patch4:                %{name}-3.0.3-x-option.patch
+Patch5:                %{name}-typo.patch
 URL:           http://www.isc.org/sw/dhcp/
 BuildRequires: groff
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -132,6 +133,7 @@ install %{SOURCE4} .
 %patch3 -p1
 # WTF is this?
 #%patch4 -p1
+%patch5 -p1
 
 %build
 # Notice: this is not autoconf configure!!!!!!!
This page took 0.101745 seconds and 4 git commands to generate.