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 32
[-]
[+]
Changed
libmemcached.spec
@@ -2,7 +2,7 @@ Summary: memcached C library and command line tools Name: libmemcached -Version: 0.21 +Version: 0.22 Release: 1 License: BSD Group: System Environment/Libraries @@ -43,6 +43,7 @@ %{__rm} -rf %{buildroot} %files +%defattr(0755,root,root,-) %{_bindir}/memcat %{_bindir}/memcp %{_bindir}/memerror @@ -50,6 +51,7 @@ %{_bindir}/memrm %{_bindir}/memstat %{_bindir}/memslap +%defattr(0644,root,root,-) %{_includedir}/libmemcached/memcached.h %{_includedir}/libmemcached/memcached.hh %{_includedir}/libmemcached/libmemcached_config.h @@ -63,7 +65,7 @@ %{_includedir}/libmemcached/memcached_get.h %{_libdir}/libmemcached.a %{_libdir}/libmemcached.la -%{_libdir}/libmemcached.so* +%attr(0755,root,root) %{_libdir}/libmemcached.so* %{_libdir}/pkgconfig/libmemcached.pc %{_mandir}/man1/memcat.1.gz %{_mandir}/man1/memcp.1.gz @@ -123,6 +125,14 @@ %{_mandir}/man3/memcached_version.3.gz %changelog +* Sat Jul 19 2008 Carsten Schoene <cs@linux-administrator.com> - 0.22-1 +- version bump to 0.22 + - Fix where master key was no being checked for "bad key" + - Fixed bugs in stats output (thread output was wrong) + - Clarified MEMCACHED_BAD_KEY_PROVIDED is return for bad prefix key. + - Found a bug in Flags return (Jacek Ostrowski) + - Fixed issue with compiling on Visual Studio + * Sat May 24 2008 Carsten Schoene <cs@linux-administrator.com> - 0.21-1 - version bump to 0.21 - Change of char * to const char * for all key based functions.
Added
libmemcached-0.22.tar.gz
^