Hello community, here is the log from the commit of package libmpd for openSUSE:Factory checked in at Mon Jan 24 16:22:28 CET 2011. -------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ /mounts/work_src_done/STABLE/libmpd/libmpd.changes 2010-12-29 21:17:28.000000000 +0100 @@ -0,0 +1,81 @@ +------------------------------------------------------------------- +Wed Dec 29 19:40:07 UTC 2010 - gber@opensuse.org + +- update to version 0.20.0 + * add replaygain support + * add mpd_playlist_load +- cleanup + * do not build static libs + * dropped empty documentation files + * improved summary/description + * use separate .changes files +- build and include API documentation + +------------------------------------------------------------------- +Wed Sep 2 00:00:00 UTC 2009 - detlef@links2linux.de + +- new upstream version <0.19.0> + +------------------------------------------------------------------- +Tue Mar 10 00:00:00 UTC 2009 - detlef@links2linux.de + +- new upstream version <0.18.0> + +------------------------------------------------------------------- +Sat Dec 27 00:00:00 UTC 2008 - detlef@links2linux.de + +- new upstream version <0.17.0> + * Concatenate artist/composer/performer tag. + * Support Query changes using idle command. + * Unix socket support. + * Fix false MPD_CST_STORED_PLAYLIST update. + * Fix build on opensolaris. + * Convert error messages to utf-8 before passing to gmpc. + * Fix memory leak in idle check. + * Several typo's fixed (thx to Priyank) + * (Open) Solaris build fix. + * Fix document distribution (thx to Priyank). + * Support for playlist modification time. + * Get more changed signals using idle command. + * Convert debug output to locale before outputting. + +------------------------------------------------------------------- +Fri Sep 26 00:00:00 UTC 2008 - detlef@links2linux.de + +- new upstream version <0.16.1> + * Allow the error_callback to make an error critical (causing + libmpd to disconnect) + +------------------------------------------------------------------- +Mon Sep 22 00:00:00 UTC 2008 - detlef@links2linux.de + +- new upstream version <0.16.0> + +------------------------------------------------------------------- +Mon Dec 17 00:00:00 UTC 2007 - detlef@links2linux.de + +- new upstream version <0.15.0> + +------------------------------------------------------------------- +Thu Jul 26 00:00:00 UTC 2007 - detlef@links2linux.de + +- new upstream release <0.14.0> +- rename libmpd -> libmpd0 + +------------------------------------------------------------------- +Wed Mar 28 00:00:00 UTC 2007 - detlef@links2linux.de + +- new upstream release <0.13.0> +- fix URL + +------------------------------------------------------------------- +Mon Jul 24 00:00:00 UTC 2006 - bernhard@links2linux.de + +- new upstream release + +------------------------------------------------------------------- +Wed Feb 22 00:00:00 UTC 2006 - bernhard@links2linux.de + +- first package + + calling whatdependson for head-i586 New: ---- libmpd-0.20.0.tar.bz2 libmpd-overflow.patch libmpd.changes libmpd.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmpd.spec ++++++ # # spec file for package libmpd # # Copyright (c) 2011 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/ # Name: libmpd Version: 0.20.0 Release: 1 License: GPLv2+ Summary: Client Library to the Music Player Daemon Url: http://gmpc.wikia.com/wiki/Gnome_Music_Player_Client Group: System/Libraries Source: libmpd-0.20.0.tar.bz2 Patch0: libmpd-overflow.patch BuildRequires: pkgconfig(glib-2.0) BuildRequires: doxygen BuildRoot: %{_tmppath}/%{name}-%{version}-build %define libname libmpd1 %description libmpd is a library that provides high-level, callback-based access to Music Player Daemon. %package -n %libname Summary: The libmpd package Group: System/Libraries %description -n %libname libmpd is a library that provides high-level, callback-based access to Music Player Daemon. %package devel License: GPLv2+ Summary: The libmpd development package Group: Development/Languages/C and C++ Requires: %libname = %version %description devel libmpd is a library that provides high-level, callback-based access to Music Player Daemon. This package provides the API documentation and development files needed to develop applications based on libmpd. %prep %setup -q %patch0 %build %configure --disable-static make %{?_smp_mflags} make doc %install %make_install rm -f %{buildroot}%{_libdir}/%{name}.la %post -n %libname -p /sbin/ldconfig %postun -n %libname -p /sbin/ldconfig %clean rm -rf %{buildroot} %files -n %libname %defattr(-,root,root,-) %{_libdir}/%{name}.so.* %files devel %defattr(-,root,root,-) %doc ChangeLog COPYING doc/html %{_includedir}/* %{_libdir}/%{name}.so %{_libdir}/pkgconfig/*.pc %changelog ++++++ libmpd-overflow.patch ++++++ Index: src/libmpdclient.c =================================================================== --- src/libmpdclient.c.orig +++ src/libmpdclient.c @@ -436,7 +436,7 @@ static int mpd_connect_un(mpd_Connection close(connection->sock); connection->sock = 0; - snprintf(connection->errorStr,MPD_BUFFER_MAX_LENGTH, + snprintf(connection->errorStr,MPD_ERRORSTR_MAX_LENGTH, "problems connecting to \"%s\": %s", host, strerror(errno)); connection->error = MPD_ERROR_CONNPORT; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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