Sfoglia il codice sorgente

upgrading package: ethereal 0.10.0a -> 0.10.2

Ralf S. Engelschall 22 anni fa
parent
commit
6ded3bfcc3
2 ha cambiato i file con 33 aggiunte e 8 eliminazioni
  1. 30 5
      ethereal/ethereal.patch
  2. 3 3
      ethereal/ethereal.spec

+ 30 - 5
ethereal/ethereal.patch

@@ -1,10 +1,35 @@
---- gtk/main.c.orig	Mon Sep 30 08:59:51 2002
-+++ gtk/main.c	Mon Sep 30 08:59:38 2002
-@@ -43,6 +43,7 @@
+Index: gtk/Makefile.in
+--- gtk/Makefile.in.orig	2004-02-19 03:40:27.000000000 +0100
++++ gtk/Makefile.in	2004-02-20 14:18:05.000000000 +0100
+@@ -488,11 +488,6 @@
+ 
+ .SUFFIXES:
+ .SUFFIXES: .c .lo .o .obj
+-$(srcdir)/Makefile.in:  Makefile.am $(srcdir)/Makefile.common $(top_srcdir)/configure.in $(ACLOCAL_M4)
+-	cd $(top_srcdir) && \
+-	  $(AUTOMAKE) --gnu  gtk/Makefile
+-Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
+-	cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
+ 
+ AR = ar
+ 
+@@ -680,7 +675,7 @@
+ 	done
+ check-am: all-am
+ check: check-am
+-all-am: Makefile $(LIBRARIES) $(HEADERS)
++all-am: $(LIBRARIES) $(HEADERS)
+ 
+ installdirs:
+ 
+Index: gtk/main.c
+--- gtk/main.c.orig	2004-02-18 01:02:10.000000000 +0100
++++ gtk/main.c	2004-02-20 14:07:28.000000000 +0100
+@@ -47,6 +47,7 @@
  
  #include <string.h>
  #include <ctype.h>
 +#include <unistd.h>
  
- #ifdef HAVE_IO_H
- #include <io.h> /* open/close on win32 */
+ #ifdef HAVE_UNISTD_H
+ #include <unistd.h>

+ 3 - 3
ethereal/ethereal.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        PLUS
 Group:        Network
 License:      GPL
-Version:      0.10.0a
-Release:      20040207
+Version:      0.10.2
+Release:      20040224
 
 #   package options
 %option       with_zlib    yes
@@ -120,7 +120,7 @@ AutoReqProv:  no
         --without-ssl \
 %endif
 %if "%{with_snmp}" == "yes"
-        --with-net-snmp=%{l_prefix} \
+        --with-net-snmp=%{l_prefix}/bin/net-snmp-config \
 %else
         --without-net-snmp \
 %endif