Ver código fonte

upgrading package: axl 0.2.5 -> 0.2.6

Ralf S. Engelschall 19 anos atrás
pai
commit
a7a21e66fa
2 arquivos alterados com 3 adições e 56 exclusões
  1. 0 51
      axl/axl.patch
  2. 3 5
      axl/axl.spec

+ 0 - 51
axl/axl.patch

@@ -1,51 +0,0 @@
-Index: src/axl_stream.c
---- src/axl_stream.c.orig	2006-09-21 20:48:00 +0200
-+++ src/axl_stream.c	2006-10-12 10:38:56 +0200
-@@ -1152,7 +1152,11 @@
- 	stream->accept_terminator = accept_terminator;
- 	stream->result_size       = (result_size != NULL);
- 	stream->chunk_num         = chunk_num;
-+#ifdef __GNUC__
-+	__builtin_va_copy(stream->args, args);
-+#else
- 	stream->args              = args;
-+#endif
- 
- 	/* call to current implementation */
- 	result = __axl_stream_get_untilv_wide (stream);
-@@ -1856,7 +1860,7 @@
- char  * axl_stream_strdup_printfv    (char * chunk, va_list args)
- {
- 
--#ifdef __AXL_WIN32__
-+#if 1
- 	int       size;
- #endif
- 	char    * result   = NULL;
-@@ -1864,7 +1868,7 @@
- 
- 	axl_return_val_if_fail (chunk, NULL);
- 
--#ifdef __AXL_POSIX__
-+#if 0
- 	/* do the operation using the GNU extension */
- 	new_size = vasprintf (&result, chunk, args);
- #else
-@@ -1898,7 +1902,7 @@
-  */
- char    * axl_stream_strdup_printf_len (char * chunk, int * chunk_size, ...)
- {
--#ifdef __AXL_WIN32__
-+#if 1
- 	int       size;
- #endif
- 	int       new_size;
-@@ -1910,7 +1914,7 @@
- 	/* open std args */
- 	va_start (args, chunk_size);
- 
--#ifdef __AXL_POSIX__
-+#if 0
- 	/* do the operation using the GNU extension */
- 	new_size = vasprintf (&result, chunk, args);
- #else

+ 3 - 5
axl/axl.spec

@@ -23,8 +23,8 @@
 ##
 
 #   package version
-%define       V_external 0.2.5
-%define       V_internal b2308.g2308
+%define       V_external 0.2.6
+%define       V_internal b2345.g2345
 
 #   package information
 Name:         axl
@@ -37,11 +37,10 @@ Class:        EVAL
 Group:        XML
 License:      LGPL
 Version:      %{V_external}
-Release:      20061013
+Release:      20061024
 
 #   list of sources
 Source0:      http://switch.dl.sourceforge.net/vortexlibrary/axl-%{V_external}.%{V_internal}.tar.gz
-Patch0:       axl.patch
 
 #   build information
 Prefix:       %{l_prefix}
@@ -64,7 +63,6 @@ AutoReqProv:  no
 
 %prep
     %setup -q -n axl-%{V_external}.%{V_internal}
-    %patch -p0
 
 %build
     CC="%{l_cc}" \