Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2014-09-15 17:39:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/rpm (Old)
 and      /work/SRC/openSUSE:Factory/.rpm.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "rpm"

Changes:
--------
rpm-python.changes: same change
--- /work/SRC/openSUSE:Factory/rpm/rpm.changes  2014-08-20 10:50:43.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2014-09-15 
17:39:57.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Sep  8 18:51:28 CEST 2014 - m...@suse.de
+
+- update to rpm-4.11.3
+  * consists of cherry picked bug fixes
+  * fix double-free on malformed signature header (RhBug:1133885)
+  * fix curl globbing being enabled on remote retrieval (RhBug:1076277)
+  * fix verification of SHA224 signatures (RhBug:1066494)
+  * fix buffer overflows on malformed macro define/undefine (RhBug:1087000)
+  * fix buffer overflow on unterminated macro options
+  * fix file actions sometimes carrying state across multiple
+    rpmtsRun() calls (RhBug:1076552, RhBug:1128359)
+  * fix %autopatch options getting expanded twice
+  * add support for %autosetup -S git_am (RhBug:1082038)
+- dropped patches: gentlyadjustmacros.diff, rundir.diff, 
+  m68k.patch, debugedit-m68k.patch
+
+-------------------------------------------------------------------

Old:
----
  debugedit-m68k.patch
  gentlyadjustmacros.diff
  m68k.patch
  rpm-4.11.2.tar.bz2
  rundir.diff

New:
----
  rpm-4.11.3.tar.bz2

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

Other differences:
------------------
++++++ python3-rpm.spec ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           python3-rpm
-Version:        4.11.2
+Version:        4.11.3
 Release:        0
 Summary:        Python Bindings for Manipulating RPM Packages
 License:        GPL-2.0+

++++++ rpm-python.spec ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:00.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           rpm-python
-Version:        4.11.2
+Version:        4.11.3
 Release:        0
 #!BuildIgnore:  rpmlint-Factory
 Summary:        Python Bindings for Manipulating RPM Packages

++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:00.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:00.000000000 +0200
@@ -47,7 +47,7 @@
 Summary:        The RPM Package Manager
 License:        GPL-2.0+
 Group:          System/Packages
-Version:        4.11.2
+Version:        4.11.3
 Release:        0
 Source:         http://rpm.org/releases/rpm-4.11.x/rpm-%{version}.tar.bz2
 Source1:        RPM-HOWTO.tar.bz2
@@ -137,11 +137,7 @@
 Patch93:        weakdepscompat.diff
 Patch94:        checksepwarn.diff
 Patch95:        exportoldtags.diff
-Patch96:        rundir.diff
-Patch97:        gentlyadjustmacros.diff
 Patch6464:      auto-config-update-aarch64-ppc64le.diff
-Patch68000:     m68k.patch
-Patch68001:     debugedit-m68k.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -228,13 +224,11 @@
 %patch -P 60 -P 61 -P 62 -P 63 -P 64 -P 65 -P 66 -P 67 -P 68 -P 69
 %patch -P 70 -P 71 -P 72 -P 73 -P 74 -P 75 -P 76 -P 77 -P 78 -P 79
 %patch -P 80       -P 82             -P 85                  
-%patch             -P 92 -P 93 -P 94 -P 95 -P 96 -P 97
+%patch             -P 92 -P 93 -P 94 -P 95
 
 %ifarch aarch64 ppc64le
 %patch6464
 %endif
-%patch68000
-%patch68001
 
 cp config.guess config.sub db/dist/
 cp config.guess config.sub beecrypt/
@@ -333,7 +327,6 @@
 install -m 755 scripts/find-supplements{,.ksyms} %{buildroot}/usr/lib/rpm
 install -m 755 scripts/firmware.prov %{buildroot}/usr/lib/rpm
 install -m 755 scripts/debuginfo.prov %{buildroot}/usr/lib/rpm
-install -m 755 scripts/appdata.prov %{buildroot}/usr/lib/rpm
 rm -f %{buildroot}/usr/lib/locale %{buildroot}/usr/lib/rpmrc
 mkdir -p %{buildroot}/etc/rpm
 chmod 755 %{buildroot}/etc/rpm

++++++ brp.diff ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:01.000000000 +0200
@@ -1,15 +1,15 @@
---- ./scripts/Makefile.am.orig 2012-03-20 08:07:25.000000000 +0000
-+++ ./scripts/Makefile.am      2012-06-01 11:39:13.000000000 +0000
-@@ -25,6 +25,7 @@ EXTRA_DIST = \
- rpmconfig_SCRIPTS = \
+--- ./scripts/Makefile.am.orig 2014-09-05 11:48:54.000000000 +0000
++++ ./scripts/Makefile.am      2014-09-08 16:42:03.387071432 +0000
+@@ -26,6 +26,7 @@ rpmconfig_SCRIPTS = \
+       appdata.prov \
        brp-compress brp-python-bytecompile brp-java-gcjcompile \
        brp-strip brp-strip-comment-note brp-python-hardlink \
 +      brp-suse \
        brp-strip-shared brp-strip-static-archive \
        check-files check-prereqs \
        check-buildroot check-rpaths check-rpaths-worker \
---- ./scripts/brp-strip-comment-note.orig      2012-03-20 08:07:25.000000000 
+0000
-+++ ./scripts/brp-strip-comment-note   2012-06-01 11:39:13.000000000 +0000
+--- ./scripts/brp-strip-comment-note.orig      2012-11-07 12:55:24.000000000 
+0000
++++ ./scripts/brp-strip-comment-note   2014-09-08 16:42:03.387071432 +0000
 @@ -16,6 +16,8 @@ esac
  # for already stripped elf files in the build root
  for f in `find "$RPM_BUILD_ROOT" -type f \( -perm -0100 -or -perm -0010 -or 
-perm -0001 \) -exec file {} \; | \
@@ -19,8 +19,8 @@
        sed -n -e 's/^\(.*\):[  ]*ELF.*, stripped/\1/p'`; do
        note="-R .note"
        if $OBJDUMP -h $f | grep '^[    ]*[0-9]*[       ]*.note[        ]' -A 1 
| \
---- ./scripts/brp-strip.orig   2012-03-20 08:07:25.000000000 +0000
-+++ ./scripts/brp-strip        2012-06-01 11:39:13.000000000 +0000
+--- ./scripts/brp-strip.orig   2012-11-07 12:55:24.000000000 +0000
++++ ./scripts/brp-strip        2014-09-08 16:42:03.388071423 +0000
 @@ -15,6 +15,7 @@ esac
  for f in `find "$RPM_BUILD_ROOT" -type f \( -perm -0100 -or -perm -0010 -or 
-perm -0001 \) -exec file {} \; | \
          grep -v "^${RPM_BUILD_ROOT}/\?usr/lib/debug"  | \
@@ -29,8 +29,8 @@
        sed -n -e 's/^\(.*\):[  ]*ELF.*, not stripped/\1/p'`; do
        $STRIP -g "$f" || :
  done
---- ./scripts/brp-suse.orig    2012-06-01 11:39:13.000000000 +0000
-+++ ./scripts/brp-suse 2012-06-01 11:39:13.000000000 +0000
+--- ./scripts/brp-suse.orig    2014-09-08 16:42:03.388071423 +0000
++++ ./scripts/brp-suse 2014-09-08 16:42:03.388071423 +0000
 @@ -0,0 +1,13 @@
 +#! /bin/sh
 +

++++++ debugsubpkg.diff ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:01.000000000 +0200
@@ -1,7 +1,7 @@
 Create a debuginfo package for each subpackage.
 
---- ./build/files.c.orig       2014-08-18 12:59:00.491259331 +0000
-+++ ./build/files.c    2014-08-18 13:02:12.918275693 +0000
+--- ./build/files.c.orig       2014-08-18 12:37:19.151934240 +0000
++++ ./build/files.c    2014-08-18 12:48:48.106395561 +0000
 @@ -21,6 +21,10 @@
  #include <rpm/rpmlog.h>
  #include <rpm/rpmbase64.h>
@@ -270,8 +270,8 @@
            goto exit;
  
        a = headerGetString(pkg->header, RPMTAG_ARCH);
---- ./build/parseSpec.c.orig   2014-08-18 13:00:49.767700174 +0000
-+++ ./build/parseSpec.c        2014-08-18 13:00:59.917648619 +0000
+--- ./build/parseSpec.c.orig   2014-08-18 12:44:49.564619395 +0000
++++ ./build/parseSpec.c        2014-08-18 12:44:59.187569649 +0000
 @@ -503,7 +503,7 @@ static void initSourceHeader(rpmSpec spe
  }
  
@@ -281,14 +281,14 @@
  {
      const char *arch, *name;
      char *evr, *isaprov;
---- ./build/rpmbuild_internal.h.orig   2014-08-18 13:00:42.455737908 +0000
-+++ ./build/rpmbuild_internal.h        2014-08-18 13:01:40.838439511 +0000
+--- ./build/rpmbuild_internal.h.orig   2014-08-18 12:43:17.461092324 +0000
++++ ./build/rpmbuild_internal.h        2014-08-18 12:44:25.578739914 +0000
 @@ -425,6 +425,13 @@ int addReqProv(Package pkg, rpmTagVal ta
                uint32_t index);
  
  /** \ingroup rpmbuild
 + * Add self-provides to package.
-+ * @param pkg          package
++ * @param pkg         package
 + */
 +RPM_GNUC_INTERNAL
 +void addPackageProvides(Package pkg);
@@ -297,8 +297,8 @@
   * Add rpmlib feature dependency.
   * @param pkg         package
   * @param feature     rpm feature name (i.e. "rpmlib(Foo)" for feature Foo)
---- ./macros.in.orig   2014-08-18 12:59:00.558258988 +0000
-+++ ./macros.in        2014-08-18 12:59:21.194153431 +0000
+--- ./macros.in.orig   2014-08-18 12:37:19.206933957 +0000
++++ ./macros.in        2014-08-18 12:37:30.648875217 +0000
 @@ -186,24 +186,10 @@
  #     Template for debug information sub-package.
  %debug_package \
@@ -324,8 +324,8 @@
  %description debugsource\
  This package provides debug sources for package %{name}.\
  Debug sources are useful when developing applications that use this\
---- ./scripts/find-debuginfo.sh.orig   2014-08-18 12:59:00.552259019 +0000
-+++ ./scripts/find-debuginfo.sh        2014-08-18 12:59:21.195153440 +0000
+--- ./scripts/find-debuginfo.sh.orig   2014-08-18 12:37:19.201933983 +0000
++++ ./scripts/find-debuginfo.sh        2014-08-18 12:37:30.648875217 +0000
 @@ -149,6 +149,11 @@ debug_link()
  # Provide .2, .3, ... symlinks to all filename instances of this build-id.
  make_id_dup_link()

++++++ newweakdeps.diff ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:01.000000000 +0200
@@ -307,137 +307,6 @@
      { RPMTAG_PROVIDENEVRS,    providenevrsTag },
      { RPMTAG_OBSOLETENEVRS,   obsoletenevrsTag },
      { RPMTAG_CONFLICTNEVRS,   conflictnevrsTag },
---- ./python/Makefile.am.orig  2014-02-05 13:04:02.000000000 +0000
-+++ ./python/Makefile.am       2014-02-20 14:47:48.110802710 +0000
-@@ -6,16 +6,16 @@ AM_CPPFLAGS = -I$(top_builddir)/include/
- AM_CPPFLAGS += -I$(top_srcdir)/python
- AM_CPPFLAGS += -I@WITH_PYTHON_INCLUDE@
- 
--pkgpyexec_LTLIBRARIES = _rpmmodule.la _rpmbmodule.la _rpmsmodule.la
-+pkgpyexec_LTLIBRARIES = _rpm.la _rpmb.la _rpms.la
- pkgpyexec_DATA = rpm/__init__.py rpm/transaction.py
- 
--_rpmmodule_la_LDFLAGS = -module -avoid-version -shared
--_rpmmodule_la_LIBADD = \
-+_rpm_la_LDFLAGS = -module -avoid-version -shared
-+_rpm_la_LIBADD = \
-       $(top_builddir)/lib/librpm.la \
-       $(top_builddir)/rpmio/librpmio.la \
-       @WITH_PYTHON_LIB@
- 
--_rpmmodule_la_SOURCES = rpmmodule.c rpmsystem-py.h \
-+_rpm_la_SOURCES = rpmmodule.c rpmsystem-py.h \
-       header-py.c header-py.h \
-       rpmds-py.c rpmds-py.h \
-       rpmfd-py.c rpmfd-py.h \
-@@ -30,22 +30,22 @@ _rpmmodule_la_SOURCES = rpmmodule.c rpms
-       rpmte-py.c rpmte-py.h \
-       rpmts-py.c rpmts-py.h
- 
--_rpmbmodule_la_LDFLAGS = -module -avoid-version -shared
--_rpmbmodule_la_LIBADD = \
-+_rpmb_la_LDFLAGS = -module -avoid-version -shared
-+_rpmb_la_LIBADD = \
-       $(top_builddir)/build/librpmbuild.la \
-       $(top_builddir)/lib/librpm.la \
-       $(top_builddir)/rpmio/librpmio.la \
-       @WITH_PYTHON_LIB@
- 
--_rpmbmodule_la_SOURCES = rpmbmodule.c rpmsystem-py.h \
-+_rpmb_la_SOURCES = rpmbmodule.c rpmsystem-py.h \
-       spec-py.c spec-py.h
- 
--_rpmsmodule_la_LDFLAGS = -module -avoid-version -shared
--_rpmsmodule_la_LIBADD = \
-+_rpms_la_LDFLAGS = -module -avoid-version -shared
-+_rpms_la_LIBADD = \
-         $(top_builddir)/sign/librpmsign.la \
-         $(top_builddir)/lib/librpm.la \
-         $(top_builddir)/rpmio/librpmio.la \
-         @WITH_PYTHON_LIB@
- 
--_rpmsmodule_la_SOURCES = rpmsmodule.c rpmsystem-py.h
-+_rpms_la_SOURCES = rpmsmodule.c rpmsystem-py.h
- 
---- ./python/rpmbmodule.c.orig 2012-11-07 12:55:24.000000000 +0000
-+++ ./python/rpmbmodule.c      2014-02-20 14:47:48.110802710 +0000
-@@ -66,8 +66,8 @@ static struct PyModuleDef moduledef = {
-     NULL         /* m_free */
- };
- 
--PyObject * PyInit__rpm(void); /* XXX eliminate gcc warning */
--PyObject * PyInit__rpm(void)
-+PyObject * PyInit__rpmb(void);        /* XXX eliminate gcc warning */
-+PyObject * PyInit__rpmb(void)
- {
-     PyObject *m;
- 
---- ./python/rpmii-py.c.orig   2012-11-07 12:55:24.000000000 +0000
-+++ ./python/rpmii-py.c        2014-02-20 14:47:48.110802710 +0000
-@@ -88,7 +88,9 @@ static PyNumberMethods rpmii_as_number =
-       0, /* nb_add */
-       0, /* nb_subtract */
-       0, /* nb_multiply */
-+#if PY_MAJOR_VERSION < 3
-       0, /* nb_divide */
-+#endif
-       0, /* nb_remainder */
-       0, /* nb_divmod */
-       0, /* nb_power */
---- ./python/rpmmi-py.c.orig   2012-11-07 12:55:24.000000000 +0000
-+++ ./python/rpmmi-py.c        2014-02-20 14:47:48.110802710 +0000
-@@ -149,7 +149,9 @@ static PyNumberMethods rpmmi_as_number =
-       0, /* nb_add */
-       0, /* nb_subtract */
-       0, /* nb_multiply */
-+#if PY_MAJOR_VERSION < 3
-       0, /* nb_divide */
-+#endif
-       0, /* nb_remainder */
-       0, /* nb_divmod */
-       0, /* nb_power */
---- ./python/rpmsmodule.c.orig 2012-11-07 12:55:24.000000000 +0000
-+++ ./python/rpmsmodule.c      2014-02-20 14:47:48.110802710 +0000
-@@ -59,15 +59,15 @@ static struct PyModuleDef moduledef = {
-     "_rpms",     /* m_name */
-     rpms__doc__, /* m_doc */
-     0,           /* m_size */
--    NULL,        /* m_methods */
-+    modMethods,  /* m_methods */
-     NULL,        /* m_reload */
-     NULL,        /* m_traverse */
-     NULL,        /* m_clear */
-     NULL         /* m_free */
- };
- 
--PyObject * PyInit__rpm(void); /* XXX eliminate gcc warning */
--PyObject * PyInit__rpm(void)
-+PyObject * PyInit__rpms(void);        /* XXX eliminate gcc warning */
-+PyObject * PyInit__rpms(void)
- {
-     PyObject *m;
- 
---- ./python/rpmsystem-py.h.orig       2012-11-07 12:55:24.000000000 +0000
-+++ ./python/rpmsystem-py.h    2014-02-20 14:47:48.110802710 +0000
-@@ -48,6 +48,7 @@ typedef Py_ssize_t (*lenfunc)(PyObject *
- #define PyInt_FromLong PyLong_FromLong
- #define PyInt_AsUnsignedLongMask PyLong_AsUnsignedLongMask
- #define PyInt_AsUnsignedLongLongMask PyLong_AsUnsignedLongLongMask
-+#define PyInt_AsSsize_t PyLong_AsSsize_t
- #endif
- 
- #endif        /* H_SYSTEM_PYTHON */
---- ./rpmio/digest.c.orig      2012-11-07 12:55:24.000000000 +0000
-+++ ./rpmio/digest.c   2014-02-20 14:47:48.110802710 +0000
-@@ -8,7 +8,7 @@
- 
- #include "debug.h"
- 
--#define DIGESTS_MAX 11
-+#define DIGESTS_MAX 12
- struct rpmDigestBundle_s {
-     int index_min;                    /*!< Smallest index of active digest */
-     int index_max;                    /*!< Largest index of active digest */
 --- ./rpmpopt.in.orig  2014-02-05 13:04:02.000000000 +0000
 +++ ./rpmpopt.in       2014-02-20 14:47:48.110802710 +0000
 @@ -67,6 +67,19 @@ rpm alias --requires        --qf \

++++++ platformin.diff ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:01.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:01.000000000 +0200
@@ -1,7 +1,7 @@
 SUSE specific platform changes. 
 
---- ./platform.in.orig 2012-03-20 08:07:25.000000000 +0000
-+++ ./platform.in      2012-06-01 12:42:30.000000000 +0000
+--- ./platform.in.orig 2014-09-05 11:49:01.000000000 +0000
++++ ./platform.in      2014-09-08 16:43:35.250660580 +0000
 @@ -29,7 +29,7 @@
  %_exec_prefix         @exec_prefix@
  %_bindir              @bindir@
@@ -19,8 +19,8 @@
 +%_initddir            %{_sysconfdir}/init.d
  # Deprecated misspelling, present for backwards compatibility.
  %_initrddir           %{_initddir}
- 
-@@ -78,3 +78,21 @@
+ %_rundir              @RUNDIR@
+@@ -79,3 +79,21 @@
  @apple@#
  @apple@%_use_internal_dependency_generator     0
  @apple@%__so  dylib

++++++ rpm-4.11.2.tar.bz2 -> rpm-4.11.3.tar.bz2 ++++++
++++ 30772 lines of diff (skipped)

++++++ rpmrc.diff ++++++
--- /var/tmp/diff_new_pack.HorHwv/_old  2014-09-15 17:40:03.000000000 +0200
+++ /var/tmp/diff_new_pack.HorHwv/_new  2014-09-15 17:40:03.000000000 +0200
@@ -1,5 +1,5 @@
---- ./rpmrc.in.orig    2014-02-05 13:04:02.000000000 +0000
-+++ ./rpmrc.in 2014-02-20 12:48:24.342815390 +0000
+--- ./rpmrc.in.orig    2014-09-05 11:47:15.000000000 +0000
++++ ./rpmrc.in 2014-09-08 16:44:47.547337670 +0000
 @@ -12,16 +12,16 @@
  # "fat" binary with both archs, for Darwin
  optflags: fat -O2 -g -arch i386 -arch ppc
@@ -62,9 +62,9 @@
  optflags: armv7l -O2 -g -march=armv7
 +optflags: armv7hl -O2 -g -march=armv7-a -mfloat-abi=hard -mthumb 
-mabi=aapcs-linux
  
- optflags: atarist -O2 -g -fomit-frame-pointer
- optflags: atariste -O2 -g -fomit-frame-pointer
-@@ -77,8 +80,8 @@ optflags: atariclone -O2 -g -fomit-frame
+ optflags: m68k -O2 -g -fomit-frame-pointer
+ 
+@@ -79,8 +82,8 @@ optflags: atariclone -O2 -g -fomit-frame
  optflags: milan -O2 -g -fomit-frame-pointer
  optflags: hades -O2 -g -fomit-frame-pointer
  
@@ -75,7 +75,7 @@
  
  optflags: sh3 -O2 -g
  optflags: sh4 -O2 -g -mieee
-@@ -180,7 +183,9 @@ arch_canon:     armv4l:    armv4l  12
+@@ -184,7 +187,9 @@ arch_canon:     armv4l:    armv4l  12
  arch_canon:     armv5tel: armv5tel    12
  arch_canon:     armv5tejl: armv5tejl  12
  arch_canon:     armv6l: armv6l        12
@@ -85,7 +85,7 @@
  
  arch_canon:   m68kmint: m68kmint      13
  arch_canon:   atarist: m68kmint       13
-@@ -244,17 +249,17 @@ os_canon:       MacOSX: macosx   21
+@@ -248,17 +253,17 @@ os_canon:       MacOSX: macosx   21
  #############################################################
  # For a given uname().machine, the default build arch
  
@@ -111,7 +111,7 @@
  buildarchtranslate: i486: i386
  buildarchtranslate: i386: i386
  
-@@ -293,7 +298,9 @@ buildarchtranslate: armv4tl: armv4tl
+@@ -297,7 +302,9 @@ buildarchtranslate: armv4tl: armv4tl
  buildarchtranslate: armv5tel: armv5tel
  buildarchtranslate: armv5tejl: armv5tejl
  buildarchtranslate: armv6l: armv6l
@@ -119,9 +119,9 @@
  buildarchtranslate: armv7l: armv7l
 +buildarchtranslate: armv7hl: armv7hl
  
- buildarchtranslate: atarist: m68kmint
- buildarchtranslate: atariste: m68kmint
-@@ -318,6 +325,15 @@ buildarchtranslate: sh4a: sh4
+ buildarchtranslate: m68k: m68k
+ 
+@@ -324,6 +331,15 @@ buildarchtranslate: sh4a: sh4
  
  buildarchtranslate: aarch64: aarch64
  
@@ -137,7 +137,7 @@
  #############################################################
  # Architecture compatibility
  
-@@ -375,14 +391,20 @@ arch_compat: mipsel: noarch
+@@ -381,14 +397,20 @@ arch_compat: mipsel: noarch
  arch_compat: hppa2.0: hppa1.2
  arch_compat: hppa1.2: hppa1.1
  arch_compat: hppa1.1: hppa1.0
@@ -160,7 +160,7 @@
  arch_compat: armv4tl: armv4l
  arch_compat: armv4l: armv3l
  arch_compat: armv3l: noarch
-@@ -399,7 +421,7 @@ arch_compat: i370: noarch
+@@ -407,7 +429,7 @@ arch_compat: i370: noarch
  arch_compat: s390: noarch
  arch_compat: s390x: s390 noarch
  
@@ -169,7 +169,7 @@
  
  arch_compat: x86_64: amd64 em64t athlon noarch
  arch_compat: amd64: x86_64 em64t athlon noarch
-@@ -484,12 +506,15 @@ buildarch_compat: ppc64le: noarch fat
+@@ -492,12 +514,15 @@ buildarch_compat: ppc64le: noarch fat
  buildarch_compat: ppc64pseries: ppc64
  buildarch_compat: ppc64iseries: ppc64
  buildarch_compat: ppc64p7: ppc64
@@ -185,7 +185,7 @@
  buildarch_compat: armv6l: armv5tejl
  buildarch_compat: armv5tejl: armv5tel
  buildarch_compat: armv5tel: armv4tl
-@@ -500,7 +525,8 @@ buildarch_compat: armv3l: noarch
+@@ -508,7 +533,8 @@ buildarch_compat: armv3l: noarch
  buildarch_compat: hppa2.0: hppa1.2
  buildarch_compat: hppa1.2: hppa1.1
  buildarch_compat: hppa1.1: hppa1.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to