Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2013-02-05 11:16:04
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-12-19 11:07:49.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2013-02-05 11:16:06.000000000 +0100
@@ -1,0 +2,26 @@
+Mon Feb  4 21:25:25 UTC 2013 - [email protected]
+
+- update to 1.0.16
+  * Added support to do two part shutdown of socket.
+  * Fixes for Fedora 18.
+  * Fix for binary memcached_touch()
+- remove obsolete bigendian patch
+
+-------------------------------------------------------------------
+Sun Dec 30 19:29:49 UTC 2012 - [email protected]
+
+- update to 1.0.15
+  * no man pages with 'make install'
+  * --enable-static --disable-shared build fails with linker error
+  * bug occurs when do "configure --enable-memaslap;
+    make" on ubuntu 12.04 LTS(amd64)
+  * compilation error with custom prefix
+  * libmemcached 1.0.14 and bigendian
+  * libmemcached 1.0.14 missing config.h
+  * libmemcached 1.0.14 with DTRACE
+  * libmemcachedinternal missing -ldl
+  * libmemcached 1.0.14 test faild because of /usr/bin/touch
+  * Fix incorrect assertion messages
+  * pdate from murmur2 to murmur3 hash.
+
+-------------------------------------------------------------------

Old:
----
  libmemcached-1.0.11.tar.gz
  libmemcached-1.0.11.tar.gz.asc
  libmemcached-bigendian.patch

New:
----
  libmemcached-1.0.16.tar.gz
  libmemcached-1.0.16.tar.gz.asc

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

Other differences:
------------------
++++++ libmemcached.spec ++++++
--- /var/tmp/diff_new_pack.eu574l/_old  2013-02-05 11:16:07.000000000 +0100
+++ /var/tmp/diff_new_pack.eu574l/_new  2013-02-05 11:16:07.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package libmemcached
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -21,20 +21,25 @@
 Summary:        A C and C++ client library to the memcached server
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.0.11
+Version:        1.0.16
 Release:        0
 Url:            http://libmemcached.org
 Source0:        
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
 
 Source1:        
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz.asc
 Source2:        %{name}.keyring
-Patch0:         libmemcached-bigendian.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
+BuildRequires:  bison
+BuildRequires:  cyrus-sasl-devel
 BuildRequires:  gcc-c++
 BuildRequires:  gpg-offline
 BuildRequires:  libevent-devel
 BuildRequires:  memcached
 BuildRequires:  pkgconfig
+# needed for man pages
+#if 0%{?suse_version} > 1110
+BuildRequires:  python-sphinx
+#endif
 %if 0%{?suse_version} > 1020
 BuildRequires:  fdupes
 %endif
@@ -85,11 +90,15 @@
 %prep
 %gpg_verify %{S:1}
 %setup -q
-%patch0 -p1
 
 %build
-%configure --with-memcached=%{_sbindir}/memcached --disable-static --with-pic
+#autoreconf -fiv
+%configure \
+  --disable-static \
+  --enable-libmemcachedprotocol \
+  --with-memcached=%{_sbindir}/memcached
 make %{?_smp_mflags}
+#make
 
 %install
 %makeinstall
@@ -99,6 +108,9 @@
 %fdupes -s %{buildroot}%{_mandir}
 %endif
 
+# remove not needed files
+%{__rm} -f %{buildroot}/usr/share/aclocal/ax_libmemcached.m4
+
 #%check
 #make check
 

++++++ libmemcached-1.0.11.tar.gz -> libmemcached-1.0.16.tar.gz ++++++
++++ 148062 lines of diff (skipped)

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

Reply via email to