Hello community,

here is the log from the commit of package libmemcached for openSUSE:Factory 
checked in at 2012-08-16 14:07:58
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libmemcached (Old)
 and      /work/SRC/openSUSE:Factory/.libmemcached.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libmemcached", Maintainer is "sch...@suse.com"

Changes:
--------
--- /work/SRC/openSUSE:Factory/libmemcached/libmemcached.changes        
2012-05-07 22:48:14.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.libmemcached.new/libmemcached.changes   
2012-08-16 14:08:01.000000000 +0200
@@ -1,0 +2,18 @@
+Mon Aug 13 22:43:19 UTC 2012 - ch...@computersalat.de
+
+- update to 1.0.10
+  * --disable-assert has been removed from configure, and
+    --enable-assert has been added in its place.
+  * Compiling fixes for Clang on OSX Mountain Lion.
+ - 1.0.9 Wed Jul  4 22:46:19 EDT 2012
+  * Faster close on socket.
+  * Instance allocation is now seperated from server interface. This
+    should allow for a better preservation of ABI compliance from now
+    on.
+  * Fix close on exec bug.
+  * Numerous other bug fixes.
+ - 1.0.8 Tue May 22 15:06:04 EDT 2012
+  * Added support for setting options via ENV variable LIBMEMCACHED
+  * Fix corner case on last used result.
+
+-------------------------------------------------------------------

Old:
----
  libmemcached-1.0.7.tar.gz

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

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

Other differences:
------------------
++++++ libmemcached.spec ++++++
--- /var/tmp/diff_new_pack.hSkwnx/_old  2012-08-16 14:08:02.000000000 +0200
+++ /var/tmp/diff_new_pack.hSkwnx/_new  2012-08-16 14:08:02.000000000 +0200
@@ -17,13 +17,15 @@
 
 
 Name:           libmemcached
-Summary:        Libmemcached is a C and C++ client library to the memcached 
server
+%define libsoname %{name}11
+Summary:        A C and C++ client library to the memcached server
 License:        BSD-3-Clause
 Group:          Development/Libraries/C and C++
-Version:        1.0.7
+Version:        1.0.10
 Release:        0
 Url:            http://libmemcached.org
-Source:         
https://launchpad.net/libmemcached/1.0/%{version}/+download/libmemcached-%{version}.tar.gz
 
+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
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 # List of additional build dependencies
 BuildRequires:  gcc-c++
@@ -40,11 +42,11 @@
 memory usage, thread safe, and provide full access to server side
 methods.
 
-%package -n libmemcached10
+%package -n %{libsoname}
 Summary:        Libmemcached is a C and C++ client library to the memcached 
server
 Group:          System/Libraries
 
-%description -n libmemcached10
+%description -n %{libsoname}
 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
@@ -66,9 +68,9 @@
 %package devel
 Summary:        Libmemcached is a C and C++ client library to the memcached 
server
 Group:          Development/Libraries/C and C++
+Requires:       %{libsoname} = %{version}
 Requires:       %{name} = %{version}
 Requires:       glibc-devel
-Requires:       libmemcached10 = %{version}
 Requires:       libmemcachedutil2 = %{version}
 
 %description devel
@@ -95,9 +97,9 @@
 #%check
 #make check
 
-%post -n libmemcached10 -p /sbin/ldconfig
+%post -n %{libsoname} -p /sbin/ldconfig
 
-%postun -n libmemcached10 -p /sbin/ldconfig
+%postun -n %{libsoname} -p /sbin/ldconfig
 
 %post -n libmemcachedutil2 -p /sbin/ldconfig
 
@@ -120,10 +122,9 @@
 %{_bindir}/memtouch
 %doc %{_mandir}/man1/mem*.1*
 
-%files -n libmemcached10
+%files -n %{libsoname}
 %defattr(-,root,root)
-%{_libdir}/libmemcached.so.10
-%{_libdir}/libmemcached.so.10.*.*
+%{_libdir}/%{name}.so.*
 
 %files -n libmemcachedutil2
 %defattr(-,root,root)
@@ -136,21 +137,21 @@
 
 %files devel
 %defattr(-,root,root)
-%dir %{_includedir}/libmemcached
-%dir %{_includedir}/libmemcached-1.0
+%dir %{_includedir}/%{name}
+%dir %{_includedir}/%{name}-1.0
 %dir %{_includedir}/libhashkit
 %dir %{_includedir}/libhashkit-1.0
 %dir %{_includedir}/libmemcachedprotocol-0.0
 %dir %{_includedir}/libmemcachedutil-1.0
 %{_includedir}/libhashkit/*
 %{_includedir}/libhashkit-1.0/*
-%{_includedir}/libmemcached/*
-%{_includedir}/libmemcached-1.0/*
+%{_includedir}/%{name}/*
+%{_includedir}/%{name}-1.0/*
 %{_includedir}/libmemcachedprotocol-0.0/*
 %{_includedir}/libmemcachedutil-1.0/*
 %{_libdir}/pkgconfig/libmemcached.pc
 %{_libdir}/libhashkit.so
-%{_libdir}/libmemcached.so
+%{_libdir}/%{name}.so
 %{_libdir}/libmemcachedutil.so
 %{_libdir}/libmemcachedprotocol.so
 %doc %{_mandir}/man3/*.3*

++++++ libmemcached-1.0.7.tar.gz -> libmemcached-1.0.10.tar.gz ++++++
++++ 30968 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to