[socat/el5] * Sat Jan 07 2012 Paul Wouters <paul at nohats.ca> - 1.7.2.0-2 - Patch configure to check errqueue.h fo

Paul Wouters pwouters at fedoraproject.org
Sat Jan 7 15:29:16 UTC 2012


commit dd40b9decc24dde43682f7b1ff680d1ed2eac7a4
Author: Paul Wouters <paul at xelerance.com>
Date:   Sat Jan 7 16:29:37 2012 +0100

    * Sat Jan 07 2012 Paul Wouters <paul at nohats.ca> - 1.7.2.0-2
    - Patch configure to check errqueue.h for linux/types.h inclusion

 socat.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/socat.spec b/socat.spec
index 6b5c48a..8cfb993 100644
--- a/socat.spec
+++ b/socat.spec
@@ -1,10 +1,11 @@
 Summary: Bidirectional data relay between two data channels ('netcat++')
 Name: socat
 Version: 1.7.2.0
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: GPL
 Url:  http://www.dest-unreach.org/%{name}
 Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.gz
+Patch1: socat-configure.patch
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildRequires: openssl-devel readline-devel ncurses-devel
@@ -22,6 +23,7 @@ line editor (readline), a program, or a combination of two of these.
 %setup -q 
 iconv -f iso8859-1 -t utf-8 CHANGES > CHANGES.utf8
 mv CHANGES.utf8 CHANGES
+%patch1 -p0
 
 %build
 %configure  \
@@ -59,6 +61,9 @@ rm -rf %{buildroot}
 %doc %{_mandir}/man1/socat.1*
 
 %changelog
+* Sat Jan 07 2012 Paul Wouters <paul at nohats.ca> - 1.7.2.0-2
+- Patch configure to check errqueue.h for linux/types.h inclusion
+
 * Sat Jan 07 2012 Paul Wouters <paul at nohats.ca> - 1.7.2.0-1
 - Upgraded to 1.7.2.0 which allows tun/tap interfaces without IP address
   and introduces options openssl-compress and max-children. 


More information about the scm-commits mailing list