Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package bzrtp for openSUSE:Factory checked 
in at 2023-08-28 17:16:53
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/bzrtp (Old)
 and      /work/SRC/openSUSE:Factory/.bzrtp.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "bzrtp"

Mon Aug 28 17:16:53 2023 rev:41 rq:1106249 version:5.2.98

Changes:
--------
--- /work/SRC/openSUSE:Factory/bzrtp/bzrtp.changes      2023-06-28 
21:33:32.521924626 +0200
+++ /work/SRC/openSUSE:Factory/.bzrtp.new.1766/bzrtp.changes    2023-08-28 
17:16:54.440296603 +0200
@@ -1,0 +2,5 @@
+Mon Aug 28 07:48:43 UTC 2023 - Paolo Stivanin <i...@paolostivanin.com>
+
+- Update to 5.2.98 (no changelog)
+
+-------------------------------------------------------------------

Old:
----
  bzrtp-5.2.73.tar.bz2

New:
----
  bzrtp-5.2.98.tar.bz2

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

Other differences:
------------------
++++++ bzrtp.spec ++++++
--- /var/tmp/diff_new_pack.98nz3i/_old  2023-08-28 17:16:56.092355928 +0200
+++ /var/tmp/diff_new_pack.98nz3i/_new  2023-08-28 17:16:56.100356215 +0200
@@ -18,7 +18,7 @@
 
 %define sover   0
 Name:           bzrtp
-Version:        5.2.73
+Version:        5.2.98
 Release:        0
 Summary:        ZRTP keys exchange protocol implementation
 License:        GPL-3.0-or-later

++++++ bzrtp-5.2.73.tar.bz2 -> bzrtp-5.2.98.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bzrtp-5.2.73/test/bzrtpConfigsTest.c 
new/bzrtp-5.2.98/test/bzrtpConfigsTest.c
--- old/bzrtp-5.2.73/test/bzrtpConfigsTest.c    2023-02-22 10:01:18.000000000 
+0100
+++ new/bzrtp-5.2.98/test/bzrtpConfigsTest.c    2023-07-27 15:59:09.000000000 
+0200
@@ -2406,5 +2406,6 @@
        NULL,
        NULL,
        sizeof(key_exchange_tests) / sizeof(key_exchange_tests[0]),
-       key_exchange_tests
+       key_exchange_tests,
+       0
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bzrtp-5.2.73/test/bzrtpCryptoTest.cc 
new/bzrtp-5.2.98/test/bzrtpCryptoTest.cc
--- old/bzrtp-5.2.73/test/bzrtpCryptoTest.cc    2023-02-22 10:01:18.000000000 
+0100
+++ new/bzrtp-5.2.98/test/bzrtpCryptoTest.cc    2023-07-27 15:59:09.000000000 
+0200
@@ -599,5 +599,6 @@
        NULL,
        NULL,
        sizeof(crypto_utils_tests) / sizeof(crypto_utils_tests[0]),
-       crypto_utils_tests
+       crypto_utils_tests,
+       0
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bzrtp-5.2.73/test/bzrtpParserTest.c 
new/bzrtp-5.2.98/test/bzrtpParserTest.c
--- old/bzrtp-5.2.73/test/bzrtpParserTest.c     2023-02-22 10:01:18.000000000 
+0100
+++ new/bzrtp-5.2.98/test/bzrtpParserTest.c     2023-07-27 15:59:09.000000000 
+0200
@@ -1944,5 +1944,6 @@
        NULL,
        NULL,
        sizeof(packet_parser_tests) / sizeof(packet_parser_tests[0]),
-       packet_parser_tests
+       packet_parser_tests,
+       0
 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/bzrtp-5.2.73/test/bzrtpZidCacheTest.c 
new/bzrtp-5.2.98/test/bzrtpZidCacheTest.c
--- old/bzrtp-5.2.73/test/bzrtpZidCacheTest.c   2023-02-22 10:01:18.000000000 
+0100
+++ new/bzrtp-5.2.98/test/bzrtpZidCacheTest.c   2023-07-27 15:59:09.000000000 
+0200
@@ -257,5 +257,6 @@
        NULL,
        NULL,
        sizeof(zidcache_tests) / sizeof(zidcache_tests[0]),
-       zidcache_tests
+       zidcache_tests,
+       0
 };

++++++ set_current_version.patch ++++++
--- /var/tmp/diff_new_pack.98nz3i/_old  2023-08-28 17:16:56.264362104 +0200
+++ /var/tmp/diff_new_pack.98nz3i/_new  2023-08-28 17:16:56.264362104 +0200
@@ -5,7 +5,7 @@
  endif()
  
 -project(bzrtp VERSION 5.2.0 LANGUAGES C CXX)
-+project(bzrtp VERSION 5.2.73 LANGUAGES C CXX)
++project(bzrtp VERSION 5.2.98 LANGUAGES C CXX)
  
  option(ENABLE_SHARED "Build shared library." YES)
  option(ENABLE_STATIC "Build static library." YES)

Reply via email to