Hello community,

here is the log from the commit of package python3 for openSUSE:Factory checked 
in at 2013-05-02 15:30:33
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/python3 (Old)
 and      /work/SRC/openSUSE:Factory/.python3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "python3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/python3/python3-base.changes     2013-04-17 
23:16:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3-base.changes        
2013-05-02 15:30:36.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 22:32:43 UTC 2013 - [email protected]
+
+- Readd missing bits from ctypes-libffi-aarch64.patch
+
+-------------------------------------------------------------------
--- /work/SRC/openSUSE:Factory/python3/python3.changes  2013-04-17 
23:16:36.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.python3.new/python3.changes     2013-05-02 
15:30:36.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 29 22:32:43 UTC 2013 - [email protected]
+
+- Readd missing bits from ctypes-libffi-aarch64.patch
+
+-------------------------------------------------------------------

New:
----
  ctypes-libffi-aarch64.patch

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

Other differences:
------------------
++++++ python3-base.spec ++++++
--- /var/tmp/diff_new_pack.5zwtJb/_old  2013-05-02 15:30:42.000000000 +0200
+++ /var/tmp/diff_new_pack.5zwtJb/_new  2013-05-02 15:30:42.000000000 +0200
@@ -75,6 +75,8 @@
 Patch07:        python-3.3.0b1-curses-panel.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
+# Add missing bits for aarch64 in libffi
+Patch10:        ctypes-libffi-aarch64.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -202,6 +204,7 @@
 %patch06 -p1
 %patch07
 %patch09 -p1
+%patch10 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ python3-doc.spec ++++++
--- /var/tmp/diff_new_pack.5zwtJb/_old  2013-05-02 15:30:42.000000000 +0200
+++ /var/tmp/diff_new_pack.5zwtJb/_new  2013-05-02 15:30:42.000000000 +0200
@@ -58,6 +58,8 @@
 Patch07:        python-3.3.0b1-curses-panel.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
+# Add missing bits for aarch64 in libffi
+Patch10:        ctypes-libffi-aarch64.patch
 ### COMMON-PATCH-END ###
 ### COMMON-DEF-BEGIN ###
 
@@ -122,6 +124,7 @@
 %patch06 -p1
 %patch07
 %patch09 -p1
+%patch10 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ python3.spec ++++++
--- /var/tmp/diff_new_pack.5zwtJb/_old  2013-05-02 15:30:42.000000000 +0200
+++ /var/tmp/diff_new_pack.5zwtJb/_new  2013-05-02 15:30:42.000000000 +0200
@@ -74,6 +74,8 @@
 Patch07:        python-3.3.0b1-curses-panel.patch
 # POSIX_FADV_WILLNEED throws EINVAL. Use a different constant in test
 Patch09:        python-3.3.0b1-test-posix_fadvise.patch
+# Add missing bits for aarch64 in libffi
+Patch10:        ctypes-libffi-aarch64.patch
 ### COMMON-PATCH-END ###
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -173,6 +175,7 @@
 %patch06 -p1
 %patch07
 %patch09 -p1
+%patch10 -p1
 
 # drop Autoconf version requirement
 sed -i 's/^AC_PREREQ/dnl AC_PREREQ/' configure.ac

++++++ ctypes-libffi-aarch64.patch ++++++
Index: Python-3.3.1/Modules/_ctypes/libffi/fficonfig.py.in
===================================================================
--- Python-3.3.1.orig/Modules/_ctypes/libffi/fficonfig.py.in
+++ Python-3.3.1/Modules/_ctypes/libffi/fficonfig.py.in
@@ -28,6 +28,7 @@ ffi_platforms = {
     'PA': ['src/pa/linux.S', 'src/pa/ffi.c'],
     'PA_LINUX': ['src/pa/linux.S', 'src/pa/ffi.c'],
     'PA_HPUX': ['src/pa/hpux32.S', 'src/pa/ffi.c'],
+    'AARCH64' : ['src/aarch64/ffi.c', 'src/aarch64/sysv.S'],
 }
 
 ffi_sources += ffi_platforms['@TARGET@']
-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to