Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package c-toxcore for openSUSE:Factory 
checked in at 2026-06-12 19:29:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/c-toxcore (Old)
 and      /work/SRC/openSUSE:Factory/.c-toxcore.new.1981 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "c-toxcore"

Fri Jun 12 19:29:51 2026 rev:23 rq:1358975 version:0.2.23

Changes:
--------
--- /work/SRC/openSUSE:Factory/c-toxcore/c-toxcore.changes      2025-07-21 
20:00:23.007293365 +0200
+++ /work/SRC/openSUSE:Factory/.c-toxcore.new.1981/c-toxcore.changes    
2026-06-12 19:31:32.576234421 +0200
@@ -1,0 +2,49 @@
+Fri Jun 12 11:18:31 UTC 2026 - ecsos <[email protected]>
+
+- Update to version 0.2.23:
+  * chore: Release v0.2.23
+  * fix(DHT): refactor memory handling of loaded dht state Previous code could 
double-free if more than one dht states per tox-file and a following allocation 
fails.
+  * chore: Release v0.2.23-rc.2
+  * docs: remove todo about checksum which was resolved in 
06ccdb5b91eb2f2dfc444da60db76476a9882fa8 (over 12 years ago)
+  * docs: restore old comment lost in 55621e9ceaeb1585f3b69feb65e0e1ebf8836de7
+  * fix(gca): announce max sizes where 32bytes too large
+  * fix(onion): Size GCA announce response buffer to actual content length.
+  * cleanup: Add a Tox_Pass_Salt type for the pass-key salt.
+  * fix: limit number of saved group peers when loading from disk And add 
unpack_gc_saved_peers bounds test.
+  * docs: Document fixed-size buffer parameters in toxencryptsave.
+  * fix: wrong comment in group code
+  * test: Fix CI build and test failures.
+  * chore: Release v0.2.23-rc.1
+  * fix(dht): Suppress the warning about IPv6 nodes when IPv6 is turned off
+  * chore(ci): The gold linker has been deprecated/removed. LTO should work 
fine by default on modern distros.
+  * fix(test): fix mypy failure
+  * docs: Add tool and service acknowledgment and sponsor lists
+  * cleanup: Generalise byte-array logging functions.
+  * chore: update apt repos before installing deps for sonar
+  * chore: ci restyled
+  * chore: update github actions actions/checkout -> v6 actions/github-script 
-> v8 actions/setup-python -> v6 actions/cache -> v5 actions/upload-artifact -> 
v6 actions/download-artifact -> v7
+  * cleanup: Add nullability to more function params and return types.
+  * cleanup: Remove redundant nullability annotations.
+  * fix(av): Fix Use-After-Free when peer goes offline.
+  * feat: Add `Tox_Iterate_Options` for granular control over `tox_iterate`.
+  * feat: Add a function to get the list of valid group chat numbers.
+  * test: Fix VideoTest failures via codec fallbacks and add better logging.
+  * test: Improve simulation determinism and reliability.
+  * cleanup: Use `std::size_t` in C++ to fix compilation errors.
+
+-------------------------------------------------------------------
+Fri Jun 12 11:17:24 UTC 2026 - ecsos <[email protected]>
+
+- Update to version 0.2.22:
+  * chore: Release v0.2.22
+  * chore: update bootstrap docker hash
+  * test: Fix flakiness in group_moderation_test
+  * chore: Update changelog removing past RCs.
+  * cleanup: Ensure callbacks to `qsort` cast their params.
+  * chore: Release v0.2.22-rc.1
+  * chore: Update bootstrap daemon hash for release.
+  * chore: Fix tokstyle CI check.
+  * chore: Update bootstrap node sha256 hash.
+  * chore: Happy new year 2026!
+
+-------------------------------------------------------------------

Old:
----
  c-toxcore-0.2.21.tar.gz

New:
----
  _service
  _servicedata
  c-toxcore-0.2.23.tar.xz

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

Other differences:
------------------
++++++ c-toxcore.spec ++++++
--- /var/tmp/diff_new_pack.rOAr90/_old  2026-06-12 19:31:33.388268316 +0200
+++ /var/tmp/diff_new_pack.rOAr90/_new  2026-06-12 19:31:33.388268316 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package c-toxcore
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2026 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -19,13 +19,14 @@
 # See also http://en.opensuse.org/openSUSE:Specfile_guidelines
 %define _soversion 2
 Name:           c-toxcore
-Version:        0.2.21
+Version:        0.2.23
 Release:        0
 Summary:        Secure decentralized instant messaging application
 License:        GPL-3.0-only
 Group:          Productivity/Networking/Instant Messenger
 URL:            https://tox.chat/
-Source0:        
https://github.com/TokTok/c-toxcore/archive/v%{version}.tar.gz#./%{name}-%{version}.tar.gz
+#Source0:        
https://github.com/TokTok/c-toxcore/archive/v%%{version}.tar.gz#./%%{name}-%%{version}.tar.gz
+Source0:        %{name}-%{version}.tar.xz
 Source1:        %{name}-user.conf
 Source2:        %{name}.tmpfiles.d
 # Dont't find right key at this time. :(

++++++ _service ++++++
<?xml version="1.0"?>
<services>
   <service name="tar_scm" mode="manual">
      <param name="url">https://github.com/TokTok/c-toxcore.git</param>
      <param name="scm">git</param>
      <param name="exclude">.git</param>
      <param name="versionformat">@PARENT_TAG@</param>
      <param name="versionrewrite-pattern">v(.*)</param>
      <param name="revision">v0.2.23</param>
      <param name="changesgenerate">enable</param>
      </service>
   <service name="recompress" mode="manual">
      <param name="file">*.tar</param>
      <param name="compression">xz</param>
   </service>
   <service name="set_version" mode="manual">
   </service>
</services>

++++++ _servicedata ++++++
<servicedata>
<service name="tar_scm">
                <param 
name="url">https://github.com/TokTok/c-toxcore.git</param>
              <param 
name="changesrevision">d9ca3c577e5abd4303d180eb5270167b4133ea4c</param></service></servicedata>
(No newline at EOF)

Reply via email to