From cc82825677d7c8f3097ea21a17e48b4b956023d90b99cc98b7ae9846ffbf02e0 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 2 May 2018 06:05:53 +0000 Subject: [PATCH] Accepting request 602900 from home:iznogood:branches:Archiving - Add missing libbrotlicommon%%{sover} and libbrotlidec%%{sover} Requires to devel subpackage. OBS-URL: https://build.opensuse.org/request/show/602900 OBS-URL: https://build.opensuse.org/package/show/Archiving/brotli?expand=0&rev=7 --- brotli.changes | 6 ++++++ brotli.spec | 2 ++ 2 files changed, 8 insertions(+) diff --git a/brotli.changes b/brotli.changes index 1ca5393..9937b92 100644 --- a/brotli.changes +++ b/brotli.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed May 2 04:58:52 UTC 2018 - bjorn.lie@gmail.com + +- Add missing libbrotlicommon%%{sover} and libbrotlidec%%{sover} + Requires to devel subpackage. + ------------------------------------------------------------------- Mon Mar 5 19:29:33 UTC 2018 - jengelh@inai.de diff --git a/brotli.spec b/brotli.spec index 3663683..1ce4584 100644 --- a/brotli.spec +++ b/brotli.spec @@ -70,6 +70,8 @@ The specification of the Brotli Compressed Data Format is defined in RFC 7932. %package -n libbrotli-devel Summary: Development and Header Files for Brotli Compression Group: Development/Libraries/C and C++ +Requires: libbrotlicommon%{sover} = %{version}-%{release} +Requires: libbrotlidec%{sover} = %{version}-%{release} Requires: libbrotlienc%{sover} = %{version}-%{release} Provides: libbrotlicommon-devel = %version-%release Provides: libbrotlidec-devel = %version-%release