Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bctoolbox for openSUSE:Factory 
checked in at 2021-08-02 12:04:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bctoolbox (Old)
 and      /work/SRC/openSUSE:Factory/.bctoolbox.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bctoolbox"

Mon Aug  2 12:04:21 2021 rev:24 rq:909328 version:5.0.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/bctoolbox/bctoolbox.changes      2021-07-18 
23:45:06.830970039 +0200
+++ /work/SRC/openSUSE:Factory/.bctoolbox.new.1899/bctoolbox.changes    
2021-08-02 12:04:38.965661398 +0200
@@ -1,0 +2,6 @@
+Fri Jul 30 07:37:01 UTC 2021 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 5.0.3:
+  * no changelog
+
+-------------------------------------------------------------------

Old:
----
  bctoolbox-5.0.0.tar.gz

New:
----
  bctoolbox-5.0.3.tar.gz

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

Other differences:
------------------
++++++ bctoolbox.spec ++++++
--- /var/tmp/diff_new_pack.wQoqbo/_old  2021-08-02 12:04:39.493661286 +0200
+++ /var/tmp/diff_new_pack.wQoqbo/_new  2021-08-02 12:04:39.497661285 +0200
@@ -18,7 +18,7 @@
 
 %define sover   1
 Name:           bctoolbox
-Version:        5.0.0
+Version:        5.0.3
 Release:        0
 Summary:        Utility library for software from Belledonne Communications
 License:        GPL-2.0-or-later

++++++ bctoolbox-5.0.0.tar.gz -> bctoolbox-5.0.3.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-5.0.0/CHANGELOG.md 
new/bctoolbox-5.0.3/CHANGELOG.md
--- old/bctoolbox-5.0.0/CHANGELOG.md    2021-07-07 13:05:29.000000000 +0200
+++ new/bctoolbox-5.0.3/CHANGELOG.md    2021-07-29 14:06:35.000000000 +0200
@@ -7,6 +7,14 @@
 ## [Unreleased]
 
 
+## [5.0.0] - 2021-07-08
+
+### Added
+- Tester API: add API to set maximum number of failed tests.
+
+### Fixed
+- Few bugfixes (see git log)
+
 
 ## [4.5.0] - 2021-03-29
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-5.0.0/include/bctoolbox/crypto.hh 
new/bctoolbox-5.0.3/include/bctoolbox/crypto.hh
--- old/bctoolbox-5.0.0/include/bctoolbox/crypto.hh     2021-07-07 
13:05:29.000000000 +0200
+++ new/bctoolbox-5.0.3/include/bctoolbox/crypto.hh     2021-07-29 
14:06:35.000000000 +0200
@@ -22,6 +22,7 @@
 
 #include <vector>
 #include <memory>
+#include <string>
 
 namespace bctoolbox {
 /**
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-5.0.0/src/logging/logging.c 
new/bctoolbox-5.0.3/src/logging/logging.c
--- old/bctoolbox-5.0.0/src/logging/logging.c   2021-07-07 13:05:29.000000000 
+0200
+++ new/bctoolbox-5.0.3/src/logging/logging.c   2021-07-29 14:06:35.000000000 
+0200
@@ -451,7 +451,7 @@
        return ret;
 }
 
-#if    defined(_WIN32) || defined(_WIN32_WCE)
+#if    !defined(BCTBX_WINDOWS_UWP) && (defined(_WIN32) || defined(_WIN32_WCE))
 #define ENDLINE "\r\n"
 #else
 #define ENDLINE "\n"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bctoolbox-5.0.0/src/tester.c 
new/bctoolbox-5.0.3/src/tester.c
--- old/bctoolbox-5.0.0/src/tester.c    2021-07-07 13:05:29.000000000 +0200
+++ new/bctoolbox-5.0.3/src/tester.c    2021-07-29 14:06:35.000000000 +0200
@@ -982,7 +982,7 @@
        CU_set_suite_init_failure_handler(suite_init_failure_message_handler);
        
CU_set_suite_cleanup_failure_handler(suite_cleanup_failure_message_handler);
 
-       if (xml_enabled == 1) {
+       if (xml_enabled == 1 && !test_name) {
                char *xml_file_name;//, *xml_file_name_tmp;
                CU_automated_enable_junit_xml(TRUE); /* this requires 3.0.1 
because previous versions crash automated.c */
 

Reply via email to