commit python-html2text for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-html2text for openSUSE:Factory checked in at 2025-07-08 15:27:56 Comparing /work/SRC/openSUSE:Factory/python-html2text (Old) and /work/SRC/openSUSE:Factory/.python-html2text.new.7373 (New) Package is "python-html2text" Tue Jul 8 15:27:56 2025 rev:27 rq:1290927 version:2025.4.15 Changes: --- /work/SRC/openSUSE:Factory/python-html2text/python-html2text.changes 2024-03-19 17:32:27.908139575 +0100 +++ /work/SRC/openSUSE:Factory/.python-html2text.new.7373/python-html2text.changes 2025-07-08 15:28:01.971721135 +0200 @@ -1,0 +2,19 @@ +Mon Jul 7 02:18:35 UTC 2025 - Steve Kowalik + +- Update to 2025.4.15: + * Upgrade Build Tools to Lates + * Support tri-backquote style code block and fix ordered list indent + * Fix invalid character reference parsing +- Correct parsing error in changes file. + +--- +Wed Jun 4 13:09:18 UTC 2025 - Nico Krapp + +- fix usage of libalternatives + +--- +Tue May 27 16:19:15 UTC 2025 - Markéta Machová + +- Convert to pip-based build + +--- @@ -336 +354,0 @@ - Old: html2text-2024.2.26.tar.gz New: html2text-2025.4.15.tar.gz Other differences: -- ++ python-html2text.spec ++ --- /var/tmp/diff_new_pack.J1jW7S/_old 2025-07-08 15:28:02.735753076 +0200 +++ /var/tmp/diff_new_pack.J1jW7S/_new 2025-07-08 15:28:02.735753076 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-html2text # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,23 +16,25 @@ # +%bcond_without libalternatives %define upname html2text -%define skip_python2 1 %{?sle15_python_module_pythons} Name: python-%{upname} -Version:2024.2.26 +Version:2025.4.15 Release:0 Summary:Python script for turning HTML into Markdown text License:GPL-3.0-only -Group: Development/Languages/Python URL:https://github.com/Alir3z4/html2text/ Source: https://files.pythonhosted.org/packages/source/h/%{upname}/%{upname}-%{version}.tar.gz +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} +BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros -Requires(post): update-alternatives -Requires(preun): update-alternatives +Requires: alts Provides: html2text = %{version}-%{release} Obsoletes: html2text < %{version}-%{release} BuildArch: noarch @@ -51,29 +53,27 @@ rm -r *.egg-info/ %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %python_clone -a %{buildroot}%{_bindir}/%{upname} -%post -%python_install_alternative html2text +%pre +# Removing old update-alternatives entries. +%python_libalternatives_reset_alternative html2text -%postun -%python_uninstall_alternative html2text +# post and postun macro call is not needed with only libalternatives %check -# otherwise python 3.6 does not automatically select UTF-8 for console output -export LANG=en_US.UTF-8 %pytest %files %{python_files} %license COPYING %doc README.md AUTHORS.rst ChangeLog.rst %python_alternative %{_bindir}/%{upname} -%{python_sitelib}/* -%{python_sitelib}/*.egg-info/ +%{python_sitelib}/html2text +%{python_sitelib}/html2text-%{version}.dist-info ++ html2text-2024.2.26.tar.gz -> html2text-2025.4.15.tar.gz ++ 1888 lines of diff (skipped)
commit brltty for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package brltty for openSUSE:Factory checked in at 2025-07-08 15:27:58 Comparing /work/SRC/openSUSE:Factory/brltty (Old) and /work/SRC/openSUSE:Factory/.brltty.new.7373 (New) Package is "brltty" Tue Jul 8 15:27:58 2025 rev:70 rq:1290933 version:6.8 Changes: --- /work/SRC/openSUSE:Factory/brltty/brltty.changes2025-05-27 18:50:05.644516350 +0200 +++ /work/SRC/openSUSE:Factory/.brltty.new.7373/brltty.changes 2025-07-08 15:28:06.243899734 +0200 @@ -1,0 +2,7 @@ +Sun Jul 6 23:07:54 UTC 2025 - Michael Gorse + +- Update to version 6.8: + + Too many changes; please read ChangeLog +- API version is now 0.8.6. + +--- Old: brltty-6.7.tar.xz New: brltty-6.8.tar.xz Other differences: -- ++ brltty.spec ++ --- /var/tmp/diff_new_pack.C7Rq2g/_old 2025-07-08 15:28:06.807923313 +0200 +++ /var/tmp/diff_new_pack.C7Rq2g/_new 2025-07-08 15:28:06.811923481 +0200 @@ -17,11 +17,11 @@ %global _lto_cflags %_lto_cflags -ffat-lto-objects -%define api_version 0.8.6 +%define api_version 0.8.7 %define sover 0_8 %define soname libbrlapi%{sover} Name: brltty -Version:6.7 +Version:6.8 Release:0 Summary:Braille display driver for Linux/Unix License:LGPL-2.1-or-later ++ brltty-6.7.tar.xz -> brltty-6.8.tar.xz ++ 120121 lines of diff (skipped)
commit python-httpretty for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-httpretty for openSUSE:Factory checked in at 2025-07-08 15:27:57 Comparing /work/SRC/openSUSE:Factory/python-httpretty (Old) and /work/SRC/openSUSE:Factory/.python-httpretty.new.7373 (New) Package is "python-httpretty" Tue Jul 8 15:27:57 2025 rev:32 rq:1290928 version:1.1.4 Changes: --- /work/SRC/openSUSE:Factory/python-httpretty/python-httpretty.changes 2025-05-31 19:14:23.500620809 +0200 +++ /work/SRC/openSUSE:Factory/.python-httpretty.new.7373/python-httpretty.changes 2025-07-08 15:28:03.127769464 +0200 @@ -1,0 +2,5 @@ +Mon Jul 7 02:32:42 UTC 2025 - Steve Kowalik + +- Switch to pyproject macros. + +--- Other differences: -- ++ python-httpretty.spec ++ --- /var/tmp/diff_new_pack.gOd9VW/_old 2025-07-08 15:28:03.975804916 +0200 +++ /var/tmp/diff_new_pack.gOd9VW/_new 2025-07-08 15:28:03.975804916 +0200 @@ -51,6 +51,7 @@ BuildRequires: %{python_module fakeredis} BuildRequires: %{python_module freezegun} BuildRequires: %{python_module httplib2} +BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest-httpserver} BuildRequires: %{python_module pytest} BuildRequires: %{python_module requests} @@ -58,6 +59,7 @@ BuildRequires: %{python_module sure} BuildRequires: %{python_module tornado} BuildRequires: %{python_module urllib3} +BuildRequires: %{python_module wheel} BuildRequires: fdupes BuildRequires: python-rpm-macros BuildArch: noarch @@ -75,10 +77,10 @@ %endif %build -%python_build +%pyproject_wheel %install -%python_install +%pyproject_install %python_expand %fdupes %{buildroot}%{$python_sitelib} %check @@ -96,5 +98,5 @@ %license COPYING %doc README.rst %{python_sitelib}/httpretty -%{python_sitelib}/httpretty-%{version}*-info +%{python_sitelib}/httpretty-%{version}.dist-info
commit libgphoto2 for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libgphoto2 for openSUSE:Factory checked in at 2025-07-08 15:27:54 Comparing /work/SRC/openSUSE:Factory/libgphoto2 (Old) and /work/SRC/openSUSE:Factory/.libgphoto2.new.7373 (New) Package is "libgphoto2" Tue Jul 8 15:27:54 2025 rev:139 rq:1290880 version:2.5.32 Changes: --- /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2.changes2024-08-14 14:14:17.819149657 +0200 +++ /work/SRC/openSUSE:Factory/.libgphoto2.new.7373/libgphoto2.changes 2025-07-08 15:27:58.023556081 +0200 @@ -1,0 +2,55 @@ +Sun Jul 6 10:15:47 UTC 2025 - Marcus Meissner + +- libgphoto2 2.5.32 release + + quicktake1x0: + * New Apple Quicktake (serial camera) driver + + pentax: + * Added Pentax K1II, K3III + * sync with pktriggercord fixes + + ptp2: + * Big code and (canon eos) debug outout cleanups by Axel W + * --summary output format changed to be more condensed + * Canon EOS: imageformat output changed + * Canon: added disablemodedial + * Canon: keepdeviceon send less often to speed up + * Sony: Now officially documented by Sony. Changes imported from the documentation. + * Sony: support newer sony property format + * Sony: added capturemode, focalposition, magnifysetting, spotfocusarea, + * Sony: fixed crash in movie option + * Panasonic: bugfixes + * Fuji: configurations added, af drive manual, availableshots, graineffect, rawcompression + * Fuji: bugfixes + * Nikon: support 32bit properties + * Added ids: +- Canon EOS R100, R3, R8, R50, G7 X Mark 3, +- Sony Alpha A6100, ZV-E10, A6700, NEX-5N, SLT A99V, ILCE-9M3, ILX-LR1 +- Nikon Zf, Z6 III +- Olympus OM-1Mark2 +- Fuji X-H2S, X100V1, GFX100 II +- Ricoh GR III +- Leica Q3, M11 Monochrome + + ports/usb: + * added more Android support (passing in filedescriptor) + + ports/serial: + * some fixes, needed for quicktake + + all: + * IOLIBS and CAMLIBS now runtime configurable + * Builds use silent rules by default now + * Meson buildsupport, parallel to automake + * print-camera-list can now print camera list in JSON format + * added new functions: gp_setting_set_get_func, gp_setting_set_set_func +for user defined settings setters + * added new port functions: gp_port_usb_set_sys_device, +gp_port_usb_get_sys_device used for Android + + translations: + * added georgian, friulian, polish, romanian, ukrainian, chinese, brazilian +- remove libgphoto2-c99.patch: upstream + +--- Old: libgphoto2-2.5.31.tar.xz libgphoto2-2.5.31.tar.xz.asc libgphoto2-c99.patch New: libgphoto2-2.5.32.tar.xz libgphoto2-2.5.32.tar.xz.asc --(Old B)-- Old: * added georgian, friulian, polish, romanian, ukrainian, chinese, brazilian - remove libgphoto2-c99.patch: upstream --(Old E)-- Other differences: -- ++ libgphoto2.spec ++ --- /var/tmp/diff_new_pack.WVcLTJ/_old 2025-07-08 15:27:58.815589192 +0200 +++ /var/tmp/diff_new_pack.WVcLTJ/_new 2025-07-08 15:27:58.819589359 +0200 @@ -1,7 +1,7 @@ # # spec file for package libgphoto2 # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -55,13 +55,12 @@ Summary:A Digital Camera Library License:LGPL-2.1-or-later Group: Hardware/Camera -Version:2.5.31 +Version:2.5.32 Release:0 Source0: https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.xz Source1: https://downloads.sourceforge.net/project/gphoto/libgphoto/%version/%name-%version.tar.xz.asc Source2:%name.keyring Source3:baselibs.conf -Patch0: libgphoto2-c99.patch BuildRoot: %{_tmppath}/%{name}-%{version}-build %package -n libgphoto2-%major ++ libgphoto2-2.5.31.tar.xz -> libgphoto2-2.5.32.tar.xz ++ /work/SRC/openSUSE:Factory/libgphoto2/libgphoto2-2.5.31.tar.xz /work/SRC/openSUSE:Factory/.libgphoto2.new.7373/libgphoto2-2.5.32.tar.xz differ: char 13, line 1
commit python-py for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-py for openSUSE:Factory checked in at 2025-07-08 15:28:00 Comparing /work/SRC/openSUSE:Factory/python-py (Old) and /work/SRC/openSUSE:Factory/.python-py.new.7373 (New) Package is "python-py" Tue Jul 8 15:28:00 2025 rev:45 rq:1290938 version:1.11.0 Changes: --- /work/SRC/openSUSE:Factory/python-py/python-py.changes 2025-05-07 19:16:19.250844536 +0200 +++ /work/SRC/openSUSE:Factory/.python-py.new.7373/python-py.changes 2025-07-08 15:28:08.275984686 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 04:55:19 UTC 2025 - Steve Kowalik + +- Add patch support-pytest-8.4.patch: + * test cases can no longer call yield. + +--- New: support-pytest-8.4.patch --(New B)-- New: - Add patch support-pytest-8.4.patch: * test cases can no longer call yield. --(New E)-- Other differences: -- ++ python-py.spec ++ --- /var/tmp/diff_new_pack.zZgV0n/_old 2025-07-08 15:28:08.896010606 +0200 +++ /var/tmp/diff_new_pack.zZgV0n/_new 2025-07-08 15:28:08.900010774 +0200 @@ -37,6 +37,8 @@ Patch0: pr_222.patch # CVE-2022-42969 Remove all traces of svn Patch1: remove-svn-remants.patch +# PATCH-FIX-OPENSUSE Support pytest 8.4+ changes +Patch2: support-pytest-8.4.patch BuildRequires: %{python_module apipkg} BuildRequires: %{python_module iniconfig} BuildRequires: %{python_module pip} ++ support-pytest-8.4.patch ++ Index: py-1.11.0/testing/code/test_source.py === --- py-1.11.0.orig/testing/code/test_source.py +++ py-1.11.0/testing/code/test_source.py @@ -294,7 +294,7 @@ class TestSourceParsingAndCompiling: for comp in py.code.compile, py.code.Source.compile: for name in '', None, 'my': -yield check, comp, name +check(comp, name) def test_offsetless_synerr(self): py.test.raises(SyntaxError, py.code.compile, "lambda a,a: 0", mode='eval')
commit python-pycares for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pycares for openSUSE:Factory checked in at 2025-07-08 15:28:08 Comparing /work/SRC/openSUSE:Factory/python-pycares (Old) and /work/SRC/openSUSE:Factory/.python-pycares.new.7373 (New) Package is "python-pycares" Tue Jul 8 15:28:08 2025 rev:14 rq:1286872 version:4.9.0 Changes: --- /work/SRC/openSUSE:Factory/python-pycares/python-pycares.changes 2025-04-30 19:02:34.633810897 +0200 +++ /work/SRC/openSUSE:Factory/.python-pycares.new.7373/python-pycares.changes 2025-07-08 15:28:29.312864139 +0200 @@ -1,0 +2,18 @@ +Wed Jun 18 12:58:39 UTC 2025 - Nico Krapp + +- Update to 4.9.0 (fixes CVE-2025-48945, bsc#1244691) + * Create dependabot configuration by @bdraco in #226 + * build(deps): bump pypa/cibuildwheel from 2.22.0 to 2.23.3 +by @dependabot in #227 + * Pin Python version to 3.13.3 to avoid Windows build error by @saghul in #235 + * Fix shutdown race by @bdraco in #236 + * Add support for windows arm64 by @finnagin in #233 +- Update to 4.8.0 + * Cancel previous CI jobs on pull request update by @bdraco in #222 + * Update bundled c-ares to v1.34.5 by @bdraco in #221 + * Add ARES_FLAG_NO_DFLT_SVR and ARES_FLAG_EDNS to API by @bdraco in #224 +- Update to 4.7.0 + * Update c-ares to 1.29.0 to add reinit support to Channel by @bdraco in #219 + * Add event thread support by @bdraco in #220 + +--- Old: pycares-4.6.1.tar.gz New: pycares-4.9.0.tar.gz Other differences: -- ++ python-pycares.spec ++ --- /var/tmp/diff_new_pack.H3BCZP/_old 2025-07-08 15:28:30.048894910 +0200 +++ /var/tmp/diff_new_pack.H3BCZP/_new 2025-07-08 15:28:30.048894910 +0200 @@ -18,7 +18,7 @@ %{?sle15_python_module_pythons} Name: python-pycares -Version:4.6.1 +Version:4.9.0 Release:0 Summary:Python interface for c-ares License:MIT ++ pycares-4.6.1.tar.gz -> pycares-4.9.0.tar.gz ++ 163226 lines of diff (skipped)
commit python-PasteDeploy for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-PasteDeploy for openSUSE:Factory checked in at 2025-07-08 15:27:52 Comparing /work/SRC/openSUSE:Factory/python-PasteDeploy (Old) and /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.7373 (New) Package is "python-PasteDeploy" Tue Jul 8 15:27:52 2025 rev:23 rq:1290774 version:3.1.0 Changes: --- /work/SRC/openSUSE:Factory/python-PasteDeploy/python-PasteDeploy.changes 2025-04-11 16:45:25.887824563 +0200 +++ /work/SRC/openSUSE:Factory/.python-PasteDeploy.new.7373/python-PasteDeploy.changes 2025-07-08 15:27:55.911467784 +0200 @@ -1,0 +2,40 @@ +Sat Jul 5 10:35:10 UTC 2025 - Dirk Müller + +- update to 3.1.0: + * Support Python 3.11 and 3.12. + * Remove deprecated usage of inspect.getargspec that is no +longer supported in Python 3.12. + * Fix python_requires package metadata to support Python 3.7+. + * Drop support for Python 2, as well as 3.4, 3.5, and 3.6. + * Fix a broken compatibility shim that would cause the +ConfigParser to fail on Python 3.12 when ConfigParser.readfp +is removed. + * Drop setuptools dependency and start using importlib.metadata +instead. + * Refactor repository into a src folder layout. + * Added setuptools as an explicit dependency. This has always +been required but now that more environments are becoming +capable of operating without it being installed, we now need +to ensure it's available. + * pytest-runner removed, use tox to run tests. + * Python 3 deprecation warning cleanups + * Moved code to GitHub under the Pylons Project. + * Moved documentation under the Pylons Project, hosted by Read +the Docs at https://docs.pylonsproject.org/projects/pastedepl +oy/en/latest/ + * Fixed Python 3 issue in paste.deploy.util.fix_type_error() + * Fixed use of the wrong variable when determining the context +protocol + * Fixed invalid import of paste.deploy.Config to +paste.deploy.config.Config + * Fixed multi proxy IPs bug in X-Forwarded-For header in +PrefixMiddleware + * Fixed TypeError when trying to raise LookupError on Python 3 + * Fixed exception reraise on Python 3 + * Project is now maintained by Alex Grönholm + + * Was printing extraneous data when calling setup.py + * Fixed missing paster template files (fixes "paster create -t +paste.deploy") + +--- Old: _service _servicedata pastedeploy-2.1.1+git.1652668078.0f0697d.tar.gz New: PasteDeploy-3.1.0.tar.gz Other differences: -- ++ python-PasteDeploy.spec ++ --- /var/tmp/diff_new_pack.KS9VUL/_old 2025-07-08 15:27:56.495492199 +0200 +++ /var/tmp/diff_new_pack.KS9VUL/_new 2025-07-08 15:27:56.499492366 +0200 @@ -17,16 +17,14 @@ %{?sle15_python_module_pythons} -%define oldpython python Name: python-PasteDeploy -Version:2.1.1+git.1652668078.0f0697d +Version:3.1.0 Release:0 Summary:Tool to load, configure, and compose WSGI applications and servers License:MIT Group: Development/Languages/Python URL:https://github.com/Pylons/pastedeploy -# Source: https://github.com/Pylons/pastedeploy/archive/%%{version}.tar.gz -Source: pastedeploy-%{version}.tar.gz +Source: https://files.pythonhosted.org/packages/source/p/PasteDeploy/PasteDeploy-%{version}.tar.gz BuildRequires: %{python_module Paste} BuildRequires: %{python_module pip} BuildRequires: %{python_module pytest} @@ -39,10 +37,6 @@ Provides: python-pastedeploy = %{version} Obsoletes: python-pastedeploy < %{version} BuildArch: noarch -%ifpython2 -Obsoletes: %{oldpython}-pastedeploy < %{version} -Provides: %{oldpython}-pastedeploy = %{version} -%endif %python_subpackages %description @@ -51,8 +45,7 @@ provides commands to serve applications based on this configuration file. %prep -%setup -q -n pastedeploy-%{version} -%autopatch -p1 +%autosetup -p1 -n PasteDeploy-%{version} sed -i -e '/^addopts/s/ --cov//' pytest.ini @@ -69,8 +62,7 @@ %files %{python_files} %doc README.rst %license license.txt -# %%{python_sitelib}/[pP]aste[dD]eploy-%{version}*-info -%{python_sitelib}/[pP]aste[dD]eploy-2.1.1.dist-info -%{python_sitelib}/PasteDeploy-2.1.1*-nspkg.pth +%{python_sitelib}/[pP]aste[dD]eploy-%{version}.dist-info +%{python_sitelib}/PasteDeploy-%{version}*-nspkg.pth %{python_sitelib}/paste/deploy
commit kirigami-addons6 for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kirigami-addons6 for openSUSE:Factory checked in at 2025-07-08 15:28:02 Comparing /work/SRC/openSUSE:Factory/kirigami-addons6 (Old) and /work/SRC/openSUSE:Factory/.kirigami-addons6.new.7373 (New) Package is "kirigami-addons6" Tue Jul 8 15:28:02 2025 rev:11 rq:1290971 version:1.9.0 Changes: --- /work/SRC/openSUSE:Factory/kirigami-addons6/kirigami-addons6.changes 2025-05-23 14:29:48.358686784 +0200 +++ /work/SRC/openSUSE:Factory/.kirigami-addons6.new.7373/kirigami-addons6.changes 2025-07-08 15:28:10.560080174 +0200 @@ -1,0 +2,8 @@ +Mon Jul 7 06:41:18 UTC 2025 - Christophe Marin + +- Update to 1.9.0 + https://carlschwan.eu/2025/07/06/kirigami-addons-1.9.0/ + * Finished the addition of the file and folder form delegate + * Minor fixes and improvements + +--- Old: kirigami-addons-1.8.1.tar.xz kirigami-addons-1.8.1.tar.xz.sig New: kirigami-addons-1.9.0.tar.xz kirigami-addons-1.9.0.tar.xz.sig Other differences: -- ++ kirigami-addons6.spec ++ --- /var/tmp/diff_new_pack.ly1sIJ/_old 2025-07-08 15:28:11.476118469 +0200 +++ /var/tmp/diff_new_pack.ly1sIJ/_new 2025-07-08 15:28:11.476118469 +0200 @@ -23,7 +23,7 @@ %define rname kirigami-addons Name: kirigami-addons6 -Version:1.8.1 +Version:1.9.0 Release:0 Summary:Add-ons for the Kirigami framework License:LGPL-3.0-only ++ kirigami-addons-1.8.1.tar.xz -> kirigami-addons-1.9.0.tar.xz ++ 4481 lines of diff (skipped)
commit python-pythran for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pythran for openSUSE:Factory checked in at 2025-07-08 15:28:06 Comparing /work/SRC/openSUSE:Factory/python-pythran (Old) and /work/SRC/openSUSE:Factory/.python-pythran.new.7373 (New) Package is "python-pythran" Tue Jul 8 15:28:06 2025 rev:25 rq:1291117 version:0.18.0 Changes: --- /work/SRC/openSUSE:Factory/python-pythran/python-pythran.changes 2025-06-18 22:28:52.996014980 +0200 +++ /work/SRC/openSUSE:Factory/.python-pythran.new.7373/python-pythran.changes 2025-07-08 15:28:26.976766478 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 18:31:44 UTC 2025 - Ben Greiner + +- Do not run any tests on Leap 16.0 due to lack of dependencies + This is part of hplip enablement on 16.0 + +--- Other differences: -- ++ python-pythran.spec ++ --- /var/tmp/diff_new_pack.DBYqXM/_old 2025-07-08 15:28:27.604792733 +0200 +++ /var/tmp/diff_new_pack.DBYqXM/_new 2025-07-08 15:28:27.604792733 +0200 @@ -34,8 +34,8 @@ %if "%{flavor}" != "test-py313" %define skip_python313 1 %endif -# Skip empty buildsets, last one is for sle15_python_module_pythons -%if "%{shrink:%{pythons}}" == "" || ("%pythons" == "python311" && 0%{?skip_python311}) +# Skip empty buildsets on tumbleweed, or non py311 flavors on sle15_python_module_pythons, or any testing on leap 16 +%if "%{shrink:%{pythons}}" == "" || ("%pythons" == "python311" && 0%{?skip_python311}) || (0%{?is_opensuse} && 0%{?suse_version} == 1600) ExclusiveArch: donotbuild %define python_module() %flavor-not-enabled-in-buildset-for-suse-%{?suse_version} %else
commit poppler for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poppler for openSUSE:Factory checked in at 2025-07-08 15:28:09 Comparing /work/SRC/openSUSE:Factory/poppler (Old) and /work/SRC/openSUSE:Factory/.poppler.new.7373 (New) Package is "poppler" Tue Jul 8 15:28:09 2025 rev:213 rq:1290189 version:25.06.0 Changes: --- /work/SRC/openSUSE:Factory/poppler/poppler.changes 2025-04-08 17:51:43.259727545 +0200 +++ /work/SRC/openSUSE:Factory/.poppler.new.7373/poppler.changes 2025-07-08 15:28:31.020935546 +0200 @@ -1,0 +2,29 @@ +Thu Jul 3 08:46:24 UTC 2025 - pgaj...@suse.com + +- version update to 25.06.0 [bsc#1245625] (CVE-2025-52886) + Release 25.06.0: +core: + * Fix writing dates back to file + * Internal code improvements + * Fix crashes in malformed documents +glib: + * Add the ink annotation type + * Add missing autopointers definitions +utils: + * pdfsig: Add assert-signer feature + * pdfsig: Return error code on error + Release 25.05.0: +core: + * Fix re-fetching after xref reconstruction. Issue #1584 + * Fix compilation with ENABLE_ZLIB_UNCOMPRESS=ON + * Various annotation improvements. Issues #642, #1558, #1055 + * CairoFontEngine: invalidate broken embedded fonts. Issue #1453 + * Splash: Performance improvements + * Internal code improvements +glib: + * Small signature improvements +- modified patches + % reduce-boost-required-version.patch (refreshed) + % reduce-libtiff-required-version.patch (refreshed) + +--- Old: poppler-25.04.0.tar.xz poppler-25.04.0.tar.xz.sig New: poppler-25.06.0.tar.xz poppler-25.06.0.tar.xz.sig Other differences: -- ++ poppler.spec ++ --- /var/tmp/diff_new_pack.cCFXxJ/_old 2025-07-08 15:28:32.709006116 +0200 +++ /var/tmp/diff_new_pack.cCFXxJ/_new 2025-07-08 15:28:32.713006283 +0200 @@ -24,7 +24,7 @@ %endif # Actual version of poppler-data: %define poppler_data_version 0.4.11 -%define poppler_sover 148 +%define poppler_sover 150 %define poppler_cpp_sover 2 %define poppler_glib_sover 8 %define poppler_qt5_sover 1 @@ -32,7 +32,7 @@ %define poppler_api 0.18 %define poppler_apipkg 0_18 Name: poppler%{?psuffix} -Version:25.04.0 +Version:25.06.0 Release:0 Summary:PDF Rendering Library License:GPL-2.0-only OR GPL-3.0-only ++ poppler-25.04.0.tar.xz -> poppler-25.06.0.tar.xz ++ 13985 lines of diff (skipped) ++ reduce-boost-required-version.patch ++ --- /var/tmp/diff_new_pack.cCFXxJ/_old 2025-07-08 15:28:33.249028692 +0200 +++ /var/tmp/diff_new_pack.cCFXxJ/_new 2025-07-08 15:28:33.253028859 +0200 @@ -1,8 +1,8 @@ -Index: poppler-24.12.0/CMakeLists.txt +Index: poppler-25.06.0/CMakeLists.txt === poppler-24.12.0.orig/CMakeLists.txt -+++ poppler-24.12.0/CMakeLists.txt -@@ -227,7 +227,7 @@ find_soft_mandatory_package(ENABLE_QT6 Q +--- poppler-25.06.0.orig/CMakeLists.txt poppler-25.06.0/CMakeLists.txt +@@ -232,7 +232,7 @@ add_definitions(-DQT_NO_KEYWORDS) # Check for Cairo rendering backend macro_optional_find_package(Cairo ${CAIRO_VERSION}) ++ reduce-libtiff-required-version.patch ++ --- /var/tmp/diff_new_pack.cCFXxJ/_old 2025-07-08 15:28:33.265029361 +0200 +++ /var/tmp/diff_new_pack.cCFXxJ/_new 2025-07-08 15:28:33.273029695 +0200 @@ -1,8 +1,8 @@ -Index: poppler-24.12.0/CMakeLists.txt +Index: poppler-25.06.0/CMakeLists.txt === poppler-24.12.0.orig/CMakeLists.txt -+++ poppler-24.12.0/CMakeLists.txt -@@ -168,7 +168,7 @@ endmacro() +--- poppler-25.06.0.orig/CMakeLists.txt poppler-25.06.0/CMakeLists.txt +@@ -169,7 +169,7 @@ endmacro() find_soft_mandatory_package(ENABLE_NSS3 NSS3 3.68) find_soft_mandatory_package(ENABLE_GPGME Gpgmepp 1.19)
commit python-pytest-trio for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-trio for openSUSE:Factory checked in at 2025-07-08 15:27:58 Comparing /work/SRC/openSUSE:Factory/python-pytest-trio (Old) and /work/SRC/openSUSE:Factory/.python-pytest-trio.new.7373 (New) Package is "python-pytest-trio" Tue Jul 8 15:27:58 2025 rev:11 rq:1290931 version:0.8.0 Changes: --- /work/SRC/openSUSE:Factory/python-pytest-trio/python-pytest-trio.changes 2025-05-07 19:16:27.799201605 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-trio.new.7373/python-pytest-trio.changes 2025-07-08 15:28:05.023848730 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 04:13:11 UTC 2025 - Steve Kowalik + +- Do not remove pytest.ini, we need the configuration for pytest 8.4. +- Do not play around with test directory name. + +--- Other differences: -- ++ python-pytest-trio.spec ++ --- /var/tmp/diff_new_pack.d6HZW8/_old 2025-07-08 15:28:05.703877158 +0200 +++ /var/tmp/diff_new_pack.d6HZW8/_new 2025-07-08 15:28:05.707877326 +0200 @@ -36,8 +36,8 @@ # SECTION test requirements BuildRequires: %{python_module hypothesis >= 3.64} BuildRequires: %{python_module outcome >= 1.1.0} -# we really need newer pytest in tests than is required by the package BuildRequires: %{python_module pytest >= 7.2.0} +BuildRequires: %{python_module pytest-cov} BuildRequires: %{python_module trio >= 0.22.0} # /SECTION %python_subpackages @@ -48,22 +48,17 @@ %prep %autosetup -p1 -n pytest-trio-%{version} - -rm pytest.ini rm pytest_trio/_tests/test_hypothesis_interaction.py -mv pytest_trio/_tests/ tests %build %pyproject_wheel %install %pyproject_install -%{python_expand rm -r %{buildroot}%{$python_sitelib}/tests/ -%fdupes %{buildroot}%{$python_sitelib} -} +%python_expand %fdupes %{buildroot}%{$python_sitelib} %check -%pytest +%pytest -k 'not (test_skip_and_xfail or test_error_collection)' %files %{python_files} %doc README.rst
commit kernel-source-longterm for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kernel-source-longterm for openSUSE:Factory checked in at 2025-07-08 15:28:04 Comparing /work/SRC/openSUSE:Factory/kernel-source-longterm (Old) and /work/SRC/openSUSE:Factory/.kernel-source-longterm.new.7373 (New) Package is "kernel-source-longterm" Tue Jul 8 15:28:04 2025 rev:77 rq:1290977 version:6.12.36 Changes: --- /work/SRC/openSUSE:Factory/kernel-source-longterm/kernel-longterm.changes 2025-07-02 12:07:44.294298437 +0200 +++ /work/SRC/openSUSE:Factory/.kernel-source-longterm.new.7373/kernel-longterm.changes 2025-07-08 15:28:15.604291048 +0200 @@ -1,0 +2,393 @@ +Sun Jul 6 16:44:33 CEST 2025 - rfr...@suse.com + +- usb: typec: displayport: Fix potential deadlock (git-fixes). +- commit ebe3768 + +--- +Sun Jul 6 15:13:34 CEST 2025 - rfr...@suse.com + +- Linux 6.12.36 (bsc#1234429). +- cifs: Correctly set SMB1 SessionKey field in Session Setup + Request (bsc#1234429). +- cifs: Fix cifs_query_path_info() for Windows NT servers + (bsc#1234429). +- cifs: Fix encoding of SMB1 Session Setup NTLMSSP Request in + non-UNICODE mode (bsc#1234429). +- NFSv4: Always set NLINK even if the server doesn't support it + (bsc#1234429). +- NFSv4.2: fix listxattr to return selinux security label + (bsc#1234429). +- NFSv4.2: fix setattr caching of TIME_[MODIFY|ACCESS]_SET when + timestamps are delegated (bsc#1234429). +- mailbox: Not protect module_put with spin_lock_irqsave + (bsc#1234429). +- mfd: max14577: Fix wakeup source leaks on device unbind + (bsc#1234429). +- sunrpc: don't immediately retransmit on seqno miss + (bsc#1234429). +- dm vdo indexer: don't read request structure after enqueuing + (bsc#1234429). +- leds: multicolor: Fix intensity setting while SW blinking + (bsc#1234429). +- fuse: fix race between concurrent setattrs from multiple nodes + (bsc#1234429). +- cxl/region: Add a dev_err() on missing target list entries + (bsc#1234429). +- NFSv4: xattr handlers should check for absent nfs filehandles + (bsc#1234429). +- hwmon: (pmbus/max34440) Fix support for max34451 (bsc#1234429). +- ksmbd: allow a filename to contain special characters on + SMB3.1.1 posix extension (bsc#1234429). +- ksmbd: provide zero as a unique ID to the Mac client + (bsc#1234429). +- rust: module: place cleanup_module() in .exit.text section + (bsc#1234429). +- rust: arm: fix unknown (to Clang) argument '-mno-fdpic' + (bsc#1234429). +- dmaengine: idxd: Check availability of workqueue allocated by + idxd wq driver before using (bsc#1234429). +- dmaengine: xilinx_dma: Set dma_device directions (bsc#1234429). +- PCI: dwc: Make link training more robust by setting + PORT_LOGIC_LINK_WIDTH to one lane (bsc#1234429). +- PCI: apple: Fix missing OF node reference in + apple_pcie_setup_port (bsc#1234429). +- PCI: imx6: Add workaround for errata ERR051624 (bsc#1234429). +- nvme-tcp: fix I/O stalls on congested sockets (bsc#1234429). +- nvme-tcp: sanitize request list handling (bsc#1234429). +- md/md-bitmap: fix dm-raid max_write_behind setting + (bsc#1234429). +- amd/amdkfd: fix a kfd_process ref leak (bsc#1234429). +- bcache: fix NULL pointer in cache_set_flush() (bsc#1234429). +- drm/amdgpu: seq64 memory unmap uses uninterruptible lock + (bsc#1234429). +- drm/scheduler: signal scheduled fence when kill job + (bsc#1234429). +- iio: pressure: zpa2326: Use aligned_s64 for the timestamp + (bsc#1234429). +- um: Add cmpxchg8b_emu and checksum functions to asm-prototypes.h + (bsc#1234429). +- um: use proper care when taking mmap lock during segfault + (bsc#1234429). +- 8250: microchip: pci1: Add PCIe Hot reset disable support + for Rev C0 and later devices (bsc#1234429). +- coresight: Only check bottom two claim bits (bsc#1234429). +- usb: dwc2: also exit clock_gating when stopping udc while + suspended (bsc#1234429). +- iio: adc: ad_sigma_delta: Fix use of uninitialized status_pos + (bsc#1234429). +- misc: tps6594-pfsm: Add NULL pointer check in + tps6594_pfsm_probe() (bsc#1234429). +- usb: potential integer overflow in usbg_make_tpg() + (bsc#1234429). +- tty: serial: uartlite: register uart driver in init + (bsc#1234429). +- usb: common: usb-conn-gpio: use a unique name for usb connector + device (bsc#1234429). +- usb: Add checks for snprintf() calls in usb_alloc_dev() + (bsc#1234429). +- usb: cdc-wdm: avoid setting WDM_READ for ZLP-s (bsc#1234429). +- usb: gadget: f_hid: wake up readers on disable/unbind + (bsc#1234429). +- usb: typec: displayport: Receive DP Status Update NAK request + exit dp altmode (bsc#1234429). +- usb: typec: mux: do not return on EOPNOTSUPP in {mux, + switch}_set (bsc#1234429). +- riscv: add a data fence for CMODX in the kernel mode + (bsc#1234429). +- ALSA
commit python-Django for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-Django for openSUSE:Factory checked in at 2025-07-08 15:28:05 Comparing /work/SRC/openSUSE:Factory/python-Django (Old) and /work/SRC/openSUSE:Factory/.python-Django.new.7373 (New) Package is "python-Django" Tue Jul 8 15:28:05 2025 rev:133 rq:1290998 version:5.2.4 Changes: --- /work/SRC/openSUSE:Factory/python-Django/python-Django.changes 2025-06-10 08:59:48.769828010 +0200 +++ /work/SRC/openSUSE:Factory/.python-Django.new.7373/python-Django.changes 2025-07-08 15:28:22.996600086 +0200 @@ -1,0 +2,16 @@ +Thu Jul 3 12:47:34 UTC 2025 - Markéta Machová + +- Update to 5.2.4 + * Fixed a log injection possibility by migrating remaining response logging +to django.utils.log.log_response(), which safely escapes arguments +such as the request path to prevent unsafe log output (CVE 2025-48432). + * Fixed a regression in Django 5.2 that caused QuerySet.bulk_update() to +incorrectly convert None to JSON null instead of SQL NULL for JSONField + * Fixed a regression in Django 5.2.2 where the q parameter was removed from +the internal django.http.MediaType.params property + * Fixed a regression in Django 5.2.2 where HttpRequest.get_preferred_type() +incorrectly preferred more specific media types with a lower quality + * Fixed a crash in Django 5.2 when performing an __in lookup involving a +composite primary key and a subquery on certain backends + +--- Old: Django-5.2.2.checksum.txt django-5.2.2.tar.gz New: Django-5.2.4.checksum.txt django-5.2.4.tar.gz Other differences: -- ++ python-Django.spec ++ --- /var/tmp/diff_new_pack.7U1nsq/_old 2025-07-08 15:28:23.804633866 +0200 +++ /var/tmp/diff_new_pack.7U1nsq/_new 2025-07-08 15:28:23.804633866 +0200 @@ -21,7 +21,7 @@ %bcond_with memcached %{?sle15_python_module_pythons} Name: python-Django -Version:5.2.2 +Version:5.2.4 Release:0 Summary:A high-level Python Web framework License:BSD-3-Clause ++ Django-5.2.2.checksum.txt -> Django-5.2.4.checksum.txt ++ --- /work/SRC/openSUSE:Factory/python-Django/Django-5.2.2.checksum.txt 2025-06-10 08:59:48.649823058 +0200 +++ /work/SRC/openSUSE:Factory/.python-Django.new.7373/Django-5.2.4.checksum.txt 2025-07-08 15:28:22.048560453 +0200 @@ -2,7 +2,7 @@ Hash: SHA256 This file contains MD5, SHA1, and SHA256 checksums for the -source-code tarball and wheel files of Django 5.2.2, released June 4, 2025. +source-code tarball and wheel files of Django 5.2.4, released July 2, 2025. To use this file, you will need a working install of PGP or other compatible public-key encryption software. You will also need to have @@ -19,7 +19,7 @@ Once the key is imported, verify this file: -gpg --verify Django-5.2.2.checksum.txt +gpg --verify Django-5.2.4.checksum.txt Once you have verified this file, you can use normal MD5, SHA1, or SHA256 checksumming applications to generate the checksums of the Django @@ -28,41 +28,41 @@ Release packages -https://www.djangoproject.com/download/5.2.2/tarball/ -https://www.djangoproject.com/download/5.2.2/wheel/ +https://www.djangoproject.com/download/5.2.4/tarball/ +https://www.djangoproject.com/download/5.2.4/wheel/ MD5 checksums = -782577f532efab32f8119a7071f55d04 django-5.2.2.tar.gz -5d85fa7778bd65981714e562012a5626 django-5.2.2-py3-none-any.whl +6ecc4875e8cdc08706faea1cc4740fdf django-5.2.4.tar.gz +fee657f7686462d388f274c5f92b634a django-5.2.4-py3-none-any.whl SHA1 checksums == -87dff3ef8d00b15491d5bb64b2404caf66d8ae59 django-5.2.2.tar.gz -7964171a3e17b3e3e8aeb2d2bff763d128836d74 django-5.2.2-py3-none-any.whl +de45d44e1bb2ceb1c08b8fd0846de920874f71a1 django-5.2.4.tar.gz +a6a7904e3749a0e8937a50643293889929b4b6f7 django-5.2.4-py3-none-any.whl SHA256 checksums -85852e517f84435e9b13421379cd6c43ef5b48a9c8b391d29a26f7900967e952 django-5.2.2.tar.gz -997ef2162d04ead6869551b22cde4e06da1f94cf595f4af3f3d3afeae1f3f6fe django-5.2.2-py3-none-any.whl +a1228c384f8fa13eebc015196db7b3e08722c5058d4758d20cb287503a540d8f django-5.2.4.tar.gz +60c35bd96201b10c6e7a78121bd0da51084733efa303cc19ead021ab179cef5e django-5.2.4-py3-none-any.whl -BEGIN PGP SIGNATURE- -iQJcBAEBCABGFiEEW1sboQ2FrHxcduOPLugqjZRwmD4FAmhAMRIoHDEyNDMwNCtu -ZXNzaXRhQHVzZXJzLm5vcmVwbHkuZ2l0aHViLmNvbQAKCRAu6CqNlHCYPmgqD/9b -ON8sroesSKb2lAdjUe2XFKceWBpSjySACsPwLko5gPhfxJ9gn0XEDQccYw6U4KkJ -PbRlrKKNr1zqX3IfRoggg3E6GU/rw9LUqgB2GByuBRjyZe29bF0KWiLWVmjLL6c8 -WszgKZxYu73vBfHcY1StLVSGMHxMlolvWi
commit djvulibre for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package djvulibre for openSUSE:Factory checked in at 2025-07-08 15:28:12 Comparing /work/SRC/openSUSE:Factory/djvulibre (Old) and /work/SRC/openSUSE:Factory/.djvulibre.new.7373 (New) Package is "djvulibre" Tue Jul 8 15:28:12 2025 rev:47 rq:1290990 version:3.5.29 Changes: --- /work/SRC/openSUSE:Factory/djvulibre/djvulibre.changes 2024-02-23 16:40:54.737729933 +0100 +++ /work/SRC/openSUSE:Factory/.djvulibre.new.7373/djvulibre.changes 2025-07-08 15:28:39.013269621 +0200 @@ -1,0 +2,19 @@ +Mon Jul 7 08:04:45 UTC 2025 - pgaj...@suse.com + +- version update to 3.5.29 [bsc#1245773] (CVE-2025-53367) + * various bug fixes + * additional tests for corrupted files + * fixes for clang warnings +- deleted patches + - djvulibre-CVE-2021-32490.patch (upstreamed) + - djvulibre-CVE-2021-32491.patch (upstreamed) + - djvulibre-CVE-2021-32492.patch (upstreamed) + - djvulibre-CVE-2021-32493.patch (upstreamed) + - djvulibre-CVE-2021-46310.patch (upstreamed) +- fixes CVE-2021-32490 [bsc#1185895] + CVE-2021-32491 [bsc#1185900] + CVE-2021-32492 [bsc#1185904] + CVE-2021-32493 [bsc#1185905] + CVE-2021-46310 [bsc#1214670] + +--- Old: djvulibre-3.5.28.tar.gz djvulibre-CVE-2021-32490.patch djvulibre-CVE-2021-32491.patch djvulibre-CVE-2021-32492.patch djvulibre-CVE-2021-32493.patch djvulibre-CVE-2021-46310.patch New: djvulibre-3.5.29.tar.gz --(Old B)-- Old:- deleted patches - djvulibre-CVE-2021-32490.patch (upstreamed) - djvulibre-CVE-2021-32491.patch (upstreamed) Old: - djvulibre-CVE-2021-32490.patch (upstreamed) - djvulibre-CVE-2021-32491.patch (upstreamed) - djvulibre-CVE-2021-32492.patch (upstreamed) Old: - djvulibre-CVE-2021-32491.patch (upstreamed) - djvulibre-CVE-2021-32492.patch (upstreamed) - djvulibre-CVE-2021-32493.patch (upstreamed) Old: - djvulibre-CVE-2021-32492.patch (upstreamed) - djvulibre-CVE-2021-32493.patch (upstreamed) - djvulibre-CVE-2021-46310.patch (upstreamed) Old: - djvulibre-CVE-2021-32493.patch (upstreamed) - djvulibre-CVE-2021-46310.patch (upstreamed) - fixes CVE-2021-32490 [bsc#1185895] --(Old E)-- Other differences: -- ++ djvulibre.spec ++ --- /var/tmp/diff_new_pack.iEes2S/_old 2025-07-08 15:28:41.993394127 +0200 +++ /var/tmp/diff_new_pack.iEes2S/_new 2025-07-08 15:28:42.009394795 +0200 @@ -1,7 +1,7 @@ # # spec file for package djvulibre # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -20,25 +20,15 @@ %definelibname lib%{name}21 Name: djvulibre -Version:3.5.28 +Version:3.5.29 Release:0 Summary:An Implementation of DjVu License:GPL-2.0-or-later Group: Productivity/Graphics/Other URL:http://djvu.sourceforge.net Source: https://downloads.sourceforge.net/djvu/%{name}-%{version}.tar.gz -# CVE-2021-32490 [bsc#1185895], Out of bounds write in function DJVU:filter_bv() via crafted djvu file -Patch0: djvulibre-CVE-2021-32490.patch -# CVE-2021-32491 [bsc#1185900], Integer overflow in function render() in tools/ddjvu via crafted djvu file -Patch1: djvulibre-CVE-2021-32491.patch -# CVE-2021-32492 [bsc#1185904], Out of bounds read in function DJVU:DataPool:has_data() via crafted djvu file -Patch2: djvulibre-CVE-2021-32492.patch -# CVE-2021-32493 [bsc#1185905], Heap buffer overflow in function DJVU:GBitmap:decode() via crafted djvu file -Patch3: djvulibre-CVE-2021-32493.patch # CVE-2021-3500 [bsc#1186253], Stack overflow in function DJVU:DjVuDocument:get_djvu_file() via crafted djvu file Patch4: djvulibre-CVE-2021-3500.patch -# CVE-2021-46310 [bsc#1214670], divide by zero in IW44Image.cpp -Patch5: djvulibre-CVE-2021-46310.patch # CVE-2021-46312 [bsc#1214672], divide by zero in IW44EncodeCodec.cpp Patch6: djvulibre-CVE-2021-46312.patch BuildRequires: fdupes ++ djvulibre-3.5.28.tar.gz -> djvulibre-3.5.29.tar.gz ++ 25705 lines of diff (skipped)
commit stress-ng for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stress-ng for openSUSE:Factory checked in at 2025-07-08 15:28:43 Comparing /work/SRC/openSUSE:Factory/stress-ng (Old) and /work/SRC/openSUSE:Factory/.stress-ng.new.7373 (New) Package is "stress-ng" Tue Jul 8 15:28:43 2025 rev:135 rq:1291077 version:0.19.02 Changes: --- /work/SRC/openSUSE:Factory/stress-ng/stress-ng.changes 2025-06-03 17:51:07.795609605 +0200 +++ /work/SRC/openSUSE:Factory/.stress-ng.new.7373/stress-ng.changes 2025-07-08 15:29:05.890392507 +0200 @@ -1,0 +2,14 @@ +Tue Jul 1 11:12:30 UTC 2025 - Fredrik Lönnegren + +- update to 0.19.02: + * stressor fd-abuse: file descriptor abuse stressor + * stressor mmapcow: memory mapping copy-on-write page stressor + * --cache-permute: permute --cache-enable-all cache options + * --cachehammer-numa: move memory mapped memory around NUMA nodes + * --spinmem-numa: move spinmem memory around NUMA nodes + * --vm-flush: force memory mapped pages to be cache flushed + * exercise valid and invalid UTF-8 filenames in filename stressor + * add memory and file size information to various stressors + + +--- Old: stress-ng-0.19.01.tar.gz New: stress-ng-0.19.02.tar.gz Other differences: -- ++ stress-ng.spec ++ --- /var/tmp/diff_new_pack.wcZDqD/_old 2025-07-08 15:29:07.178446319 +0200 +++ /var/tmp/diff_new_pack.wcZDqD/_new 2025-07-08 15:29:07.182446486 +0200 @@ -20,7 +20,7 @@ %bcond_without apparmor Name: stress-ng -Version:0.19.01 +Version:0.19.02 Release:0 Summary:Tool to load and stress a computer License:GPL-2.0-only ++ stress-ng-0.19.01.tar.gz -> stress-ng-0.19.02.tar.gz ++ /work/SRC/openSUSE:Factory/stress-ng/stress-ng-0.19.01.tar.gz /work/SRC/openSUSE:Factory/.stress-ng.new.7373/stress-ng-0.19.02.tar.gz differ: char 13, line 1
commit libzypp for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libzypp for openSUSE:Factory checked in at 2025-07-08 15:28:43 Comparing /work/SRC/openSUSE:Factory/libzypp (Old) and /work/SRC/openSUSE:Factory/.libzypp.new.7373 (New) Package is "libzypp" Tue Jul 8 15:28:43 2025 rev:518 rq:1291071 version:17.37.10 Changes: --- /work/SRC/openSUSE:Factory/libzypp/libzypp.changes 2025-07-06 17:05:56.574068628 +0200 +++ /work/SRC/openSUSE:Factory/.libzypp.new.7373/libzypp.changes 2025-07-08 15:29:02.354244772 +0200 @@ -1,0 +2,15 @@ +Mon Jul 7 16:33:09 CEST 2025 - m...@suse.de + +- BuildRequires: %{libsolv_devel_package} >= 0.7.34 (bsc#1243486) + Newer rpm versions no longer allow a ':' in rpm package names or + obsoletes. So injecting an +Obsoletes: product:oldproductname < oldproductversion + into the -release package to indicate a product rename is no longer + possible. + Since libsolv-0.7.34 you can and should use: +Provides: product-obsoletes(oldproductname) < oldproductversion + in the -release package. libsolv will then inject the appropriate + Obsoletes into the Product. +- version 17.37.10 (35) + +--- Old: libzypp-17.37.9.tar.bz2 New: libzypp-17.37.10.tar.bz2 Other differences: -- ++ libzypp.spec ++ --- /var/tmp/diff_new_pack.BVuzoX/_old 2025-07-08 15:29:03.130277193 +0200 +++ /var/tmp/diff_new_pack.BVuzoX/_new 2025-07-08 15:29:03.130277193 +0200 @@ -72,7 +72,7 @@ %endif Name: libzypp -Version:17.37.9 +Version:17.37.10 Release:0 License:GPL-2.0-or-later URL:https://github.com/openSUSE/libzypp @@ -145,7 +145,7 @@ BuildRequires: pkg-config %endif -BuildRequires: %{libsolv_devel_package} >= 0.7.32 +BuildRequires: %{libsolv_devel_package} >= 0.7.34 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 BuildRequires: libsolv-tools-base >= 0.7.29 %requires_eqlibsolv-tools-base ++ libzypp-17.37.9.tar.bz2 -> libzypp-17.37.10.tar.bz2 ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.37.9/VERSION.cmake new/libzypp-17.37.10/VERSION.cmake --- old/libzypp-17.37.9/VERSION.cmake 2025-07-04 16:40:15.0 +0200 +++ new/libzypp-17.37.10/VERSION.cmake 2025-07-07 16:36:40.0 +0200 @@ -61,8 +61,8 @@ SET(LIBZYPP_MAJOR "17") SET(LIBZYPP_COMPATMINOR "35") SET(LIBZYPP_MINOR "37") -SET(LIBZYPP_PATCH "9") +SET(LIBZYPP_PATCH "10") # -# LAST RELEASED: 17.37.9 (35) +# LAST RELEASED: 17.37.10 (35) # (The number in parenthesis is LIBZYPP_COMPATMINOR) #=== diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.37.9/libzypp.spec.cmake new/libzypp-17.37.10/libzypp.spec.cmake --- old/libzypp-17.37.9/libzypp.spec.cmake 2025-06-18 12:39:07.0 +0200 +++ new/libzypp-17.37.10/libzypp.spec.cmake 2025-07-07 16:36:40.0 +0200 @@ -145,7 +145,7 @@ BuildRequires: pkg-config %endif -BuildRequires: %{libsolv_devel_package} >= 0.7.32 +BuildRequires: %{libsolv_devel_package} >= 0.7.34 %if 0%{?suse_version} > 1500 || 0%{?sle_version} >= 150600 BuildRequires: libsolv-tools-base >= 0.7.29 %requires_eqlibsolv-tools-base diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libzypp-17.37.9/package/libzypp.changes new/libzypp-17.37.10/package/libzypp.changes --- old/libzypp-17.37.9/package/libzypp.changes 2025-07-04 16:40:15.0 +0200 +++ new/libzypp-17.37.10/package/libzypp.changes2025-07-07 16:36:40.0 +0200 @@ -1,4 +1,19 @@ --- +Mon Jul 7 16:33:09 CEST 2025 - m...@suse.de + +- BuildRequires: %{libsolv_devel_package} >= 0.7.34 (bsc#1243486) + Newer rpm versions no longer allow a ':' in rpm package names or + obsoletes. So injecting an +Obsoletes: product:oldproductname < oldproductversion + into the -release package to indicate a product rename is no longer + possible. + Since libsolv-0.7.34 you can and should use: +Provides: product-obsoletes(oldproductname) < oldproductversion + in the -release package. libsolv will then inject the appropriate + Obsoletes into the Product. +- version 17.37.10 (35) + +--- Fri Jul 4 16:22:16 CEST 2025 - m...@suse.de - Ignore DeltaRpm download errors (bsc#1245672)
commit yast2-trans for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package yast2-trans for openSUSE:Factory checked in at 2025-07-08 15:28:00 Comparing /work/SRC/openSUSE:Factory/yast2-trans (Old) and /work/SRC/openSUSE:Factory/.yast2-trans.new.7373 (New) Package is "yast2-trans" Tue Jul 8 15:28:00 2025 rev:383 rq:1290948 version:84.87.20250707.95a4742e56 Changes: --- /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans.changes 2025-07-01 11:33:28.575624585 +0200 +++ /work/SRC/openSUSE:Factory/.yast2-trans.new.7373/yast2-trans.changes 2025-07-08 15:28:09.592039705 +0200 @@ -1,0 +2,9 @@ +Mon Jul 07 05:13:33 UTC 2025 - g...@opensuse.org + +- Update to version 84.87.20250707.95a4742e56: + * Translated using Weblate (Indonesian) + * Update translation files + * New POT for text domain 'iscsi-client'. + * Translated using Weblate (Ukrainian) + +--- Old: yast2-trans-84.87.20250629.a95a3dcc68.tar.xz New: yast2-trans-84.87.20250707.95a4742e56.tar.xz Other differences: -- ++ yast2-trans.spec ++ --- /var/tmp/diff_new_pack.4FUdIa/_old 2025-07-08 15:28:10.248067130 +0200 +++ /var/tmp/diff_new_pack.4FUdIa/_new 2025-07-08 15:28:10.252067297 +0200 @@ -17,7 +17,7 @@ Name: yast2-trans -Version:84.87.20250629.a95a3dcc68 +Version:84.87.20250707.95a4742e56 Release:0 Summary:YaST2 - Translation Container Package License:GPL-2.0-or-later ++ _servicedata ++ --- /var/tmp/diff_new_pack.4FUdIa/_old 2025-07-08 15:28:10.304069471 +0200 +++ /var/tmp/diff_new_pack.4FUdIa/_new 2025-07-08 15:28:10.308069639 +0200 @@ -1,6 +1,6 @@ https://github.com/yast/yast-translations.git - a95a3dcc68b6de50a055127bbdc0cb88f4a7a5bf + 95a4742e56f39f2c6c7e7fe51fbb9c81c2f0b476 (No newline at EOF) ++ yast2-trans-84.87.20250629.a95a3dcc68.tar.xz -> yast2-trans-84.87.20250707.95a4742e56.tar.xz ++ /work/SRC/openSUSE:Factory/yast2-trans/yast2-trans-84.87.20250629.a95a3dcc68.tar.xz /work/SRC/openSUSE:Factory/.yast2-trans.new.7373/yast2-trans-84.87.20250707.95a4742e56.tar.xz differ: char 26, line 1
commit inkscape for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package inkscape for openSUSE:Factory checked in at 2025-07-08 15:28:14 Comparing /work/SRC/openSUSE:Factory/inkscape (Old) and /work/SRC/openSUSE:Factory/.inkscape.new.7373 (New) Package is "inkscape" Tue Jul 8 15:28:14 2025 rev:143 rq:1291026 version:1.4.2+37 Changes: --- /work/SRC/openSUSE:Factory/inkscape/inkscape.changes2025-05-27 18:50:50.422402491 +0200 +++ /work/SRC/openSUSE:Factory/.inkscape.new.7373/inkscape.changes 2025-07-08 15:28:50.805762294 +0200 @@ -1,0 +2,41 @@ +Thu Jul 03 19:15:45 UTC 2025 - Bjørn Lie + +- Update to version 1.4.2+37: + * Update macOS job for new runner infrastructure + * Fix includes in PDF input extensions + * Fix build against Poppler 25.06 + * String fixes for Inkscape 1.4.3 (please keep until after the 1.4.2 release) + * Add policy checking for UI toolbars for focus + * Update macOS build pipeline to 0.81 + * Rectangles are allows for Text on Path + * Add special paste section in context menu + * Reduce number of clipping paths created during PDF import + * Use Undo::maybeDone for swatch color slider + * Update the select toolbar when the bbox preference changes + * Fix crash when pattern transform is singular + * Page swapping shouldn't modify the size of the page through viewPort + * Enhance PDF Import: Remember font rendering settings + * Fix to pdf font preferences + * Fix crash when deleting a page with clones on it + * Allow multiline strings to expand in extension dialog + * Recursively unlock when dealign with item under cursor + * Fix issues with shape-inside having invalid references + * Avoid unchecked optional access in render_preview + * Make Action Section names translatable. Fix #5501 + * Fix: Show Handles command not working on the mesh tool + * Fix crash on editing SVGs with text nodes + * Add color support for geometric pattern 'Abstract 1' + * Limit SVG preference to SVG opening extension only + * Fix Welcome Screen Keyboard Selector + * Hide LPETool in the default preference + * Fix control handle rendering with flipped canvas + * Lpe Simplify button converted to checkbox + * Hide Splash on Wayland when moving to Welcome + * Fix filter dialog crashing on Ctrl+Space + * Check for null text before setting to ustring. + * Snap package: Fix file permissions + * Fix a crash when converting a to in an SVG 2 spec example. + * Don't turn an invalid SPItem bounding box into a valid one if there is a filter. + * Update windows installed library list + +--- Old: inkscape-1.4.2+1.obscpio New: inkscape-1.4.2+37.obscpio Other differences: -- ++ inkscape.spec ++ --- /var/tmp/diff_new_pack.gxYjHC/_old 2025-07-08 15:28:54.469915377 +0200 +++ /var/tmp/diff_new_pack.gxYjHC/_new 2025-07-08 15:28:54.473915544 +0200 @@ -17,7 +17,7 @@ Name: inkscape -Version:1.4.2+1 +Version:1.4.2+37 Release:0 Summary:Vector Illustration Program License:GPL-3.0-only ++ _servicedata ++ --- /var/tmp/diff_new_pack.gxYjHC/_old 2025-07-08 15:28:54.521917549 +0200 +++ /var/tmp/diff_new_pack.gxYjHC/_new 2025-07-08 15:28:54.525917716 +0200 @@ -1,6 +1,6 @@ https://gitlab.com/inkscape/inkscape.git - 2aeb623e1d73aa323e63ee67d60ffd4b0876c208 + ae4ad5c273286345557686a71d5da63bff8673a8 (No newline at EOF) ++ inkscape-1.4.2+1.obscpio -> inkscape-1.4.2+37.obscpio ++ /work/SRC/openSUSE:Factory/inkscape/inkscape-1.4.2+1.obscpio /work/SRC/openSUSE:Factory/.inkscape.new.7373/inkscape-1.4.2+37.obscpio differ: char 49, line 1 ++ inkscape.obsinfo ++ --- /var/tmp/diff_new_pack.gxYjHC/_old 2025-07-08 15:28:54.573919722 +0200 +++ /var/tmp/diff_new_pack.gxYjHC/_new 2025-07-08 15:28:54.577919889 +0200 @@ -1,5 +1,5 @@ name: inkscape -version: 1.4.2+1 -mtime: 1747060746 -commit: 2aeb623e1d73aa323e63ee67d60ffd4b0876c208 +version: 1.4.2+37 +mtime: 1750495663 +commit: ae4ad5c273286345557686a71d5da63bff8673a8
commit hwinfo for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package hwinfo for openSUSE:Factory checked in at 2025-07-08 15:28:42 Comparing /work/SRC/openSUSE:Factory/hwinfo (Old) and /work/SRC/openSUSE:Factory/.hwinfo.new.7373 (New) Package is "hwinfo" Tue Jul 8 15:28:42 2025 rev:198 rq:1291065 version:24.1 Changes: --- /work/SRC/openSUSE:Factory/hwinfo/hwinfo.changes2025-04-20 19:56:24.335989979 +0200 +++ /work/SRC/openSUSE:Factory/.hwinfo.new.7373/hwinfo.changes 2025-07-08 15:28:59.862140656 +0200 @@ -1,0 +2,7 @@ +Mon Jul 7 13:52:35 UTC 2025 - wfe...@opensuse.org + +- merge gh#openSUSE/hwinfo#167 +- fix usb network card detection (bsc#1245950) +- 24.1 + + Old: hwinfo-24.0.tar.xz New: hwinfo-24.1.tar.xz Other differences: -- ++ hwinfo.spec ++ --- /var/tmp/diff_new_pack.Mtu3GU/_old 2025-07-08 15:29:00.550169400 +0200 +++ /var/tmp/diff_new_pack.Mtu3GU/_new 2025-07-08 15:29:00.550169400 +0200 @@ -17,7 +17,7 @@ Name: hwinfo -Version:24.0 +Version:24.1 %define lname libhd%(echo "%version" | perl -pe 's{\\D.*}{}') Release:0 Summary:Hardware Library ++ hwinfo-24.0.tar.xz -> hwinfo-24.1.tar.xz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-24.0/VERSION new/hwinfo-24.1/VERSION --- old/hwinfo-24.0/VERSION 2025-04-16 18:45:55.0 +0200 +++ new/hwinfo-24.1/VERSION 2025-07-07 15:52:35.0 +0200 @@ -1 +1 @@ -24.0 +24.1 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-24.0/changelog new/hwinfo-24.1/changelog --- old/hwinfo-24.0/changelog 2025-04-16 18:45:55.0 +0200 +++ new/hwinfo-24.1/changelog 2025-07-07 15:52:35.0 +0200 @@ -1,3 +1,7 @@ +2025-07-07:24.1 + - merge gh#openSUSE/hwinfo#167 + - fix usb network card detection (bsc#1245950) + 2025-04-16:24.0 - merge gh#openSUSE/hwinfo#157 - Free additional memory fields to prevent hd leaks diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/hwinfo-24.0/src/hd/int.c new/hwinfo-24.1/src/hd/int.c --- old/hwinfo-24.0/src/hd/int.c2025-04-16 18:45:55.0 +0200 +++ new/hwinfo-24.1/src/hd/int.c2025-07-07 15:52:35.0 +0200 @@ -689,11 +689,14 @@ for(hd_net = hd_data->hd; hd_net; hd_net = hd_net->next) { if( + !hd_net->tag.remove && hd_net->base_class.id == bc_network && hd_net->sysfs_id ) { for(hd_usb = hd_data->hd; hd_usb; hd_usb = hd_usb->next) { if( + hd_usb != hd_net && + !hd_usb->tag.remove && hd_usb->bus.id == bus_usb && hd_usb->sysfs_id && !strcmp(hd_usb->sysfs_id, hd_net->sysfs_id)
commit systemd for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package systemd for openSUSE:Factory checked in at 2025-07-08 15:28:13 Comparing /work/SRC/openSUSE:Factory/systemd (Old) and /work/SRC/openSUSE:Factory/.systemd.new.7373 (New) Package is "systemd" Tue Jul 8 15:28:13 2025 rev:451 rq:1291008 version:257.7 Changes: --- /work/SRC/openSUSE:Factory/systemd/systemd.changes 2025-07-03 12:11:49.041075988 +0200 +++ /work/SRC/openSUSE:Factory/.systemd.new.7373/systemd.changes 2025-07-08 15:28:44.321491391 +0200 @@ -1,0 +2,22 @@ +Fri Jul 4 14:57:26 UTC 2025 - Franck Bui + +- Move the workaround which consists in converting /var/lib/machines as a + separate subvolume in cases where it was incorrectly created inside a + snapshot. + + Relocating the workaround from the systemd-container sub-package to the main + package ensures it's applied on old systems where it's still needed [1] even + if the systemd-container sub-package is not installed. + + This change should allow us to eventually drop the workaround in the future. + + [1] The workaround is required on legacy installations (those made more than + eight years ago) where /var was not a separate subvolume. + +--- +Fri Jul 4 12:43:24 UTC 2025 - Franck Bui + +- triggers.systemd: skip update of hwdb, journal-catalog if executed during + an offline update. + +--- Old: fixlet-container-post.sh Other differences: -- ++ systemd.spec ++ --- /var/tmp/diff_new_pack.It8RGp/_old 2025-07-08 15:28:45.377535511 +0200 +++ /var/tmp/diff_new_pack.It8RGp/_new 2025-07-08 15:28:45.381535678 +0200 @@ -198,7 +198,6 @@ Source9:pam.systemd-run0 Source14: kbd-model-map.legacy -Source100: fixlet-container-post.sh Source101: fixlet-systemd-post.sh Source200: files.systemd @@ -924,9 +923,6 @@ # Install the fixlets mkdir -p %{buildroot}%{_systemd_util_dir}/rpm -%if %{with machined} -install -m0755 %{SOURCE100} %{buildroot}%{_systemd_util_dir}/rpm/ -%endif install -m0755 %{SOURCE101} %{buildroot}%{_systemd_util_dir}/rpm/ # Make sure /usr/lib/modules-load.d exists in udev(-mini)?, so other @@ -1259,7 +1255,6 @@ %systemd_post systemd-mountfsd.socket %systemd_post systemd-nsresourced.socket %systemd_post machines.target -%{_systemd_util_dir}/rpm/fixlet-container-post.sh $1 || : %endif %if %{with journal_remote} ++ files.container ++ --- /var/tmp/diff_new_pack.It8RGp/_old 2025-07-08 15:28:45.461539021 +0200 +++ /var/tmp/diff_new_pack.It8RGp/_new 2025-07-08 15:28:45.465539188 +0200 @@ -62,7 +62,6 @@ %{_mandir}/man5/org.freedesktop.machine1.5.gz %{_mandir}/man8/systemd-machined.8.gz %{_mandir}/man8/systemd-machined.service.8.gz -%{_systemd_util_dir}/rpm/fixlet-container-post.sh %{_systemd_util_dir}/systemd-machined %{_tmpfilesdir}/systemd-nspawn.conf %{_unitdir}/dbus-org.freedesktop.machine1.service ++ files.experimental ++ --- /var/tmp/diff_new_pack.It8RGp/_old 2025-07-08 15:28:45.513541193 +0200 +++ /var/tmp/diff_new_pack.It8RGp/_new 2025-07-08 15:28:45.517541360 +0200 @@ -56,6 +56,9 @@ %{_mandir}/man1/systemd-pty-forward.1.gz %endif %{_mandir}/man1/systemd-sbsign.1.gz +%if %{with upstream} +%{_mandir}/man1/systemd-ssh-issue.1.gz +%endif %{_mandir}/man1/systemd-ssh-proxy.1.gz %{_mandir}/man1/systemd-vmspawn.1.gz %if %{with sd_boot} @@ -154,6 +157,9 @@ %endif %{_systemd_util_dir}/systemd-pcrlock %{_systemd_util_dir}/systemd-sbsign +%if %{with upstream} +%{_systemd_util_dir}/systemd-ssh-issue +%endif %{_systemd_util_dir}/systemd-ssh-proxy %{_systemd_util_dir}/systemd-storagetm %{_systemd_util_dir}/systemd-sysupdate ++ files.networkd ++ --- /var/tmp/diff_new_pack.It8RGp/_old 2025-07-08 15:28:45.581544034 +0200 +++ /var/tmp/diff_new_pack.It8RGp/_new 2025-07-08 15:28:45.585544202 +0200 @@ -46,6 +46,9 @@ %{_sysusersdir}/systemd-network.conf %{_tmpfilesdir}/systemd-network.conf %{_unitdir}/systemd-networkd-persistent-storage.service +%if %{with upstream} +%{_unitdir}/systemd-networkd-varlink.socket +%endif %{_unitdir}/systemd-networkd-wait-online.service %{_unitdir}/systemd-networkd-wait-online@.service %{_unitdir}/systemd-networkd.service ++ files.systemd ++ --- /var/tmp/diff_new_pack.It8RGp/_old 2025-07-08 15:28:45.637546374 +0200 +++ /var/tmp/diff_new_pack.It8RGp/_new 2025-07-08 15:28:45.645546708 +0200 @@ -47,6 +47,9 @@ %dir %{_systemd_system_env_generator_dir} %dir %{_systemd_user_env_generator_dir} %dir %{_systemd_util_dir} +%if %{with upstream} +%dir %{_systemd_util_dir}/initrd-preset +%endif %dir %{_systemd_util_dir}/nt
commit python-elasticsearch for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-elasticsearch for openSUSE:Factory checked in at 2025-07-08 15:29:02 Comparing /work/SRC/openSUSE:Factory/python-elasticsearch (Old) and /work/SRC/openSUSE:Factory/.python-elasticsearch.new.7373 (New) Package is "python-elasticsearch" Tue Jul 8 15:29:02 2025 rev:22 rq:1291145 version:8.17.1 Changes: --- /work/SRC/openSUSE:Factory/python-elasticsearch/python-elasticsearch.changes 2025-02-04 18:12:37.159751555 +0100 +++ /work/SRC/openSUSE:Factory/.python-elasticsearch.new.7373/python-elasticsearch.changes 2025-07-08 15:29:19.950979936 +0200 @@ -1,0 +2,5 @@ +Mon Jul 7 10:11:06 UTC 2025 - Markéta Machová + +- Add upstream event_loop.patch to fix tests with pytest-asyncio 1.0 + +--- New: event_loop.patch --(New B)-- New: - Add upstream event_loop.patch to fix tests with pytest-asyncio 1.0 --(New E)-- Other differences: -- ++ python-elasticsearch.spec ++ --- /var/tmp/diff_new_pack.0FY9Lg/_old 2025-07-08 15:29:20.507003165 +0200 +++ /var/tmp/diff_new_pack.0FY9Lg/_new 2025-07-08 15:29:20.511003332 +0200 @@ -27,6 +27,8 @@ Group: Development/Languages/Python URL:https://github.com/elastic/elasticsearch-py Source: https://github.com/elastic/elasticsearch-py/archive/refs/tags/v%{version}.tar.gz +# PATCH-FIX-UPSTREAM https://github.com/elastic/elasticsearch-py/commit/3c9680a5cf0b67a56356bf73173a7d5eabb2e552 Stop using event_loop fixture +Patch: event_loop.patch BuildRequires: %{python_module certifi} BuildRequires: %{python_module elastic-transport} BuildRequires: %{python_module hatchling} ++ event_loop.patch ++ >From 3c9680a5cf0b67a56356bf73173a7d5eabb2e552 Mon Sep 17 00:00:00 2001 From: Quentin Pradet Date: Wed, 28 May 2025 20:02:48 +0400 Subject: [PATCH] Stop using event_loop fixture (#2969) It was removed in pytest-asyncio 1.0. --- docs/reference/async.md | 3 +-- test_elasticsearch/test_async/test_transport.py | 6 -- 2 files changed, 5 insertions(+), 4 deletions(-) Index: elasticsearch-py-8.17.1/test_elasticsearch/test_async/test_transport.py === --- elasticsearch-py-8.17.1.orig/test_elasticsearch/test_async/test_transport.py +++ elasticsearch-py-8.17.1/test_elasticsearch/test_async/test_transport.py @@ -527,7 +527,8 @@ class TestTransport: assert request_failed_in_error assert len(client.transport.node_pool) == 3 -async def test_sniff_after_n_seconds(self, event_loop): +async def test_sniff_after_n_seconds(self): +event_loop = asyncio.get_running_loop() client = AsyncElasticsearch( # noqa: F821 [NodeConfig("http", "localhost", 9200, _extras={"data": CLUSTER_NODES})], node_class=DummyNode, @@ -581,7 +582,8 @@ class TestTransport: == "Sniffing should not be enabled when connecting to Elastic Cloud" ) -async def test_sniff_on_start_close_unlocks_async_calls(self, event_loop): +async def test_sniff_on_start_close_unlocks_async_calls(self): +event_loop = asyncio.get_running_loop() client = AsyncElasticsearch( # noqa: F821 [ NodeConfig(
commit python-pyzmq for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pyzmq for openSUSE:Factory checked in at 2025-07-08 15:29:03 Comparing /work/SRC/openSUSE:Factory/python-pyzmq (Old) and /work/SRC/openSUSE:Factory/.python-pyzmq.new.7373 (New) Package is "python-pyzmq" Tue Jul 8 15:29:03 2025 rev:59 rq:1291147 version:27.0.0 Changes: --- /work/SRC/openSUSE:Factory/python-pyzmq/python-pyzmq.changes 2025-06-11 16:19:55.931970747 +0200 +++ /work/SRC/openSUSE:Factory/.python-pyzmq.new.7373/python-pyzmq.changes 2025-07-08 15:29:20.847017371 +0200 @@ -1,0 +2,12 @@ +Mon Jul 7 10:27:31 UTC 2025 - Markéta Machová + +- Update to 27.0.0 + * The Cython backend has been rewritten using Cython 3’s pure Python +mode. + * The build system has been rewritten to use CMake via scikit-build-core +instead of setuptools + * Bundled libzmq is updated to 4.3.5, which changes its license from +LGPL to MPL. + * Many smaller changes, see upstream chngelog + +--- Old: pyzmq-25.1.2.tar.gz New: pyzmq-27.0.0.tar.gz Other differences: -- ++ python-pyzmq.spec ++ --- /var/tmp/diff_new_pack.IehmT9/_old 2025-07-08 15:29:21.699052967 +0200 +++ /var/tmp/diff_new_pack.IehmT9/_new 2025-07-08 15:29:21.699052967 +0200 @@ -26,7 +26,7 @@ %endif %{?sle15_python_module_pythons} Name: python-pyzmq -Version:25.1.2 +Version:27.0.0 Release:0 Summary:Python bindings for 0MQ License:BSD-3-Clause AND LGPL-3.0-or-later @@ -34,13 +34,13 @@ Source: https://files.pythonhosted.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz # For test markers Source1: https://raw.githubusercontent.com/zeromq/pyzmq/v%{version}/pytest.ini -BuildRequires: %{python_module Cython} -BuildRequires: %{python_module devel >= 3.6} -BuildRequires: %{python_module packaging} +BuildRequires: %{python_module Cython >= 3} +BuildRequires: %{python_module devel >= 3.9} BuildRequires: %{python_module pip} -BuildRequires: %{python_module setuptools} +BuildRequires: %{python_module scikit-build-core} BuildRequires: %{python_module wheel} BuildRequires: fdupes +BuildRequires: gcc-c++ BuildRequires: python-rpm-macros BuildRequires: zeromq-devel Recommends: python-gevent @@ -97,14 +97,6 @@ find examples zmq -name "*.py" -exec sed -i "s|#\!\/usr\/bin\/env python||" {} \; chmod -x examples/pubsub/topics_pub.py examples/pubsub/topics_sub.py -# See https://github.com/zeromq/pyzmq/blob/master/setup.cfg.template -echo ' -[global] -skip_check_zmq = False -zmq_prefix = %{_prefix} -no_libzmq_extension = True -'>> setup.cfg - %build export CFLAGS="%{optflags}" %pyproject_wheel @@ -116,25 +108,17 @@ %if %{with tests} %check export LANG=en_US.UTF-8 -# This test wants to build a custom cython extension, but does -# not have the source files installed into the buildroot -SKIPPED_TESTS+=" or test_cython" # unreliable socket handling in obs environment SKIPPED_TESTS+=" or test_log" %if 0%{?suse_version} < 1550 # tries to open a network connection on older distributions SKIPPED_TESTS+=" or test_null or test_int_sockopts" %endif -# temporarily disable to build with OpenSSL 3.0 bsc#1205042 -SKIPPED_TESTS+=" or test_on_recv_basic" -mkdir cleantest -pushd cleantest -%pytest_arch --pyargs zmq -k "not (${SKIPPED_TESTS:4})" --timeout 1200 -popd +%pytest_arch --pyargs zmq -k "not (${SKIPPED_TESTS:4})" --timeout 1200 tests %endif %files %{python_files} -%license LICENSE.BSD LICENSE.LESSER +%license LICENSE.md %doc AUTHORS.md README.md examples %{python_sitearch}/zmq %{python_sitearch}/pyzmq-%{version}.dist-info ++ pytest.ini ++ --- /var/tmp/diff_new_pack.IehmT9/_old 2025-07-08 15:29:21.739054638 +0200 +++ /var/tmp/diff_new_pack.IehmT9/_new 2025-07-08 15:29:21.743054806 +0200 @@ -1,12 +1,14 @@ [pytest] -addopts = --durations 10 +addopts = --durations 10 --import-mode=importlib markers = large: these tests use a lot of memory new_console: these tests create a new console wheel: these tests are for installs from a wheel, not dev-installs +# import-mode=importlib doesn't put testpaths on sys.path +pythonpath = tests testpaths = -zmq/tests - +tests # automatically run coroutine tests with asyncio asyncio_mode = auto +asyncio_default_fixture_loop_scope = function ++ pyzmq-25.1.2.tar.gz -> pyzmq-27.0.0.tar.gz ++ 210698 lines of diff (skipped)
commit poco for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package poco for openSUSE:Factory checked in at 2025-07-08 15:29:11 Comparing /work/SRC/openSUSE:Factory/poco (Old) and /work/SRC/openSUSE:Factory/.poco.new.7373 (New) Package is "poco" Tue Jul 8 15:29:11 2025 rev:14 rq:1291083 version:1.14.2 Changes: --- /work/SRC/openSUSE:Factory/poco/poco.changes2025-05-07 19:21:05.818763754 +0200 +++ /work/SRC/openSUSE:Factory/.poco.new.7373/poco.changes 2025-07-08 15:29:39.415793146 +0200 @@ -1,0 +2,16 @@ +Sun Jul 6 15:51:33 UTC 2025 - Andreas Stieger + +- update to 1.14.2 + * NetSSL_OpenSSL: non-blocking functions return value + * Fix crash in Poco::Net::NTLMCredentials::parseChallengeMessage + * Fix TCPServer continues to accept connections after stop() + * Fix XML memory leak + * CVE-2025-6375: MultipartInputStream Null Pointer Dereference +(boo#1245177) + * make utf8proc, PCRE2, zlib and expat private dependencies + * developer visible bug fixes +- clean up requirements of the -devel package, in favor of auto- + generated depencencies +- enable Apache httpd connector + +--- @@ -250,0 +267,2 @@ +- includes fix for nteger overflow in Poco::UTF32Encoding + CVE-2023-52389 boo#1219269 Old: poco-1.14.1-release.tar.gz New: poco-1.14.2-release.tar.gz Other differences: -- ++ poco.spec ++ --- /var/tmp/diff_new_pack.l7p6Pu/_old 2025-07-08 15:29:39.887812866 +0200 +++ /var/tmp/diff_new_pack.l7p6Pu/_new 2025-07-08 15:29:39.891813032 +0200 @@ -2,6 +2,7 @@ # spec file for package poco # # Copyright (c) 2025 SUSE LLC +# Copyright (c) 2025 Andreas Stieger # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,30 +17,33 @@ # -%define sover 111 +%define sover 112 # disabled for now as 4 of them fail %bcond_with tests Name: poco -Version:1.14.1 +Version:1.14.2 Release:0 Summary:C++ Framework for Network-based Applications License:BSL-1.0 Group: Development/Libraries/C and C++ URL:https://pocoproject.org Source: https://github.com/pocoproject/%{name}/archive/%{name}-%{version}-release.tar.gz +BuildRequires: apache2-devel +BuildRequires: c++_compiler BuildRequires: cmake >= 3.15 BuildRequires: fdupes -BuildRequires: gcc-c++ BuildRequires: mysql-devel BuildRequires: ninja -BuildRequires: pcre2-devel BuildRequires: pkgconfig -BuildRequires: postgresql-devel -BuildRequires: unixODBC-devel +BuildRequires: pkgconfig(apr-1) +BuildRequires: pkgconfig(apr-util-1) BuildRequires: pkgconfig(expat) +BuildRequires: pkgconfig(libcrypto) +BuildRequires: pkgconfig(libpcre2-8) BuildRequires: pkgconfig(libpng) +BuildRequires: pkgconfig(libpq) BuildRequires: pkgconfig(libutf8proc) -BuildRequires: pkgconfig(openssl) +BuildRequires: pkgconfig(odbc) BuildRequires: pkgconfig(sqlite3) >= 3.7 BuildRequires: pkgconfig(zlib) @@ -70,18 +74,7 @@ Requires: libPocoUtil%{sover} = %{version} Requires: libPocoXML%{sover} = %{version} Requires: libPocoZip%{sover} = %{version} -Requires: libexpat-devel -Requires: libmysqlclient-devel -Requires: libstdc++-devel -Requires: openssl-devel -Requires: pcre2-devel Requires: poco-cpspc = %{version} -Requires: postgresql-devel -Requires: unixODBC-devel -Requires: pkgconfig(libpng) -Requires: pkgconfig(libutf8proc) -Requires: pkgconfig(sqlite3) >= 3.7 -Requires: pkgconfig(zlib) Provides: libpoco-devel = %{version} %description devel @@ -300,8 +293,10 @@ -DENABLE_DATA_MYSQL=ON \ -DENABLE_DATA_ODBC=ON \ -DENABLE_DATA_SQLITE=ON \ +-DENABLE_DATA_POSTGRESQL=ON \ -DENABLE_JSON=ON \ -DENABLE_MONGODB=ON \ +-DENABLE_APACHECONNECTOR=ON \ -DENABLE_NET=ON \ -DENABLE_NETSSL=ON \ -DENABLE_NETSSL_WIN=OFF \ @@ -315,7 +310,8 @@ -DENABLE_TESTS=ON \ %endif -DFORCE_OPENSSL=ON \ --DPOCO_UNBUNDLED=ON +-DPOCO_UNBUNDLED=ON \ +%{nil} %cmake_build %install @@ -352,66 +348,87 @@ %ldconfig_scriptlets -n libPocoJWT%{sover} %files -n libPocoActiveRecord%{sover} +%license LICENSE %{_libdir}/libPocoActiveRecord.so.%{sover} %files -n libPocoCrypto%{sover} +%license LICENSE %{_libdir}/libPocoCrypto.so.%{sover} %files -n libPocoCppParser%{sover} +%license LICENSE %{_libdir}/libPocoCppParser.so.%{sover} %files -n libPocoData%{sover} +%license LICENSE %{_libdir}/libPocoData.so.%{sover} %files -n libPocoDataMySQL%{sover} +%lice
commit python-statsmodels for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-statsmodels for openSUSE:Factory checked in at 2025-07-08 15:29:14 Comparing /work/SRC/openSUSE:Factory/python-statsmodels (Old) and /work/SRC/openSUSE:Factory/.python-statsmodels.new.7373 (New) Package is "python-statsmodels" Tue Jul 8 15:29:14 2025 rev:21 rq:1291079 version:0.14.5 Changes: --- /work/SRC/openSUSE:Factory/python-statsmodels/python-statsmodels.changes 2024-11-21 15:15:19.981236601 +0100 +++ /work/SRC/openSUSE:Factory/.python-statsmodels.new.7373/python-statsmodels.changes 2025-07-08 15:29:40.247827907 +0200 @@ -1,0 +2,9 @@ +Mon Jul 7 13:50:24 UTC 2025 - Friedrich Haubensak + +- update to 0.14.5: + * This patch release fixes an issue with recent SciPy +releases (1.16+) that prevented statsmodels from importing. +It also addresses some small changes that improve future +compatibility. + +--- Old: statsmodels-0.14.4.tar.gz New: statsmodels-0.14.5.tar.gz Other differences: -- ++ python-statsmodels.spec ++ --- /var/tmp/diff_new_pack.wRyH8n/_old 2025-07-08 15:29:41.899896927 +0200 +++ /var/tmp/diff_new_pack.wRyH8n/_new 2025-07-08 15:29:41.899896927 +0200 @@ -27,7 +27,7 @@ %{?sle15_python_module_pythons} Name: python-statsmodels%{psuffix} -Version:0.14.4 +Version:0.14.5 Release:0 Summary:A Python module that allows users to explore data License:BSD-3-Clause ++ statsmodels-0.14.4.tar.gz -> statsmodels-0.14.5.tar.gz ++ /work/SRC/openSUSE:Factory/python-statsmodels/statsmodels-0.14.4.tar.gz /work/SRC/openSUSE:Factory/.python-statsmodels.new.7373/statsmodels-0.14.5.tar.gz differ: char 5, line 1
commit 000update-repos for openSUSE:Leap:16.0
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 000update-repos for openSUSE:Leap:16.0 checked in at 2025-07-08 21:03:50 Comparing /work/SRC/openSUSE:Leap:16.0/000update-repos (Old) and /work/SRC/openSUSE:Leap:16.0/.000update-repos.new.7373 (New) Package is "000update-repos" Tue Jul 8 21:03:50 2025 rev:183 rq: version:unknown Changes: New Changes file: NO CHANGES FILE!!! New: 15.6:backports:update_1751987880.packages.zst 15.6:sle:update_1751984102.packages.zst Other differences: --
commit livecd-openSUSE for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package livecd-openSUSE for openSUSE:Factory checked in at 2025-07-08 21:16:32 Comparing /work/SRC/openSUSE:Factory/livecd-openSUSE (Old) and /work/SRC/openSUSE:Factory/.livecd-openSUSE.new.7373 (New) Package is "livecd-openSUSE" Tue Jul 8 21:16:32 2025 rev:272 rq: version:unknown Changes: +++ only whitespace diff in changes, re-diffing Other differences: -- livecd-leap-kde.kiwi: same change livecd-leap-x11.kiwi: same change livecd-leap-xfce.kiwi: same change livecd-openSUSE.kiwi: same change livecd-tumbleweed-gnome.kiwi: same change livecd-tumbleweed-kde.kiwi: same change livecd-tumbleweed-x11.kiwi: same change livecd-tumbleweed-xfce.kiwi: same change ++ config.sh ++ --- /var/tmp/diff_new_pack.d4g6jQ/_old 2025-07-08 21:16:38.000366725 +0200 +++ /var/tmp/diff_new_pack.d4g6jQ/_new 2025-07-08 21:16:38.016367393 +0200 @@ -90,7 +90,7 @@ if [ "$desktop" = "x11" ]; then # Generated on boot if missing - rm /etc/udev/hwdb.bin + rm -f /etc/udev/hwdb.bin # xfce4-pulseaudio-plugin is omitted, remove it from the panel config. # To avoid having to mess with IDs, just replace it with a separator. sed -i 's/"pulseaudio"/"separator"/' /etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-panel.xml
commit redis for openSUSE:Leap:16.0
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package redis for openSUSE:Leap:16.0 checked in at 2025-07-08 11:31:53 Comparing /work/SRC/openSUSE:Leap:16.0/redis (Old) and /work/SRC/openSUSE:Leap:16.0/.redis.new.7373 (New) Package is "redis" Tue Jul 8 11:31:53 2025 rev:2 rq:1291047 version:8.0.3 Changes: --- /work/SRC/openSUSE:Leap:16.0/redis/redis.changes2025-07-03 10:54:17.216174949 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.redis.new.7373/redis.changes 2025-07-08 11:31:53.919916292 +0200 @@ -1,0 +2,13 @@ +Sun Jul 6 14:46:25 UTC 2025 - Илья Индиго + +- Updated to 8.0.3 + * https://github.com/redis/redis/releases/tag/8.0.3 + * Fixed out-of-bounds write in HyperLogLog commands (CVE-2025-32023). + * Fixed retry accepting other connections even if the accepted +connection reports an error (CVE-2025-48367). + * Fixed a short read may lead to an exit() on a replica. + * Fixed db->expires is not defragmented. + * Added new WITHATTRIBS to return the JSON attribute associated +with an element. + +--- Old: redis-8.0.2.tar.gz New: redis-8.0.3.tar.gz Other differences: -- ++ redis.spec ++ --- /var/tmp/diff_new_pack.9bl9ye/_old 2025-07-08 11:31:54.355934198 +0200 +++ /var/tmp/diff_new_pack.9bl9ye/_new 2025-07-08 11:31:54.355934198 +0200 @@ -20,7 +20,7 @@ %define _log_dir%{_localstatedir}/log/%{name} %define _conf_dir %{_sysconfdir}/%{name} Name: redis -Version:8.0.2 +Version:8.0.3 Release:0 Summary:Persistent key-value database License:AGPL-3.0-only ++ redis-8.0.2.tar.gz -> redis-8.0.3.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/redis-8.0.2/00-RELEASENOTES new/redis-8.0.3/00-RELEASENOTES --- old/redis-8.0.2/00-RELEASENOTES 2025-05-27 14:39:18.0 +0200 +++ new/redis-8.0.3/00-RELEASENOTES 2025-07-06 13:59:42.0 +0200 @@ -19,6 +19,26 @@ #TSn = Time Series (https://github.com/RedisTimeSeries/RedisTimeSeries) #PRn = Probabilistic (https://github.com/RedisBloom/RedisBloom) + +Redis 8.0.3Released Sun 6 Jul 2025 12:00:00 IST + + +Update urgency: `SECURITY`: There are security fixes in the release. + +### Security fixes + +* (CVE-2025-32023) Fix out-of-bounds write in `HyperLogLog` commands +* (CVE-2025-48367) Retry accepting other connections even if the accepted connection reports an error + +### New Features + +- #14065 `VSIM`: Add new `WITHATTRIBS` to return the JSON attribute associated with an element + +### Bug fixes + +- #14085 A short read may lead to an exit() on a replica +- #14092 db->expires is not defragmented + Redis 8.0.2 Released Tue 27 May 2025 12:00:00 IST @@ -128,6 +148,8 @@ - #13966, #13932 `CLUSTER SLOTS` - TLS port update not reflected in CLUSTER SLOTS - #13958 `XTRIM`, `XADD` - incorrect lag due to trimming stream - #13931 `HGETEX` - wrong order of keyspace notifications +- #JS1337 - JSON - `JSON.DEL` emits no `DEL` notification when removing the entire value (MOD-9117) +- #TS1742 - Time Series - `TS.INFO` - `duplicatePolicy` is `nil` when set to the default value (MOD-5423) (edited) == diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/redis-8.0.2/modules/vector-sets/README.md new/redis-8.0.3/modules/vector-sets/README.md --- old/redis-8.0.2/modules/vector-sets/README.md 2025-05-27 14:39:18.0 +0200 +++ new/redis-8.0.3/modules/vector-sets/README.md 2025-07-06 13:59:42.0 +0200 @@ -66,7 +66,7 @@ **VSIM: return elements by vector similarity** -VSIM key [ELE|FP32|VALUES] [WITHSCORES] [COUNT num] [EF search-exploration-factor] [FILTER expression] [FILTER-EF max-filtering-effort] [TRUTH] [NOTHREAD] +VSIM key [ELE|FP32|VALUES] [WITHSCORES] [WITHATTRIBS] [COUNT num] [EF search-exploration-factor] [FILTER expression] [FILTER-EF max-filtering-effort] [TRUTH] [NOTHREAD] The command returns similar vectors, for simplicity (and verbosity) in the following example, instead of providing a vector using FP32 or VALUES (like in `VADD`), we will ask for elements having a vector similar to a given element already in the sorted set: @@ -98,8 +98,14 @@ The `NOTHREAD` option forces the command to execute the search on the data structure i
commit libmpdclient for openSUSE:Leap:16.0
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libmpdclient for openSUSE:Leap:16.0 checked in at 2025-07-08 11:31:53 Comparing /work/SRC/openSUSE:Leap:16.0/libmpdclient (Old) and /work/SRC/openSUSE:Leap:16.0/.libmpdclient.new.7373 (New) Package is "libmpdclient" Tue Jul 8 11:31:53 2025 rev:2 rq:1291048 version:2.23 Changes: --- /work/SRC/openSUSE:Leap:16.0/libmpdclient/libmpdclient.changes 2025-03-19 11:49:49.873536409 +0100 +++ /work/SRC/openSUSE:Leap:16.0/.libmpdclient.new.7373/libmpdclient.changes 2025-07-08 11:31:55.943999418 +0200 @@ -1,0 +2,16 @@ +Fri Jul 4 16:58:42 UTC 2025 - Илья Индиго + +- Added libmpdclient-2.23.tar.xz.sig and libmpdclient.keyring. +- Changed libmpdclient-doxygen_nodatetime.patch. +- Updated to 2.23 + * https://raw.githubusercontent.com/MusicPlayerDaemon/libmpdclient/v2.23/NEWS + * Supported MPD protocol 0.24.0 +* allow window for listplaylist and listplaylistinfo +* command "playlistlength", "protocol", "stickertypes", "stickernamestypes", + "searchplaylist", tag "ShowMovement" +* new sticker find api +* new subcommands for "tagtypes": "available", "reset" + * supported open end for mpd_search_add_window + * format floating-point numbers with the POSIX localew + +--- Old: libmpdclient-2.22.tar.xz New: libmpdclient-2.23.tar.xz libmpdclient-2.23.tar.xz.sig libmpdclient.keyring Other differences: -- ++ libmpdclient.spec ++ --- /var/tmp/diff_new_pack.7B0VyP/_old 2025-07-08 11:31:56.328015190 +0200 +++ /var/tmp/diff_new_pack.7B0VyP/_new 2025-07-08 11:31:56.328015190 +0200 @@ -1,8 +1,7 @@ # # spec file for package libmpdclient # -# Copyright (c) 2024 SUSE LLC -# Copyright (c) 2020 Tejas Guruswamy +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,17 +16,19 @@ # -%define so_name 2 +%define sover 2 Name: libmpdclient -Version:2.22 +Version:2.23 Release:0 Summary:Library for interfacing the Music Player Daemon License:BSD-2-Clause AND BSD-3-Clause Group: Development/Libraries/C and C++ -URL:https://musicpd.org/libs/libmpdclient -Source0: https://musicpd.org/download/libmpdclient/2/%{name}-%{version}.tar.xz -Source1:doxygen-nodatetime-footer.html -Patch0: libmpdclient-doxygen_nodatetime.patch +URL:https://musicpd.org/libs/%{name} +Source0: https://musicpd.org/download/%{name}/%{sover}/%{name}-%{version}.tar.xz +Source1: https://musicpd.org/download/%{name}/%{sover}/%{name}-%{version}.tar.xz.sig +Source2:%{name}.keyring +Source3:doxygen-nodatetime-footer.html +Patch0: %{name}-doxygen_nodatetime.patch BuildRequires: check-devel BuildRequires: doxygen BuildRequires: meson @@ -38,17 +39,17 @@ A stable, documented, asynchronous API library for interfacing MPD (Music Player Daemon) in the C, C++ & Objective C languages. -%package -n %{name}%{so_name} +%package -n %{name}%{sover} Summary:Library for interfacing the Music Player Daemon Group: System/Libraries -%description -n %{name}%{so_name} +%description -n %{name}%{sover} A stable, documented, asynchronous API library for interfacing MPD (Music Player Daemon). %package devel Summary:Development files for libmpdclient Group: Development/Languages/C and C++ -Requires: %{name}%{so_name} = %{version} +Requires: %{name}%{sover} = %{version} %description devel This package contains the development files, e.g. header-files, for @@ -56,32 +57,31 @@ MPD (Music Player Daemon). %prep -%autosetup -p0 +%autosetup -p1 %build %meson -Ddocumentation=true -Dtest=true -cp %{SOURCE1} %{_vpath_builddir}/doc/ +cp %{SOURCE3} %{_vpath_builddir}/doc %meson_build %install %meson_install -mkdir -p %{buildroot}%{_docdir}/%{name}/ -mv %{buildroot}%{_datadir}/doc/%{name}/* %{buildroot}%{_docdir}/%{name}/ +mkdir -p %{buildroot}%{_docdir}/%{name} +mv %{buildroot}%{_datadir}/doc/%{name}/* %{buildroot}%{_docdir}/%{name} %check %meson_test -%post -n %{name}%{so_name} -p /sbin/ldconfig -%postun -n %{name}%{so_name} -p /sbin/ldconfig +%ldconfig_scriptlets -n %{name}%{sover} -%files -n %{name}%{so_name} +%files -n %{name}%{sover} %license LICENSES/BSD-2-Clause.txt LICENSES/BSD-3-Clause.txt %doc AUTHORS %{_libdir}/%{name}.so.* %files devel -%doc %{_docdir}/%{name}/ +%doc %{_docdir}/%{name} %{_includedir}/mpd %{_libdir}/%{name}.so -%{_libdir}/pkgconfi
commit python-openqa_review for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-openqa_review for openSUSE:Factory checked in at 2025-07-08 15:30:06 Comparing /work/SRC/openSUSE:Factory/python-openqa_review (Old) and /work/SRC/openSUSE:Factory/.python-openqa_review.new.7373 (New) Package is "python-openqa_review" Tue Jul 8 15:30:06 2025 rev:46 rq:1291132 version:1.40.0 Changes: --- /work/SRC/openSUSE:Factory/python-openqa_review/python-openqa_review.changes 2025-07-07 14:50:01.969127647 +0200 +++ /work/SRC/openSUSE:Factory/.python-openqa_review.new.7373/python-openqa_review.changes 2025-07-08 15:30:33.362046938 +0200 @@ -1,0 +2,11 @@ +Mon Jul 07 19:55:37 UTC 2025 - ok...@suse.com + +- Update to version 1.40.0: + * dist: Remove deprecated macros to build openqa_review + * dist: Add .spec file to git + * Remove flake pinned version + * Remove checks running under no longer supported Ubuntu version + * Adapt artifact upload to deprecation of `actions/upload-artifact@v2` + * Fix typos + +--- Old: python-openqa_review-1.30.0.obscpio New: python-openqa_review-1.40.0.obscpio Other differences: -- ++ python-openqa_review.spec ++ --- /var/tmp/diff_new_pack.5eR2KX/_old 2025-07-08 15:30:34.334087548 +0200 +++ /var/tmp/diff_new_pack.5eR2KX/_new 2025-07-08 15:30:34.334087548 +0200 @@ -32,7 +32,7 @@ %define binaries openqa-review openqa-review-daily-email openqa-review-sles-ha tumblesle-release openqa-review-functional_yast_concise %define oldpython python Name: python-%{short_name}%{?name_ext} -Version:1.30.0 +Version:1.40.0 Release:0 Summary:A review helper script for openQA License:MIT ++ _servicedata ++ --- /var/tmp/diff_new_pack.5eR2KX/_old 2025-07-08 15:30:34.382089553 +0200 +++ /var/tmp/diff_new_pack.5eR2KX/_new 2025-07-08 15:30:34.386089720 +0200 @@ -1,6 +1,6 @@ https://github.com/os-autoinst/openqa_review.git - aa6f001cfac6130d1037a39e76d4f80c86baaa79 + 25c62083a305c7dcb87ffbec6576a1ecf8cf36b9 (No newline at EOF) ++ _update.sh ++ --- /var/tmp/diff_new_pack.5eR2KX/_old 2025-07-08 15:30:34.402090389 +0200 +++ /var/tmp/diff_new_pack.5eR2KX/_new 2025-07-08 15:30:34.406090556 +0200 @@ -1,7 +1,7 @@ #!/bin/sh -e osc up osc rm *.obscpio -osc service disabledrun +osc service manualrun version=$(osc diff | sed -n 's/^.*Update to version \([0-9.]\+\):/\1/p') sed -i -e "s/^\(Version:\s*\)[0-9.]\+/\1$version/g" python-openqa_review.spec osc add *.obscpio ++ python-openqa_review-1.30.0.obscpio -> python-openqa_review-1.40.0.obscpio ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-openqa_review-1.30.0/.github/workflows/python-package.yaml new/python-openqa_review-1.40.0/.github/workflows/python-package.yaml --- old/python-openqa_review-1.30.0/.github/workflows/python-package.yaml 2024-08-02 12:58:32.0 +0200 +++ new/python-openqa_review-1.40.0/.github/workflows/python-package.yaml 2025-07-07 14:55:11.0 +0200 @@ -9,13 +9,10 @@ fail-fast: false matrix: python-version: -- '3.6' - '3.11' - '3.12' include: - os: "ubuntu-latest" - - os: "ubuntu-20.04" -python-version: "3.6" steps: - uses: actions/checkout@v3 @@ -63,7 +60,7 @@ - run: ./.tox/cov/bin/coverage html # Run even if previous step failed but only if we are testing coverage if: ${{ always() && matrix.test-type == 'cov' }} -- uses: actions/upload-artifact@v2 +- uses: actions/upload-artifact@v4 with: name: coverage path: coverage_html/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-openqa_review-1.30.0/.gitignore new/python-openqa_review-1.40.0/.gitignore --- old/python-openqa_review-1.30.0/.gitignore 2024-08-02 12:58:32.0 +0200 +++ new/python-openqa_review-1.40.0/.gitignore 2025-07-07 14:55:11.0 +0200 @@ -1,5 +1,5 @@ .tox/ -dist/ +dist/*.tar.* .cache/ .idea/ *__pycache__/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-openqa_review-1.30.0/dist/rpm/python-openqa_review.spec new/python-openqa_review-1.40.0/dist/rpm/python-openqa_review.spec --- old/python-openqa_review-1.30.0/dist/rpm/python-openqa_review.spec 1970-01-01 01:00:00.0 +0100 +++ new/python-openqa_review-1.40.0/dist/rpm/python-openqa_review.spec 2025-07-07 14:55:11.0 +0200 @@ -0,0 +1
commit os-autoinst for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package os-autoinst for openSUSE:Factory checked in at 2025-07-08 15:30:03 Comparing /work/SRC/openSUSE:Factory/os-autoinst (Old) and /work/SRC/openSUSE:Factory/.os-autoinst.new.7373 (New) Package is "os-autoinst" Tue Jul 8 15:30:03 2025 rev:523 rq:1291126 version:5.1751897761.d55ec72 Changes: --- /work/SRC/openSUSE:Factory/os-autoinst/os-autoinst.changes 2025-07-06 17:06:36.719731680 +0200 +++ /work/SRC/openSUSE:Factory/.os-autoinst.new.7373/os-autoinst.changes 2025-07-08 15:30:20.481508808 +0200 @@ -1,0 +2,12 @@ +Mon Jul 07 18:49:43 UTC 2025 - ok...@suse.com + +- Update to version 5.1751897761.d55ec72: + * CI: Enable Leap 16.0 OBS build checks + * Autodetect default ethernet dev/br in os-autoinst-setup-multi-machine + * Fix category generation for paths to lua test modules + * Update Perl::Tidy to 20250616.0.0 + * Workaround coverage issue + * Rename `$mock_main` to `$mock_ovs` in OVS unit test + * Extend logging in OVS service to debug its occasional unresponsiveness + +--- Old: os-autoinst-5.1751470028.ff900af.obscpio New: os-autoinst-5.1751897761.d55ec72.obscpio Other differences: -- ++ os-autoinst-devel-test.spec ++ --- /var/tmp/diff_new_pack.cNzzud/_old 2025-07-08 15:30:22.917610585 +0200 +++ /var/tmp/diff_new_pack.cNzzud/_new 2025-07-08 15:30:22.965612590 +0200 @@ -18,7 +18,7 @@ %define short_name os-autoinst-devel Name: %{short_name}-test -Version:5.1751470028.ff900af +Version:5.1751897761.d55ec72 Release:0 Summary:Test package for %{short_name} License:GPL-2.0-or-later ++ os-autoinst-openvswitch-test.spec ++ --- /var/tmp/diff_new_pack.cNzzud/_old 2025-07-08 15:30:23.273625458 +0200 +++ /var/tmp/diff_new_pack.cNzzud/_new 2025-07-08 15:30:23.289626127 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst-openvswitch Name: %{short_name}%{?name_ext} -Version:5.1751470028.ff900af +Version:5.1751897761.d55ec72 Release:0 Summary:test package for %{short_name} License:GPL-2.0-or-later ++ os-autoinst-test.spec ++ --- /var/tmp/diff_new_pack.cNzzud/_old 2025-07-08 15:30:23.569637826 +0200 +++ /var/tmp/diff_new_pack.cNzzud/_new 2025-07-08 15:30:23.585638494 +0200 @@ -19,7 +19,7 @@ %define name_ext -test %define short_name os-autoinst Name: %{short_name}%{?name_ext} -Version:5.1751470028.ff900af +Version:5.1751897761.d55ec72 Release:0 Summary:test package for os-autoinst License:GPL-2.0-or-later ++ os-autoinst.spec ++ --- /var/tmp/diff_new_pack.cNzzud/_old 2025-07-08 15:30:23.937653201 +0200 +++ /var/tmp/diff_new_pack.cNzzud/_new 2025-07-08 15:30:23.957654036 +0200 @@ -17,7 +17,7 @@ Name: os-autoinst -Version:5.1751470028.ff900af +Version:5.1751897761.d55ec72 Release:0 Summary:OS-level test automation License:GPL-2.0-or-later ++ os-autoinst-5.1751470028.ff900af.obscpio -> os-autoinst-5.1751897761.d55ec72.obscpio ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/os-autoinst-5.1751470028.ff900af/.obs/workflows.yml new/os-autoinst-5.1751897761.d55ec72/.obs/workflows.yml --- old/os-autoinst-5.1751470028.ff900af/.obs/workflows.yml 2025-07-02 17:27:08.0 +0200 +++ new/os-autoinst-5.1751897761.d55ec72/.obs/workflows.yml 2025-07-07 16:16:01.0 +0200 @@ -25,6 +25,14 @@ - target_project: devel:openQA:Leap:15.6 target_repository: openSUSE_Leap_15.6 architectures: [ x86_64 ] + - name: '16.0' +paths: + - target_project: devel:openQA:Leap:16.0 +target_repository: '16.0' + - target_project: devel:openQA +target_repository: '16.0' +architectures: [ x86_64 ] + filters: event: pull_request ++ os-autoinst.obsinfo ++ --- /var/tmp/diff_new_pack.cNzzud/_old 2025-07-08 15:30:30.117911402 +0200 +++ /var/tmp/diff_new_pack.cNzzud/_new 2025-07-08 15:30:30.125911737 +0200 @@ -1,5 +1,5 @@ name: os-autoinst -version: 5.1751470028.ff900af -mtime: 1751470028 -commit: ff900af2aaf116100420762408d8d65a6b4aebc6 +version: 5.1751897761.d55ec72 +mtime: 1751897761 +commit: d55ec722f662bc218505f314e9cc249eeb6a5cd7
commit openQA for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package openQA for openSUSE:Factory checked in at 2025-07-08 15:29:36 Comparing /work/SRC/openSUSE:Factory/openQA (Old) and /work/SRC/openSUSE:Factory/.openQA.new.7373 (New) Package is "openQA" Tue Jul 8 15:29:36 2025 rev:707 rq:1291118 version:5.1751898525.cfb73284 Changes: --- /work/SRC/openSUSE:Factory/openQA/openQA.changes2025-07-07 14:50:20.337894925 +0200 +++ /work/SRC/openSUSE:Factory/.openQA.new.7373/openQA.changes 2025-07-08 15:29:59.636637941 +0200 @@ -1,0 +2,12 @@ +Mon Jul 07 18:34:24 UTC 2025 - ok...@suse.com + +- Update to version 5.1751898525.cfb73284: + * Avoid `Transaction already destroyed` being logged as error + * Get BUILD time from oldest job if not sorting by newest job per build + * Implement build version sorting by oldest job in build + * Add frontend config option to sort by oldest job per build in jobgroup + * Allow schemeless ip address as job url + * Refactor and add tests for openqa-clone-job + * Convert build version sorting type from bool to int + +--- Old: openQA-5.1751834777.ce019b36.obscpio New: openQA-5.1751898525.cfb73284.obscpio Other differences: -- ++ openQA-client-test.spec ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:01.608720332 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:01.624721001 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-client Name: %{short_name}-test -Version:5.1751834777.ce019b36 +Version:5.1751898525.cfb73284 Release:0 Summary:Test package for %{short_name} License:GPL-2.0-or-later ++ openQA-devel-test.spec ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:01.704724343 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:01.704724343 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-devel Name: %{short_name}-test -Version:5.1751834777.ce019b36 +Version:5.1751898525.cfb73284 Release:0 Summary:Test package for %{short_name} License:GPL-2.0-or-later ++ openQA-test.spec ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:01.800728354 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:01.800728354 +0200 @@ -18,7 +18,7 @@ %define short_name openQA Name: %{short_name}-test -Version:5.1751834777.ce019b36 +Version:5.1751898525.cfb73284 Release:0 Summary:Test package for openQA License:GPL-2.0-or-later ++ openQA-worker-test.spec ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:01.864731027 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:01.868731195 +0200 @@ -18,7 +18,7 @@ %define short_name openQA-worker Name: %{short_name}-test -Version:5.1751834777.ce019b36 +Version:5.1751898525.cfb73284 Release:0 Summary:Test package for %{short_name} License:GPL-2.0-or-later ++ openQA.spec ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:01.920733368 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:01.920733368 +0200 @@ -97,7 +97,7 @@ %define devel_requires %devel_no_selenium_requires chromedriver Name: openQA -Version:5.1751834777.ce019b36 +Version:5.1751898525.cfb73284 Release:0 Summary:The openQA web-frontend, scheduler and tools License:GPL-2.0-or-later ++ openQA-5.1751834777.ce019b36.obscpio -> openQA-5.1751898525.cfb73284.obscpio ++ 6118 lines of diff (skipped) ++ openQA.obsinfo ++ --- /var/tmp/diff_new_pack.u56VmB/_old 2025-07-08 15:30:17.269374610 +0200 +++ /var/tmp/diff_new_pack.u56VmB/_new 2025-07-08 15:30:17.281375112 +0200 @@ -1,5 +1,5 @@ name: openQA -version: 5.1751834777.ce019b36 -mtime: 1751834777 -commit: ce019b36d4e8f38ca852bf7d55d0ffc4f9cd6164 +version: 5.1751898525.cfb73284 +mtime: 1751898525 +commit: cfb73284e4dee3968208cbc6f82c69867f28b280
commit mmc-utils for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package mmc-utils for openSUSE:Factory checked in at 2025-07-08 15:29:31 Comparing /work/SRC/openSUSE:Factory/mmc-utils (Old) and /work/SRC/openSUSE:Factory/.mmc-utils.new.7373 (New) Package is "mmc-utils" Tue Jul 8 15:29:31 2025 rev:23 rq:1291085 version:1.0 Changes: --- /work/SRC/openSUSE:Factory/mmc-utils/mmc-utils.changes 2024-08-26 22:13:58.119383472 +0200 +++ /work/SRC/openSUSE:Factory/.mmc-utils.new.7373/mmc-utils.changes 2025-07-08 15:29:48.880188553 +0200 @@ -1,0 +2,14 @@ +Fri Jul 4 06:51:49 UTC 2025 - Jan Engelhardt + +- Update to release 1.0 + * mmc-utils: Add FFU optional mode 1 + * mmc-utils: Add FFU optional mode 2 using CMD25+CMD12 for +Open-ended write download FW + * mmc-utils: Add FFU optional mode 3 that uses CMD6 and CMD24 +single-block write to download firmware + * mmc-utils: Add FFU optional mode 4 for firmware download +using repeated CMD24 single-block write command + * mmc-utils: Add secure write-protect mode enable/disable +- Deactivate sparse, it is unable to find stddef.h. + +--- Old: mmc-utils-0.1+git.20240801.obscpio New: mmc-utils-1.0.obscpio Other differences: -- ++ mmc-utils.spec ++ --- /var/tmp/diff_new_pack.PYnphS/_old 2025-07-08 15:29:49.608218969 +0200 +++ /var/tmp/diff_new_pack.PYnphS/_new 2025-07-08 15:29:49.608218969 +0200 @@ -1,7 +1,7 @@ # # spec file for package mmc-utils # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,14 +17,14 @@ Name: mmc-utils -Version:0.1+git.20240801 +Version:1.0 Release:0 Summary:Tools for MMC/SD devices License:GPL-2.0-only -URL:https://git.kernel.org/cgit/linux/kernel/git/cjb/mmc-utils.git/ +URL:https://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git/ Source0:%{name}-%{version}.tar.gz Source1:https://www.gnu.org/licenses/gpl-2.0.txt -BuildRequires: sparse +BuildRequires: c_compiler %description Userspace tools for controlling and querying MMC/SD storage devices @@ -34,7 +34,7 @@ cp %{SOURCE1} LICENSE.GPL-2.0 %build -%make_build CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef" +%make_build CFLAGS="%{optflags}" CHECKFLAGS="-Wall -Wuninitialized -Wundef" C=0 %install %make_install prefix=%{_prefix} ++ _service ++ --- /var/tmp/diff_new_pack.PYnphS/_old 2025-07-08 15:29:49.648220641 +0200 +++ /var/tmp/diff_new_pack.PYnphS/_new 2025-07-08 15:29:49.652220807 +0200 @@ -1,10 +1,10 @@ -git://git.kernel.org/pub/scm/linux/kernel/git/cjb/mmc-utils.git +git://git.kernel.org/pub/scm/utils/mmc/mmc-utils.git git -enable mmc-utils -0.1+git.%cd +v1.0 +1.0 ++ mmc-utils-0.1+git.20240801.obscpio -> mmc-utils-1.0.obscpio ++ 2383 lines of diff (skipped) ++ mmc-utils.obsinfo ++ --- /var/tmp/diff_new_pack.PYnphS/_old 2025-07-08 15:29:49.792226657 +0200 +++ /var/tmp/diff_new_pack.PYnphS/_new 2025-07-08 15:29:49.792226657 +0200 @@ -1,5 +1,5 @@ name: mmc-utils -version: 0.1+git.20240801 -mtime: 1722509360 -commit: 123fd8b2ac3933be1319486fb1f32236a4a86a7c +version: 1.0 +mtime: 1750774344 +commit: d8a8358a7207bd81d0c38dca2cf27a48bf411341
commit micro-image for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package micro-image for openSUSE:Factory checked in at 2025-07-08 15:30:21 Comparing /work/SRC/openSUSE:Factory/micro-image (Old) and /work/SRC/openSUSE:Factory/.micro-image.new.7373 (New) Package is "micro-image" Tue Jul 8 15:30:21 2025 rev:37 rq:1291249 version:%OS_VERSION_ID_SP%.0.0 Changes: --- /work/SRC/openSUSE:Factory/micro-image/micro-image.changes 2025-06-01 21:37:05.166611783 +0200 +++ /work/SRC/openSUSE:Factory/.micro-image.new.7373/micro-image.changes 2025-07-08 15:30:51.094787855 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 11:08:25 UTC 2025 - SUSE Update Bot + +- remove autoinstalled from zypper-free base container + +--- Other differences: -- ++ Dockerfile ++ --- /var/tmp/diff_new_pack.iWn2fD/_old 2025-07-08 15:30:51.734814603 +0200 +++ /var/tmp/diff_new_pack.iWn2fD/_new 2025-07-08 15:30:51.738814770 +0200 @@ -27,6 +27,8 @@ RUN set -euo pipefail; \ zypper -n --installroot /target --gpg-auto-import-keys install --no-recommends bash ca-certificates-mozilla-prebuilt coreutils openSUSE-release openSUSE-release-appliance-docker +# not making sense in a zypper-free image +RUN set -euo pipefail; rm -v /target/var/lib/zypp/AutoInstalled RUN set -euo pipefail; zypper -n install jdupes \ && jdupes -1 -L -r /target/usr/ RUN set -euo pipefail; zypper -n --installroot /target clean -a; \
commit python-cyrtranslit for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cyrtranslit for openSUSE:Factory checked in at 2025-07-08 15:30:18 Comparing /work/SRC/openSUSE:Factory/python-cyrtranslit (Old) and /work/SRC/openSUSE:Factory/.python-cyrtranslit.new.7373 (New) Package is "python-cyrtranslit" Tue Jul 8 15:30:18 2025 rev:2 rq:1291192 version:1.1.1 Changes: --- /work/SRC/openSUSE:Factory/python-cyrtranslit/python-cyrtranslit.changes 2025-01-12 11:19:59.256823289 +0100 +++ /work/SRC/openSUSE:Factory/.python-cyrtranslit.new.7373/python-cyrtranslit.changes 2025-07-08 15:30:48.330672338 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 08:28:39 UTC 2025 - Markéta Machová + +- Convert to libalternatives + +--- Other differences: -- ++ python-cyrtranslit.spec ++ --- /var/tmp/diff_new_pack.CZCsBu/_old 2025-07-08 15:30:49.122705438 +0200 +++ /var/tmp/diff_new_pack.CZCsBu/_new 2025-07-08 15:30:49.122705438 +0200 @@ -1,7 +1,7 @@ # # spec file for package python-cyrtranslit # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%bcond_without libalternatives Name: python-cyrtranslit Version:1.1.1 Release:0 @@ -23,11 +24,13 @@ License:MIT URL:https://github.com/opendatakosovo/cyrillic-transliteration Source: https://files.pythonhosted.org/packages/source/c/cyrtranslit/cyrtranslit-%{version}.tar.gz -BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes +BuildRequires: python-rpm-macros +Requires: alts BuildArch: noarch %python_subpackages @@ -48,11 +51,8 @@ %check # no unittests, just text files in cyrilic -%post -%python_install_alternative cyrtranslit - -%postun -%python_uninstall_alternative cyrtranslit +%pre +%python_libalternatives_reset_alternative cyrtranslit %files %{python_files} %doc README.md
commit re-flex for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package re-flex for openSUSE:Factory checked in at 2025-07-08 15:29:21 Comparing /work/SRC/openSUSE:Factory/re-flex (Old) and /work/SRC/openSUSE:Factory/.re-flex.new.7373 (New) Package is "re-flex" Tue Jul 8 15:29:21 2025 rev:6 rq:1291084 version:6.0.0 Changes: --- /work/SRC/openSUSE:Factory/re-flex/re-flex.changes 2025-02-10 18:32:04.680066605 +0100 +++ /work/SRC/openSUSE:Factory/.re-flex.new.7373/re-flex.changes 2025-07-08 15:29:46.984109338 +0200 @@ -1,0 +2,8 @@ +Sun Jul 6 05:02:54 UTC 2025 - Andreas Stieger + +- Update to version 6.0.0: + * faster matching through predict-match PM3+PM5 method + * compressed storage of prediction tables + * improved support of FILE inputs + +--- Old: re-flex-5.2.1.obscpio New: re-flex-6.0.0.obscpio Other differences: -- ++ re-flex.spec ++ --- /var/tmp/diff_new_pack.yiZOyd/_old 2025-07-08 15:29:47.816144099 +0200 +++ /var/tmp/diff_new_pack.yiZOyd/_new 2025-07-08 15:29:47.816144099 +0200 @@ -17,7 +17,7 @@ Name: re-flex -Version:5.2.1 +Version:6.0.0 Release:0 Summary:C++ regex library and lexical analyzer generator with Unicode support License:BSD-3-Clause ++ _service ++ --- /var/tmp/diff_new_pack.yiZOyd/_old 2025-07-08 15:29:47.844145269 +0200 +++ /var/tmp/diff_new_pack.yiZOyd/_new 2025-07-08 15:29:47.848145436 +0200 @@ -2,7 +2,7 @@ https://github.com/Genivia/RE-flex.git @PARENT_TAG@ -v5.2.1 +v6.0.0 git v(.*) \1 ++ _servicedata ++ --- /var/tmp/diff_new_pack.yiZOyd/_old 2025-07-08 15:29:47.868146272 +0200 +++ /var/tmp/diff_new_pack.yiZOyd/_new 2025-07-08 15:29:47.872146439 +0200 @@ -1,7 +1,7 @@ https://github.com/Genivia/RE-flex.git -c2b8bb9a93ce4a46f431faaa3dfebfdd825553db +7125b9b7dcb2ff3a185c073b3a1cdfcdc7fc9b24 (No newline at EOF) ++ re-flex-5.2.1.obscpio -> re-flex-6.0.0.obscpio ++ 33436 lines of diff (skipped) ++ re-flex.obsinfo ++ --- /var/tmp/diff_new_pack.yiZOyd/_old 2025-07-08 15:29:48.612177356 +0200 +++ /var/tmp/diff_new_pack.yiZOyd/_new 2025-07-08 15:29:48.612177356 +0200 @@ -1,5 +1,5 @@ name: re-flex -version: 5.2.1 -mtime: 1737993888 -commit: c2b8bb9a93ce4a46f431faaa3dfebfdd825553db +version: 6.0.0 +mtime: 1750360062 +commit: 7125b9b7dcb2ff3a185c073b3a1cdfcdc7fc9b24
commit python-redfish for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-redfish for openSUSE:Factory checked in at 2025-07-08 15:30:15 Comparing /work/SRC/openSUSE:Factory/python-redfish (Old) and /work/SRC/openSUSE:Factory/.python-redfish.new.7373 (New) Package is "python-redfish" Tue Jul 8 15:30:15 2025 rev:24 rq:1291176 version:3.3.2 Changes: --- /work/SRC/openSUSE:Factory/python-redfish/python-redfish.changes 2025-06-24 20:50:55.476672229 +0200 +++ /work/SRC/openSUSE:Factory/.python-redfish.new.7373/python-redfish.changes 2025-07-08 15:30:43.914487802 +0200 @@ -1,0 +2,7 @@ +Mon Jul 7 17:13:05 UTC 2025 - Martin Hauke + +- Update to version 3.3.2 + * Fixed issue where headers were being propagated across +different class instances. + +--- Old: redfish-3.3.1.tar.gz New: redfish-3.3.2.tar.gz Other differences: -- ++ python-redfish.spec ++ --- /var/tmp/diff_new_pack.iJeUiM/_old 2025-07-08 15:30:44.518513037 +0200 +++ /var/tmp/diff_new_pack.iJeUiM/_new 2025-07-08 15:30:44.522513205 +0200 @@ -18,7 +18,7 @@ Name: python-redfish -Version:3.3.1 +Version:3.3.2 Release:0 Summary:Redfish Python Library License:BSD-3-Clause ++ redfish-3.3.1.tar.gz -> redfish-3.3.2.tar.gz ++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-redfish-library-3.3.1/CHANGELOG.md new/python-redfish-library-3.3.2/CHANGELOG.md --- old/python-redfish-library-3.3.1/CHANGELOG.md 2025-03-28 20:28:21.0 +0100 +++ new/python-redfish-library-3.3.2/CHANGELOG.md 2025-07-07 19:03:39.0 +0200 @@ -1,5 +1,8 @@ # Change Log +## [3.3.2] - 2025-07-07 +- Fixed issue where headers were being propagated across different class instances + ## [3.3.1] - 2025-03-28 - Fixed bug in recent workaround logic for services not returning the 'Location' header to not print the workaround warning for failed login attempts diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-redfish-library-3.3.1/setup.py new/python-redfish-library-3.3.2/setup.py --- old/python-redfish-library-3.3.1/setup.py 2025-03-28 20:28:21.0 +0100 +++ new/python-redfish-library-3.3.2/setup.py 2025-07-07 19:03:39.0 +0200 @@ -12,7 +12,7 @@ long_description = f.read() setup(name='redfish', - version='3.3.1', + version='3.3.2', description='Redfish Python Library', long_description=long_description, long_description_content_type='text/x-rst', diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-redfish-library-3.3.1/src/redfish/__init__.py new/python-redfish-library-3.3.2/src/redfish/__init__.py --- old/python-redfish-library-3.3.1/src/redfish/__init__.py2025-03-28 20:28:21.0 +0100 +++ new/python-redfish-library-3.3.2/src/redfish/__init__.py2025-07-07 19:03:39.0 +0200 @@ -6,7 +6,7 @@ """ Redfish restful library """ __all__ = ['rest', 'ris', 'discovery', 'messages'] -__version__ = "3.3.1" +__version__ = "3.3.2" from redfish.rest.v1 import redfish_client from redfish.rest.v1 import AuthMethod diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/python-redfish-library-3.3.1/src/redfish/rest/v1.py new/python-redfish-library-3.3.2/src/redfish/rest/v1.py --- old/python-redfish-library-3.3.1/src/redfish/rest/v1.py 2025-03-28 20:28:21.0 +0100 +++ new/python-redfish-library-3.3.2/src/redfish/rest/v1.py 2025-07-07 19:03:39.0 +0200 @@ -986,7 +986,7 @@ else: raise RetriesExhaustedError() from cause_exception -def login(self, username=None, password=None, auth=AuthMethod.SESSION, headers={}): +def login(self, username=None, password=None, auth=AuthMethod.SESSION, headers=None): """Login and start a REST session. Remember to call logout() when""" """ you are done. @@ -1006,6 +1006,8 @@ self.__username = username if username else self.__username self.__password = password if password else self.__password +headers = headers if headers else {} + if auth == AuthMethod.BASIC: auth_key = base64.b64encode(('%s:%s' % (self.__username, self.__password)).encode('utf-8')).decode('utf-8')
commit python-cssutils for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-cssutils for openSUSE:Factory checked in at 2025-07-08 15:30:16 Comparing /work/SRC/openSUSE:Factory/python-cssutils (Old) and /work/SRC/openSUSE:Factory/.python-cssutils.new.7373 (New) Package is "python-cssutils" Tue Jul 8 15:30:16 2025 rev:39 rq:1291183 version:2.11.1 Changes: --- /work/SRC/openSUSE:Factory/python-cssutils/python-cssutils.changes 2025-06-27 23:09:37.029911673 +0200 +++ /work/SRC/openSUSE:Factory/.python-cssutils.new.7373/python-cssutils.changes 2025-07-08 15:30:47.502637733 +0200 @@ -1,0 +2,5 @@ +Tue Jul 8 08:07:18 UTC 2025 - Markéta Machová + +- Convert to libalternatives + +--- Other differences: -- ++ python-cssutils.spec ++ --- /var/tmp/diff_new_pack.LFxSsx/_old 2025-07-08 15:30:48.058660969 +0200 +++ /var/tmp/diff_new_pack.LFxSsx/_new 2025-07-08 15:30:48.058660969 +0200 @@ -16,6 +16,7 @@ # +%bcond_without libalternatives %{?sle15_python_module_pythons} Name: python-cssutils Version:2.11.1 @@ -31,11 +32,11 @@ BuildRequires: %{python_module setuptools_scm} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} +BuildRequires: alts BuildRequires: fdupes BuildRequires: python-rpm-macros +Requires: alts Requires: python-more-itertools -Requires(post): update-alternatives -Requires(postun): update-alternatives BuildArch: noarch %python_subpackages @@ -53,14 +54,12 @@ %python_clone -a %{buildroot}%{_bindir}/csscapture %python_clone -a %{buildroot}%{_bindir}/csscombine %python_clone -a %{buildroot}%{_bindir}/cssparse +%python_group_libalternatives csscapture csscombine cssparse %python_expand %fdupes %{buildroot}%{$python_sitelib}/ -%post -%{python_install_alternative csscapture csscombine cssparse} - -%postun -%python_uninstall_alternative csscapture +%pre +%python_libalternatives_reset_alternative csscapture %files %{python_files} %license LICENSE
commit udica for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package udica for openSUSE:Factory checked in at 2025-07-08 15:30:19 Comparing /work/SRC/openSUSE:Factory/udica (Old) and /work/SRC/openSUSE:Factory/.udica.new.7373 (New) Package is "udica" Tue Jul 8 15:30:19 2025 rev:4 rq:1291207 version:0.2.8 Changes: --- /work/SRC/openSUSE:Factory/udica/udica.changes 2024-01-23 22:57:11.342707226 +0100 +++ /work/SRC/openSUSE:Factory/.udica.new.7373/udica.changes2025-07-08 15:30:49.362715469 +0200 @@ -1,0 +2,6 @@ +Fri Jul 4 02:20:34 UTC 2025 - Steve Kowalik + +- Use pyproject macros from python-rpm-macros to build and install. +- Make use of fdupes. + +--- Other differences: -- ++ udica.spec ++ --- /var/tmp/diff_new_pack.TiTPRx/_old 2025-07-08 15:30:50.038743721 +0200 +++ /var/tmp/diff_new_pack.TiTPRx/_new 2025-07-08 15:30:50.042743888 +0200 @@ -1,7 +1,7 @@ # # spec file for package udica # -# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2025 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,6 +16,7 @@ # +%define pythons python3 Name: udica Version:0.2.8 Release:0 @@ -23,9 +24,12 @@ License:GPL-3.0-or-later URL:https://github.com/containers/udica Source0:https://github.com/containers/udica/archive/v%{version}.tar.gz -BuildRequires: python3 +BuildRequires: fdupes +BuildRequires: python-rpm-macros BuildRequires: python3-devel +BuildRequires: python3-pip BuildRequires: python3-setuptools +BuildRequires: python3-wheel # container-selinux provides policy templates Requires: container-selinux >= 2.168.0-2 Requires: python3 @@ -42,10 +46,15 @@ %autosetup -p 1 %build -python3 setup.py build +%pyproject_wheel %install -python3 setup.py install --single-version-externally-managed --root=%{buildroot} +%pyproject_install +# pip isn't allowed to write outside of sitelib +mkdir -p %{buildroot}%{_datadir}/udica +mv %{buildroot}%{python3_sitelib}%{_datadir}/udica %{buildroot}%{_datadir} +rm -r %{buildroot}%{python3_sitelib}/usr +%fdupes %{buildroot}%{python3_sitelib} install --directory %{buildroot}%{_mandir}/man8 install -m 0644 udica/man/man8/udica.8 %{buildroot}%{_mandir}/man8/udica.8 @@ -59,5 +68,5 @@ %license LICENSE %{python3_sitelib}/udica/ -%{python3_sitelib}/udica-*.egg-info +%{python3_sitelib}/udica-%{version}.dist-info
commit python-pytest-asyncio for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pytest-asyncio for openSUSE:Factory checked in at 2025-07-08 15:29:00 Comparing /work/SRC/openSUSE:Factory/python-pytest-asyncio (Old) and /work/SRC/openSUSE:Factory/.python-pytest-asyncio.new.7373 (New) Package is "python-pytest-asyncio" Tue Jul 8 15:29:00 2025 rev:27 rq:1287804 version:1.0.0 Changes: --- /work/SRC/openSUSE:Factory/python-pytest-asyncio/python-pytest-asyncio.changes 2025-05-06 16:40:17.629322154 +0200 +++ /work/SRC/openSUSE:Factory/.python-pytest-asyncio.new.7373/python-pytest-asyncio.changes 2025-07-08 15:29:16.638841560 +0200 @@ -1,0 +2,44 @@ +Fri Jun 20 12:27:13 UTC 2025 - Markéta Machová + +- Add upstream pytest84.patch for compatibility with pytest 8.4.0 + +--- +Tue May 27 11:12:52 UTC 2025 - Johannes Kastl + +- update to 1.0.0: + https://github.com/pytest-dev/pytest-asyncio/releases/tag/v1.0.0 + * Removed +- The deprecated event_loop fixture. + (#1106) + * Added +- Prelimiary support for Python 3.14 + (#1025) + * Changed ++ Scoped event loops (e.g. module-scoped loops) are created + once rather than per scope (e.g. per module). This reduces + the number of fixtures and speeds up collection time, + especially for large test suites. + (#1107) +* The loop_scope argument to pytest.mark.asyncio no longer + forces that a pytest Collector exists at the level of the + specified scope. For example, a test function marked with + pytest.mark.asyncio(loop_scope="class") no longer requires a + class surrounding the test. This is consistent with the + behavior of the scope argument to pytest_asyncio.fixture. + (#1112) + * Fixed +* An error caused when using pytest's + [--setup-plan]{.title-ref} option. + (#630) +* Unsuppressed import errors with pytest option + --doctest-ignore-import-errors + (#797) +* A "fixture not found" error in connection with package-scoped + loops + (#1052) + * Notes for Downstream Packagers +* Removed a test that had an ordering dependency on other + tests. + (#1114) + +--- Old: pytest-asyncio-0.26.0.tar.gz New: pytest-asyncio-1.0.0.tar.gz pytest84.patch --(New B)-- New: - Add upstream pytest84.patch for compatibility with pytest 8.4.0 --(New E)-- Other differences: -- ++ python-pytest-asyncio.spec ++ --- /var/tmp/diff_new_pack.O6MHwR/_old 2025-07-08 15:29:17.378872476 +0200 +++ /var/tmp/diff_new_pack.O6MHwR/_new 2025-07-08 15:29:17.378872476 +0200 @@ -26,12 +26,14 @@ %endif %{?sle15_python_module_pythons} Name: python-pytest-asyncio%{psuffix} -Version:0.26.0 +Version:1.0.0 Release:0 Summary:Pytest support for asyncio License:Apache-2.0 URL:https://github.com/pytest-dev/pytest-asyncio Source: https://github.com/pytest-dev/pytest-asyncio/archive/v%{version}.tar.gz#/pytest-asyncio-%{version}.tar.gz +# PATCH-FIX-UPSTREAM https://github.com/pytest-dev/pytest-asyncio/commit/8c6612fda96f78a1df2f0d271426b7b6e3c10737 test: Adapt unmarked async tests in strict mode for pytest 8.4.0 +Patch0: pytest84.patch BuildRequires: %{python_module base >= 3.8} BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools_scm} ++ pytest-asyncio-0.26.0.tar.gz -> pytest-asyncio-1.0.0.tar.gz ++ 2285 lines of diff (skipped) ++ pytest84.patch ++ >From 8c6612fda96f78a1df2f0d271426b7b6e3c10737 Mon Sep 17 00:00:00 2001 From: Yao Zi Date: Tue, 10 Jun 2025 16:17:11 + Subject: [PATCH] test: Adapt unmarked async tests in strict mode for pytest 8.4.0 Async tests fail instead of skipping and warning with Pytest 8.4.0 if no suitable async plugin is installed[1]. Adjust expectation of these tests to pass the testsuite with Pytest 8.4.0. Link: https://docs.pytest.org/en/stable/changelog.html#pytest-8-4-0-2025-06-02 # [1] Signed-off-by: Yao Zi --- tests/modes/test_strict_mode.py | 23 ++- 1 file changed, 18 insertions(+), 5 deletions(-) diff --git a/tests/modes/test_strict_mode.py b/tests/modes/test_strict_mode.py index 52cbb251..44f54b7d 100644 --- a/tests/modes/test_strict_mode.py +++ b/tests/modes/test_strict_mode.py @@ -2,7 +2,7 @@ from textwrap import dedent -from pytest import Pytester +from pytest import Pytester, version_tuple as pytest_version def test_strict_mode_cmdline(pytester: Pytester): @@ -95,7 +95,10 @@ async def test_anything
commit libreoffice for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libreoffice for openSUSE:Factory checked in at 2025-07-08 15:28:45 Comparing /work/SRC/openSUSE:Factory/libreoffice (Old) and /work/SRC/openSUSE:Factory/.libreoffice.new.7373 (New) Package is "libreoffice" Tue Jul 8 15:28:45 2025 rev:309 rq:1291135 version:25.2.4.3 Changes: --- /work/SRC/openSUSE:Factory/libreoffice/libreoffice.changes 2025-06-24 20:46:52.870663523 +0200 +++ /work/SRC/openSUSE:Factory/.libreoffice.new.7373/libreoffice.changes 2025-07-08 15:29:07.750470217 +0200 @@ -1,0 +2,6 @@ +Fri Jul 4 14:29:15 UTC 2025 - Bjørn Lie + +- Add fix_build_with_poppler_25.05.patch: Fix build with current + poppler. + +--- New: fix_build_with_poppler_25.05.patch --(New B)-- New: - Add fix_build_with_poppler_25.05.patch: Fix build with current poppler. --(New E)-- Other differences: -- ++ libreoffice.spec ++ --- /var/tmp/diff_new_pack.EAENmg/_old 2025-07-08 15:29:15.602798275 +0200 +++ /var/tmp/diff_new_pack.EAENmg/_new 2025-07-08 15:29:15.606798443 +0200 @@ -141,6 +141,8 @@ Patch992: python34-no-f-strings.patch # PATCH-FIX-OPENSUSE override date in clucene files (boo#1047218) Patch995: reproducible-clucene.patch +# PATCH-FIX-UPSTREAM fix_build_with_poppler_25.05.patch +Patch996: fix_build_with_poppler_25.05.patch BuildRequires: %{name}-share-linker BuildRequires: ant BuildRequires: autoconf @@ -1104,6 +1106,7 @@ %if 0%{?suse_version} < 1550 %patch -P 992 -p1 %endif +%patch -P 996 -p1 # Disable some of the failing tests (some are random) %if 0%{?suse_version} < 1330 ++ fix_build_with_poppler_25.05.patch ++ >From 0ee2636304ac049f21415c67e92040f7d6c14d35 Mon Sep 17 00:00:00 2001 From: Xisco Fauli Date: Mon, 5 May 2025 10:03:10 +0200 Subject: poppler: uggrade to 25.05 Change-Id: Icd2b318cc01bedc5baeb4445a463a136ed6d7c48 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/184953 Tested-by: Jenkins Reviewed-by: Xisco Fauli --- sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx | 8 3 files changed, 17 insertions(+), 9 deletions(-) diff --git a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx index dcc1932f7ad7..604ba3b7db2c 100644 --- a/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx +++ b/sdext/source/pdfimport/xpdfwrapper/pdfioutdev_gpl.cxx @@ -1320,11 +1320,19 @@ poppler_bool PDFOutDev::tilingPatternFill(GfxState *state, Gfx *, Catalog *, } } +#if POPPLER_CHECK_VERSION(25, 5, 0) +std::unique_ptr pRgbStr(new MemStream(pBitmapData, 0, +nBitmapWidth * nBitmapHeight * 3, Object::null())); +std::unique_ptr pAlphaStr(new MemStream(reinterpret_cast(pSplashBitmap->getAlphaPtr()), +0, nBitmapWidth * nBitmapHeight, Object::null())); +auto aDecode = Object::null(); +#else std::unique_ptr pRgbStr(new MemStream(pBitmapData, 0, nBitmapWidth * nBitmapHeight * 3, Object(objNull))); std::unique_ptr pAlphaStr(new MemStream(reinterpret_cast(pSplashBitmap->getAlphaPtr()), 0, nBitmapWidth * nBitmapHeight, Object(objNull))); auto aDecode = Object(objNull); +#endif #if POPPLER_CHECK_VERSION(24, 10, 0) std::unique_ptr pRgbIdentityColorMap(new GfxImageColorMap(8, &aDecode, std::make_unique())); -- cgit v1.2.3
commit stackit-cli for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package stackit-cli for openSUSE:Factory checked in at 2025-07-08 15:30:08 Comparing /work/SRC/openSUSE:Factory/stackit-cli (Old) and /work/SRC/openSUSE:Factory/.stackit-cli.new.7373 (New) Package is "stackit-cli" Tue Jul 8 15:30:08 2025 rev:10 rq:1291152 version:0.36.0 Changes: --- /work/SRC/openSUSE:Factory/stackit-cli/stackit-cli.changes 2025-07-02 12:12:34.362394870 +0200 +++ /work/SRC/openSUSE:Factory/.stackit-cli.new.7373/stackit-cli.changes 2025-07-08 15:30:36.630183475 +0200 @@ -1,0 +2,12 @@ +Tue Jul 08 04:59:16 UTC 2025 - Johannes Kastl + +- Update to version 0.36.0: + * feat(ske): Region adjustment (#842) + * fix(image): update overwrites nullable values (#834) + * chore: update code owners (#840) + * fix(deps): update stackit sdk modules (#838) + * chore(deps): bump +github.com/stackitcloud/stackit-sdk-go/services/mongodbflex +(#832) + +--- Old: stackit-cli-0.35.0.obscpio New: stackit-cli-0.36.0.obscpio Other differences: -- ++ stackit-cli.spec ++ --- /var/tmp/diff_new_pack.h2R7QB/_old 2025-07-08 15:30:39.578306643 +0200 +++ /var/tmp/diff_new_pack.h2R7QB/_new 2025-07-08 15:30:39.582306810 +0200 @@ -19,7 +19,7 @@ %define executable_name stackit Name: stackit-cli -Version:0.35.0 +Version:0.36.0 Release:0 Summary:A command-line interface to manage STACKIT resources License:Apache-2.0 ++ _service ++ --- /var/tmp/diff_new_pack.h2R7QB/_old 2025-07-08 15:30:39.618308314 +0200 +++ /var/tmp/diff_new_pack.h2R7QB/_new 2025-07-08 15:30:39.622308481 +0200 @@ -3,7 +3,7 @@ https://github.com/stackitcloud/stackit-cli/ git .git -v0.35.0 +v0.36.0 @PARENT_TAG@ v(.*) enable ++ _servicedata ++ --- /var/tmp/diff_new_pack.h2R7QB/_old 2025-07-08 15:30:39.646309484 +0200 +++ /var/tmp/diff_new_pack.h2R7QB/_new 2025-07-08 15:30:39.650309651 +0200 @@ -1,6 +1,6 @@ https://github.com/stackitcloud/stackit-cli/ - e40da0d8d52a033b4d6932fc9da8770b43663dca + 99638edf6a1e594f4411a63001a72ca0c704f27d (No newline at EOF) ++ stackit-cli-0.35.0.obscpio -> stackit-cli-0.36.0.obscpio ++ 1916 lines of diff (skipped) ++ stackit-cli.obsinfo ++ --- /var/tmp/diff_new_pack.h2R7QB/_old 2025-07-08 15:30:40.294336558 +0200 +++ /var/tmp/diff_new_pack.h2R7QB/_new 2025-07-08 15:30:40.298336725 +0200 @@ -1,5 +1,5 @@ name: stackit-cli -version: 0.35.0 -mtime: 1751359925 -commit: e40da0d8d52a033b4d6932fc9da8770b43663dca +version: 0.36.0 +mtime: 1751904100 +commit: 99638edf6a1e594f4411a63001a72ca0c704f27d ++ vendor.tar.gz ++ /work/SRC/openSUSE:Factory/stackit-cli/vendor.tar.gz /work/SRC/openSUSE:Factory/.stackit-cli.new.7373/vendor.tar.gz differ: char 144, line 1
commit kea for openSUSE:Factory
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package kea for openSUSE:Factory checked in at 2025-07-08 15:29:17 Comparing /work/SRC/openSUSE:Factory/kea (Old) and /work/SRC/openSUSE:Factory/.kea.new.7373 (New) Package is "kea" Tue Jul 8 15:29:17 2025 rev:23 rq:1291080 version:3.0.0 Changes: --- /work/SRC/openSUSE:Factory/kea/kea.changes 2025-07-06 17:10:20.869008185 +0200 +++ /work/SRC/openSUSE:Factory/.kea.new.7373/kea.changes2025-07-08 15:29:44.800018090 +0200 @@ -1,0 +2,6 @@ +Mon Jul 7 14:40:57 UTC 2025 - Jorik Cronenberg + +- Use meson install_umask to set binaries and libraries + permissions. + +--- Other differences: -- ++ kea.spec ++ --- /var/tmp/diff_new_pack.2gOc9C/_old 2025-07-08 15:29:45.336040485 +0200 +++ /var/tmp/diff_new_pack.2gOc9C/_new 2025-07-08 15:29:45.340040651 +0200 @@ -371,7 +371,7 @@ export FREERADIUS_INCLUDE="%_includedir/freeradius" export FREERADIUS_LIB="" export FREERADIUS_DICTIONARY="" -%meson -D netconf=disabled +%meson --install-umask 022 -D netconf=disabled %meson_build %meson_build doc @@ -394,10 +394,6 @@ rm -Rf "%buildroot/%python3_sitelib/kea/__pycache__" %fdupes %{buildroot}/%{_datadir}/doc/kea -# Fix permissions so keadhcp user can run executables and libraries -chmod 755 %{buildroot}/%{_libdir}/*.so* -chmod 755 %{buildroot}/%{_sbindir}/kea* - %pre -f random.pre %service_add_pre kea-dhcp4.service kea-dhcp6.service kea-dhcp-ddns.service kea-ctrl-agent.service ++ _scmsync.obsinfo ++ --- /var/tmp/diff_new_pack.2gOc9C/_old 2025-07-08 15:29:45.368041822 +0200 +++ /var/tmp/diff_new_pack.2gOc9C/_new 2025-07-08 15:29:45.372041988 +0200 @@ -1,6 +1,6 @@ -mtime: 1751554004 -commit: 79ac13d422db4870e457224690915656ab343571734dec776f0916178cebb16f +mtime: 1751901383 +commit: 159d3c3287fcb2c3f60d7d70150de6540d8a2e246561c5187024f1fb7de22f6c url: https://src.opensuse.org/dhcp/kea.git -revision: 79ac13d422db4870e457224690915656ab343571734dec776f0916178cebb16f +revision: 159d3c3287fcb2c3f60d7d70150de6540d8a2e246561c5187024f1fb7de22f6c projectscmsync: https://src.opensuse.org/dhcp/_ObsPrj.git ++ build.specials.obscpio ++
commit 000productcompose.dvd for openSUSE:Leap:16.0
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 000productcompose.dvd for openSUSE:Leap:16.0 checked in at 2025-07-08 16:19:57 Comparing /work/SRC/openSUSE:Leap:16.0/000productcompose.dvd (Old) and /work/SRC/openSUSE:Leap:16.0/.000productcompose.dvd.new.7373 (New) Package is "000productcompose.dvd" Tue Jul 8 16:19:57 2025 rev:115 rq: version:16.0 Changes: New Changes file: NO CHANGES FILE!!! Other differences: -- ++ unsorted.yml ++ --- /var/tmp/diff_new_pack.0GbMnV/_old 2025-07-08 16:19:59.361599081 +0200 +++ /var/tmp/diff_new_pack.0GbMnV/_new 2025-07-08 16:19:59.369599415 +0200 @@ -21571,8 +21571,8 @@ - qt6-connectivity-private-devel - qt6-core-devel - qt6-core-private-devel - - qt6-creator: [aarch64,ppc64le,x86_64] - - qt6-creator-plugin-devel: [aarch64,ppc64le,x86_64] + - qt6-creator + - qt6-creator-plugin-devel - qt6-datavis3d-docs-html - qt6-datavis3d-docs-qch - qt6-datavis3d-examples
commit 000release-packages for openSUSE:Leap:16.0
Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package 000release-packages for openSUSE:Leap:16.0 checked in at 2025-07-09 00:36:54 Comparing /work/SRC/openSUSE:Leap:16.0/000release-packages (Old) and /work/SRC/openSUSE:Leap:16.0/.000release-packages.new.7373 (New) Package is "000release-packages" Wed Jul 9 00:36:54 2025 rev:221 rq: version:unknown Changes: --- /work/SRC/openSUSE:Leap:16.0/000release-packages/Leap-Addon-NonOss-release.changes 2025-07-08 16:37:17.537101748 +0200 +++ /work/SRC/openSUSE:Leap:16.0/.000release-packages.new.7373/Leap-Addon-NonOss-release.changes 2025-07-09 00:36:55.740368127 +0200 @@ -2 +2 @@ -Tue Jul 08 14:37:13 UTC 2025 - openSUSE +Tue Jul 08 22:36:53 UTC 2025 - openSUSE Leap-release.changes: same change stub.changes: same change Other differences: -- Leap-release.spec: same change stub.spec: same change ++ weakremovers.inc ++ --- /var/tmp/diff_new_pack.urUTQE/_old 2025-07-09 00:36:56.380394710 +0200 +++ /var/tmp/diff_new_pack.urUTQE/_new 2025-07-09 00:36:56.388395042 +0200 @@ -5137,7 +5137,6 @@ Provides: weakremover(cairomm-devel-32bit) Provides: weakremover(capi4linux-32bit) Provides: weakremover(capi4linux-devel-32bit) -Provides: weakremover(chmlib-devel-32bit) Provides: weakremover(cross-nvptx-gcc9) Provides: weakremover(cross-nvptx-newlib9-devel) Provides: weakremover(crystalhd-firmware) @@ -5199,7 +5198,6 @@ Provides: weakremover(libcapi20-2-32bit) Provides: weakremover(libcdaudio1-32bit) Provides: weakremover(libchardet1-32bit) -Provides: weakremover(libchm0-32bit) Provides: weakremover(libcinnamon-desktop4-32bit) Provides: weakremover(libcinnamon-menu-3-0-32bit) Provides: weakremover(libcpuid14) @@ -41263,8 +41261,10 @@ Provides: weakremover(llvm19-libc++abi1) %endif %ifarch x86_64 +Provides: weakremover(chmlib-devel-32bit) Provides: weakremover(libbotan-2-19-32bit) Provides: weakremover(libbotan-devel-32bit) +Provides: weakremover(libchm0-32bit) %endif # 15.6:non-oss Provides: weakremover(7kaa-music)