From 232d58e9f6aa678378710d674e0e77a4ff25aa4c Mon Sep 17 00:00:00 2001 From: polslinux <> Date: Oct 21 2024 17:27:50 +0000 Subject: Update libsearpc to version 3.3.0.20240726 / rev 10 via SR 1216660 https://build.opensuse.org/request/show/1216660 by user polslinux + anag+factory - Update to version 3.3.0.20240726: * Use epoll to support multiple connections (#70) * Delete DESTDIR in libsearpc.pc (#66) * Print log when thread pool is full (#67) * Fix -Werror=implicit-function-declaration * Fix -Werror=strict-prototypes - Drop 01-fix-includes.patch --- diff --git a/.files b/.files index 412b906..1bc4a10 100644 Binary files a/.files and b/.files differ diff --git a/.rev b/.rev index af72368..94910e5 100644 --- a/.rev +++ b/.rev @@ -96,4 +96,19 @@ </comment> <requestid>1096511</requestid> </revision> + <revision rev="10" vrev="1"> + <srcmd5>ed4f1f7e5390f06449d5a38262e7c733</srcmd5> + <version>3.3.0.20240726</version> + <time>1729520762</time> + <user>anag+factory</user> + <comment>- Update to version 3.3.0.20240726: + * Use epoll to support multiple connections (#70) + * Delete DESTDIR in libsearpc.pc (#66) + * Print log when thread pool is full (#67) + * Fix -Werror=implicit-function-declaration + * Fix -Werror=strict-prototypes +- Drop 01-fix-includes.patch +</comment> + <requestid>1216660</requestid> + </revision> </revisionlist> diff --git a/01-fix-includes.patch b/01-fix-includes.patch deleted file mode 100644 index 8e931f0..0000000 --- a/01-fix-includes.patch +++ /dev/null @@ -1,12 +0,0 @@ -Index: libsearpc-3.3.0.20220902/demo/searpc-demo-packet.h -=================================================================== ---- libsearpc-3.3.0.20220902.orig/demo/searpc-demo-packet.h -+++ libsearpc-3.3.0.20220902/demo/searpc-demo-packet.h -@@ -5,6 +5,7 @@ - #include <stdint.h> - #include <stdio.h> - #include <errno.h> -+#include <unistd.h> - - #ifdef WIN32 - #include <windows.h> diff --git a/_servicedata b/_servicedata index fbd5b50..16505ad 100644 --- a/_servicedata +++ b/_servicedata @@ -1,4 +1,4 @@ <servicedata> <service name="tar_scm"> <param name="url">https://github.com/haiwen/libsearpc.git</param> - <param name="changesrevision">783141fb694f3bd1f8bd8a783670dd25a53b9fc1</param></service></servicedata> \ No newline at end of file + <param name="changesrevision">ed12cfba8145c4082b8de4c7466dd2cfb6806015</param></service></servicedata> \ No newline at end of file diff --git a/libsearpc-3.3.0.20230527.tar.gz b/libsearpc-3.3.0.20230527.tar.gz deleted file mode 120000 index 7592f66..0000000 --- a/libsearpc-3.3.0.20230527.tar.gz +++ /dev/null @@ -1 +0,0 @@ -/ipfs/bafkreifn27eyq3lw5uzx35zuntn6v26r5x7ngwmgcphsfnoho5uewgadai \ No newline at end of file diff --git a/libsearpc-3.3.0.20240726.tar.gz b/libsearpc-3.3.0.20240726.tar.gz new file mode 120000 index 0000000..44d8e57 --- /dev/null +++ b/libsearpc-3.3.0.20240726.tar.gz @@ -0,0 +1 @@ +/ipfs/bafkreihpxowmammwx3h3pxug3cgjjcuenenjx55t4d2xh3lej5d4bmuna4 \ No newline at end of file diff --git a/libsearpc.changes b/libsearpc.changes index 92c198d..1677ea5 100644 --- a/libsearpc.changes +++ b/libsearpc.changes @@ -1,4 +1,15 @@ ------------------------------------------------------------------- +Mon Oct 21 08:43:14 UTC 2024 - info@paolostivanin.com + +- Update to version 3.3.0.20240726: + * Use epoll to support multiple connections (#70) + * Delete DESTDIR in libsearpc.pc (#66) + * Print log when thread pool is full (#67) + * Fix -Werror=implicit-function-declaration + * Fix -Werror=strict-prototypes +- Drop 01-fix-includes.patch + +------------------------------------------------------------------- Mon Jul 03 08:48:37 UTC 2023 - info@paolostivanin.com - Update to version 3.3.0.20230527: diff --git a/libsearpc.spec b/libsearpc.spec index 8a94263..215a164 100644 --- a/libsearpc.spec +++ b/libsearpc.spec @@ -1,7 +1,7 @@ # # spec file for package libsearpc # -# Copyright (c) 2023 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,14 +18,13 @@ %define sover 1 Name: libsearpc -Version: 3.3.0.20230527 +Version: 3.3.0.20240726 Release: 0 Summary: Simple C language RPC framework based on GObject system License: Apache-2.0 Group: System/Libraries URL: https://github.com/haiwen/libsearpc/ Source0: %{name}-%{version}.tar.gz -Patch0: 01-fix-includes.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: libtool