4 Commits

Author SHA256 Message Date
6bc7c4023f Accepting request 1269442 from Cloud:Seafile
- Update to version 3.3.0.20250303:
  * Modify slow log format (#75)
  * Set slow threshold when log to stdout (#74)
  * Clean log (#73)
  * Update searpc-named-pipe-transport.c (#68)
  * Add log to stdout (#72)
  * Support write with non-blocking (#71)

OBS-URL: https://build.opensuse.org/request/show/1269442
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsearpc?expand=0&rev=11
2025-04-15 14:46:50 +00:00
57a8227eff - Update to version 3.3.0.20250303:
* Modify slow log format (#75)
  * Set slow threshold when log to stdout (#74)
  * Clean log (#73)
  * Update searpc-named-pipe-transport.c (#68)
  * Add log to stdout (#72)
  * Support write with non-blocking (#71)

OBS-URL: https://build.opensuse.org/package/show/Cloud:Seafile/libsearpc?expand=0&rev=58
2025-04-15 06:26:07 +00:00
a77b6a1efa Accepting request 1216660 from Cloud:Seafile
- 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

OBS-URL: https://build.opensuse.org/request/show/1216660
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libsearpc?expand=0&rev=10
2024-10-21 14:26:02 +00:00
3a93751c1f - 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

OBS-URL: https://build.opensuse.org/package/show/Cloud:Seafile/libsearpc?expand=0&rev=56
2024-10-21 08:46:57 +00:00
6 changed files with 28 additions and 19 deletions

View File

@@ -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>

View File

@@ -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>
<param name="changesrevision">6f06843849cc7c25bf55d61adc0b34a0a8d6325a</param></service></servicedata>

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:add7c9886d76ed337df7346cdbeaebd1edfed3598613cf22b5c777684b180302
size 56355

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:416a75fe9a9dfd07546084d12be486fc18e2327c3e555cadb800b35038d1691d
size 57255

View File

@@ -1,3 +1,25 @@
-------------------------------------------------------------------
Tue Apr 15 06:22:09 UTC 2025 - Paolo Stivanin <info@paolostivanin.com>
- Update to version 3.3.0.20250303:
* Modify slow log format (#75)
* Set slow threshold when log to stdout (#74)
* Clean log (#73)
* Update searpc-named-pipe-transport.c (#68)
* Add log to stdout (#72)
* Support write with non-blocking (#71)
-------------------------------------------------------------------
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

View File

@@ -1,7 +1,7 @@
#
# spec file for package libsearpc
#
# Copyright (c) 2023 SUSE LLC
# Copyright (c) 2025 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.20250303
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