From 5be127b5b27483dc638d30db51709e1282df3a5b Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Nov 04 2014 00:19:25 +0000 Subject: Add aarch64 and ppc64le to list of 64-bit architectures --- diff --git a/wx-config b/wx-config index 6347f4d..a738177 100644 --- a/wx-config +++ b/wx-config @@ -22,7 +22,7 @@ case $arch in i?86|ppc|s390|sparc|arm*|ia64) libdir=/usr/lib ;; - x86_64|ppc64|s390x|sparc64) + x86_64|ppc64|s390x|sparc64|aarch64|ppc64le) libdir=/usr/lib64 ;; *) diff --git a/wxGTK3.spec b/wxGTK3.spec index 7973fd8..324a101 100644 --- a/wxGTK3.spec +++ b/wxGTK3.spec @@ -11,7 +11,7 @@ Name: %{wxgtkname} Version: 3.0.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: GTK port of the wxWidgets GUI library License: wxWidgets Group: System Environment/Libraries @@ -247,6 +247,9 @@ popd %doc html %changelog +* Mon Nov 03 2014 Marcin Juszkiewicz - 3.0.1-5 +- Add aarch64 and ppc64le to list of 64-bit architectures + * Tue Sep 30 2014 Jeremy Newton - 3.0.1-4 - Add conflict with wxgtk-devel again, temporary fix until it can be resolved