From d31c3708f2c8d59e0b2940ae9b47627cb8c76d7a9a0b4f4f0be7c507f421d3b2 Mon Sep 17 00:00:00 2001 From: Stefan Dirsch Date: Thu, 26 Mar 2015 13:50:02 +0000 Subject: [PATCH] Accepting request 293257 from home:Zaitor:branches:X11:XOrg Add baselibs.conf in order to build 32bit packages, needed for GNOME 3.16 OBS-URL: https://build.opensuse.org/request/show/293257 OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/libepoxy?expand=0&rev=4 --- baselibs.conf | 1 + libepoxy.changes | 5 +++++ libepoxy.spec | 1 + 3 files changed, 7 insertions(+) create mode 100644 baselibs.conf diff --git a/baselibs.conf b/baselibs.conf new file mode 100644 index 0000000..d511fb7 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libepoxy0 diff --git a/libepoxy.changes b/libepoxy.changes index 1c1dedd..81728b8 100644 --- a/libepoxy.changes +++ b/libepoxy.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Mar 26 11:42:39 UTC 2015 - zaitor@opensuse.org + +- Add baselibs.conf in order to build 32bit packages. + ------------------------------------------------------------------- Thu Feb 12 10:13:10 UTC 2015 - sndirsch@suse.com diff --git a/libepoxy.spec b/libepoxy.spec index e33d819..f68f297 100644 --- a/libepoxy.spec +++ b/libepoxy.spec @@ -25,6 +25,7 @@ License: MIT Group: Development/Libraries/C and C++ Url: https://github.com/anholt/libepoxy Source: https://github.com/anholt/%{name}/archive/v%{version}.tar.gz +Source1: baselibs.conf Patch0: u_sort-the-providers-by-their-enum-not-by-their-functi.patch BuildRequires: autoconf >= 2.60 BuildRequires: automake