diff --git a/gssdp-0.7.1.tar.bz2 b/gssdp-0.7.1.tar.bz2 deleted file mode 100644 index 0f91ab9..0000000 --- a/gssdp-0.7.1.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e0995a68ba811c40fe17a0084504234c431ce62ebdb15ec917237d9c2df885aa -size 297610 diff --git a/gssdp-0.8.0.tar.bz2 b/gssdp-0.8.0.tar.bz2 new file mode 100644 index 0000000..f717d49 --- /dev/null +++ b/gssdp-0.8.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6734da0f1c2fff01b33da60260774d1737d2fd4b80734c391c4024a22b310b2e +size 300337 diff --git a/gssdp.changes b/gssdp.changes index 33c9f1a..a82a744 100644 --- a/gssdp.changes +++ b/gssdp.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Fri Sep 17 09:40:25 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.8.0: + + Chain up in dispose() and finalize() all classes. + + Flag string arg of GSSDPClient signal as static. + + Don't use deprecated libsoup API. + + Properly catch errors in recvfrom syscall. + + Fix some typos. + +------------------------------------------------------------------- +Mon Apr 12 20:03:16 CEST 2010 - vuntz@opensuse.org + +- Update to version 0.7.2: + + Provide gobject-introspection GIR and typelib. + + Use silent build rules. + + Fix issues with version-independence magic in SSDP code. + + Fix build issues in jhbuild environment. +- BuildRequire gobject-introspection-devel. + ------------------------------------------------------------------- Fri Dec 4 20:00:39 CET 2009 - vuntz@opensuse.org diff --git a/gssdp.spec b/gssdp.spec index 1ffd0b3..ec196a4 100644 --- a/gssdp.spec +++ b/gssdp.spec @@ -1,7 +1,7 @@ # -# spec file for package gssdp (Version 0.7.1) +# spec file for package gssdp (Version 0.8.0) # -# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2010 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 @@ -18,7 +18,7 @@ Name: gssdp -Version: 0.7.1 +Version: 0.8.0 Release: 1 Summary: Library for resource discovery and announcement over SSDP License: LGPL v2 or later @@ -26,6 +26,7 @@ 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 @@ -92,6 +93,8 @@ rm -rf %{buildroot} %defattr(-,root,root) %doc AUTHORS ChangeLog COPYING NEWS README %{_libdir}/*.so.* +%{_libdir}/girepository-1.0/GSSDP-1.0.typelib +%{_datadir}/gir-1.0/GSSDP-1.0.gir %files -n libgssdp-devel %defattr(-,root,root)