RPM Package Manager, CVS Repository http://rpm5.org/cvs/ ____________________________________________________________________________
Server: rpm5.org Name: Per Øyvind Karlsen Root: /v/rpm/cvs Email: [email protected] Module: rpm Date: 17-Feb-2009 05:44:04 Branch: HEAD Handle: 2009021704440400 Modified files: rpm CHANGES macros.in Log: create %mipsel and also add more generations to the mips macros. Summary: Revision Changes Path 1.2776 +1 -0 rpm/CHANGES 1.275 +5 -3 rpm/macros.in ____________________________________________________________________________ patch -p0 <<'@@ .' Index: rpm/CHANGES ============================================================================ $ cvs diff -u -r1.2775 -r1.2776 CHANGES --- rpm/CHANGES 16 Feb 2009 15:31:30 -0000 1.2775 +++ rpm/CHANGES 17 Feb 2009 04:44:04 -0000 1.2776 @@ -1,5 +1,6 @@ 5.2a2 -> 5.2a3: + - proyvind: create %mipsel and also add more generations to the mips macros. - jbj: fix: avoid the assertion failure w LZMA lzdio by upgrading to XZ. - proyvind: add initial support for detecting automatically detecting architecture through libcpuinfo. @@ . patch -p0 <<'@@ .' Index: rpm/macros.in ============================================================================ $ cvs diff -u -r1.274 -r1.275 macros.in --- rpm/macros.in 11 Feb 2009 16:59:29 -0000 1.274 +++ rpm/macros.in 17 Feb 2009 04:44:04 -0000 1.275 @@ -1,7 +1,7 @@ #/*! \page config_macros Default configuration: @USRLIBRPM@/macros # \verbatim # -# $Id: macros.in,v 1.274 2009/02/11 16:59:29 jbj Exp $ +# $Id: macros.in,v 1.275 2009/02/17 04:44:04 pkarlsen Exp $ # # This is a global RPM configuration file. All changes made here will # be lost when the rpm package is upgraded. Any per-system configuration @@ -1587,8 +1587,10 @@ %sparcx sparc sparcv8 sparcv9 sparcv9v sparc64 sparc64v # also for mips -%mips mips mipsel -%mipsx %mips mips64 mips64el +%mips mips mips2 mips3 mips4 +%mipsel mipsel mips2el mips3el mips4el loongson2e loongson2f + +%mipsx %mipseb %mipsel mips64 mips64el #------------------------------------------------------------------------ # Use in %install to generate locale specific file lists. For example, @@ . ______________________________________________________________________ RPM Package Manager http://rpm5.org CVS Sources Repository [email protected]
