rpms/socat/devel socat-wall.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 socat.spec, 1.14, 1.15 sources, 1.4, 1.5

Paul Wouters pwouters at fedoraproject.org
Mon May 11 17:38:36 UTC 2009


Author: pwouters

Update of /cvs/extras/rpms/socat/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23416

Modified Files:
	.cvsignore socat.spec sources 
Added Files:
	socat-wall.patch 
Log Message:
uploaded new source, added patch file


socat-wall.patch:

--- NEW FILE socat-wall.patch ---
--- /home/paul/BUILD/socat-1.7.1.1/configure.in	2009-05-06 14:09:03.000000000 -0400
+++ configure.in	2009-05-09 09:29:03.000000000 -0400
@@ -84,7 +84,7 @@ AC_CHECK_FUNC(setsockopt, , AC_CHECK_LIB
 dnl Check for hstrerror prototype
 AC_MSG_CHECKING(for hstrerror prototype)
 AC_CACHE_VAL(sc_cv_have_prototype_hstrerror,
-[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $CFLAGS1";
+[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $(echo "$CFLAGS1" | sed -e 's at -Wall\>@@g')";
  AC_TRY_COMPILE([#include <netdb.h>],[hstrerror();],
  [sc_cv_have_prototype_hstrerror=no],
  [sc_cv_have_prototype_hstrerror=yes]);
@@ -1296,7 +1296,7 @@ dnl   output values: 1..short, 2..unsign
 dnl                  5..long, 6..u-long; others not yet supported
 define(AC_BASIC_TYPE,[
 AC_CACHE_CHECK(for equivalent simple type of $2, $4,
-[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $CFLAGS1"
+[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $(echo "$CFLAGS1" | sed -e 's at -Wall\>@@g')"
  AC_TRY_COMPILE([$1],[$2 u; short v; &u==&v;],
  [$4="1 /* short */"],
  [AC_TRY_COMPILE([$1],[$2 u; unsigned short v; &u==&v;],
@@ -1328,7 +1328,7 @@ dnl arg4: output variable, values see AC
 dnl arg5: cache variable (might be constructed automatically)
 define(AC_TYPEOF_COMPONENT,[
 AC_CACHE_CHECK(for basic type of $2.$3, $5,
-[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $CFLAGS1"
+[CFLAGS1="$CFLAGS"; CFLAGS="-Werror -O0 $(echo "$CFLAGS1" | sed -e 's at -Wall\>@@g')"
 AC_TRY_COMPILE([$1],[$2 u;short v; &u.$3==&v;],
 [$5="1 /* short */"],
 [AC_TRY_COMPILE([$1],[$2 u; unsigned short v; &u.$3==&v;],


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/socat/devel/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- .cvsignore	21 Jan 2009 03:31:55 -0000	1.4
+++ .cvsignore	11 May 2009 17:38:05 -0000	1.5
@@ -1,2 +1,3 @@
 socat-1.6.0.1.tar.bz2
 socat-1.7.0.0.tar.bz2
+socat-1.7.1.1.tar.bz2


Index: socat.spec
===================================================================
RCS file: /cvs/extras/rpms/socat/devel/socat.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -p -r1.14 -r1.15
--- socat.spec	26 Feb 2009 01:54:32 -0000	1.14
+++ socat.spec	11 May 2009 17:38:05 -0000	1.15
@@ -1,10 +1,11 @@
 Summary: Bidirectional data relay between two data channels ('netcat++')
 Name: socat
-Version: 1.7.0.0
-Release: 2%{?dist}
+Version: 1.7.1.1
+Release: 1%{?dist}
 License: GPLv2
 Url:  http://www.dest-unreach.org/%{name}
 Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
+Patch0: socat-wall.patch
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel readline-devel ncurses-devel kernel-headers > 2.6.18
@@ -21,6 +22,7 @@ line editor (readline), a program, or a 
 %setup -q 
 iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8
 mv CHANGES.utf8 CHANGES
+%patch0
 
 %build
 %configure  \
@@ -58,6 +60,10 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man1/socat.1*
 
 %changelog
+* Mon May 11 2009 Paul Wouters <paul at xelerance.com> - 1.7.1.1-1
+- Upgraded to 1.7.1.1.
+- Patch for configure.in with -Wall
+
 * Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.7.0.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/socat/devel/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- sources	21 Jan 2009 03:31:55 -0000	1.4
+++ sources	11 May 2009 17:38:05 -0000	1.5
@@ -1 +1,2 @@
 be5f942c44dafefa58365e9dc3ada81f  socat-1.7.0.0.tar.bz2
+5aec1860fe15a258ddb900685d7510c1  socat-1.7.1.1.tar.bz2




More information about the scm-commits mailing list