Logoj0ke.net Open Build Service > Projects > home:netmax > memcached > Changes
Sign Up | Log In

Changes of Revision 11

[-] Changed memcached.spec
x
 
1
@@ -1,5 +1,5 @@
2
 #
3
-# spec file for package memcached (Version 1.2.8)
4
+# spec file for package memcached (Version 1.4.0)
5
 #
6
 # Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
7
 # This file and all modifications and additions to the pristine
8
@@ -11,10 +11,10 @@
9
 # norootforbuild
10
 
11
 Name:           memcached
12
-Version:        1.2.8
13
+Version:        1.4.0
14
 Release:        0
15
 %define pkg_name memcached
16
-%define pkg_version 1.2.8
17
+%define pkg_version 1.4.0
18
 #
19
 License:        BSD License and BSD-like
20
 Group:          Productivity/Networking/Other
21
@@ -33,7 +33,7 @@
22
 %define home_dir /var/lib/%{pkg_name}
23
 #
24
 Url:            http://www.danga.com/memcached/
25
-Source:         http://www.danga.com/memcached/dist/%{pkg_name}-%{pkg_version}.tar.gz
26
+Source:         http://www.danga.com/memcached/dist/%{pkg_name}-%{pkg_version}.tar.bz2
27
 Source1:        %{pkg_name}.init
28
 Source2:        %{pkg_name}.sysconfig
29
 Source3:        memcached-rpmlintrc
30
@@ -98,15 +98,21 @@
31
 %defattr(-,root,root)
32
 %doc AUTHORS ChangeLog COPYING NEWS README TODO doc/*.txt
33
 %{_sbindir}/%{pkg_name}
34
-%{_sbindir}/%{pkg_name}-debug
35
 %{_sbindir}/memcached-tool
36
 %{_sbindir}/rc%{pkg_name}
37
 %{_mandir}/man1/%{pkg_name}.*
38
 %{_sysconfdir}/init.d/%{pkg_name}
39
+%dir %{_includedir}/memcached
40
+%{_includedir}/memcached/protocol_binary.h
41
 /var/adm/fillup-templates/sysconfig.%{pkg_name}
42
 %dir %attr(755,root,root) %{home_dir}
43
 
44
 %changelog
45
+* Sat 18 Jul 2009 Carsten Schoene <cs@linux-administrator.com> - 1.4.0-0
46
+- version bump to 1.4.0
47
+ - A new binary protocol has been added.
48
+ - There are numerous code speedups and bugfixes.
49
+
50
 * Fri 10 Apr 2009 Carsten Schoene <cs@linux-administrator.com> - 1.2.8-0
51
 - version bump to 1.2.8
52
  - Critical bug affecting multithreaded builds of 1.2.7
53
Added memcached-1.4.0.tar.bz2 ^
[+] Changed memcached-rpmlintrc ^