rpms/xapian-bindings/F-11 .cvsignore, 1.12, 1.13 sources, 1.13, 1.14 xapian-bindings.spec, 1.24, 1.25

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 22 15:24:34 UTC 2010


Author: pbrobinson

Update of /cvs/pkgs/rpms/xapian-bindings/F-11
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv12471

Modified Files:
	.cvsignore sources xapian-bindings.spec 
Log Message:
- Update to 1.0.18


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-11/.cvsignore,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -p -r1.12 -r1.13
--- .cvsignore	2 Dec 2009 06:34:23 -0000	1.12
+++ .cvsignore	22 Mar 2010 15:24:33 -0000	1.13
@@ -1 +1 @@
-xapian-bindings-1.0.17.tar.gz
+xapian-bindings-1.0.18.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-11/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -p -r1.13 -r1.14
--- sources	2 Dec 2009 06:34:23 -0000	1.13
+++ sources	22 Mar 2010 15:24:34 -0000	1.14
@@ -1 +1 @@
-0fbb4d2b80eb5143ef3378f45f86a952  xapian-bindings-1.0.17.tar.gz
+a82b3cc1402eed22ce1d76e61d32d0fa  xapian-bindings-1.0.18.tar.gz


Index: xapian-bindings.spec
===================================================================
RCS file: /cvs/pkgs/rpms/xapian-bindings/F-11/xapian-bindings.spec,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -p -r1.24 -r1.25
--- xapian-bindings.spec	2 Dec 2009 06:58:59 -0000	1.24
+++ xapian-bindings.spec	22 Mar 2010 15:24:34 -0000	1.25
@@ -1,10 +1,10 @@
-%{!?python_sitearch: %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
+%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print(get_python_lib(1))")}
 %define ruby_sitelib %(ruby -rrbconfig -e "puts Config::CONFIG['sitelibdir']")
 %define ruby_sitearch %(ruby -rrbconfig -e "puts Config::CONFIG['sitearchdir']")
 
 Name:          xapian-bindings
-Version:       1.0.17
-Release:       2%{?dist}
+Version:       1.0.18
+Release:       1%{?dist}
 Summary:       Bindings for the Xapian Probabilistic Information Retrieval Library
 
 Group:         Development/Libraries
@@ -75,6 +75,12 @@ rm -rf %{buildroot}
 %{ruby_sitelib}/xapian.rb
 
 %changelog
+* Sun Mar 21 2010 Peter Robinson<pbrobinson at gmail.com> 1.0.18-1
+- Update to 1.0.18
+
+* Sat Jan  9 2010 Peter Robinson <pbrobinson at gmail.com> 1.0.17-3
+- Updated to the new python sysarch spec file reqs
+
 * Wed Dec  2 2009 Peter Robinson<pbrobinson at gmail.com> 1.0.17-2
 - Drop upstreamed patch
 



More information about the scm-commits mailing list