From 18caa619346849f904a929225b249c1c7d5bd213 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:55:51 +0100 Subject: [PATCH] automatic update by autodist [release 0.2.5-1mamba;Sat Sep 13 2014] --- ...4-remove-des.patch => libtirpc-0.2.5-remove-des.patch | 8 ++++---- libtirpc.spec | 9 ++++++--- 2 files changed, 10 insertions(+), 7 deletions(-) rename libtirpc-0.2.4-remove-des.patch => libtirpc-0.2.5-remove-des.patch (61%) diff --git a/libtirpc-0.2.4-remove-des.patch b/libtirpc-0.2.5-remove-des.patch similarity index 61% rename from libtirpc-0.2.4-remove-des.patch rename to libtirpc-0.2.5-remove-des.patch index 49e905b..070b7b4 100644 --- a/libtirpc-0.2.4-remove-des.patch +++ b/libtirpc-0.2.5-remove-des.patch @@ -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 diff --git a/libtirpc.spec b/libtirpc.spec index 593ea11..43da4f0 100644 --- a/libtirpc.spec +++ b/libtirpc.spec @@ -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 0.2.5-1mamba +- automatic update by autodist + * Thu Apr 17 2014 Silvan Calarco 0.2.4-2mamba - add another patch to disable other des symbols that are provided by glibc (fix breaking pam)