[xapian-core] 1.2.20

Peter Robinson pbrobinson at fedoraproject.org
Sat Mar 21 14:29:21 UTC 2015


commit 22147b0965c62436d1f681c69a5212f62d4f24a7
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Mar 21 14:29:10 2015 +0000

    1.2.20

 sources          |  2 +-
 xapian-core.spec | 12 ++++++++----
 2 files changed, 9 insertions(+), 5 deletions(-)
---
diff --git a/sources b/sources
index 0a32741..9278f2a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-54ec8333757eb94dbde76d31d185af91  xapian-core-1.2.19.tar.xz
+eecb650d8b73e09a63f32140f2d810ce  xapian-core-1.2.20.tar.xz
diff --git a/xapian-core.spec b/xapian-core.spec
index aad0cb1..8e38a58 100644
--- a/xapian-core.spec
+++ b/xapian-core.spec
@@ -1,6 +1,6 @@
 Name:          xapian-core
-Version:       1.2.19
-Release:       3%{?dist}
+Version:       1.2.20
+Release:       1%{?dist}
 Summary:       The Xapian Probabilistic Information Retrieval Library
 
 Group:         Applications/Databases
@@ -33,6 +33,7 @@ Group:         Development/Libraries
 Summary:       Files needed for building packages which use Xapian
 Requires:      %{name}%{?_isa} = %{version}-%{release}
 Requires:      %{name}-libs%{?_isa} = %{version}-%{release}
+Requires:      libuuid-devel
 
 %description devel
 Xapian is an Open Source Probabilistic Information Retrieval framework. It
@@ -61,7 +62,7 @@ make %{?_smp_mflags} V=1
 make install DESTDIR=%{buildroot} INSTALL='install -p'
 
 # Remove libtool archives
-# find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
+find $RPM_BUILD_ROOT -name '*.la' -delete
 
 # Remove the dev docs, we pick them up below
 rm -rf %{buildroot}%{_datadir}/doc/%{name}
@@ -94,13 +95,16 @@ rm -rf %{buildroot}%{_datadir}/doc/%{name}
 %{_includedir}/xapian
 %{_includedir}/xapian.h
 %{_libdir}/libxapian.so
-%{_libdir}/libxapian.la
 %{_libdir}/cmake/xapian
+%{_libdir}/pkgconfig/xapian-core.pc
 %{_datadir}/aclocal/xapian.m4
 # man pages may be gzipped, hence the trailing wildcard.
 %{_mandir}/man1/xapian-config.1*
 
 %changelog
+* Sat Mar 21 2015 Peter Robinson <pbrobinson at fedoraproject.org> 1.2.20-1
+- Update to 1.2.20
+
 * Wed Feb 25 2015 Than Ngo <than at redhat.com> 1.2.19-3
 - rebuilt against new gcc5
 


More information about the scm-commits mailing list