From 43c91274e975630abcd39eecd12030a4c0e8828e Mon Sep 17 00:00:00 2001 From: Michal Toman Date: Wed, 30 Dec 2015 18:38:13 +0100 Subject: [PATCH] Add support for MIPS to wx-config --- wx-config | 4 ++-- wxGTK.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/wx-config b/wx-config index da28d13..35c0c7d 100644 --- a/wx-config +++ b/wx-config @@ -17,10 +17,10 @@ if [ -z $arch ]; then fi case $arch in - i?86|ppc|s390|sparc|arm*|ia64) + i?86|ppc|s390|sparc|arm*|ia64|mips|mipsel) libdir=/usr/lib ;; - x86_64|ppc64|ppc64le|s390x|sparc64|aarch64) + x86_64|ppc64|ppc64le|s390x|sparc64|aarch64|mips64*) libdir=/usr/lib64 ;; *) diff --git a/wxGTK.spec b/wxGTK.spec index 42122ef..1ddd2ce 100644 --- a/wxGTK.spec +++ b/wxGTK.spec @@ -1,6 +1,6 @@ Name: wxGTK Version: 2.8.12 -Release: 20%{?dist} +Release: 21%{?dist} Summary: GTK2 port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -212,6 +212,9 @@ popd %changelog +* Wed Dec 30 2015 Michal Toman - 2.8.12-21 +- Add support for MIPS to wx-config + * Wed Nov 25 2015 Yaakov Selkowitz - 2.8.12-20 - Disable gnomeprint support (retired prior to F23)