From 351f2ce64da0996870b30fb8cbdf324e29b881cd5ae8d3d26e1f003539c4f053 Mon Sep 17 00:00:00 2001 From: Dmitry Roshchin Date: Thu, 1 Aug 2013 11:24:19 +0000 Subject: [PATCH] Accepting request 185429 from home:k0da:ppc - rename glucat-fix-i586-build.patch to glucat-fix-32bit-build.patch - apply it for ppc 32Bit OBS-URL: https://build.opensuse.org/request/show/185429 OBS-URL: https://build.opensuse.org/package/show/science/glucat?expand=0&rev=13 --- glucat.changes | 6 ++++++ glucat.spec | 4 ++-- glucat-fix-i586-build.patch => glucat-fix-32bit-build.patch | 0 3 files changed, 8 insertions(+), 2 deletions(-) rename glucat-fix-i586-build.patch => glucat-fix-32bit-build.patch (100%) diff --git a/glucat.changes b/glucat.changes index 9babc9c..419498d 100644 --- a/glucat.changes +++ b/glucat.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Aug 1 11:15:52 UTC 2013 - dvaleev@suse.com + +- rename glucat-fix-i586-build.patch to glucat-fix-32bit-build.patch +- apply it for ppc 32Bit + ------------------------------------------------------------------- Sat Jun 8 13:45:10 UTC 2013 - badshah400@gmail.com diff --git a/glucat.spec b/glucat.spec index 24d330d..f194823 100644 --- a/glucat.spec +++ b/glucat.spec @@ -24,7 +24,7 @@ License: LGPL-3.0 Group: Development/Libraries/C and C++ Url: http://glucat.sourceforge.net/ Source: http://downloads.sourceforge.net/%{name}/%{name}-%{version}.tar.gz -Patch0: glucat-fix-i586-build.patch +Patch0: glucat-fix-32bit-build.patch #PATCH-FIX-UPSTREAM glucat-build-with-updated-boost.patch badshah400@gmail.com -- Fix building with updated boost; patch came from upstream Patch1: glucat-build-with-updated-boost.patch BuildRequires: boost-devel @@ -71,7 +71,7 @@ This package contains the python-bindings for the package. %prep %setup -q -n %{name}-%{version} -%ifarch i586 +%ifarch i586 ppc %patch0 -p1 %endif %patch1 -p1 diff --git a/glucat-fix-i586-build.patch b/glucat-fix-32bit-build.patch similarity index 100% rename from glucat-fix-i586-build.patch rename to glucat-fix-32bit-build.patch