commit libmemcache for openSUSE:Factory
Hello community, here is the log from the commit of package libmemcache for openSUSE:Factory checked in at Mon Mar 9 23:15:15 CET 2009. -------- --- libmemcache/libmemcache.changes 2008-05-16 16:52:08.000000000 +0200 +++ libmemcache/libmemcache.changes 2009-03-09 17:46:32.360758000 +0100 @@ -1,0 +2,5 @@ +Mon Mar 9 17:46:21 CET 2009 - mrueckert@suse.de + +- use shared library packaging policy + +------------------------------------------------------------------- calling whatdependson for head-i586 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmemcache.spec ++++++ --- /var/tmp/diff_new_pack.jM3153/_old 2009-03-09 23:14:40.000000000 +0100 +++ /var/tmp/diff_new_pack.jM3153/_new 2009-03-09 23:14:40.000000000 +0100 @@ -1,10 +1,17 @@ # # spec file for package libmemcache (Version 1.4.0.rc2) # -# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. -# This file and all modifications and additions to the pristine -# package are under the same license as the package itself. +# Copyright (c) 2009 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 +# upon. The license for this file, and modifications and additions to the +# file, is the same license as for the pristine package itself (unless the +# license for the pristine package is not an Open Source License, in which +# case the license is the MIT License). An "Open Source License" is a +# license that conforms to the Open Source Definition (Version 1.9) +# published by the Open Source Initiative. + # Please submit bugfixes or comments via http://bugs.opensuse.org/ # @@ -13,7 +20,7 @@ Name: libmemcache Version: 1.4.0.rc2 -Release: 97 +Release: 125 # Group: Development/Libraries/C and C++ License: BSD 3-Clause @@ -38,9 +45,29 @@ -------- Sean Chittenden <sean@chittenden.org> +%define library_name libmemcache0 +%define debug_package_requires %{library_name} = %{version}-%{release} + +%package -n libmemcache0 +License: BSD 3-Clause +Group: Development/Libraries/C and C++ +Summary: A client library for memcached + +%description -n libmemcache0 +libmemcache implements a client for the superior memcached from Danga +Interactive. + +This package holds the shared libraries from libmemcache. + + + +Authors: +-------- + Sean Chittenden <sean@chittenden.org> + %package devel License: BSD 3-Clause -Requires: %{name} = %{version} +Requires: %{library_name} = %{version} Group: Development/Libraries/C and C++ Summary: Development files for libmemcache @@ -75,11 +102,11 @@ %clean %{__rm} -rf %{buildroot} -%post -p /sbin/ldconfig +%post -n %{library_name} -p /sbin/ldconfig -%postun -p /sbin/ldconfig +%postun -n %{library_name} -p /sbin/ldconfig -%files +%files -n %{library_name} %defattr(-,root,root) %{_libdir}/%{name}.so.* %doc COPYING ChangeLog @@ -90,6 +117,8 @@ %{_includedir}/memcache* %changelog +* Mon Mar 09 2009 mrueckert@suse.de +- use shared library packaging policy * Fri May 16 2008 mrueckert@suse.de - added libmemcache-1.4.0.rc2_gcc43_inline.patch: the changed inline behavior in gcc 4.3 breaks the lib. remove ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de