From 48a7cf603e0e5a616666ecbf7e21cdfd86a48d10 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 17 Jan 2014 19:04:30 +0100 Subject: [PATCH] - Add ppc64le (#1054411) --- wx-config | 2 +- wxGTK.spec | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/wx-config b/wx-config index 64cf508..da28d13 100644 --- a/wx-config +++ b/wx-config @@ -20,7 +20,7 @@ case $arch in i?86|ppc|s390|sparc|arm*|ia64) libdir=/usr/lib ;; - x86_64|ppc64|s390x|sparc64|aarch64) + x86_64|ppc64|ppc64le|s390x|sparc64|aarch64) libdir=/usr/lib64 ;; *) diff --git a/wxGTK.spec b/wxGTK.spec index b2ba5a3..8e317cf 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,6 +1,6 @@ Name: wxGTK Version: 2.8.12 -Release: 10%{?dist} +Release: 11%{?dist} Summary: GTK2 port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -207,6 +207,9 @@ popd %changelog +* Fri Jan 17 2014 Dan HorĂ¡k - 2.8.12-11 +- Add ppc64le (#1054411) + * Tue Jan 14 2014 Peter Robinson 2.8.12-10 - Add aarch64, clean up spec