Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-io for openSUSE:Factory 
checked in at 2024-07-31 13:31:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-io (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-io.new.7232 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-io"

Wed Jul 31 13:31:04 2024 rev:10 rq:1190617 version:0.14.13

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-io/aws-c-io.changes        2024-07-22 
17:16:16.789148215 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-io.new.7232/aws-c-io.changes      
2024-07-31 13:31:29.429216045 +0200
@@ -1,0 +2,6 @@
+Fri Jul 26 11:25:57 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.14.13
+  * Fix import of inttype (#656)
+
+-------------------------------------------------------------------

Old:
----
  v0.14.12.tar.gz

New:
----
  v0.14.13.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ aws-c-io.spec ++++++
--- /var/tmp/diff_new_pack.YQSfEx/_old  2024-07-31 13:31:30.781271570 +0200
+++ /var/tmp/diff_new_pack.YQSfEx/_new  2024-07-31 13:31:30.789271899 +0200
@@ -20,7 +20,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-io
-Version:        0.14.12
+Version:        0.14.13
 Release:        0
 Summary:        I/O and TLS package AWS SDK for C
 License:        Apache-2.0

++++++ v0.14.12.tar.gz -> v0.14.13.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-io-0.14.12/source/posix/socket.c 
new/aws-c-io-0.14.13/source/posix/socket.c
--- old/aws-c-io-0.14.12/source/posix/socket.c  2024-07-13 00:24:26.000000000 
+0200
+++ new/aws-c-io-0.14.13/source/posix/socket.c  2024-07-15 18:13:44.000000000 
+0200
@@ -18,6 +18,7 @@
 #include <aws/io/io.h>
 #include <errno.h>
 #include <fcntl.h>
+#include <inttypes.h> /* Required when VSOCK is used */
 #include <net/if.h>
 #include <netinet/tcp.h>
 #include <sys/socket.h>

Reply via email to