[balance] - new version 3.5.2

Itamar Reis Peixoto itamarjp at fedoraproject.org
Sat Nov 27 07:19:14 UTC 2010


commit d62e0ae35b3765656d58ce2490c95198817ff440
Author: Itamar Reis Peixoto <itamar at ispbrasil.com.br>
Date:   Sat Nov 27 05:18:30 2010 -0200

    - new version 3.5.2

 .gitignore   |    1 +
 balance.spec |   16 ++++++----------
 sources      |    2 +-
 3 files changed, 8 insertions(+), 11 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index eed4012..11fa919 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 balance-3.42.tar.gz
+/balance-3.52.tar.gz
diff --git a/balance.spec b/balance.spec
index bfef27b..61e3114 100644
--- a/balance.spec
+++ b/balance.spec
@@ -1,18 +1,12 @@
 Name: balance
-Version: 3.42
-Release: 7%{?dist}
+Version: 3.52
+Release: 1%{?dist}
 Summary: TCP load-balancing proxy server with round robin and failover mechanisms
 Group: Applications/Internet
 License: GPLv2
 Source0: http://www.inlab.de/%{name}-%{version}.tar.gz
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 URL: http://www.inlab.de/balance.html
 
-# the current ipv6 code in balance is broken, will probable fixed in newer version's, please help to fix :-)
-# setsockopt(IPV6_V6ONLY=0): Protocol not available
-Patch0: disable_IPV6_code_for_now.patch
-Patch1: %{name}-3.42-optflags.patch
-
 %description
 Balance is a simple but powerful generic tcp proxy with round robin
 load balancing and failover mechanisms.  The program behaviour can
@@ -20,10 +14,9 @@ be controlled at runtime using a simple command line syntax.
 
 %prep
 %setup -q
-%patch0 -p1
-%patch1 -p1
 
 %build
+export CFLAGS="%{optflags}"
 %{__make} %{?_smp_mflags}
 
 %install
@@ -44,6 +37,9 @@ be controlled at runtime using a simple command line syntax.
 %dir %{_localstatedir}/run/%{name}
 
 %changelog
+* Sat Nov 27 2010 Itamar Reis Peixoto <itamar at ispbrasil.com.br> - 3.52-1
+- new version 3.52
+
 * Fri Jul 24 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.42-7
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 
diff --git a/sources b/sources
index 404afbb..6397f2b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-24bc4063e8af298471d7d0a2ac7462a6  balance-3.42.tar.gz
+dd43b243290471536b7689382b7bb8d4  balance-3.52.tar.gz


More information about the scm-commits mailing list