Hello community, here is the log from the commit of package sblim-cmpi-rpm for openSUSE:Factory checked in at 2012-08-07 08:19:18 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/sblim-cmpi-rpm (Old) and /work/SRC/openSUSE:Factory/.sblim-cmpi-rpm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sblim-cmpi-rpm", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/sblim-cmpi-rpm/sblim-cmpi-rpm.changes 2012-05-31 17:10:29.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.sblim-cmpi-rpm.new/sblim-cmpi-rpm.changes 2012-08-07 08:19:20.000000000 +0200 @@ -1,0 +2,5 @@ +Wed Jul 25 16:53:35 UTC 2012 - [email protected] + +- set PAGE_SIZE if it is not exported. Fixes ppc build + +------------------------------------------------------------------- New: ---- page_size.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ sblim-cmpi-rpm.spec ++++++ --- /var/tmp/diff_new_pack.nfcE9x/_old 2012-08-07 08:19:21.000000000 +0200 +++ /var/tmp/diff_new_pack.nfcE9x/_new 2012-08-07 08:19:21.000000000 +0200 @@ -40,6 +40,7 @@ Requires: sblim-cmpi-base >= 1.2.3, cim-server Source0: http://prdownloads.sourceforge.net/sblim/sblim-cmpi-rpm-%{version}.tar.bz2 Patch0: link-with-libdl.patch +Patch1: page_size.patch PreReq: sblim-sfcb #!BuildIgnore: tog-pegasus @@ -51,6 +52,7 @@ %prep %setup -q -n %{name}-%{version} %patch0 -p1 +%patch1 -p1 autoreconf -f -i %build ++++++ page_size.patch ++++++ Index: sblim-cmpi-rpm-1.0.1/cimrpmv4.c =================================================================== --- sblim-cmpi-rpm-1.0.1.orig/cimrpmv4.c +++ sblim-cmpi-rpm-1.0.1/cimrpmv4.c @@ -25,6 +25,10 @@ #include <unistd.h> #include <sys/user.h> +#ifndef PAGE_SIZE +#define PAGE_SIZE (sysconf(_SC_PAGESIZE)) +#endif + /* Enumeration Helper Structure and eye catcher (MAGIC) */ #define EH_MAGIC 0x17711881 -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
