From 9d27f4a9859a92778459c401eae06e6897b92958 Mon Sep 17 00:00:00 2001 From: Thomas Lotterer Date: Fri, 14 Jul 2006 16:11:10 +0000 Subject: [PATCH] upgrading package: socat 1.4.3.1 -> 1.5.0.0 --- socat/socat.spec | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/socat/socat.spec b/socat/socat.spec index 79acade02c..3d2c98139e 100644 --- a/socat/socat.spec +++ b/socat/socat.spec @@ -23,8 +23,8 @@ ## # package version -%define V_major 1.4 -%define V_minor 3.1 +%define V_major 1.5 +%define V_minor 0.0 # package information Name: socat @@ -37,7 +37,7 @@ Class: BASE Group: Network License: GPL Version: %{V_major}.%{V_minor} -Release: 20060130 +Release: 20060714 # list of sources Source0: http://www.dest-unreach.org/socat/download/socat-%{version}.tar.bz2 @@ -67,7 +67,7 @@ AutoReqProv: no } %prep - %setup -q -n socat-%{V_major} + %setup -q %build CC="%{l_cc} %{l_cflags -O} %{l_cppflags}" \