This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, fedora/master, updated. fedora/glibc-2.12.90-6-106-g79a1076


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, fedora/master has been updated
       via  79a1076d7867b901d5af85e802d4118f667d6b8b (commit)
      from  57b87dd5e96672142950241d3e14b63ff616aa77 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=79a1076d7867b901d5af85e802d4118f667d6b8b

commit 79a1076d7867b901d5af85e802d4118f667d6b8b
Author: Dennis Gilmore <dennis@ausil.us>
Date:   Wed Sep 15 22:30:56 2010 -0500

    2.12.90-12
    Dont build sparcv9v and sparc64v

diff --git a/fedora/glibc.spec.in b/fedora/glibc.spec.in
index 063a990..b503b69 100644
--- a/fedora/glibc.spec.in
+++ b/fedora/glibc.spec.in
@@ -1,5 +1,5 @@
 %define run_glibc_tests 1
-%define auxarches athlon sparcv9v sparc64v alphaev6
+%define auxarches athlon alphaev6
 %define xenarches i686 athlon
 %ifarch %{xenarches}
 %define buildxen 1
@@ -14,13 +14,13 @@
 %define buildpower6 0
 %endif
 %define rtkaioarches %{ix86} x86_64 ia64 ppc ppc64 s390 s390x
-%define debuginfocommonarches alpha alphaev6 sparc sparcv9 sparcv9v sparc64 sparc64v
-%define multiarcharches ppc ppc64 %{ix86} x86_64
+%define debuginfocommonarches alpha alphaev6
+%define multiarcharches ppc ppc64 %{ix86} x86_64 %{sparc}
 
 Summary: The GNU libc libraries
 Name: glibc
 Version: %{glibcversion}
-Release: 11
+Release: 12
 # GPLv2+ is used in a bunch of programs, LGPLv2+ is used for libraries.
 # Things that are linked directly into dynamically linked programs
 # and shared libraries (e.g. crt files, lib*_nonshared.a) have an additional
@@ -205,7 +205,7 @@ AutoReqProv: no
 %ifarch %{debuginfocommonarches}
 Requires: glibc-debuginfo-common = %{version}-%{release}
 %else
-%ifarch %{ix86}
+%ifarch %{ix86} %{sparc}
 Obsoletes: glibc-debuginfo-common
 %endif
 %endif
@@ -1022,6 +1022,9 @@ rm -f *.filelist*
 %endif
 
 %changelog
+* Wed Sep 15 2010 Dennis Gilmore <dennis@ausil.us> - 2.12.90-12
+- dont build sparcv9v and sparc64v anymore
+
 * Mon Sep 13 2010 Andreas Schwab <schwab@redhat.com> - 2.12.90-11
 - Update from master
   - Fix _FORITY_SOURCE version of longjmp for Linux/x86-64 (BZ#11968)

-----------------------------------------------------------------------

Summary of changes:
 fedora/glibc.spec.in |   13 ++++++++-----
 1 files changed, 8 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]