From f7ce9b76c049d026690bc67a036a13ad29277691a770fce49336988d59eae9aa Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Thu, 9 Oct 2014 13:41:38 +0000 Subject: [PATCH] Break branch of Olaf.. just because it's pissing me off OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/orc?expand=0&rev=45 --- orc.changes | 5 +++++ orc.spec | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/orc.changes b/orc.changes index 41abde5..af5453f 100644 --- a/orc.changes +++ b/orc.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Oct 9 13:41:02 UTC 2014 - dimstar@opensuse.org + +- Add xz BuildRequires for openSUSE < 11.3 (and thus also SLE11). + ------------------------------------------------------------------- Tue Sep 23 20:58:44 UTC 2014 - zaitor@opensuse.org diff --git a/orc.spec b/orc.spec index 5779c34..27cc42a 100644 --- a/orc.spec +++ b/orc.spec @@ -28,6 +28,10 @@ Source: http://gstreamer.freedesktop.org/src/orc/%{name}-%{version}.tar. Source99: baselibs.conf BuildRequires: gtk-doc BuildRequires: pkg-config +%if 0%{?suse_version} <= 1130 +#openSUSE until 11.3 and also SLE11 do not bring in xz on their own. +BuildRequires: xz +%endif Provides: %{name}-devel = %{version} BuildRoot: %{_tmppath}/%{name}-%{version}-build