Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsearpc for openSUSE:Factory checked in at 2021-12-10 21:52:53 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsearpc (Old) and /work/SRC/openSUSE:Factory/.libsearpc.new.2520 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsearpc" Fri Dec 10 21:52:53 2021 rev:5 rq:939133 version:3.2.0.20211008 Changes: -------- --- /work/SRC/openSUSE:Factory/libsearpc/libsearpc.changes 2021-04-29 01:39:02.434632881 +0200 +++ /work/SRC/openSUSE:Factory/.libsearpc.new.2520/libsearpc.changes 2021-12-10 21:53:25.642920224 +0100 @@ -1,0 +2,5 @@ +Fri Dec 10 13:23:54 UTC 2021 - Paolo Stivanin <[email protected]> + +- New release, no changelog + +------------------------------------------------------------------- Old: ---- libsearpc-3.2.0.20200618.tar.gz New: ---- libsearpc-3.2.0.20211008.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsearpc.spec ++++++ --- /var/tmp/diff_new_pack.A3gb3G/_old 2021-12-10 21:53:26.170920458 +0100 +++ /var/tmp/diff_new_pack.A3gb3G/_new 2021-12-10 21:53:26.174920459 +0100 @@ -19,7 +19,7 @@ %define sover 1 Name: libsearpc -Version: 3.2.0.20200618 +Version: 3.2.0.20211008 Release: 0 Summary: Simple C language RPC framework based on GObject system License: Apache-2.0 ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.A3gb3G/_old 2021-12-10 21:53:26.218920479 +0100 +++ /var/tmp/diff_new_pack.A3gb3G/_new 2021-12-10 21:53:26.218920479 +0100 @@ -1,6 +1,6 @@ <servicedata> <service name="tar_scm"> <param name="url">git://github.com/haiwen/libsearpc.git</param> - <param name="changesrevision">50ff08b03c7cec8e10b35ba438633b9fe08a8d90</param> + <param name="changesrevision">e72c1158c8feb344ef44d2b4a60638e7dbfd1a8e</param> </service> </servicedata> ++++++ libsearpc-3.2.0.20200618.tar.gz -> libsearpc-3.2.0.20211008.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsearpc-3.2.0.20200618/.gitignore new/libsearpc-3.2.0.20211008/.gitignore --- old/libsearpc-3.2.0.20200618/.gitignore 1970-01-01 01:00:00.000000000 +0100 +++ new/libsearpc-3.2.0.20211008/.gitignore 2021-10-08 10:29:52.000000000 +0200 @@ -0,0 +1,57 @@ +*~ +*.pyc +*.o +*.lo +*.la +*.defs +*.log +.deps +*.db +*.gz +compile +config.* +autom4te.cache/* +aclocal.m4 +config.* +configure +Makefile +*/Makefile +Makefile.in +*/Makefile.in +.libs/ +*/.libs/ +stamp-h1 +searpc-demo-server +searpc-demo-client +searpc-async-client +pysearpc/fcallfret.h +m4/l* +depcomp +install-sh +libtool +ltmain.sh +missing +py-compile +cscope.files +cscope.out +lib/fcall-impr.h +lib/marshal.h +lib/searpc-dfun.h +lib/searpc-fcall.h +lib/searpc-signature.h +tests/test-searpc +cscope* +pysearpc/rpc_table.py +*.pc +demo/searpc-marshal.h +demo/searpc-signature.h +demo/rpc_table.stamp +demo/rpc_table.tmp +tests/searpc-marshal.h +tests/searpc-signature.h +tests/rpc_table.stamp +tests/rpc_table.tmp +tests/clar.suite +tests/.clarcache +tests/*.trs +test-driver diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsearpc-3.2.0.20200618/lib/searpc-server.c new/libsearpc-3.2.0.20211008/lib/searpc-server.c --- old/libsearpc-3.2.0.20200618/lib/searpc-server.c 2020-06-18 05:23:11.000000000 +0200 +++ new/libsearpc-3.2.0.20211008/lib/searpc-server.c 2021-10-08 10:29:52.000000000 +0200 @@ -318,7 +318,7 @@ if (intv_in_msec < slow_threshold) return; - strftime(time_buf, 64, "%Y/%m/%d:%H:%M:%S", localtime(&start->tv_sec)); + strftime(time_buf, 64, "%Y/%m/%d %H:%M:%S", localtime(&start->tv_sec)); pthread_mutex_lock (&slow_log_lock); diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsearpc-3.2.0.20200618/libsearpc.vcxproj new/libsearpc-3.2.0.20211008/libsearpc.vcxproj --- old/libsearpc-3.2.0.20200618/libsearpc.vcxproj 2020-06-18 05:23:11.000000000 +0200 +++ new/libsearpc-3.2.0.20211008/libsearpc.vcxproj 2021-10-08 10:29:52.000000000 +0200 @@ -72,6 +72,9 @@ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> </PropertyGroup> + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> + <OutDir>$(ProjectDir)$(Platform)\$(Configuration)\</OutDir> + </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;LIBSEARPC_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
