SHA256
1
0
forked from pool/Botan

Accepting request 209925 from devel:libraries:c_c++

- Add ppc64le architecture
- added patches:
  * ppc64le-support.patch (forwarded request 209893 from k0da)

OBS-URL: https://build.opensuse.org/request/show/209925
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/Botan?expand=0&rev=31
This commit is contained in:
Stephan Kulow 2013-12-11 10:28:14 +00:00 committed by Git OBS Bridge
commit a30db6ccc8
3 changed files with 27 additions and 0 deletions

View File

@ -1,4 +1,11 @@
-------------------------------------------------------------------
Sun Dec 8 23:46:27 UTC 2013 - dvaleev@suse.com
- Add ppc64le architecture
- added patches:
* ppc64le-support.patch
-------------------------------------------------------------------
Mon Nov 11 20:11:43 UTC 2013 - tbehrens@suse.com
- Update to 1.10.6

View File

@ -35,6 +35,7 @@ Patch4: Botan-no-buildtime.patch
Patch6: Botan-fix_pkgconfig.patch
Patch7: dont-set-mach-value.diff
Patch8: aarch64-support.patch
Patch9: ppc64le-support.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Requires: bzip2 >= 1.0.2
Requires: gmp >= 4.1
@ -90,6 +91,7 @@ programs that use the Botan library.
%patch6
%patch7 -p1
%patch8
%patch9
%build
export RPM_OPT_FLAGS

18
ppc64le-support.patch Normal file
View File

@ -0,0 +1,18 @@
--- /dev/null 2013-11-30 20:09:56.080000808 +0100
+++ src/build-data/arch/ppc64le.txt 2013-12-08 23:56:25.465510000 +0100
@@ -0,0 +1,15 @@
+endian little
+
+family ppc
+
+<aliases>
+powerpc64le
+</aliases>
+
+<submodels>
+power7
+</submodels>
+
+<isa_extn>
+altivec:power7
+</isa_extn>