SPECS: libmemcache.spec - updated to 1.4.0, API is preserved but a...
glen
glen at pld-linux.org
Tue Aug 23 14:23:36 CEST 2005
Author: glen Date: Tue Aug 23 12:23:36 2005 GMT
Module: SPECS Tag: HEAD
---- Log message:
- updated to 1.4.0, API is preserved but anything linking against 1.4 needs recompiling
---- Files affected:
SPECS:
libmemcache.spec (1.4 -> 1.5)
---- Diffs:
================================================================
Index: SPECS/libmemcache.spec
diff -u SPECS/libmemcache.spec:1.4 SPECS/libmemcache.spec:1.5
--- SPECS/libmemcache.spec:1.4 Sat Jun 25 23:59:31 2005
+++ SPECS/libmemcache.spec Tue Aug 23 14:23:30 2005
@@ -1,15 +1,15 @@
# $Revision$, $Date$
-%define _beta 9
Summary: libmemcache - the C API for memcached
Summary(pl): libmemcache - API C do memcached
Name: libmemcache
-Version: 1.3.0
+Version: 1.4.0
+%define _beta 4
Release: 0.beta%{_beta}.1
Epoch: 0
License: MIT
Group: Libraries
-Source0: http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.beta%{_beta}.tar.bz2
-# Source0-md5: 7b2579095cd758e575f0e4ce5f686305
+Source0: http://people.freebsd.org/~seanc/libmemcache/%{name}-%{version}.b%{_beta}.tar.bz2
+# Source0-md5: 74b6c17686a852a3f20d8e621fd0ab69
Patch0: %{name}-make.patch
URL: http://people.freebsd.org/~seanc/libmemcache/
BuildRequires: autoconf
@@ -74,7 +74,7 @@
Statyczna biblioteka libmemcache.
%prep
-%setup -q -n %{name}-%{version}.beta%{_beta}
+%setup -q -n %{name}-%{version}.b%{_beta}
%patch0 -p1
cp -a test tests
rm -f tests{,/*}/Makefile*
@@ -110,6 +110,8 @@
%attr(755,root,root) %{_libdir}/libmemcache.so
%{_libdir}/libmemcache.la
%{_includedir}/memcache.h
+%{_includedir}/buffer.h
+%{_includedir}/_buffer.h
%files static
%defattr(644,root,root,755)
@@ -121,6 +123,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.5 2005/08/23 12:23:30 glen
+- updated to 1.4.0, API is preserved but anything linking against 1.4 needs recompiling
+
Revision 1.4 2005/06/25 21:59:31 qboosh
- pl
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/libmemcache.spec?r1=1.4&r2=1.5&f=u
More information about the pld-cvs-commit
mailing list