automatic update by autodist [release 0.2.5-1mamba;Sat Sep 13 2014]

This commit is contained in:
Automatic Build System 2024-01-06 05:55:51 +01:00
parent 7b6926bd13
commit 18caa61934
2 changed files with 10 additions and 7 deletions

View File

@ -1,11 +1,11 @@
--- libtirpc-0.2.4/src/Makefile.am 2013-12-09 21:59:51.000000000 +0100
+++ libtirpc-0.2.4.buono/src/Makefile.am 2014-04-17 00:52:02.762845419 +0200
--- libtirpc-0.2.5/src/Makefile.am.orig 2014-09-13 09:25:51.415764373 +0200
+++ libtirpc-0.2.5/src/Makefile.am 2014-09-13 16:33:37.565883603 +0200
@@ -51,7 +51,7 @@
rpc_callmsg.c rpc_generic.c rpc_soc.c rpcb_clnt.c rpcb_prot.c \
rpcb_st_xdr.c svc.c svc_auth.c svc_dg.c svc_auth_unix.c svc_auth_none.c \
svc_generic.c svc_raw.c svc_run.c svc_simple.c svc_vc.c getpeereid.c \
- auth_time.c auth_des.c authdes_prot.c
+ auth_time.c
- auth_time.c auth_des.c authdes_prot.c debug.c
+ auth_time.c debug.c
## XDR
libtirpc_la_SOURCES += xdr.c xdr_rec.c xdr_array.c xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c

View File

@ -1,6 +1,6 @@
Name: libtirpc
Version: 0.2.4
Release: 2mamba
Version: 0.2.5
Release: 1mamba
Summary: A port of Suns Transport-Independent RPC library to Linux
Group: System/Libraries
Vendor: openmamba
@ -10,7 +10,7 @@ URL: http://sourceforge.net/projects/libtirpc/
Source: http://downloads.sourceforge.net/project/libtirpc/libtirpc/%{version}/libtirpc-%{version}.tar.bz2
Patch0: libtirpc-0.2.2-add-multiple-inclusion-protection-to-rpc_des.patch
Patch1: libtirpc-0.2.3-remove-nis.patch
Patch2: libtirpc-0.2.4-remove-des.patch
Patch2: libtirpc-0.2.5-remove-des.patch
License: BSD
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
@ -78,6 +78,9 @@ autoreconf -f -i
%doc ChangeLog NEWS README TODO
%changelog
* Sat Sep 13 2014 Automatic Build System <autodist@mambasoft.it> 0.2.5-1mamba
- automatic update by autodist
* Thu Apr 17 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 0.2.4-2mamba
- add another patch to disable other des symbols that are provided by glibc (fix breaking pam)