From dabbab0a26cf6fad56c20790fba86f3eee2f3cee Mon Sep 17 00:00:00 2001 From: Peter Robinson Date: Mar 09 2018 11:02:32 +0000 Subject: Add gcc BR, spec cleanups --- diff --git a/xapian-core.spec b/xapian-core.spec index 1d0310f..9e22747 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,13 +1,14 @@ Name: xapian-core Version: 1.4.5 -Release: 3%{?dist} +Release: 4%{?dist} Summary: The Xapian Probabilistic Information Retrieval Library License: GPLv2+ URL: http://www.xapian.org/ Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.tar.xz -BuildRequires: zlib-devel +BuildRequires: gcc BuildRequires: libuuid-devel +BuildRequires: zlib-devel %if ! 0%{?_module_build} %ifarch %{valgrind_arches} BuildRequires: valgrind-devel @@ -23,7 +24,6 @@ indexing and search facilities to applications %package libs Summary: Xapian search engine libraries -Group: System Environment/Libraries %description libs Xapian is an Open Source Probabilistic Information Retrieval framework. It @@ -32,7 +32,6 @@ indexing and search facilities to applications. This package provides the libraries for applications using Xapian functionality %package devel -Group: Development/Libraries Summary: Files needed for building packages which use Xapian Requires: %{name}%{?_isa} = %{version}-%{release} Requires: %{name}-libs%{?_isa} = %{version}-%{release} @@ -105,6 +104,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_mandir}/man1/xapian-config.1* %changelog +* Fri Mar 9 2018 Peter Robinson 1.4.5-4 +- Add gcc BR, spec cleanups + * Wed Mar 07 2018 Adam Williamson - 1.4.5-3 - Rebuild to fix GCC 8 mis-compilation See https://da.gd/YJVwk ("GCC 8 ABI change on x86_64")