Hello community, here is the log from the commit of package netpbm for openSUSE:13.1 checked in at 2013-10-04 15:59:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:13.1/netpbm (Old) and /work/SRC/openSUSE:13.1/.netpbm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "netpbm" Changes: -------- --- /work/SRC/openSUSE:13.1/netpbm/netpbm.changes 2013-09-23 11:01:26.000000000 +0200 +++ /work/SRC/openSUSE:13.1/.netpbm.new/netpbm.changes 2013-10-04 15:59:14.000000000 +0200 @@ -1,0 +2,6 @@ +Thu Oct 3 20:47:11 UTC 2013 - [email protected] + +- fix include syntax for BigEndian platforms + (wordaccess-include-be.patch) + +------------------------------------------------------------------- New: ---- wordaccess-include-be.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ netpbm.spec ++++++ --- /var/tmp/diff_new_pack.MrMaNp/_old 2013-10-04 15:59:14.000000000 +0200 +++ /var/tmp/diff_new_pack.MrMaNp/_new 2013-10-04 15:59:14.000000000 +0200 @@ -43,6 +43,7 @@ # workaround to #839584 -- just to meet 13.1 beta1 freeze, it # can be removed as soon as jasper enters factory Patch6: %{name}-stdbool-after-jasper.patch +Patch7: wordaccess-include-be.patch BuildRequires: flex BuildRequires: libjasper-devel BuildRequires: libjpeg-devel @@ -116,6 +117,7 @@ %patch4 -p1 %patch5 -p1 %patch6 +%patch7 -p1 mkdir pnmtopalm # for %doc pnmtopalm cp -p converter/other/pnmtopalm/{LICENSE,README} pnmtopalm ++++++ wordaccess-include-be.patch ++++++ Index: netpbm-10.63.1/lib/util/wordaccess.h =================================================================== --- netpbm-10.63.1.orig/lib/util/wordaccess.h +++ netpbm-10.63.1/lib/util/wordaccess.h @@ -49,10 +49,10 @@ #include "wordaccess_generic.h" #elif BYTE_ORDER == BIG_ENDIAN #if UNALIGNED_OK - #include wordaccess_be_unaligned.h + #include "wordaccess_be_unaligned.h" #else /* Sparc */ - #include wordaccess_be_aligned.h + #include "wordaccess_be_aligned.h" #endif #elif HAVE_GCC_BITCOUNT #if (BITS_PER_LONG == 64) -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
