Hello community, here is the log from the commit of package openpgm for openSUSE:Factory checked in at 2019-08-27 10:13:27 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/openpgm (Old) and /work/SRC/openSUSE:Factory/.openpgm.new.7948 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "openpgm" Tue Aug 27 10:13:27 2019 rev:7 rq:725291 version:5.2.122 Changes: -------- --- /work/SRC/openSUSE:Factory/openpgm/openpgm.changes 2019-02-13 10:15:48.129393834 +0100 +++ /work/SRC/openSUSE:Factory/.openpgm.new.7948/openpgm.changes 2019-08-27 10:13:34.447970786 +0200 @@ -1,0 +2,6 @@ +Fri Aug 16 11:40:05 UTC 2019 - Michel Normand <[email protected]> + +- Add libpgm-5.2.122-configure-rdtsc-checking-chg.patch + same as https://github.com/steve-o/openpgm/pull/63 + +------------------------------------------------------------------- New: ---- libpgm-5.2.122-configure-rdtsc-checking-chg.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ openpgm.spec ++++++ --- /var/tmp/diff_new_pack.X6L2OV/_old 2019-08-27 10:13:36.199970669 +0200 +++ /var/tmp/diff_new_pack.X6L2OV/_new 2019-08-27 10:13:36.231970667 +0200 @@ -39,6 +39,8 @@ Patch1: libpgm-5.2.122-reproducible-architecture.patch # PATCH-FIX-UPSTREAM bluca https://github.com/steve-o/openpgm/pull/57 Patch2: libpgm-5.2.122-pkg-config-do-not-add-I-to-non-existing-directory.patch +# upstream pending patch https://github.com/steve-o/openpgm/pull/63 +Patch3: libpgm-5.2.122-configure-rdtsc-checking-chg.patch BuildRequires: autoconf BuildRequires: automake BuildRequires: gcc-c++ @@ -82,6 +84,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 %build mkdir -p m4 ++++++ libpgm-5.2.122-configure-rdtsc-checking-chg.patch ++++++ From: Michel Normand <[email protected]> Subject: libpgm 5.2.122 configure rdtsc checking chg Date: Fri, 16 Aug 2019 13:20:53 +0200 libpgm 5.2.122 configure rdtsc checking chg To avoid rdtsc to be enabled when not required (for PowerPC ARM) when LTO is enabled; eg openSUSE: https://build.opensuse.org/package/show/devel:libraries:c_c++/openpgm Signed-off-by: Michel Normand <[email protected]> --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: pgm/configure.ac =================================================================== --- pgm.orig/configure.ac +++ pgm/configure.ac @@ -153,7 +153,7 @@ darwin*) AC_MSG_RESULT([no]) ;; *) -AC_COMPILE_IFELSE( +AC_LINK_IFELSE( [AC_LANG_PROGRAM(,[[unsigned long lo, hi; __asm__ __volatile__ ("rdtsc" : "=a" (lo), "=d" (hi));]])], [AC_MSG_RESULT([yes])
