Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package aws-c-cal for openSUSE:Factory 
checked in at 2024-06-03 17:41:14
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/aws-c-cal (Old)
 and      /work/SRC/openSUSE:Factory/.aws-c-cal.new.24587 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "aws-c-cal"

Mon Jun  3 17:41:14 2024 rev:5 rq:1177906 version:0.6.14

Changes:
--------
--- /work/SRC/openSUSE:Factory/aws-c-cal/aws-c-cal.changes      2024-05-16 
17:15:46.613230439 +0200
+++ /work/SRC/openSUSE:Factory/.aws-c-cal.new.24587/aws-c-cal.changes   
2024-06-03 17:41:23.194413328 +0200
@@ -1,0 +2,6 @@
+Wed May 22 13:49:36 UTC 2024 - John Paul Adrian Glaubitz 
<adrian.glaub...@suse.com>
+
+- Update to version 0.6.14
+  - Fix inccorect export of aws_symmetric_cipher_get_state by @sbiscigl in 
(#185)
+
+-------------------------------------------------------------------

Old:
----
  v0.6.13.tar.gz

New:
----
  v0.6.14.tar.gz

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

Other differences:
------------------
++++++ aws-c-cal.spec ++++++
--- /var/tmp/diff_new_pack.kT1Ua2/_old  2024-06-03 17:41:23.962441507 +0200
+++ /var/tmp/diff_new_pack.kT1Ua2/_new  2024-06-03 17:41:23.962441507 +0200
@@ -19,7 +19,7 @@
 %define library_version 1.0.0
 %define library_soversion 0unstable
 Name:           aws-c-cal
-Version:        0.6.13
+Version:        0.6.14
 Release:        0
 Summary:        AWS C99 wrapper for cryptography primitives
 License:        Apache-2.0

++++++ v0.6.13.tar.gz -> v0.6.14.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/aws-c-cal-0.6.13/include/aws/cal/symmetric_cipher.h 
new/aws-c-cal-0.6.14/include/aws/cal/symmetric_cipher.h
--- old/aws-c-cal-0.6.13/include/aws/cal/symmetric_cipher.h     2024-05-08 
22:22:59.000000000 +0200
+++ new/aws-c-cal-0.6.14/include/aws/cal/symmetric_cipher.h     2024-05-09 
17:57:57.000000000 +0200
@@ -242,12 +242,12 @@
  */
 AWS_CAL_API bool aws_symmetric_cipher_is_good(const struct 
aws_symmetric_cipher *cipher);
 
-AWS_EXTERN_C_END
-AWS_POP_SANE_WARNING_LEVEL
-
 /**
  * Retuns the current state of the cipher. Ther state of the cipher can be 
ready for use, finalized, or has encountered
  * an error. if the cipher is in a finished or eror state, it must be reset 
before further use.
  */
 AWS_CAL_API enum aws_symmetric_cipher_state 
aws_symmetric_cipher_get_state(const struct aws_symmetric_cipher *cipher);
+
+AWS_EXTERN_C_END
+AWS_POP_SANE_WARNING_LEVEL
 #endif /* AWS_CAL_SYMMETRIC_CIPHER_H */

Reply via email to