diff --git a/sources b/sources index a12ffa1..f24e653 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -493117bf45e5471e86b4fc5d6d8069dc xapian-core-1.2.17.tar.xz +0ccbf68ade12e7b1ead10c57f4447899 xapian-core-1.2.18.tar.xz diff --git a/xapian-core.spec b/xapian-core.spec index 4e7d1b5..f056c45 100644 --- a/xapian-core.spec +++ b/xapian-core.spec @@ -1,6 +1,6 @@ Name: xapian-core -Version: 1.2.17 -Release: 3%{?dist} +Version: 1.2.18 +Release: 1%{?dist} Summary: The Xapian Probabilistic Information Retrieval Library Group: Applications/Databases @@ -10,7 +10,8 @@ Source0: http://www.oligarchy.co.uk/xapian/%{version}/%{name}-%{version}.t BuildRequires: zlib-devel BuildRequires: libuuid-devel -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} + %description Xapian is an Open Source Probabilistic Information Retrieval Library. It @@ -30,8 +31,8 @@ libraries for applications using Xapian functionality %package devel Group: Development/Libraries Summary: Files needed for building packages which use Xapian -Requires: %{name} = %{version}-%{release} -Requires: %{name}-libs = %{version}-%{release} +Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: %{name}-libs%{?_isa} = %{version}-%{release} %description devel Xapian is an Open Source Probabilistic Information Retrieval framework. It @@ -100,6 +101,9 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name} %{_mandir}/man1/xapian-config.1* %changelog +* Mon Sep 1 2014 Peter Robinson 1.2.18-1 +- Update to 1.2.18 + * Mon Aug 18 2014 Fedora Release Engineering - 1.2.17-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild