From 8de501689eb41cc5b1c68ff9192b93eb9cb143310c118ce2a1545b2700bec82c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Lie?= Date: Wed, 11 Jul 2018 18:39:14 +0000 Subject: [PATCH] Accepting request 622165 from home:iznogood:branches:M17N - Add baselibs.conf, build 32bit support libs. OBS-URL: https://build.opensuse.org/request/show/622165 OBS-URL: https://build.opensuse.org/package/show/M17N/woff2?expand=0&rev=5 --- baselibs.conf | 1 + woff2.changes | 5 +++++ woff2.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..8778171 --- /dev/null +++ b/baselibs.conf @@ -0,0 +1 @@ +libwoff2common1_0_2 diff --git a/woff2.changes b/woff2.changes index 0e7fcdf..a534c8d 100644 --- a/woff2.changes +++ b/woff2.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Jul 11 18:28:52 UTC 2018 - bjorn.lie@gmail.com + +- Add baselibs.conf, build 32bit support libs. + ------------------------------------------------------------------- Tue May 1 17:45:14 UTC 2018 - bjorn.lie@gmail.com diff --git a/woff2.spec b/woff2.spec index 737bc4c..5aafdac 100644 --- a/woff2.spec +++ b/woff2.spec @@ -26,6 +26,7 @@ License: MIT Group: Development/Libraries/C and C++ URL: https://github.com/google/woff2 Source0: https://github.com/google/woff2/archive/v%{version}/%{name}-%{version}.tar.gz +Source99: baselibs.conf BuildRequires: cmake BuildRequires: gcc-c++