Hello community,

here is the log from the commit of package glibc for openSUSE:Factory checked 
in at 2014-07-25 09:08:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/glibc (Old)
 and      /work/SRC/openSUSE:Factory/.glibc.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "glibc"

Changes:
--------
--- /work/SRC/openSUSE:Factory/glibc/glibc-testsuite.changes    2014-07-19 
11:04:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.glibc.new/glibc-testsuite.changes       
2014-07-25 09:08:52.000000000 +0200
@@ -1,0 +2,5 @@
+Tue Jul 22 08:37:38 UTC 2014 - sch...@suse.de
+
+- dt-ppc64-num.patch: Correct DT_PPC64_NUM (bnc#887169, BZ #17153)
+
+-------------------------------------------------------------------
glibc-utils.changes: same change
glibc.changes: same change

New:
----
  dt-ppc64-num.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ glibc-testsuite.spec ++++++
--- /var/tmp/diff_new_pack.Pl32Rk/_old  2014-07-25 09:08:55.000000000 +0200
+++ /var/tmp/diff_new_pack.Pl32Rk/_new  2014-07-25 09:08:55.000000000 +0200
@@ -69,6 +69,8 @@
 %endif
 %endif
 
+%define build_variants %{normal_build}
+
 %define disable_assert 0
 %define enable_stackguard_randomization 1
 %ifarch ppc ppc64
@@ -76,7 +78,7 @@
  %ifarch ppc
  %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power3
- %define powerpc_optimize_cpu_power4 %{normal_build}
+ %define powerpc_optimize_cpu_power4 1
  %else
  %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power5
@@ -262,6 +264,8 @@
 Patch1014:      nss-files-long-lines.patch
 # PATCH-FIX-UPSTREAM Directory traversal in locale environment handling (BZ 
#17137)
 Patch1015:      setlocale-directory-traversal.patch
+# PATCH-FIX-UPSTREAM Correct DT_PPC64_NUM (BZ #17153)
+Patch1016:      dt-ppc64-num.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -494,6 +498,7 @@
 %patch1013 -p1
 %patch1014 -p1
 %patch1015 -p1
+%patch1016 -p1
 
 %patch2000 -p1
 %patch2001 -p1
@@ -687,6 +692,7 @@
        # Use no default CPU
        configure_and_build_glibc base "$pBuildFlags" "$add_ons"
        %endif
+       %if %{build_variants}
        # Then other power variants:
        for pcpu in \
        %if %{powerpc_optimize_cpu_power4}
@@ -706,11 +712,14 @@
        %if %{powerpc_optimize_cpu_cell}
                configure_and_build_glibc ppc-cell-be "$BuildFlags -mcpu=cell" 
"$add_ons"
        %endif
+       %endif # %{build_variants}
 %endif # optimize_power
 
+%if %{build_variants}
 %ifarch i686 x86_64
 configure_and_build_glibc noelision "$BuildFlags" "$add_ons"
 %endif
+%endif
 
 #
 # Build html documentation

glibc-utils.spec: same change
++++++ glibc.spec ++++++
--- /var/tmp/diff_new_pack.Pl32Rk/_old  2014-07-25 09:08:55.000000000 +0200
+++ /var/tmp/diff_new_pack.Pl32Rk/_new  2014-07-25 09:08:55.000000000 +0200
@@ -69,6 +69,8 @@
 %endif
 %endif
 
+%define build_variants %{normal_build}
+
 %define disable_assert 0
 %define enable_stackguard_randomization 1
 %ifarch ppc ppc64
@@ -76,7 +78,7 @@
  %ifarch ppc
  %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power3
- %define powerpc_optimize_cpu_power4 %{normal_build}
+ %define powerpc_optimize_cpu_power4 1
  %else
  %define powerpc_optimize_base %{nil}
  %define powerpc_optimize_tune power5
@@ -262,6 +264,8 @@
 Patch1014:      nss-files-long-lines.patch
 # PATCH-FIX-UPSTREAM Directory traversal in locale environment handling (BZ 
#17137)
 Patch1015:      setlocale-directory-traversal.patch
+# PATCH-FIX-UPSTREAM Correct DT_PPC64_NUM (BZ #17153)
+Patch1016:      dt-ppc64-num.patch
 
 ### 
 # Patches awaiting upstream approval
@@ -494,6 +498,7 @@
 %patch1013 -p1
 %patch1014 -p1
 %patch1015 -p1
+%patch1016 -p1
 
 %patch2000 -p1
 %patch2001 -p1
@@ -687,6 +692,7 @@
        # Use no default CPU
        configure_and_build_glibc base "$pBuildFlags" "$add_ons"
        %endif
+       %if %{build_variants}
        # Then other power variants:
        for pcpu in \
        %if %{powerpc_optimize_cpu_power4}
@@ -706,11 +712,14 @@
        %if %{powerpc_optimize_cpu_cell}
                configure_and_build_glibc ppc-cell-be "$BuildFlags -mcpu=cell" 
"$add_ons"
        %endif
+       %endif # %{build_variants}
 %endif # optimize_power
 
+%if %{build_variants}
 %ifarch i686 x86_64
 configure_and_build_glibc noelision "$BuildFlags" "$add_ons"
 %endif
+%endif
 
 #
 # Build html documentation



++++++ dt-ppc64-num.patch ++++++
2014-07-14  Alan Modra  <amo...@gmail.com>

        [BZ #17153]
        * elf/elf.h (DT_PPC64_NUM): Correct value.
        * NEWS: Add to fixed bug list.

Index: glibc-2.19/elf/elf.h
===================================================================
--- glibc-2.19.orig/elf/elf.h
+++ glibc-2.19/elf/elf.h
@@ -2283,7 +2283,7 @@ typedef Elf32_Addr Elf32_Conflict;
 #define DT_PPC64_OPD   (DT_LOPROC + 1)
 #define DT_PPC64_OPDSZ (DT_LOPROC + 2)
 #define DT_PPC64_OPT   (DT_LOPROC + 3)
-#define DT_PPC64_NUM    3
+#define DT_PPC64_NUM    4
 
 /* PowerPC64 specific values for the DT_PPC64_OPT Dyn entry.  */
 #define PPC64_OPT_TLS          1
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to