Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package python-pylzma for openSUSE:Factory checked in at 2026-03-05 17:29:50 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/python-pylzma (Old) and /work/SRC/openSUSE:Factory/.python-pylzma.new.561 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "python-pylzma" Thu Mar 5 17:29:50 2026 rev:9 rq:1336666 version:0.6.1 Changes: -------- --- /work/SRC/openSUSE:Factory/python-pylzma/python-pylzma.changes 2026-01-13 21:35:32.058399589 +0100 +++ /work/SRC/openSUSE:Factory/.python-pylzma.new.561/python-pylzma.changes 2026-03-05 17:31:55.916395422 +0100 @@ -1,0 +2,6 @@ +Wed Mar 4 09:41:11 UTC 2026 - John Paul Adrian Glaubitz <[email protected]> + +- Update to 0.6.1 + * Fix compiler errors on PowerPC. + +------------------------------------------------------------------- Old: ---- v0.6.0.tar.gz New: ---- v0.6.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ python-pylzma.spec ++++++ --- /var/tmp/diff_new_pack.ymWhvT/_old 2026-03-05 17:31:57.816474448 +0100 +++ /var/tmp/diff_new_pack.ymWhvT/_new 2026-03-05 17:31:57.828474947 +0100 @@ -18,7 +18,7 @@ %define oname pylzma Name: python-pylzma -Version: 0.6.0 +Version: 0.6.1 Release: 0 Summary: Python bindings for the LZMA compression library License: LGPL-2.1-only ++++++ v0.6.0.tar.gz -> v0.6.1.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylzma-0.6.0/CHANGELOG.md new/pylzma-0.6.1/CHANGELOG.md --- old/pylzma-0.6.0/CHANGELOG.md 2026-01-12 21:37:16.000000000 +0100 +++ new/pylzma-0.6.1/CHANGELOG.md 2026-02-13 20:16:33.000000000 +0100 @@ -1,5 +1,10 @@ # pylzma +## 0.6.1 + +- Fix compiler errors on PowerPC. + + ## 0.6.0 - Add support for BCJ2 streams. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pylzma-0.6.0/src/pylzma/pylzma.c new/pylzma-0.6.1/src/pylzma/pylzma.c --- old/pylzma-0.6.0/src/pylzma/pylzma.c 2026-01-12 21:37:16.000000000 +0100 +++ new/pylzma-0.6.1/src/pylzma/pylzma.c 2026-02-13 20:16:33.000000000 +0100 @@ -198,6 +198,10 @@ return result; \ } +// Some PowerPC compilers have a builtin define "PPC" that generates invalid +// code from the "DEFINE_BCJ_CONVERTER" macro. +#undef PPC + DEFINE_BCJ_CONVERTER(arm, ARM); DEFINE_BCJ_CONVERTER(armt, ARMT); DEFINE_BCJ_CONVERTER(arm64, ARM64);
