Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package subversion for openSUSE:Factory checked in at 2024-10-23 21:07:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/subversion (Old) and /work/SRC/openSUSE:Factory/.subversion.new.26871 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "subversion" Wed Oct 23 21:07:57 2024 rev:196 rq:1217241 version:1.14.4 Changes: -------- --- /work/SRC/openSUSE:Factory/subversion/subversion.changes 2024-09-29 18:09:39.959221501 +0200 +++ /work/SRC/openSUSE:Factory/.subversion.new.26871/subversion.changes 2024-10-23 21:08:01.737087953 +0200 @@ -1,0 +2,16 @@ +Fri Oct 18 16:35:51 UTC 2024 - Andreas Stieger <andreas.stieger@gmx.de> + +- Update to 1.14.4: + * Fix unbounded memory usage in propget and proplist --xml + * Fix cmdline parsing bugs in --change (-c) argument + * Improve help message for svnmucc PUT + * mailer.py: Fix inconsistency in Config.which_group() arguments + * Convert path to local style in error message from diff API + * Fix `invalid escape sequence` in .py scripts for Python 3.12 + * swig-py: Fix `none_dealloc` error caused by refcount issue + * Fix a msgid in svnadmin.c which was not a valid C string +- drop patches included upstream: + * subversion-1.14.3-gcc14-2.patch + * subversion-1.14.3-gcc14.patch + +------------------------------------------------------------------- Old: ---- subversion-1.14.3-gcc14-2.patch subversion-1.14.3-gcc14.patch subversion-1.14.3.tar.bz2 subversion-1.14.3.tar.bz2.asc New: ---- subversion-1.14.4.tar.bz2 subversion-1.14.4.tar.bz2.asc BETA DEBUG BEGIN: Old:- drop patches included upstream: * subversion-1.14.3-gcc14-2.patch * subversion-1.14.3-gcc14.patch Old: * subversion-1.14.3-gcc14-2.patch * subversion-1.14.3-gcc14.patch BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ subversion.spec ++++++ --- /var/tmp/diff_new_pack.yoyS0i/_old 2024-10-23 21:08:02.813132626 +0200 +++ /var/tmp/diff_new_pack.yoyS0i/_new 2024-10-23 21:08:02.813132626 +0200 @@ -41,7 +41,7 @@ %bcond_with python_ctypes %bcond_with all_regression_tests Name: subversion%{psuffix} -Version: 1.14.3 +Version: 1.14.4 Release: 0 Summary: Subversion version control system License: Apache-2.0 @@ -75,8 +75,6 @@ # PATCH-FIX-UPSTREAM danilo.spinella@suse.com bsc#1195486 bsc#1193778 # Fix testCrash_RequestChannel_nativeRead_AfterException test on aarch64 and ppc64le Patch47: fix-javahl-test.patch -Patch48: subversion-1.14.3-gcc14.patch -Patch49: subversion-1.14.3-gcc14-2.patch BuildRequires: apache-rpm-macros BuildRequires: apache2-devel >= 2.2.0 BuildRequires: apache2-prefork @@ -94,9 +92,9 @@ BuildRequires: python3-py3c BuildRequires: python3-xml BuildRequires: ruby-devel >= 1.8.2 +BuildRequires: strip-nondeterminism BuildRequires: swig BuildRequires: sysuser-tools -BuildRequires: strip-nondeterminism BuildRequires: update-alternatives BuildRequires: utf8proc-devel BuildRequires: pkgconfig(apr-1) >= 1.3.0 @@ -436,6 +434,7 @@ %endif %else + %pre -f subversion.pre %service_add_pre svnserve.service ++++++ subversion-1.14.3.tar.bz2 -> subversion-1.14.4.tar.bz2 ++++++ /work/SRC/openSUSE:Factory/subversion/subversion-1.14.3.tar.bz2 /work/SRC/openSUSE:Factory/.subversion.new.26871/subversion-1.14.4.tar.bz2 differ: char 11, line 1 ++++++ subversion-no-build-date.patch ++++++ --- /var/tmp/diff_new_pack.yoyS0i/_old 2024-10-23 21:08:02.901136279 +0200 +++ /var/tmp/diff_new_pack.yoyS0i/_new 2024-10-23 21:08:02.901136279 +0200 @@ -13,10 +13,10 @@ subversion/tests/cmdline/getopt_tests_data/svn--version_stdout | 1 - 5 files changed, 6 insertions(+), 12 deletions(-) -Index: subversion-1.14.3/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java +Index: subversion-1.14.4/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java =================================================================== ---- subversion-1.14.3.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java -+++ subversion-1.14.3/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java +--- subversion-1.14.4.orig/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java ++++ subversion-1.14.4/subversion/bindings/javahl/tests/org/apache/subversion/javahl/BasicTests.java @@ -149,10 +149,10 @@ public class BasicTests extends SVNTests { vx = client.getVersionExtended(false); @@ -30,10 +30,10 @@ throw new Exception("Build time empty"); result = vx.getBuildHost(); if (result == null || result.trim().length() == 0) -Index: subversion-1.14.3/subversion/libsvn_subr/opt.c +Index: subversion-1.14.4/subversion/libsvn_subr/opt.c =================================================================== ---- subversion-1.14.3.orig/subversion/libsvn_subr/opt.c -+++ subversion-1.14.3/subversion/libsvn_subr/opt.c +--- subversion-1.14.4.orig/subversion/libsvn_subr/opt.c ++++ subversion-1.14.4/subversion/libsvn_subr/opt.c @@ -1147,12 +1147,8 @@ svn_opt__print_version_info(const char * if (quiet) return svn_cmdline_printf(pool, "%s\n", SVN_VER_NUMBER); @@ -49,10 +49,10 @@ SVN_ERR(svn_cmdline_printf(pool, "%s\n", svn_version_ext_copyright(info))); if (footer) -Index: subversion-1.14.3/subversion/libsvn_subr/version.c +Index: subversion-1.14.4/subversion/libsvn_subr/version.c =================================================================== ---- subversion-1.14.3.orig/subversion/libsvn_subr/version.c -+++ subversion-1.14.3/subversion/libsvn_subr/version.c +--- subversion-1.14.4.orig/subversion/libsvn_subr/version.c ++++ subversion-1.14.4/subversion/libsvn_subr/version.c @@ -139,8 +139,8 @@ svn_version_extended(svn_boolean_t verbo { svn_version_extended_t *info = apr_pcalloc(pool, sizeof(*info)); @@ -63,21 +63,21 @@ + info->build_time = ""; info->build_host = SVN_BUILD_HOST; info->copyright = apr_pstrdup - (pool, _("Copyright (C) 2023 The Apache Software Foundation.\n" -Index: subversion-1.14.3/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout + (pool, _("Copyright (C) 2024 The Apache Software Foundation.\n" +Index: subversion-1.14.4/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout =================================================================== ---- subversion-1.14.3.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout -+++ subversion-1.14.3/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout +--- subversion-1.14.4.orig/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout ++++ subversion-1.14.4/subversion/tests/cmdline/getopt_tests_data/svn--version--verbose_stdout @@ -1,5 +1,4 @@ svn, version 1.9.0-dev (under development) - compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5 Copyright (C) 2012 The Apache Software Foundation. This software consists of contributions made by many people; -Index: subversion-1.14.3/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout +Index: subversion-1.14.4/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout =================================================================== ---- subversion-1.14.3.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout -+++ subversion-1.14.3/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout +--- subversion-1.14.4.orig/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout ++++ subversion-1.14.4/subversion/tests/cmdline/getopt_tests_data/svn--version_stdout @@ -1,5 +1,4 @@ svn, version 1.9.0-dev (under development) - compiled Feb 26 2014, 15:15:42 on x86_64-unknown-openbsd5.5 ++++++ subversion.keyring ++++++ ++++ 17960 lines (skipped) ++++ between /work/SRC/openSUSE:Factory/subversion/subversion.keyring ++++ and /work/SRC/openSUSE:Factory/.subversion.new.26871/subversion.keyring