OBS User unknown 2008-06-23 21:17:52 +00:00 committed by Git OBS Bridge
parent 66af112f48
commit 97d8d1a4a4
4 changed files with 47 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8dbaedb88b8f9c61b977cf6e670bb3b0f172c357169ccba1c8362230bfdc7cf7
size 166201

3
memcached-1.2.5.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:77ea25af3362f42c201c716dd2f60576f827fdd24eb518ea118da394a55fd5ef
size 171564

View File

@ -1,3 +1,20 @@
-------------------------------------------------------------------
Mon May 19 17:10:34 CEST 2008 - mrueckert@suse.de
- Update to version 1.2.5:
Minor bugfixes, build support for opensolaris, ipv6 support,
"noreply" mode for many commands, largepage support for solaris.
Made out of memory errors more clear and added eviction/OOM
tracking per slab class.
-------------------------------------------------------------------
Tue Jan 29 18:52:05 CET 2008 - mrueckert@suse.de
- Update to version 1.2.4:
Many bug and platform fixes since 1.2.2. New threading support
for stat queries. New commands 'append', 'prepend', 'gets', and
'cas'.
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Aug 4 07:43:52 CEST 2007 - mrueckert@suse.de Sat Aug 4 07:43:52 CEST 2007 - mrueckert@suse.de

View File

@ -1,7 +1,7 @@
# #
# spec file for package memcached (Version 1.2.2) # spec file for package memcached (Version 1.2.5)
# #
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany. # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine # This file and all modifications and additions to the pristine
# package are under the same license as the package itself. # package are under the same license as the package itself.
# #
@ -10,11 +10,12 @@
# norootforbuild # norootforbuild
Name: memcached Name: memcached
Version: 1.2.2 Version: 1.2.5
Release: 1 Release: 1
%define pkg_name memcached %define pkg_name memcached
%define pkg_version 1.2.2 %define pkg_version %{version}
# #
License: BSD 3-Clause License: BSD 3-Clause
Group: Productivity/Networking/Other Group: Productivity/Networking/Other
@ -25,8 +26,9 @@ PreReq: %insserv_prereq %fillup_prereq /usr/sbin/groupadd /usr/sbin/user
Conflicts: memcached-unstable Conflicts: memcached-unstable
%define home_dir /var/lib/%{pkg_name} %define home_dir /var/lib/%{pkg_name}
# #
URL: http://www.danga.com/memcached/ Url: http://www.danga.com/memcached/
Source: http://www.danga.com/memcached/dist/%{pkg_name}-%{pkg_version}.tar.gz # http://www.danga.com/memcached/dist/%{pkg_name}-%{pkg_version}.tar.gz
Source: http://www.danga.com/memcached/dist/%{pkg_name}-%{pkg_version}.tar.bz2
Source1: %{pkg_name}.init Source1: %{pkg_name}.init
Source2: %{pkg_name}.sysconfig Source2: %{pkg_name}.sysconfig
Source3: memcached-rpmlintrc Source3: memcached-rpmlintrc
@ -101,25 +103,36 @@ export CFLAGS="%{optflags} -g"
%dir %attr(755,root,root) %{home_dir} %dir %attr(755,root,root) %{home_dir}
%changelog %changelog
* Sat Aug 04 2007 - mrueckert@suse.de * Mon May 19 2008 mrueckert@suse.de
- Update to version 1.2.5:
Minor bugfixes, build support for opensolaris, ipv6 support,
"noreply" mode for many commands, largepage support for solaris.
Made out of memory errors more clear and added eviction/OOM
tracking per slab class.
* Tue Jan 29 2008 mrueckert@suse.de
- Update to version 1.2.4:
Many bug and platform fixes since 1.2.2. New threading support
for stat queries. New commands 'append', 'prepend', 'gets', and
'cas'.
* Sat Aug 04 2007 mrueckert@suse.de
- fixed a few rpmlint warnings - fixed a few rpmlint warnings
* Sat May 26 2007 - mrueckert@suse.de * Sat May 26 2007 mrueckert@suse.de
- Update to version 1.2.2: - Update to version 1.2.2:
Memcached can be configured to support multithreading. Big code Memcached can be configured to support multithreading. Big code
cleanup with performance improvements. Memcached now collects cleanup with performance improvements. Memcached now collects
eviction and per-object-type statistics. eviction and per-object-type statistics.
- synced with memcached-unstable - synced with memcached-unstable
* Tue Dec 05 2006 - mrueckert@suse.de * Wed Dec 06 2006 mrueckert@suse.de
- Update to version 1.2.1: - Update to version 1.2.1:
o mainly fixes a stability issue reported on the mailinglist o mainly fixes a stability issue reported on the mailinglist
o a few optimization fixes o a few optimization fixes
- removed autoreconf -fi for now - removed autoreconf -fi for now
- build debuginfo - build debuginfo
* Wed Nov 15 2006 - mrueckert@suse.de * Wed Nov 15 2006 mrueckert@suse.de
- added Conflicts: memcached-unstable - added Conflicts: memcached-unstable
* Sun Nov 12 2006 - lmuelle@suse.de * Sun Nov 12 2006 lmuelle@suse.de
- Fix typo in sysconfig file. - Fix typo in sysconfig file.
* Sun Sep 10 2006 - mrueckert@suse.de * Sun Sep 10 2006 mrueckert@suse.de
- Update to version 1.1.13: - Update to version 1.1.13:
o test suite (make test) o test suite (make test)
o better libevent detection o better libevent detection
@ -131,7 +144,7 @@ export CFLAGS="%{optflags} -g"
16k or so virtual bucket numbers, each bucket of which 16k or so virtual bucket numbers, each bucket of which
is owned by an instance and w/ a particular generation number. is owned by an instance and w/ a particular generation number.
no client or tracker exists yet, but low-level stuff is there. no client or tracker exists yet, but low-level stuff is there.
* Wed Jan 25 2006 - mls@suse.de * Wed Jan 25 2006 mls@suse.de
- converted neededforbuild to BuildRequires - converted neededforbuild to BuildRequires
* Thu Aug 18 2005 - mrueckert@suse.de * Thu Aug 18 2005 mrueckert@suse.de
- Initial package with version 1.1.12 - Initial package with version 1.1.12