[packages/ser2net] - updated to 2.10.0 - updated libwrap patch

qboosh qboosh at pld-linux.org
Sun Nov 29 21:55:32 CET 2015


commit 13f29ac1eac8dae95f865c52784f2918ab6dc660
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sun Nov 29 21:56:11 2015 +0100

    - updated to 2.10.0
    - updated libwrap patch

 ser2net-libwrap.patch |  9 +++++----
 ser2net.spec          | 10 +++++-----
 2 files changed, 10 insertions(+), 9 deletions(-)
---
diff --git a/ser2net.spec b/ser2net.spec
index a8c5b81..259baa2 100644
--- a/ser2net.spec
+++ b/ser2net.spec
@@ -1,15 +1,15 @@
 Summary:	Serial to network proxy
 Summary(pl.UTF-8):	Proxy między portem szeregowym a siecią
 Name:		ser2net
-Version:	2.7
+Version:	2.10.0
 Release:	1
 License:	GPL v2+
 Group:		Networking/Daemons
-Source0:	http://dl.sourceforge.net/ser2net/%{name}-%{version}.tar.gz
-# Source0-md5:	22977477789868923a5de09a85e847dd
+Source0:	http://downloads.sourceforge.net/ser2net/%{name}-%{version}.tar.gz
+# Source0-md5:	cd937041144de83d41d811521e72158c
 Patch0:		%{name}-libwrap.patch
 URL:		http://ser2net.sourceforge.net/
-BuildRequires:	autoconf
+BuildRequires:	autoconf >= 2.50
 BuildRequires:	automake
 BuildRequires:	libtool
 BuildRequires:	libwrap-devel
@@ -27,7 +27,7 @@ Program udostępniający porty szeregowe przez połączenie TCP/IP.
 
 %build
 %{__libtoolize}
-%{__aclocal}
+%{__aclocal} -I m4
 %{__autoconf}
 %{__automake}
 %configure \
diff --git a/ser2net-libwrap.patch b/ser2net-libwrap.patch
index 77d3733..430660d 100644
--- a/ser2net-libwrap.patch
+++ b/ser2net-libwrap.patch
@@ -1,6 +1,6 @@
---- ser2net-2.3/configure.in.orig	2005-12-30 00:51:17.000000000 +0100
-+++ ser2net-2.3/configure.in	2006-02-06 13:42:07.000000000 +0100
-@@ -16,8 +16,20 @@
+--- ser2net-2.10.0/configure.ac.orig	2005-12-30 00:51:17.000000000 +0100
++++ ser2net-2.10.0/configure.ac	2006-02-06 13:42:07.000000000 +0100
+@@ -16,9 +16,21 @@
  if test "$tcp_wrappers" != "no"
  then
    AC_HAVE_HEADERS(tcpd.h)
@@ -19,7 +19,8 @@
 +  	LIBS="$LIBS -lwrap"
 +  fi
  fi
+ AC_CONFIG_MACRO_DIR([m4])
  AC_STDC_HEADERS
 -AC_CHECK_LIB(nsl,main)
 +AC_SEARCH_LIBS(gethostbyname, nsl)
- AC_OUTPUT(Makefile)
+ AC_OUTPUT([Makefile ser2net.spec])
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/ser2net.git/commitdiff/13f29ac1eac8dae95f865c52784f2918ab6dc660



More information about the pld-cvs-commit mailing list