rpms/socat/devel socat.spec,1.2,1.3

Paul Wouters (pwouters) fedora-extras-commits at redhat.com
Tue Feb 20 04:40:21 UTC 2007


Author: pwouters

Update of /cvs/extras/rpms/socat/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6828

Modified Files:
	socat.spec 
Log Message:
* Mon Feb 19 2007 Paul Wouters <paul at xelerance.com> 1.5.0.0-4
- Some filesystem defines moved from their specific (ext2)
  filesystem defines into the generic <linux/fs.h>. 



Index: socat.spec
===================================================================
RCS file: /cvs/extras/rpms/socat/devel/socat.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- socat.spec	11 Sep 2006 23:18:19 -0000	1.2
+++ socat.spec	20 Feb 2007 04:39:48 -0000	1.3
@@ -1,13 +1,14 @@
 Summary: Bidirectional data relay between two data channels ('netcat++')
 Name: socat
 Version: 1.5.0.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: GPL
 Url:  http://www.dest-unreach.org/%{name}
 Source: http://www.dest-unreach.org/socat/download/%{name}-%{version}.tar.bz2
 Group: Applications/Internet
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-BuildRequires: openssl-devel readline-devel ncurses-devel
+BuildRequires: openssl-devel readline-devel ncurses-devel kernel-headers > 2.6.18
+Patch0: socat-ext2.patch
 
 %description
 Socat is a relay for bidirectional data transfer between two independent data
@@ -19,7 +20,8 @@
 
 %prep
 %setup -q 
-
+# some linux ext2 defines moved into fs.h, patch sent to upstream.
+%patch0 -p0
 
 %configure  \
         --enable-help --enable-stdio \
@@ -57,6 +59,10 @@
 %doc %{_mandir}/man1/socat.1*
 
 %changelog
+* Mon Feb 19 2007 Paul Wouters <paul at xelerance.com> 1.5.0.0-4
+- Some filesystem defines moved from their specific (ext2)
+  filesystem defines into the generic <linux/fs.h>. 
+
 * Mon Sep 11 2006 Paul Wouters <paul at xelerance.com> 1.5.0.0-3
 - Rebuild requested for PT_GNU_HASH support from gcc
 




More information about the scm-commits mailing list