Hello community,

here is the log from the commit of package rpm for openSUSE:Factory checked in 
at 2013-10-09 23:41:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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  2013-10-03 07:43:51.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.rpm.new/rpm.changes     2013-10-09 
23:41:56.000000000 +0200
@@ -1,0 +2,5 @@
+Wed Oct  9 09:49:47 UTC 2013 - [email protected]
+
+- m68k.patch: Add support for m68k
+
+-------------------------------------------------------------------

New:
----
  m68k.patch

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

Other differences:
------------------
rpm-python.spec: same change
++++++ rpm.spec ++++++
--- /var/tmp/diff_new_pack.5Ejiqc/_old  2013-10-09 23:41:58.000000000 +0200
+++ /var/tmp/diff_new_pack.5Ejiqc/_new  2013-10-09 23:41:58.000000000 +0200
@@ -143,6 +143,7 @@
 Patch89:        application_provides.diff
 Patch90:        appdata_provides.diff
 Patch6464:      auto-config-update-aarch64.diff
+Patch68000:     m68k.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #
 # avoid bootstrapping problem
@@ -233,6 +234,7 @@
 %ifarch aarch64
 %patch6464
 %endif
+%patch68000
 cp config.guess config.sub db/dist/
 cp config.guess config.sub beecrypt/
 #chmod 755 scripts/find-supplements{,.ksyms}

++++++ m68k.patch ++++++
Index: installplatform
===================================================================
--- installplatform.orig
+++ installplatform
@@ -108,6 +108,12 @@ for ARCH in noarch `grep ^arch_canon $RP
        CANONARCH=aarch64
        CANONCOLOR=3
        ;;
+    m68k)
+       ISANAME=m68k
+       ISABITS=32
+       CANONARCH=m68k
+       CANONCOLOR=0
+       ;;
     noarch)
        CANONARCH=noarch
        CANONCOLOR=0
Index: rpmrc.in
===================================================================
--- rpmrc.in.orig
+++ rpmrc.in
@@ -109,6 +109,8 @@ archcolor: armv5tejl 1
 archcolor: armv6l 1
 archcolor: armv7l 1
 
+archcolor: m68k 1
+
 archcolor: m68kmint 1
 
 archcolor: s390 1
@@ -299,6 +301,8 @@ buildarchtranslate: armv6hl: armv6hl
 buildarchtranslate: armv7l: armv7l
 buildarchtranslate: armv7hl: armv7hl
 
+buildarchtranslate: m68k: m68k
+
 buildarchtranslate: atarist: m68kmint
 buildarchtranslate: atariste: m68kmint
 buildarchtranslate: ataritt: m68kmint
@@ -405,6 +409,8 @@ arch_compat: armv4tl: armv4l
 arch_compat: armv4l: armv3l
 arch_compat: armv3l: noarch
 
+arch_compat: m68k: noarch
+
 arch_compat: atarist: m68kmint noarch
 arch_compat: atariste: m68kmint noarch
 arch_compat: ataritt: m68kmint noarch
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to