Bläddra i källkod

upgrading package: cadaver 0.23.0 -> 0.23.1

Ralf S. Engelschall 18 år sedan
förälder
incheckning
f8c98f13c8
2 ändrade filer med 18 tillägg och 5 borttagningar
  1. 15 3
      cadaver/cadaver.patch
  2. 3 2
      cadaver/cadaver.spec

+ 15 - 3
cadaver/cadaver.patch

@@ -1,6 +1,6 @@
 Index: Makefile.in
---- Makefile.in	2006-12-28 22:34:36 +0100
-+++ Makefile.in	2006-12-29 08:43:16 +0100
+--- Makefile.in.orig	2007-08-22 14:26:55 +0200
++++ Makefile.in	2008-02-11 19:52:49 +0100
 @@ -33,7 +33,7 @@
  CFLAGS = @CFLAGS@
  ALL_CFLAGS = $(CPPFLAGS) $(INCLUDES) $(CFLAGS)
@@ -11,7 +11,7 @@ Index: Makefile.in
  TARGET = $(PACKAGE)
  SUBDIRS = lib/neon lib/intl
 @@ -55,7 +55,7 @@
- .PHONY: subdirs install again clean
+ .PHONY: subdirs install clean distclean
  
  $(TARGET): $(ALLOBJS) subdirs
 -	$(CC) $(LDFLAGS) -o $(TARGET) $(ALLOBJS) $(LIBS)
@@ -19,3 +19,15 @@ Index: Makefile.in
  
  .c.o:
  	$(CC) $(ALL_CFLAGS) -o $@ -c $<
+Index: src/cadaver.c
+--- src/cadaver.c.orig	2007-08-22 14:17:27 +0200
++++ src/cadaver.c	2008-02-11 19:56:16 +0100
+@@ -838,7 +838,7 @@
+ 
+     progname = argv[0];
+ 
+-#ifdef HAVE_SETLOCALE
++#if defined(HAVE_SETLOCALE) && defined(HAVE_LOCALE_H)
+     setlocale(LC_ALL, "");
+ #endif
+ 

+ 3 - 2
cadaver/cadaver.spec

@@ -37,8 +37,8 @@ Distribution: OpenPKG Community
 Class:        PLUS
 Group:        Web
 License:      GPL
-Version:      0.23.0
-Release:      20080101
+Version:      0.23.1
+Release:      20080211
 
 #   list of sources
 Source0:      http://www.webdav.org/cadaver/cadaver-%{version}.tar.gz
@@ -82,6 +82,7 @@ AutoReqProv:  no
     ./configure \
         --cache-file=./config.cache \
         --prefix=%{l_prefix} \
+        --mandir=%{l_prefix}/man \
         --with-libxml2 \
         --with-libs=%{l_prefix} \
         --with-included-neon \