Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpt2 for openSUSE:Factory checked in at 2022-04-13 21:05:14 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpt2 (Old) and /work/SRC/openSUSE:Factory/.libpt2.new.1900 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpt2" Wed Apr 13 21:05:14 2022 rev:46 rq:969717 version:2.18.8 Changes: -------- --- /work/SRC/openSUSE:Factory/libpt2/libpt2.changes 2022-04-10 00:42:26.160759072 +0200 +++ /work/SRC/openSUSE:Factory/.libpt2.new.1900/libpt2.changes 2022-04-13 21:05:59.768617928 +0200 @@ -1,0 +2,5 @@ +Mon Apr 11 13:27:36 UTC 2022 - Jan Engelhardt <[email protected]> + +- Add pttypes.patch [boo#1198320] + +------------------------------------------------------------------- New: ---- pttypes.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpt2.spec ++++++ --- /var/tmp/diff_new_pack.LCXKxB/_old 2022-04-13 21:06:00.596618763 +0200 +++ /var/tmp/diff_new_pack.LCXKxB/_new 2022-04-13 21:06:00.600618766 +0200 @@ -42,6 +42,7 @@ Patch7: missing-decls.patch Patch10: libpt2-gnu-make-4.3.patch Patch11: libpt2-move.patch +Patch12: pttypes.patch BuildRequires: SDL-devel BuildRequires: alsa-devel BuildRequires: bison @@ -178,6 +179,7 @@ %patch10 -p1 %endif %patch11 -p1 +%patch12 -p1 %build export CXXFLAGS="%optflags -fvisibility-inlines-hidden" ++++++ pttypes.patch ++++++ From: Jan Engelhardt <[email protected] Date: 2022-04-11 15:27:03.046157343 +0200 References: https://sourceforge.net/p/opalvoip/bugs/605/ int32_t is already defined. --- include/ptlib/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: ptlib-2.18.8/include/ptlib/object.h =================================================================== --- ptlib-2.18.8.orig/include/ptlib/object.h +++ ptlib-2.18.8/include/ptlib/object.h @@ -2568,7 +2568,7 @@ typedef PIntReversedOrder<int32_t> PInt3 #if PBYTE_ORDER==PLITTLE_ENDIAN typedef PIntReversedOrder<int32_t> PInt32b; #elif PBYTE_ORDER==PBIG_ENDIAN -typedef PIntSameOrder<PInt32> int32_t; +typedef PIntSameOrder<int32_t> PInt32b; #endif #if PBYTE_ORDER==PLITTLE_ENDIAN
