Hello community, here is the log from the commit of package rpm for openSUSE:Factory checked in at Thu Sep 29 12:53:31 CEST 2011. -------- --- openSUSE:Factory/rpm/rpm.changes 2011-09-26 10:19:48.000000000 +0200 +++ /mounts/work_src_done/STABLE/rpm/rpm.changes 2011-09-28 07:22:49.000000000 +0200 @@ -2 +2 @@ -Thu Sep 22 15:23:10 UTC 2011 - adrian@suse.de +Tue Sep 27 13:34:41 UTC 2011 - adrian@suse.de @@ -4 +4 @@ -- use gnueabi for arm builds +- define rpmv7hl architecture for hard fpu support calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ rpm.spec ++++++ --- /var/tmp/diff_new_pack.5FiCPG/_old 2011-09-29 12:53:27.000000000 +0200 +++ /var/tmp/diff_new_pack.5FiCPG/_new 2011-09-29 12:53:27.000000000 +0200 @@ -204,14 +204,15 @@ ./autogen.sh --with-pic --without-python make %{?_smp_mflags} popd +%ifarch %arm armv5l armv7l armv7hl +HOST="%{_host_cpu}-suse-linux-gnueabi" # configure.ac detects this to set %_gnu in macros +%else +HOST="%{_host_cpu}-suse-linux" +%endif ./autogen.sh --prefix=%{_prefix} --mandir=%{_mandir} --infodir=%{_infodir} \ --libdir=%{_libdir} --sysconfdir=/etc --localstatedir=/var --with-lua \ --with-selinux --with-internal-beecrypt --with-acl --with-cap --enable-shared %{?with_python: --enable-python} \ -%ifarch %arm armv5l armv7l ---host="%{_host_cpu}-suse-linux-gnueabi" # configure.ac detects this to set %_gnu in macros -%else ---host="%{_host_cpu}-suse-linux" -%endif +--host="$HOST" --build="$HOST" --target="$HOST" rm po/de.gmo make %{?_smp_mflags} ++++++ build.diff ++++++ --- /var/tmp/diff_new_pack.5FiCPG/_old 2011-09-29 12:53:27.000000000 +0200 +++ /var/tmp/diff_new_pack.5FiCPG/_new 2011-09-29 12:53:27.000000000 +0200 @@ -45,7 +45,16 @@ cat Makefile.orig | sed -e '/^install[:-]/c\ --- ./installplatform.orig 2010-12-03 12:11:57.000000000 +0000 +++ ./installplatform 2011-05-11 15:18:44.000000000 +0000 -@@ -47,9 +47,9 @@ for SUBST in $SUBSTS ; do +@@ -19,7 +19,7 @@ + case "$arch" in + i[3456]86|pentium[34]|athlon|geode) SUBSTS='s_i386_i386_ s_i386_i486_ s_i386_i586_ s_i386_i686_ s_i386_pentium3_ s_i386_pentium4_ s_i386_athlon_ s_i386_geode_' ;; + alpha*) SUBSTS='s_alpha_alpha_ s_alpha_alphaev5_ s_alpha_alphaev56_ s_alpha_alphapca56_ s_alpha_alphaev6_ s_alpha_alphaev67_' ;; +- arm*) SUBSTS='s_arm_arm_ s_arm_armv3l_ s_arm_armv4l_ s_arm_armv4tl_ s_arm_armv5tel_ s_arm_armv5tejl_ s_arm_armv6l_ s_arm_armv7l_' ;; ++ arm*) SUBSTS='s_arm_arm_ s_arm_armv3l_ s_arm_armv4l_ s_arm_armv4tl_ s_arm_armv5tel_ s_arm_armv5tejl_ s_arm_armv6l_ s_arm_armv7l_ s_arm_armv7hl_' ;; + sh4*) SUBSTS='s_sh4_sh4_ s_sh4_sh4a_' ;; + sparc*) SUBSTS='s_sparc\(64\|64v\|v9v\|v9\)_sparc_ s_sparc64_sparcv9_;s_sparc\([^v]\|$\)_sparcv9\1_ s_sparcv9_sparc64_;s_sparc\([^6]\|$\)_sparc64\1_' ;; + powerpc*|ppc*) SUBSTS='s_ppc64_ppc_ s_ppc\([^6ip]\|$\)_ppc64\1_ s_ppc\([^6ip]\|$\)_ppciseries_ s_ppc\([^6ip]\|$\)_ppcpseries_ s_ppc\([^6ip]\|$\)_ppc64iseries_ s_ppc\([^6ip]\|$\)_ppc64pseries_' ;; +@@ -47,9 +47,9 @@ ARCH_INSTALL_POST='%{nil}' case "${ARCH}-${OS}" in sparc64*-linux) LIB=lib64 ;; @@ -58,7 +67,7 @@ *) LIB=lib;; esac -@@ -129,6 +129,9 @@ for SUBST in $SUBSTS ; do +@@ -129,6 +130,9 @@ apple) VENDORSED='-e s,^@apple@,,' ;; ++++++ macrosin.diff ++++++ --- /var/tmp/diff_new_pack.5FiCPG/_old 2011-09-29 12:53:28.000000000 +0200 +++ /var/tmp/diff_new_pack.5FiCPG/_new 2011-09-29 12:53:28.000000000 +0200 @@ -293,8 +293,8 @@ #------------------------------------------------------------------------------ # arch macro for all supported ARM processors -%arm armv3l armv4b armv4l armv4tl armv5tel armv5tejl armv6l armv7l -+%arm armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv7l -+%arml armv3l armv4l armv5l armv5tel armv6l armv7l ++%arm armv3l armv4b armv4l armv4tl armv5b armv5l armv5teb armv5tel armv5tejl armv6l armv7l armv7hl ++%arml armv3l armv4l armv5l armv5tel armv6l armv7l armv7hl +%armb armv4b armv5b armv5teb #------------------------------------------------------------------------------ ++++++ rpmrc.diff ++++++ --- /var/tmp/diff_new_pack.5FiCPG/_old 2011-09-29 12:53:28.000000000 +0200 +++ /var/tmp/diff_new_pack.5FiCPG/_new 2011-09-29 12:53:28.000000000 +0200 @@ -158,3 +158,31 @@ buildarch_compat: parisc: noarch buildarch_compat: atarist: m68kmint noarch +--- rpmrc.in.orig 2011-09-19 18:20:32.000000000 +0200 ++++ rpmrc.in 2011-09-28 07:08:02.993553860 +0200 +@@ -250,6 +250,7 @@ + buildarchtranslate: armv5tejl: armv5tejl + buildarchtranslate: armv6l: armv6l + buildarchtranslate: armv7l: armv7l ++buildarchtranslate: armv7hl: armv7hl + + buildarchtranslate: atarist: m68kmint + buildarchtranslate: atariste: m68kmint +@@ -340,6 +341,8 @@ + arch_compat: hppa: parisc + arch_compat: parisc: noarch + ++arch_compat: armv7hl: noarch ++ + arch_compat: armv5teb: armv5b + arch_compat: armv5b: armv4b + arch_compat: armv4b: noarch +@@ -447,6 +450,8 @@ + buildarch_compat: mips: noarch + buildarch_compat: mipsel: noarch + ++buildarch_compat: armv7hl: noarch ++ + buildarch_compat: armv4b: noarch + buildarch_compat: armv7l: armv6l + buildarch_compat: armv6l: armv5tejl ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de