Search
j0ke.net Open Build Service
>
Projects
>
home:netmax
>
libmemcached
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 8
[-]
[+]
Changed
libmemcached.spec
@@ -1,15 +1,15 @@ -Summary: memcached C library and command line tools -Name: libmemcached -Version: 0.9 -Release: 1 -License: BSD -Group: System Environment/Libraries -URL: http://tangent.org/552/libmemcached.html +Summary: memcached C library and command line tools +Name: libmemcached +Version: 0.10 +Release: 1 +License: BSD +Group: System Environment/Libraries +URL: http://tangent.org/552/libmemcached.html -Packager: Carten Schoene <cs@linux-administrator.com> +Packager: Carsten Schoene <cs@linux-administrator.com> -Source: http://download.tangent.org/libmemcached-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot +Source: http://download.tangent.org/libmemcached-%{version}.tar.gz +BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot %description libmemcached is a C client library to the memcached server @@ -24,15 +24,12 @@ memstat - Dump the stats of your servers to standard output. memslap - Generate testing loads on a memcached cluster. memcp - Copy files to memcached servers. +memerror - Creates human readable messages from libmemecached error codes. %prep %setup -q -CXXFLAGS="-fno-strict-aliasing" ./configure \ - --prefix=%{_prefix} \ - --mandir=%{_mandir} \ - --sysconfdir=%{_sysconfdir} \ - --libdir=%{_libdir} +%configure %build %{__make} %{_smp_mflags} @@ -47,6 +44,7 @@ %files %{_bindir}/memcat %{_bindir}/memcp +%{_bindir}/memerror %{_bindir}/memflush %{_bindir}/memrm %{_bindir}/memstat @@ -60,6 +58,7 @@ %{_libdir}/pkgconfig/libmemcached.pc %{_mandir}/man1/memcat.1.gz %{_mandir}/man1/memcp.1.gz +%{_mandir}/man1/memerror.1.gz %{_mandir}/man1/memflush.1.gz %{_mandir}/man1/memrm.1.gz %{_mandir}/man1/memslap.1.gz @@ -67,17 +66,21 @@ %{_mandir}/man3/libmemcached.3.gz %{_mandir}/man3/libmemcached_examples.3.gz %{_mandir}/man3/memcached_add.3.gz +%{_mandir}/man3/memcached_append.3.gz %{_mandir}/man3/memcached_behavior_get.3.gz %{_mandir}/man3/memcached_behavior_set.3.gz +%{_mandir}/man3/memcached_cas.3.gz %{_mandir}/man3/memcached_clone.3.gz %{_mandir}/man3/memcached_create.3.gz %{_mandir}/man3/memcached_decrement.3.gz %{_mandir}/man3/memcached_delete.3.gz %{_mandir}/man3/memcached_fetch.3.gz +%{_mandir}/man3/memcached_fetch_result.3.gz %{_mandir}/man3/memcached_free.3.gz %{_mandir}/man3/memcached_get.3.gz %{_mandir}/man3/memcached_increment.3.gz %{_mandir}/man3/memcached_mget.3.gz +%{_mandir}/man3/memcached_prepend.3.gz %{_mandir}/man3/memcached_quit.3.gz %{_mandir}/man3/memcached_replace.3.gz %{_mandir}/man3/memcached_server_add.3.gz @@ -95,11 +98,23 @@ %{_mandir}/man3/memcached_stat_servername.3.gz %{_mandir}/man3/memcached_strerror.3.gz %{_mandir}/man3/memcached_verbosity.3.gz -%{_mandir}/man3/memcached_append.3.gz -%{_mandir}/man3/memcached_fetch_result.3.gz -%{_mandir}/man3/memcached_prepend.3.gz %changelog +* Sat Nov 24 2007 Carsten Schoene <cs@linux-administrator.com> - 0.10-1 +- version bump to 0.10 + - Added append binary test. + - Added MEMCACHED_BEHAVIOR_CACHE_LOOKUPS behavior so that you can save on + multiple DNS lookups. + - Added CAS support, though this is optional and must be enabled during + runtime. + - Added the utility memerror to create human readable error strings + from memcached errors (aka convert ints to strings) + - Fixed type in MEMCACHED_HOST_LOOKUP_FAILURE + - Fixed bug where hostname might not be null terminated + - Moved to using gethostbyname_r() on Linux to solve thread safety issue + - Added -rpath support for pkg-config + - Documentation fix for hash setting using + * Fri Nov 16 2007 Carsten Schoene <cs@linux-administrator.com> - 0.9-1 - version bump to 0.9 - fix for when no servers are definied. @@ -114,6 +129,9 @@ - Added memcached_version()... not sure if I will make this public or not. +* Mon Nov 5 2007 Brian Aker <brian@tangent.org> - 0.8-1 +- Automated version number + * Wed Oct 3 2007 Brian Aker <brian@tangent.org> - 0.4-1 - See Changelog
Added
libmemcached-0.10.tar.gz
^