commit gssdp for openSUSE:Factory
Hello community, here is the log from the commit of package gssdp for openSUSE:Factory checked in at Tue May 3 09:14:47 CEST 2011. -------- --- GNOME/gssdp/gssdp.changes 2010-12-07 12:57:21.000000000 +0100 +++ /mounts/work_src_done/STABLE/gssdp/gssdp.changes 2011-04-29 14:19:17.000000000 +0200 @@ -1,0 +2,24 @@ +Fri Apr 29 13:44:55 UTC 2011 - dimstar@opensuse.org + +- Update to 0.10.0: + + Improve interoperability by also announcing lower versions of + the service. + + More reliable announcements by announcing at least 3 times. + + Drop ChangeLog in favour of git history. + + Fix IPv6 network calculation. +- Changes from version 0.9.2: + + Fix a critical issue in event handling code introduced in last + release. + + Add 'network' property to GSSDPClient. By default its set to + network IP address of the interface the client is associated + with. + + Plug some leaks. +- Changes from version 0.9.1: + + Fix some potential crashes. +- Changes from version 0.9.0: + + Port to GIO/GSocket. + + Port to Windows. + + Don't print the whole packet on failure to send it. + + Some other non-functional improvements and fixes. + +------------------------------------------------------------------- calling whatdependson for head-i586 Old: ---- gssdp-0.8.2.tar.bz2 New: ---- _service _service:recompress:download_url:gssdp-0.10.0.tar.bz2 _service:set_version:gssdp.spec ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ _service:set_version:gssdp.spec ++++++ # # spec file for package gssdp # # 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: gssdp Version: 0.10.0 Release: 1 Summary: Library for resource discovery and announcement over SSDP License: LGPL v2 or later Group: Development/Libraries/C and C++ Url: http://www.gupnp.org/ Source: %{name}-%{version}.tar.bz2 BuildRequires: glib2-devel BuildRequires: gobject-introspection-devel BuildRequires: gtk2-devel BuildRequires: libsoup-devel BuildRoot: %{_tmppath}/%{name}-%{version}-build %description gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP. %package utils License: LGPL v2 or later Summary: Utilities for resource discovery and announcement over SSDP Group: Productivity/Networking/Other %description utils gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP. This package contains a device sniffer. %package -n libgssdp-1_0-2 License: LGPL v2 or later Summary: Library for resource discovery and announcement over SSDP Group: Development/Libraries/C and C++ %description -n libgssdp-1_0-2 gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP. %package -n libgssdp-devel License: LGPL v2 or later Summary: Library for resource discovery and announcement over SSDP - Development Files Group: Development/Libraries/C and C++ Requires: libgssdp-1_0-2 = %{version} Requires: glib2-devel %description -n libgssdp-devel gssdp offers a GObject-based API for handling resource discovery and announcement over SSDP. %prep %setup -q %build %configure --disable-static %__make %{?jobs:-j%jobs} %install %makeinstall find %{buildroot} -type f -name "*.la" -delete -print %clean rm -rf %{buildroot} %post -n libgssdp-1_0-2 -p /sbin/ldconfig %postun -n libgssdp-1_0-2 -p /sbin/ldconfig %files utils %defattr(-,root,root) %{_bindir}/* %{_datadir}/%{name} %files -n libgssdp-1_0-2 %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/*.so.* %{_libdir}/girepository-1.0/GSSDP-1.0.typelib %files -n libgssdp-devel %defattr(-,root,root) %{_includedir}/%{name}-1.0 %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_datadir}/gir-1.0/GSSDP-1.0.gir %dir %{_datadir}/gtk-doc %dir %{_datadir}/gtk-doc/html %{_datadir}/gtk-doc/html/%{name} %changelog ++++++ gssdp.spec ++++++ --- /var/tmp/diff_new_pack.rtuVkE/_old 2011-05-03 09:11:54.000000000 +0200 +++ /var/tmp/diff_new_pack.rtuVkE/_new 2011-05-03 09:11:54.000000000 +0200 @@ -1,7 +1,7 @@ # -# spec file for package gssdp (Version 0.8.2) +# spec file for package gssdp # -# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany. +# 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 @@ -19,7 +19,7 @@ Name: gssdp Version: 0.8.2 -Release: 1 +Release: 5 Summary: Library for resource discovery and announcement over SSDP License: LGPL v2 or later Group: Development/Libraries/C and C++ ++++++ _service ++++++ <services> <service name="download_url"> <param name="protocol">http</param> <param name="host">gupnp.org</param> <param name="path">/sites/all/files/sources/gssdp-0.10.0.tar.gz</param> </service> <service name="recompress"> <param name="file">_service:download_url:*.tar.gz</param> <param name="compression">bz2</param> </service> <service name="set_version" /> </services> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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