dlopen is being served libssl.so with build time
absolute path of its location in target sysroot
this is being detected as reproducibility issue but
its also a runtime issue where dlopen will fail
due to non-existent path
Backport a gcc-15 build fix as well
Drop do_configure tweak its no longer needed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
bugfix:
use open-cli instead of require('open') for Node 20+ compatibility
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changed
-----------
now have to specify test-dir in pyproject.toml when save tests in a folder other than tests/ in project root
Fixed
--------
pyproject.toml is now also located based on the current directory and the pytest-root, which solves problems when use inline-snapshot with uv-workspaces
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
==========
- Refactor SVCB to avoid internal use of generic keyNN.
- DELEG documentation and code improvement.
- Fix rt.cpan.org: bug in resolver base selection on non-Unix/Linux platforms
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
=============
- When built with PangoCairo, the Kitty plugin is now available in Graphviz
static builds. Previously it was only available in shared library (on-demand
plugin loading) builds.
- The distributed Fedora and Rocky Linux packages now include the Kitty plugin.
- On Windows, the GDI+ plugin is now available in Graphviz static builds.
Previously it was only available in shared library (on-demand plugin loading)
builds.
- Processing a graph with GVPR no longer makes explicit the default '"\N"' label
for nodes. This undoes a change from Graphviz 13.0.1.
- 'nop' no longer preserves empty string labels. This undoes a change from
Graphviz 13.0.1.
- The order of programmatic calls to 'gvContext'/'gvContextPlugin' and
'agmemread' once again affects default node labels. This undoes a change from
Graphviz 13.0.1.
- Spline routing can now deal with horizontal and vertical lines. This removes
some instances of the "Something is probably seriously wrong" warning.
- Using 'layerselect' beyond layer 1 no longer causes crashes.
- Correct parsing of a PDF file's '/MediaBox' section no longer depends on the
internal 'BUFSIZ' constant.
- Round tripping a graph through a file no longer causes it to acquire a default
node label '\N'.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
PipeWire 1.4.7 (2025-07-23)
This is a bugfix release that is API and ABI compatible with
previous 1.x releases.
Highlights
- Improve latency handling in echo-cancel.
- Don't leak SyncObj fds in client-node.
- Improve the adaptive resampler performance.
- Some more fixes and improvements.
modules
- Set module-echo-cancel latency correctly.
- Avoid extra latency in echo-cancel by dropping samples when
one end is paused.
- Don't leak SyncObj fds in client-node. (#4807)
SPA
- Actually enable echo cancellation when using webrtc 2.0
- Improve ALSA driver resampling setup and follower adaptive
resampling.
- Fix an off-by-one in the delay filter.
- Improve the adaptive resampler performance.
bluetooth
- Improve compatibility with some JBL flip and change models.
GStreamer
- Add some format validations.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This fails to compile with latest setuptools3
[ERROR ] [Core ] option --verbose not recognized
Kivy Usage: setup.py [KIVY OPTION...] [-- PROGRAM OPTIONS]::
Options placed after a '-- ' separator, will not be touched by kivy,
and instead passed to your program.
Set KIVY_NO_ARGS=1 in your environment or before you import Kivy to
disable Kivy's argument parser.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Install the test and sample binaries. Rename "/usr/bin/shape"
directory to "/usr/bin/opencv_shape". This avoids conflict
with "/usr/bin/shape" file installed by mesa-demos.
Signed-off-by: Keerthivasan Raghavan <kraghava@qti.qualcomm.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
It does not build with regular setuptools3 class anymore
installing to build/bdist.linux-aarch64/wheel
running install
running install_lib
running build_ext
error: don't know how to compile C/C++ code on platform 'posix' with '<distutils.compilers.C.unix.Compiler object at 0xf2c796b28050>' compiler
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-Adapt-for-protobuf-30.0-API-changes.patch
removed since it's included in 1.1.4
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
0001-build-Fix-a-build-error-on-i386.patch
removed since it's included in 0.18.1
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
=============
- Fix make tar.
- Rotate only if there will be a new <interval>.0 folder (#331)
- Add publish GitHub workflow. (#367)
- Use POSIX::lchown (#360)
- Add test GitHub workflow. (#366)
- Add new backup script for sqlite3 databases (#364)
- wait between rsync tries (#352)
- Update AUTHORS
- Update rsnapshot-HOWTO.en.md
- Point at the new Markdown HOWTO from the repo's README
- Docs: add description for 'rsync_numtries' to man page (#342)
- Docs: fix spelling issues
- Docs: mention the behavior of "sync" cron job in case of "warnings"
- Remove Benedikt Heine from maintainer list (#337)
- Docs: Use L<...> for other man pages
- Docs: Use F<...> for filenames
- Docs: Fix some styling issues
- Docs: Fix literal hyphens being turned into en-dash
- Docs: Fix grammatical error
- Fix rsync_numtries example in default config
- Fix validation of rsync_numtries = 0 (#323)
- update readme with info on cross interval rotation
- replace deprecated 'interval' with 'retain' in readme example
- Minor bugfix: Check retval for termination by signal (#315)
- Fix typo in docs: rm trailing slash in backup_exec example (#314).
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
License-Update: The last two lines of the BSD license omitted by accident are put back.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Fix the CI
- activate.fish: update fish major version check
- Fix: Ignore missing absolute paths for python discovery
- Discover uv-managed Python installations
- Add warning for incorrect usage of Nushell activation script
- Update index.rst, compatibility section added, other subheadings created
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- treewide:
- modernize and expand CI tests
- drop support for Python 3.8
- use importlib API to fetch resources
- snagflash:
- fastboot-uboot: support comments in command file
- correct parsing logic for "fb-size" parameter
- snagrecover:
- add support for i.MX91 platforms
- add support for Intel Keem Bay platforms
- support HABv4-closed i.MX SoCs
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Changelog:
============
- Removed typing_extensions from runtime dependencies
- Live objects (including Progress) may now be nested
- Added padding property to Syntax which returns a tuple of four integers
- Fixed extraction of recursive exceptions
- Fixed padding applied to Syntax
- Fixed Panel title missing the panel background style
- Added TTY_INTERACTIVE environment variable to force interactive mode off or on
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
git shortlog of the moteus python library [1] for the corresponding release:
- For dual encoder configurations, set the output low pass filter too
- Improve hall effect performance
- Fix the encoder filter frequency to actually be the 3dB cutoff
- Set python unit tests as small size so they run by default
- Remove moteus_tool --restore-cal
- lib: python: moteus: moteus_tool: add no-verify option
[1] https://github.com/mjbots/moteus/commits/main/lib/python
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>