Compare commits
4 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| 6bc7c4023f | |||
| 57a8227eff | |||
| a77b6a1efa | |||
| 3a93751c1f |
@@ -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>
|
||||
@@ -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>
|
||||
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:add7c9886d76ed337df7346cdbeaebd1edfed3598613cf22b5c777684b180302
|
||||
size 56355
|
||||
3
libsearpc-3.3.0.20250303.tar.gz
Normal file
3
libsearpc-3.3.0.20250303.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:416a75fe9a9dfd07546084d12be486fc18e2327c3e555cadb800b35038d1691d
|
||||
size 57255
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user