Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2012-05-07 22:47:46
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmemcached (Old)
 and      /work/SRC/openSUSE:Factory/.libmemcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmemcached", Maintainer is "[email protected]"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes        
2012-02-20 16:14:28.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2012-05-07 22:48:14.000000000 +0200
@@ -1,0 +2,25 @@
+Mon Apr 30 07:43:54 UTC 2012 - [email protected]
+
+- Update to 1.0.7
+  * Add API call for exist calls. 
+  * Update all license files to be BSD bnc#757326
+
+-------------------------------------------------------------------
+Fri Apr 13 20:54:30 UTC 2012 - [email protected]
+
+- update to 1.0.6
+  * Fixes for gcc 4.7, lp:961812
+  * Fix for restart issue that happens under testing.
+  * Fix for lp:962815.
+  * Support for transparent AES encryption.
+
+- changes from 1.0.5
+  * Fixes for OSX.
+  * Version is now parsed directly in the parser, which makes buffered 
+    operations now work with it..
+  * memstat has been extended so that it can be used to find the version 
+    of the server.
+  * Update documentation.
+  * Fixes for compile issues on Debian and Ubuntu
+
+-------------------------------------------------------------------

Old:
----
  libmemcached-1.0.4.tar.bz2

New:
----
  libmemcached-1.0.7.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmemcached.spec ++++++
--- /var/tmp/diff_new_pack.CmtAT4/_old  2012-05-07 22:48:17.000000000 +0200
+++ /var/tmp/diff_new_pack.CmtAT4/_new  2012-05-07 22:48:17.000000000 +0200
@@ -16,18 +16,18 @@
 #
 
 
-
 Name:           libmemcached
 Summary:        Libmemcached is a C and C++ client library to the memcached 
server
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.0.4
+Version:        1.0.7
 Release:        0
-# http://download.tangent.org/libmemcached-%{version}.tar.gz
-Source:         %{name}-%{version}.tar.bz2
+Url:            http://libmemcached.org
+Source:         
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
 BuildRequires:  gcc-c++
+BuildRequires:  libevent-devel
 BuildRequires:  memcached
 BuildRequires:  pkgconfig
 %if 0%{?suse_version} > 1020
@@ -40,11 +40,11 @@
 memory usage, thread safe, and provide full access to server side
 methods.
 
-%package -n libmemcached9
+%package -n libmemcached10
 Summary:        Libmemcached is a C and C++ client library to the memcached 
server
 Group:          System/Libraries
 
-%description -n libmemcached9
+%description -n libmemcached10
 Libmemcached is a C and C++ client library to the memcached server
 (http://danga.com/memcached). It has been designed to be light on
 memory usage, thread safe, and provide full access to server side
@@ -68,7 +68,7 @@
 Group:          Development/Libraries/C and C++
 Requires:       %{name} = %{version}
 Requires:       glibc-devel
-Requires:       libmemcached9 = %{version}
+Requires:       libmemcached10 = %{version}
 Requires:       libmemcachedutil2 = %{version}
 
 %description devel
@@ -93,11 +93,11 @@
 %endif
 
 #%check
-#%__make check
+#make check
 
-%post -n libmemcached9 -p /sbin/ldconfig
+%post -n libmemcached10 -p /sbin/ldconfig
 
-%postun -n libmemcached9 -p /sbin/ldconfig
+%postun -n libmemcached10 -p /sbin/ldconfig
 
 %post -n libmemcachedutil2 -p /sbin/ldconfig
 
@@ -120,15 +120,15 @@
 %{_bindir}/memtouch
 %doc %{_mandir}/man1/mem*.1*
 
-%files -n libmemcached9
+%files -n libmemcached10
 %defattr(-,root,root)
-%{_libdir}/libmemcached.so.9
-%{_libdir}/libmemcached.so.9.*.*
+%{_libdir}/libmemcached.so.10
+%{_libdir}/libmemcached.so.10.*.*
 
 %files -n libmemcachedutil2
 %defattr(-,root,root)
-%{_libdir}/libhashkit.so.1
-%{_libdir}/libhashkit.so.1.*.*
+%{_libdir}/libhashkit.so.2
+%{_libdir}/libhashkit.so.2.*.*
 %{_libdir}/libmemcachedutil.so.2
 %{_libdir}/libmemcachedutil.so.2.*.*
 %{_libdir}/libmemcachedprotocol.so.0

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to