openSUSE Commits
Threads by month
- ----- 2025 -----
- January
- ----- 2024 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2023 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2022 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2021 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2020 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2019 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2018 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2017 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2016 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2015 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2014 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2013 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2012 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2011 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2010 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2009 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2008 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2007 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
- February
- January
- ----- 2006 -----
- December
- November
- October
- September
- August
- July
- June
- May
- April
- March
September 2010
- 1 participants
- 938 discussions
Hello community,
here is the log from the commit of package clutter for openSUSE:Factory
checked in at Fri Sep 24 00:21:49 CEST 2010.
--------
--- GNOME/clutter/clutter.changes 2010-08-17 10:12:25.000000000 +0200
+++ /mounts/work_src_done/STABLE/clutter/clutter.changes 2010-09-21 10:09:02.000000000 +0200
@@ -1,0 +2,45 @@
+Sun Sep 19 22:31:33 UTC 2010 - dimstar(a)opensuse.org
+
+- Add clutter-fix-gir-generation.patch: Fix the creation of the
+ .gir file by passing CLUTTER_CFLAGS to g-ir-scanner.
+
+-------------------------------------------------------------------
+Wed Sep 15 18:19:04 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 1.3.14:
+ + Fix applying layout properties from ClutterScript definitions
+ in case of multiple children.
+ + Add a Clutter EGL backend for Intel CEx100 platforms.
+ + Add new recipes in the Cookbook:
+ - texture cross-fading
+ - ClutterScript definitions
+ - event handling
+ - ClutterAnimator
+ - reusing complex animations
+ + Add methods to retrieve the clicked button and to force a
+ release in ClickAction.
+ + Documentation fixes in the API reference.
+ + Cache a full pick buffer and re-use it in case the scene does
+ not change between events.
+ + Fix a Valgrind report of memory corruption in
+ ClutterState.remove_key().
+ + Allow detaching animations created with
+ clutter_actor_animate().
+ + Depend on GObject-Introspection >= 0.9.5.
+ + Provide introspection data for the X11-specific API, like
+ ClutterX11TexturePixmap
+ + Use a template material for ClutterTexture to minimize the
+ creation of new materials.
+ + Split ClutterDragAction:drag-threshold into two, per-axis
+ properties: :x-drag-threshold and :y-drag-threshold.
+ + Allow disabling the -Bsymbolic flag when linking.
+ + Use gettext >= 0.17 to handle the localization.
+ + Flush the framebuffer earlier when drawing the vertex buffers,
+ to fix a crash when dealing with clip stacks.
+ + Make sure ClutterX11TexturePixmap removes the Cogl texture
+ handle before freeing the X11 Pixmap to avoid an error.
+ + Avoid regenerating the CoglMaterial programs too many times.
+- Pass --disable-conformance to configure: we don't want to run the
+ test suite.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
clutter-1.3.12.tar.bz2
New:
----
clutter-1.3.14.tar.bz2
clutter-fix-gir-generation.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ clutter.spec ++++++
--- /var/tmp/diff_new_pack.1rIBTK/_old 2010-09-24 00:20:52.000000000 +0200
+++ /var/tmp/diff_new_pack.1rIBTK/_new 2010-09-24 00:20:52.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package clutter (Version 1.3.12)
+# spec file for package clutter (Version 1.3.14)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -15,26 +15,27 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
-# norootforbuild
Summary: The clutter library
Name: clutter
-Version: 1.3.12
+Version: 1.3.14
Release: 1
License: LGPLv2.1+
+Url: http://clutter-project.org/
Group: System/Libraries
Source0: http://www.clutter-project.org/sources/clutter/0.6/%{name}-%{version}.tar.b…
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+# PATCH-FIX-UPSTREAM clutter-fix-gir-generation.patch clutter#2327 dimstar(a)opensuse.org -- Fix build of .gir file; be consistent with CFLAGS/CPPFLAGS usage.
+Patch0: clutter-fix-gir-generation.patch
BuildRequires: fdupes
BuildRequires: xmlto
BuildRequires: pkgconfig(atk)
BuildRequires: pkgconfig(cairo)
-BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(gobject-2.0)
BuildRequires: pkgconfig(gobject-introspection-1.0)
+BuildRequires: pkgconfig(json-glib-1.0)
BuildRequires: pkgconfig(pangocairo)
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(xcomposite)
@@ -42,42 +43,36 @@
BuildRequires: pkgconfig(xext)
BuildRequires: pkgconfig(xfixes)
BuildRequires: pkgconfig(xi)
-Url: http://clutter-project.org/
+BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define debug_package_requires libclutter-glx-1_0-0 = %{version}-%{release}
%description
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces.
-
-
%package -n libclutter-glx-1_0-0
License: LGPLv2.1+
Summary: The clutter library
Group: System/Libraries
+Recommends: %{name}-lang = %{version}
# To make the lang package installable
Provides: %{name} = %{version}
-Recommends: %{name}-lang = %{version}
%description -n libclutter-glx-1_0-0
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces.
-
-
%package devel
License: LGPLv2.1+
Summary: The clutter library (Development)
-Requires: libclutter-glx-1_0-0 = %{version}
Group: Development/Libraries/GNOME
+Requires: libclutter-glx-1_0-0 = %{version}
%description devel
Clutter is an open source software library for creating fast, visually
rich and animated graphical user interfaces. This package contain the
files for development.
-
-
%package doc
License: LGPLv2.1+
Summary: The clutter library (Documentation)
@@ -88,24 +83,24 @@
rich and animated graphical user interfaces. This package contain the
documentation.
-
-
%lang_package
%prep
%setup -q
+%patch0 -p1
%build
%configure \
--disable-static \
- --enable-xinput
-make %{?jobs:-j%jobs}
+ --enable-xinput \
+ --disable-conformance
+make %{?_smp_mflags} V=1
%install
%makeinstall
-%{__rm} %{buildroot}/%{_libdir}/*.la
+%{__rm} %{buildroot}%{_libdir}/*.la
%find_lang clutter-1.0
-%fdupes -s $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html
-%fdupes $RPM_BUILD_ROOT
+%fdupes -s %{buildroot}%{_datadir}/gtk-doc/html
+%fdupes %{buildroot}
%check
#make %{?jobs:-j%jobs} check
@@ -115,7 +110,7 @@
%postun -n libclutter-glx-1_0-0 -p /sbin/ldconfig
%clean
-rm -rf $RPM_BUILD_ROOT
+rm -rf %{buildroot}
%files -n libclutter-glx-1_0-0
%defattr(-,root,root)
++++++ clutter-1.3.12.tar.bz2 -> clutter-1.3.14.tar.bz2 ++++++
++++ 55410 lines of diff (skipped)
++++++ clutter-fix-gir-generation.patch ++++++
Index: clutter-1.3.14/clutter/Makefile.am
===================================================================
--- clutter-1.3.14.orig/clutter/Makefile.am
+++ clutter-1.3.14/clutter/Makefile.am
@@ -336,7 +336,7 @@ ClutterJson_@CLUTTER_API_VERSION_AM@_gir
ClutterJson_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
ClutterJson_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
ClutterJson_@CLUTTER_API_VERSION_AM@_gir_FILES = $(clutterjson_introspection_files)
-ClutterJson_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -DJSON_COMPILATION
+ClutterJson_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -DJSON_COMPILATION
ClutterJson_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = GObject-2.0
ClutterJson_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
--warn-all \
@@ -359,7 +359,7 @@ Clutter_@CLUTTER_API_VERSION_AM@_gir_NAM
Clutter_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
Clutter_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
Clutter_@CLUTTER_API_VERSION_AM@_gir_FILES = $(clutter_HEADERS) $(nodist_clutter_HEADERS) $(source_c) $(built_source_c)
-Clutter_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
+Clutter_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
Clutter_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = GL-1.0 GObject-2.0 Atk-1.0 Pango-1.0 PangoCairo-1.0
Clutter_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
--warn-all \
@@ -396,7 +396,7 @@ Cally_@CLUTTER_API_VERSION_AM@_gir_NAMES
Cally_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
Cally_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
Cally_@CLUTTER_API_VERSION_AM@_gir_FILES = $(cally_introspection_files)
-Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
+Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
Cally_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
--warn-all \
--c-include='cally/cally.h' \
@@ -439,7 +439,7 @@ ClutterX11_@CLUTTER_API_VERSION_AM@_gir_
ClutterX11_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = xlib-2.0
ClutterX11_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
ClutterX11_@CLUTTER_API_VERSION_AM@_gir_FILES = $(x11_sources)
-ClutterX11_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED -L$(top_builddir)/clutter
+ClutterX11_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED -L$(top_builddir)/clutter
INTROSPECTION_GIRS += ClutterX11-@CLUTTER_API_VERSION@.gir
endif # SUPPORT_X11
Index: clutter-1.3.14/clutter/Makefile.in
===================================================================
--- clutter-1.3.14.orig/clutter/Makefile.in
+++ clutter-1.3.14/clutter/Makefile.in
@@ -783,7 +783,7 @@ INTROSPECTION_GIRS = $(am__append_2) $(a
@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_FILES = $(clutterjson_introspection_files)
-@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -DJSON_COMPILATION
+@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -DJSON_COMPILATION
@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = GObject-2.0
@LOCAL_JSON_GLIB_TRUE@ClutterJson_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
@LOCAL_JSON_GLIB_TRUE@ --warn-all \
@@ -794,7 +794,7 @@ INTROSPECTION_GIRS = $(am__append_2) $(a
@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_FILES = $(clutter_HEADERS) $(nodist_clutter_HEADERS) $(source_c) $(built_source_c)
-@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
+@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = GL-1.0 GObject-2.0 Atk-1.0 Pango-1.0 PangoCairo-1.0
@HAVE_INTROSPECTION_TRUE@Clutter_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
@HAVE_INTROSPECTION_TRUE@ --warn-all \
@@ -813,7 +813,7 @@ INTROSPECTION_GIRS = $(am__append_2) $(a
@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_VERSION = @CLUTTER_API_VERSION@
@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_FILES = $(cally_introspection_files)
-@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
+@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED
@HAVE_INTROSPECTION_TRUE@Cally_@CLUTTER_API_VERSION_AM@_gir_SCANNERFLAGS = \
@HAVE_INTROSPECTION_TRUE@ --warn-all \
@HAVE_INTROSPECTION_TRUE@ --c-include='cally/cally.h' \
@@ -851,7 +851,7 @@ INTROSPECTION_GIRS = $(am__append_2) $(a
@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_INCLUDES = xlib-2.0
@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_LIBS = libclutter-@CLUTTER_SONAME_INFIX@-@CLUTTER_API_VERSION@.la
@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_FILES = $(x11_sources)
-@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED -L$(top_builddir)/clutter
+@HAVE_INTROSPECTION_TRUE@@SUPPORT_X11_TRUE@ClutterX11_@CLUTTER_API_VERSION_AM@_gir_CFLAGS = $(INCLUDES) $(CLUTTER_CFLAGS) $(AM_CPPFLAGS) -UCLUTTER_DISABLE_DEPRECATED -L$(top_builddir)/clutter
# INTROSPECTION_GIRDIR/INTROSPECTION_TYPELIBDIR aren't the right place to
# install anything - we need to install inside our prefix.
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gnome-settings-daemon for openSUSE:Factory
checked in at Fri Sep 24 00:20:37 CEST 2010.
--------
--- GNOME/gnome-settings-daemon/gnome-settings-daemon.changes 2010-09-08 01:14:27.000000000 +0200
+++ /mounts/work_src_done/STABLE/gnome-settings-daemon/gnome-settings-daemon.changes 2010-09-14 10:29:46.000000000 +0200
@@ -1,0 +2,10 @@
+Tue Sep 14 10:27:04 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.31.92:
+ + Don't use the Stored/custom configuration type in the
+ XF86Display cycle
+ + Basic infrastructure for RANDR logging
+ + Log when handling RANDR events (bgo#615804)
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gnome-settings-daemon-2.31.91.tar.bz2
New:
----
gnome-settings-daemon-2.31.92.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gnome-settings-daemon.spec ++++++
--- /var/tmp/diff_new_pack.SzABLR/_old 2010-09-24 00:20:29.000000000 +0200
+++ /var/tmp/diff_new_pack.SzABLR/_new 2010-09-24 00:20:29.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gnome-settings-daemon (Version 2.31.91)
+# spec file for package gnome-settings-daemon (Version 2.31.92)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: gnome-settings-daemon
-Version: 2.31.91
+Version: 2.31.92
Release: 1
License: GPLv2+
Summary: Settings daemon for the GNOME desktop
++++++ gnome-settings-daemon-2.31.91.tar.bz2 -> gnome-settings-daemon-2.31.92.tar.bz2 ++++++
++++ 7837 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libgnomekbd for openSUSE:Factory
checked in at Fri Sep 24 00:20:29 CEST 2010.
--------
--- GNOME/libgnomekbd/libgnomekbd.changes 2010-08-31 11:59:42.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgnomekbd/libgnomekbd.changes 2010-09-18 10:32:30.000000000 +0200
@@ -1,0 +2,7 @@
+Sat Sep 18 10:19:13 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.31.92:
+ + Some rendering switched to Cairo.
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgnomekbd-2.31.5.tar.bz2
New:
----
libgnomekbd-2.31.92.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgnomekbd.spec ++++++
--- /var/tmp/diff_new_pack.5o2Gl3/_old 2010-09-24 00:20:21.000000000 +0200
+++ /var/tmp/diff_new_pack.5o2Gl3/_new 2010-09-24 00:20:21.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libgnomekbd (Version 2.31.5)
+# spec file for package libgnomekbd (Version 2.31.92)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,8 +18,8 @@
Name: libgnomekbd
-Version: 2.31.5
-Release: 2
+Version: 2.31.92
+Release: 1
License: LGPLv2.1+
Summary: GNOME Keyboard Library
Url: http://www.gnome.org/
++++++ libgnomekbd-2.31.5.tar.bz2 -> libgnomekbd-2.31.92.tar.bz2 ++++++
++++ 7092 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gmime-2_4 for openSUSE:Factory
checked in at Fri Sep 24 00:20:16 CEST 2010.
--------
--- GNOME/gmime-2_4/gmime-2_4.changes 2010-08-22 15:54:40.000000000 +0200
+++ /mounts/work_src_done/STABLE/gmime-2_4/gmime-2_4.changes 2010-09-14 09:42:53.000000000 +0200
@@ -1,0 +2,17 @@
+Tue Sep 14 09:34:47 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.4.19:
+ + Handle unquoted boundary values containing '=' (and other
+ illegal characters).
+ + Implement rfc2047-workaround hack in
+ g_mime_utils_header_decode_phrase(), like in
+ g_mime_utils_header_decode_text().
+ + Keep track of the number of ='s that are backed out over in
+ g_mime_encoding_base64_decode_step().
+ + Fix crash when a group name is unset in InternetAddress.
+ + Fix build with old glib (2.12).
+- Changes from version 2.4.18:
+ + Fix abusive unref in g_mime_multipart_encrypted_decrypt().
+ + Internal rework of setting a name on InternetAddress.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gmime-2.4.17.tar.bz2
New:
----
gmime-2.4.19.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gmime-2_4.spec ++++++
--- /var/tmp/diff_new_pack.dvatnl/_old 2010-09-24 00:19:57.000000000 +0200
+++ /var/tmp/diff_new_pack.dvatnl/_new 2010-09-24 00:19:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gmime-2_4 (Version 2.4.17)
+# spec file for package gmime-2_4 (Version 2.4.19)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -21,7 +21,7 @@
Name: gmime-2_4
%define _name gmime
BuildRequires: glib-sharp2 glib2-devel gtk-doc gtk-sharp2 gtk-sharp2-gapi mono-devel zlib-devel
-Version: 2.4.17
+Version: 2.4.19
Release: 1
Url: http://spruce.sourceforge.net/gmime/
Group: Productivity/Networking/Email/Utilities
@@ -36,12 +36,6 @@
GMime is a set of utilities for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME).
-
-
-Authors:
---------
- Jeffrey Stedfast <fejj(a)gnome.org>
-
%package -n libgmime-2_4-2
License: LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
Group: Development/Libraries/C and C++
@@ -51,12 +45,6 @@
GMime is a set of utilities for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME).
-
-
-Authors:
---------
- Jeffrey Stedfast <fejj(a)gnome.org>
-
%package sharp
License: LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
Group: Development/Libraries/Other
@@ -67,12 +55,6 @@
GMime is a set of utilities for parsing and creating messages using the
Multipurpose Internet Mail Extension (MIME).
-
-
-Authors:
---------
- Jeffrey Stedfast <fejj(a)gnome.org>
-
%package devel
License: LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
Group: Development/Libraries/C and C++
@@ -83,12 +65,6 @@
GMime is a set of utilities for parsing and creating messages using the
Multi-purpose Internet Mail Extension (MIME).
-
-
-Authors:
---------
- Jeffrey Stedfast <fejj(a)ximian.com>
-
%package doc
License: LGPLv2.1+ ; Public Domain, Freeware ; MIT License (or similar)
Group: Development/Libraries/C and C++
@@ -100,12 +76,6 @@
This package contains additional documentation for the main package.
-
-
-Authors:
---------
- Jeffrey Stedfast <fejj(a)ximian.com>
-
%define __find_requires env sh -c 'filelist=($(cat)) && { printf "%s\\n" "${filelist[@]}" | /usr/lib/rpm/find-requires | grep -v "no package provides" ; } '
%prep
++++++ gmime-2.4.17.tar.bz2 -> gmime-2.4.19.tar.bz2 ++++++
++++ 80632 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package metacity for openSUSE:Factory
checked in at Fri Sep 24 00:20:10 CEST 2010.
--------
--- GNOME/metacity/metacity.changes 2010-08-27 14:44:52.000000000 +0200
+++ /mounts/work_src_done/STABLE/metacity/metacity.changes 2010-09-16 10:06:09.000000000 +0200
@@ -1,0 +2,20 @@
+Thu Sep 16 09:55:35 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 2.30.2:
+ + Replace GDK drawing API with cairo
+ + Removes usage of gdk_display
+ + Stop confusing GDK's grab tracking
+ + Allow building with Gtk+-3.0
+ + Replace deprecated GDK symbols
+ + Fixes for compiling with GSeal
+ + Fix crash with --sync option
+ + Fix very unlikely crasher
+ + Remove deprecated Encoding key from desktop files
+ + Fix memory leak in theme optimisation
+ + Use correct timestamp for focus stealing prevention
+ + Don't warn about a missing session file
+ + Updated translations.
+- Update metacity-key-list-binding.patch with patch attached to
+ bgo#609101, that got applied to mutter.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
metacity-2.30.1.tar.bz2
New:
----
metacity-2.30.2.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ metacity.spec ++++++
--- /var/tmp/diff_new_pack.uqelaw/_old 2010-09-24 00:19:57.000000000 +0200
+++ /var/tmp/diff_new_pack.uqelaw/_new 2010-09-24 00:19:57.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package metacity (Version 2.30.1)
+# spec file for package metacity (Version 2.30.2)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -32,8 +32,8 @@
BuildRequires: zenity
License: GPLv2+
Group: System/GUI/GNOME
-Version: 2.30.1
-Release: 5
+Version: 2.30.2
+Release: 1
Summary: A Fast Window Manager for the GNOME 2.x Desktop
Source: %{name}-%{version}.tar.bz2
# PATCH-FIX-UPSTREAM metacity-uninitialized-variables.patch bgo619524 vuntz(a)opensuse.org -- Fix uninitialized variables
++++++ metacity-2.30.1.tar.bz2 -> metacity-2.30.2.tar.bz2 ++++++
++++ 71901 lines of diff (skipped)
++++++ metacity-key-list-binding.patch ++++++
--- /var/tmp/diff_new_pack.uqelaw/_old 2010-09-24 00:19:58.000000000 +0200
+++ /var/tmp/diff_new_pack.uqelaw/_new 2010-09-24 00:19:58.000000000 +0200
@@ -1,13 +1,109 @@
-Index: metacity-2.28.1/src/core/prefs.c
-===================================================================
---- metacity-2.28.1.orig/src/core/prefs.c
-+++ metacity-2.28.1/src/core/prefs.c
-@@ -2272,7 +2272,7 @@ find_and_update_list_binding (MetaKeyPre
+commit 8875e73765ac0279d5f58a95598db04c3a51ecfa
+Author: Owen W. Taylor <otaylor(a)fishsoup.net>
+Date: Thu Feb 18 14:04:05 2010 -0500
+
+ Fix crash on startup with list bindings
+
+ When we are reading bindings initially, update_list_binding() needs
+ to be passed the correct "string list type" since we are calling
+ it with a list of strings instead of a list of GConfValue.
+
+ https://bugzilla.gnome.org/show_bug.cgi?id=609101
+
+diff --git a/src/core/prefs.c b/src/core/prefs.c
+index 702add8..55a56d1 100644
+--- a/src/core/prefs.c
++++ b/src/core/prefs.c
+@@ -126,11 +126,20 @@ static gboolean handle_preference_update_enum (const gchar *key, GConfValue *val
+
+ static gboolean update_key_binding (const char *name,
+ const char *value);
+-static gboolean find_and_update_list_binding (MetaKeyPref *bindings,
+- const char *name,
+- GSList *value);
+-static gboolean update_key_list_binding (const char *name,
+- GSList *value);
++
++typedef enum
++ {
++ META_LIST_OF_STRINGS,
++ META_LIST_OF_GCONFVALUE_STRINGS
++ } MetaStringListType;
++
++static gboolean find_and_update_list_binding (MetaKeyPref *bindings,
++ const char *name,
++ GSList *value,
++ MetaStringListType type_of_value);
++static gboolean update_key_list_binding (const char *name,
++ GSList *value,
++ MetaStringListType type_of_value);
+ static gboolean update_command (const char *name,
+ const char *value);
+ static gboolean update_workspace_name (const char *name,
+@@ -145,12 +154,6 @@ static char* gconf_key_for_workspace_name (int i);
+
+ static void queue_changed (MetaPreference pref);
+
+-typedef enum
+- {
+- META_LIST_OF_STRINGS,
+- META_LIST_OF_GCONFVALUE_STRINGS
+- } MetaStringListType;
+-
+ static gboolean update_list_binding (MetaKeyPref *binding,
+ GSList *value,
+ MetaStringListType type_of_value);
+@@ -1149,7 +1152,7 @@ change_notify (GConfClient *client,
+
+ list = value ? gconf_value_get_list (value) : NULL;
+
+- if (update_key_list_binding (key, list))
++ if (update_key_list_binding (key, list, META_LIST_OF_GCONFVALUE_STRINGS))
+ queue_changed (META_PREF_KEYBINDINGS);
+ }
+ else
+@@ -1919,7 +1922,7 @@ init_bindings (void)
+ {
+ list_val = gconf_client_get_list (default_client, key, GCONF_VALUE_STRING, NULL);
+
+- update_key_list_binding (key, list_val);
++ update_key_list_binding (key, list_val, META_LIST_OF_STRINGS);
+ g_slist_foreach (list_val, (GFunc)g_free, NULL);
+ g_slist_free (list_val);
+ }
+@@ -2304,9 +2307,10 @@ update_key_binding (const char *name,
+ }
+
+ static gboolean
+-find_and_update_list_binding (MetaKeyPref *bindings,
+- const char *name,
+- GSList *value)
++find_and_update_list_binding (MetaKeyPref *bindings,
++ const char *name,
++ GSList *value,
++ MetaStringListType type_of_value)
+ {
+ const char *key;
+ int i;
+@@ -2327,16 +2331,17 @@ find_and_update_list_binding (MetaKeyPref *bindings,
g_free (name_without_suffix);
if (bindings[i].name)
- return update_list_binding (&bindings[i], value, META_LIST_OF_GCONFVALUE_STRINGS);
-+ return update_list_binding (&bindings[i], value, META_LIST_OF_STRINGS);
++ return update_list_binding (&bindings[i], value, type_of_value);
else
return FALSE;
}
+
+ static gboolean
+-update_key_list_binding (const char *name,
+- GSList *value)
++update_key_list_binding (const char *name,
++ GSList *value,
++ MetaStringListType type_of_value)
+ {
+- return find_and_update_list_binding (key_bindings, name, value);
++ return find_and_update_list_binding (key_bindings, name, value, type_of_value);
+ }
+
+ static gboolean
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gupnp for openSUSE:Factory
checked in at Fri Sep 24 00:19:47 CEST 2010.
--------
--- GNOME/gupnp/gupnp.changes 2010-09-01 15:32:02.000000000 +0200
+++ /mounts/work_src_done/STABLE/gupnp/gupnp.changes 2010-09-19 00:52:31.000000000 +0200
@@ -1,0 +2,21 @@
+Sun Sep 19 00:51:15 CEST 2010 - vuntz(a)opensuse.org
+
+- Move gir files to devel subpackage.
+
+-------------------------------------------------------------------
+Fri Sep 17 09:33:32 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.14.0:
+ + Don't use deprecated glib, gobject and libsoup APIs.
+ + Check for libuuid only on platforms where we need it.
+ + Explicitly link example apps to needed libraries.
+ + Fix some potential crashes and leaks.
+ + Fix pointer to/from integer conversion on 64-bit machines.
+ + Fix parsing of unsigned integers.
+ + Use locale-independent float <-> string conversions.
+ + Remove some redundant functions and variables.
+ + Remove some unused variables noticed.
+ + Use correct mime-type for XML data.
+ + Various non-functional improvements.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gupnp-0.13.5.tar.bz2
New:
----
gupnp-0.14.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gupnp.spec ++++++
--- /var/tmp/diff_new_pack.jpriYe/_old 2010-09-24 00:19:37.000000000 +0200
+++ /var/tmp/diff_new_pack.jpriYe/_new 2010-09-24 00:19:37.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gupnp (Version 0.13.5)
+# spec file for package gupnp (Version 0.14.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,8 +18,8 @@
Name: gupnp
-Version: 0.13.5
-Release: 2
+Version: 0.14.0
+Release: 1
Summary: Implementation of the UPnP specification
License: LGPL v2 or later
Group: Development/Libraries/C and C++
@@ -93,7 +93,6 @@
%doc AUTHORS ChangeLog COPYING NEWS README
%{_libdir}/*.so.*
%{_libdir}/girepository-1.0/GUPnP-1.0.typelib
-%{_datadir}/gir-1.0/GUPnP-1.0.gir
%files -n libgupnp-devel
%defattr(-,root,root)
@@ -101,6 +100,7 @@
%{_includedir}/%{name}-1.0
%{_libdir}/*.so
%{_libdir}/pkgconfig/*.pc
+%{_datadir}/gir-1.0/GUPnP-1.0.gir
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html
%{_datadir}/gtk-doc/html/%{name}
++++++ gupnp-0.13.5.tar.bz2 -> gupnp-0.14.0.tar.bz2 ++++++
++++ 2107 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package gssdp for openSUSE:Factory
checked in at Fri Sep 24 00:19:41 CEST 2010.
--------
--- GNOME/gssdp/gssdp.changes 2010-05-03 11:06:22.000000000 +0200
+++ /mounts/work_src_done/STABLE/gssdp/gssdp.changes 2010-09-19 00:41:10.000000000 +0200
@@ -1,0 +2,15 @@
+Sun Sep 19 00:39:32 CEST 2010 - vuntz(a)opensuse.org
+
+- Move gir files to devel subpackage.
+
+-------------------------------------------------------------------
+Fri Sep 17 09:40:25 CEST 2010 - vuntz(a)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.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
gssdp-0.7.2.tar.bz2
New:
----
gssdp-0.8.0.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gssdp.spec ++++++
--- /var/tmp/diff_new_pack.0Er0WP/_old 2010-09-24 00:19:34.000000000 +0200
+++ /var/tmp/diff_new_pack.0Er0WP/_new 2010-09-24 00:19:34.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package gssdp (Version 0.7.2)
+# spec file for package gssdp (Version 0.8.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -18,7 +18,7 @@
Name: gssdp
-Version: 0.7.2
+Version: 0.8.0
Release: 1
Summary: Library for resource discovery and announcement over SSDP
License: LGPL v2 or later
@@ -94,13 +94,13 @@
%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)
%{_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}
++++++ gssdp-0.7.2.tar.bz2 -> gssdp-0.8.0.tar.bz2 ++++++
++++ 11463 lines of diff (skipped)
++++ retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/NEWS new/gssdp-0.8.0/NEWS
--- old/gssdp-0.7.2/NEWS 2010-04-09 14:58:29.000000000 +0200
+++ new/gssdp-0.8.0/NEWS 2010-09-16 14:13:33.000000000 +0200
@@ -1,3 +1,25 @@
+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.
+
+Bugs fixed in this release:
+
+2194 - Typo in gssdp_socket_source
+2193 - Errors caught in recvfrom by pure luck
+2090 - 0.7.2 Typo in configure.ac
+
+All Contributors:
+
+Sven Neumann <s.neumann(a)raumfeld.com>
+Jens Georg <mail(a)jensge.org>
+Ross Burton <ross(a)linux.intel.com>
+Berrie Bloem <berrie(a)codevio.com>
+
0.7.2
=====
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/config.h.in new/gssdp-0.8.0/config.h.in
--- old/gssdp-0.7.2/config.h.in 2010-04-09 14:55:24.000000000 +0200
+++ new/gssdp-0.8.0/config.h.in 2010-09-16 14:10:16.000000000 +0200
@@ -52,6 +52,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
+
/* Define to the version of this package. */
#undef PACKAGE_VERSION
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/configure.ac new/gssdp-0.8.0/configure.ac
--- old/gssdp-0.7.2/configure.ac 2010-04-09 14:46:52.000000000 +0200
+++ new/gssdp-0.8.0/configure.ac 2010-09-16 14:09:30.000000000 +0200
@@ -1,5 +1,5 @@
AC_PREREQ(2.53)
-AC_INIT(gssdp, 0.7.2, http://www.gupnp.org/)
+AC_INIT(gssdp, 0.8.0, http://www.gupnp.org/)
AM_INIT_AUTOMAKE()
AC_CONFIG_SRCDIR(libgssdp/gssdp-client.c)
AM_CONFIG_HEADER(config.h)
@@ -22,7 +22,7 @@
AC_HELP_STRING([--without-gtk],[compile without gtk+ support]),
try_gtk=$withval, try_gtk=yes )
-HAVE_LIBGGTK=no
+HAVE_LIBGTK=no
if test x$try_gtk = xyes ; then
dnl check for gtk+
PKG_CHECK_MODULES(LIBGTK, gtk+-2.0 >= $LIBGTK_REQUIRED ,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/GSSDPClient.html new/gssdp-0.8.0/doc/html/GSSDPClient.html
--- old/gssdp-0.7.2/doc/html/GSSDPClient.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/GSSDPClient.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSSDPClient</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="up" href="ch01.html" title="GSSDP">
<link rel="prev" href="ch01.html" title="GSSDP">
<link rel="next" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -32,7 +32,7 @@
<a href="#GSSDPClient.signals" class="shortcut">Signals</a>
</td></tr>
</table>
-<div class="refentry" title="GSSDPClient">
+<div class="refentry">
<a name="GSSDPClient"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -41,7 +41,7 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="GSSDPClient.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"> <a class="link" href="GSSDPClient.html#GSSDPClient-struct" title="GSSDPClient">GSSDPClient</a>;
<a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="returnvalue">GSSDPClient</span></a> * <a class="link" href="GSSDPClient.html#gssdp-client-new" title="gssdp_client_new ()">gssdp_client_new</a> (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#…"><span class="type">GMainContext</span></a> *main_context</code></em>,
@@ -56,14 +56,14 @@
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GSSDPClient.html#gssdp-client-get-active" title="gssdp_client_get_active ()">gssdp_client_get_active</a> (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="GSSDPClient.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Typ…">GObject</a>
+----GSSDPClient
</pre>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="GSSDPClient.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GSSDPClient.html#GSSDPClient--active" title='The "active" property'>active</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
@@ -74,29 +74,29 @@
"<a class="link" href="GSSDPClient.html#GSSDPClient--server-id" title='The "server-id" property'>server-id</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
</pre>
</div>
-<div class="refsect1" title="Signals">
+<div class="refsect1">
<a name="GSSDPClient.signals"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GSSDPClient.html#GSSDPClient-message-received" title='The "message-received" signal'>message-received</a>" : Run Last
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="GSSDPClient.description"></a><h2>Description</h2>
<p>
<a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> wraps the SSDP "bus" as used by both <a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a>
and <a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a>.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="GSSDPClient.details"></a><h2>Details</h2>
-<div class="refsect2" title="GSSDPClient">
+<div class="refsect2">
<a name="GSSDPClient-struct"></a><h3>GSSDPClient</h3>
<pre class="programlisting">typedef struct _GSSDPClient GSSDPClient;</pre>
<p>
</p>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_new ()">
+<div class="refsect2">
<a name="gssdp-client-new"></a><h3>gssdp_client_new ()</h3>
<pre class="programlisting"><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="returnvalue">GSSDPClient</span></a> * gssdp_client_new (<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#…"><span class="type">GMainContext</span></a> *main_context</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *interface</code></em>,
@@ -111,7 +111,7 @@
</tr>
<tr>
<td><p><span class="term"><em class="parameter"><code>interface</code></em> :</span></p></td>
-<td>The name of the network interface, or <a href="../liboil/liboil-liboiljunk.html#NULL:CAPS"><code class="literal">NULL</code></a> for auto-detection.
+<td>The name of the network interface, or <a href="http://library.gnome.org/devel/glib/unstable/glib-Standard-Macros.html#NULL…"><code class="literal">NULL</code></a> for auto-detection.
</td>
</tr>
<tr>
@@ -128,7 +128,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_get_main_context ()">
+<div class="refsect2">
<a name="gssdp-client-get-main-context"></a><h3>gssdp_client_get_main_context ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-The-Main-Event-Loop.html#…"><span class="returnvalue">GMainContext</span></a> * gssdp_client_get_main_context (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -148,7 +148,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_set_server_id ()">
+<div class="refsect2">
<a name="gssdp-client-set-server-id"></a><h3>gssdp_client_set_server_id ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_client_set_server_id (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *server_id</code></em>);</pre>
@@ -172,7 +172,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_get_server_id ()">
+<div class="refsect2">
<a name="gssdp-client-get-server-id"></a><h3>gssdp_client_get_server_id ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * gssdp_client_get_server_id (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -192,7 +192,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_get_interface ()">
+<div class="refsect2">
<a name="gssdp-client-get-interface"></a><h3>gssdp_client_get_interface ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * gssdp_client_get_interface (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<p>
@@ -215,7 +215,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_get_host_ip ()">
+<div class="refsect2">
<a name="gssdp-client-get-host-ip"></a><h3>gssdp_client_get_host_ip ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * gssdp_client_get_host_ip (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<p>
@@ -238,7 +238,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_client_get_active ()">
+<div class="refsect2">
<a name="gssdp-client-get-active"></a><h3>gssdp_client_get_active ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gssdp_client_get_active (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -258,9 +258,9 @@
</table></div>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="GSSDPClient.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "active" property'>
+<div class="refsect2">
<a name="GSSDPClient--active"></a><h3>The <code class="literal">"active"</code> property</h3>
<pre class="programlisting"> "active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
<p>
@@ -271,7 +271,7 @@
<p>Default value: TRUE</p>
</div>
<hr>
-<div class="refsect2" title='The "error" property'>
+<div class="refsect2">
<a name="GSSDPClient--error"></a><h3>The <code class="literal">"error"</code> property</h3>
<pre class="programlisting"> "error" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Write / Construct Only</pre>
<p>
@@ -280,7 +280,7 @@
<p class="stability">Stability Level: Private</p>
</div>
<hr>
-<div class="refsect2" title='The "host-ip" property'>
+<div class="refsect2">
<a name="GSSDPClient--host-ip"></a><h3>The <code class="literal">"host-ip"</code> property</h3>
<pre class="programlisting"> "host-ip" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read</pre>
<p>
@@ -289,7 +289,7 @@
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "interface" property'>
+<div class="refsect2">
<a name="GSSDPClient--interface"></a><h3>The <code class="literal">"interface"</code> property</h3>
<pre class="programlisting"> "interface" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write / Construct Only</pre>
<p>
@@ -299,7 +299,7 @@
<p>Default value: NULL</p>
</div>
<hr>
-<div class="refsect2" title='The "main-context" property'>
+<div class="refsect2">
<a name="GSSDPClient--main-context"></a><h3>The <code class="literal">"main-context"</code> property</h3>
<pre class="programlisting"> "main-context" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gpointer"><span class="type">gpointer</span></a> : Read / Write / Construct Only</pre>
<p>
@@ -307,7 +307,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title='The "server-id" property'>
+<div class="refsect2">
<a name="GSSDPClient--server-id"></a><h3>The <code class="literal">"server-id"</code> property</h3>
<pre class="programlisting"> "server-id" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
<p>
@@ -316,9 +316,9 @@
<p>Default value: NULL</p>
</div>
</div>
-<div class="refsect1" title="Signal Details">
+<div class="refsect1">
<a name="GSSDPClient.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2" title='The "message-received" signal'>
+<div class="refsect2">
<a name="GSSDPClient-message-received"></a><h3>The <code class="literal">"message-received"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *arg0,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *arg1,
@@ -342,6 +342,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/GSSDPResourceBrowser.html new/gssdp-0.8.0/doc/html/GSSDPResourceBrowser.html
--- old/gssdp-0.7.2/doc/html/GSSDPResourceBrowser.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/GSSDPResourceBrowser.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSSDPResourceBrowser</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="up" href="ch01.html" title="GSSDP">
<link rel="prev" href="GSSDPClient.html" title="GSSDPClient">
<link rel="next" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -32,7 +32,7 @@
<a href="#GSSDPResourceBrowser.signals" class="shortcut">Signals</a>
</td></tr>
</table>
-<div class="refentry" title="GSSDPResourceBrowser">
+<div class="refentry">
<a name="GSSDPResourceBrowser"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -41,7 +41,7 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="GSSDPResourceBrowser.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"> <a class="link" href="GSSDPResourceBrowser.html#GSSDPResourceBrowser-struct" title="GSSDPResourceBrowser">GSSDPResourceBrowser</a>;
#define <a class="link" href="GSSDPResourceBrowser.html#GSSDP-ALL-RESOURCES:CAPS" title="GSSDP_ALL_RESOURCES">GSSDP_ALL_RESOURCES</a>
@@ -59,14 +59,14 @@
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> <a class="link" href="GSSDPResourceBrowser.html#gssdp-resource-browser-get-active" title="gssdp_resource_browser_get_active ()">gssdp_resource_browser_get_active</a> (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Typ…">GObject</a>
+----GSSDPResourceBrowser
</pre>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GSSDPResourceBrowser.html#GSSDPResourceBrowser--active" title='The "active" property'>active</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
@@ -75,14 +75,14 @@
"<a class="link" href="GSSDPResourceBrowser.html#GSSDPResourceBrowser--target" title='The "target" property'>target</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write
</pre>
</div>
-<div class="refsect1" title="Signals">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.signals"></a><h2>Signals</h2>
<pre class="synopsis">
"<a class="link" href="GSSDPResourceBrowser.html#GSSDPResourceBrowser-resource-available" title='The "resource-available" signal'>resource-available</a>" : Run Last
"<a class="link" href="GSSDPResourceBrowser.html#GSSDPResourceBrowser-resource-unavailable" title='The "resource-unavailable" signal'>resource-unavailable</a>" : Run Last
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.description"></a><h2>Description</h2>
<p>
<span class="type">GUPnPResourceBrowser</span> handles resource discovery. After creating a browser
@@ -92,16 +92,16 @@
automatically when activating the browser.
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.details"></a><h2>Details</h2>
-<div class="refsect2" title="GSSDPResourceBrowser">
+<div class="refsect2">
<a name="GSSDPResourceBrowser-struct"></a><h3>GSSDPResourceBrowser</h3>
<pre class="programlisting">typedef struct _GSSDPResourceBrowser GSSDPResourceBrowser;</pre>
<p>
</p>
</div>
<hr>
-<div class="refsect2" title="GSSDP_ALL_RESOURCES">
+<div class="refsect2">
<a name="GSSDP-ALL-RESOURCES:CAPS"></a><h3>GSSDP_ALL_RESOURCES</h3>
<pre class="programlisting">#define GSSDP_ALL_RESOURCES "ssdp:all"
</pre>
@@ -110,7 +110,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_new ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-new"></a><h3>gssdp_resource_browser_new ()</h3>
<pre class="programlisting"><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="returnvalue">GSSDPResourceBrowser</span></a> * gssdp_resource_browser_new (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *target</code></em>);</pre>
@@ -136,7 +136,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_get_client ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-get-client"></a><h3>gssdp_resource_browser_get_client ()</h3>
<pre class="programlisting"><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="returnvalue">GSSDPClient</span></a> * gssdp_resource_browser_get_client (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -156,7 +156,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_set_target ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-set-target"></a><h3>gssdp_resource_browser_set_target ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_browser_set_target (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *target</code></em>);</pre>
@@ -180,7 +180,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_get_target ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-get-target"></a><h3>gssdp_resource_browser_get_target ()</h3>
<pre class="programlisting">const <span class="returnvalue">char</span> * gssdp_resource_browser_get_target (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -200,7 +200,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_set_mx ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-set-mx"></a><h3>gssdp_resource_browser_set_mx ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_browser_set_mx (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gushort"><span class="type">gushort</span></a> mx</code></em>);</pre>
@@ -224,7 +224,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_get_mx ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-get-mx"></a><h3>gssdp_resource_browser_get_mx ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gushort"><span class="returnvalue">gushort</span></a> gssdp_resource_browser_get_mx (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -244,7 +244,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_set_active ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-set-active"></a><h3>gssdp_resource_browser_set_active ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_browser_set_active (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> active</code></em>);</pre>
@@ -268,7 +268,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_browser_get_active ()">
+<div class="refsect2">
<a name="gssdp-resource-browser-get-active"></a><h3>gssdp_resource_browser_get_active ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gssdp_resource_browser_get_active (<em class="parameter"><code><a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -288,9 +288,9 @@
</table></div>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "active" property'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser--active"></a><h3>The <code class="literal">"active"</code> property</h3>
<pre class="programlisting"> "active" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
<p>
@@ -299,7 +299,7 @@
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2" title='The "client" property'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser--client"></a><h3>The <code class="literal">"client"</code> property</h3>
<pre class="programlisting"> "client" <a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a>* : Read / Write / Construct Only</pre>
<p>
@@ -307,7 +307,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title='The "mx" property'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser--mx"></a><h3>The <code class="literal">"mx"</code> property</h3>
<pre class="programlisting"> "mx" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
<p>
@@ -318,7 +318,7 @@
<p>Default value: 3</p>
</div>
<hr>
-<div class="refsect2" title='The "target" property'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser--target"></a><h3>The <code class="literal">"target"</code> property</h3>
<pre class="programlisting"> "target" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a>* : Read / Write</pre>
<p>
@@ -327,9 +327,9 @@
<p>Default value: NULL</p>
</div>
</div>
-<div class="refsect1" title="Signal Details">
+<div class="refsect1">
<a name="GSSDPResourceBrowser.signal-details"></a><h2>Signal Details</h2>
-<div class="refsect2" title='The "resource-available" signal'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser-resource-available"></a><h3>The <code class="literal">"resource-available"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *usn,
@@ -367,7 +367,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title='The "resource-unavailable" signal'>
+<div class="refsect2">
<a name="GSSDPResourceBrowser-resource-unavailable"></a><h3>The <code class="literal">"resource-unavailable"</code> signal</h3>
<pre class="programlisting"><span class="returnvalue">void</span> user_function (<a class="link" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser"><span class="type">GSSDPResourceBrowser</span></a> *resource_browser,
<a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gchar"><span class="type">gchar</span></a> *usn,
@@ -401,6 +401,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/GSSDPResourceGroup.html new/gssdp-0.8.0/doc/html/GSSDPResourceGroup.html
--- old/gssdp-0.7.2/doc/html/GSSDPResourceGroup.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/GSSDPResourceGroup.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSSDPResourceGroup</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="up" href="ch01.html" title="GSSDP">
<link rel="prev" href="GSSDPResourceBrowser.html" title="GSSDPResourceBrowser">
<link rel="next" href="gssdp-Error-codes.html" title="Error codes">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -30,7 +30,7 @@
<a href="#GSSDPResourceGroup.properties" class="shortcut">Properties</a>
</td></tr>
</table>
-<div class="refentry" title="GSSDPResourceGroup">
+<div class="refentry">
<a name="GSSDPResourceGroup"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -39,7 +39,7 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="GSSDPResourceGroup.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis"> <a class="link" href="GSSDPResourceGroup.html#GSSDPResourceGroup-struct" title="GSSDPResourceGroup">GSSDPResourceGroup</a>;
<a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="returnvalue">GSSDPResourceGroup</span></a> * <a class="link" href="GSSDPResourceGroup.html#gssdp-resource-group-new" title="gssdp_resource_group_new ()">gssdp_resource_group_new</a> (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);
@@ -69,14 +69,14 @@
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> resource_id</code></em>);
</pre>
</div>
-<div class="refsect1" title="Object Hierarchy">
+<div class="refsect1">
<a name="GSSDPResourceGroup.object-hierarchy"></a><h2>Object Hierarchy</h2>
<pre class="synopsis">
<a href="http://library.gnome.org/devel/gobject/unstable/gobject-The-Base-Object-Typ…">GObject</a>
+----GSSDPResourceGroup
</pre>
</div>
-<div class="refsect1" title="Properties">
+<div class="refsect1">
<a name="GSSDPResourceGroup.properties"></a><h2>Properties</h2>
<pre class="synopsis">
"<a class="link" href="GSSDPResourceGroup.html#GSSDPResourceGroup--available" title='The "available" property'>available</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write
@@ -85,7 +85,7 @@
"<a class="link" href="GSSDPResourceGroup.html#GSSDPResourceGroup--message-delay" title='The "message-delay" property'>message-delay</a>" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="GSSDPResourceGroup.description"></a><h2>Description</h2>
<p>
A <a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> is a group of SSDP resources whose availability can
@@ -93,16 +93,16 @@
service as multiple SSDP resources (UPnP does this for example).
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="GSSDPResourceGroup.details"></a><h2>Details</h2>
-<div class="refsect2" title="GSSDPResourceGroup">
+<div class="refsect2">
<a name="GSSDPResourceGroup-struct"></a><h3>GSSDPResourceGroup</h3>
<pre class="programlisting">typedef struct _GSSDPResourceGroup GSSDPResourceGroup;</pre>
<p>
</p>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_new ()">
+<div class="refsect2">
<a name="gssdp-resource-group-new"></a><h3>gssdp_resource_group_new ()</h3>
<pre class="programlisting"><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="returnvalue">GSSDPResourceGroup</span></a> * gssdp_resource_group_new (<em class="parameter"><code><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a> *client</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -122,7 +122,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_get_client ()">
+<div class="refsect2">
<a name="gssdp-resource-group-get-client"></a><h3>gssdp_resource_group_get_client ()</h3>
<pre class="programlisting"><a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="returnvalue">GSSDPClient</span></a> * gssdp_resource_group_get_client (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -142,7 +142,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_set_max_age ()">
+<div class="refsect2">
<a name="gssdp-resource-group-set-max-age"></a><h3>gssdp_resource_group_set_max_age ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_group_set_max_age (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> max_age</code></em>);</pre>
@@ -166,7 +166,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_get_max_age ()">
+<div class="refsect2">
<a name="gssdp-resource-group-get-max-age"></a><h3>gssdp_resource_group_get_max_age ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gssdp_resource_group_get_max_age (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -186,7 +186,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_set_available ()">
+<div class="refsect2">
<a name="gssdp-resource-group-set-available"></a><h3>gssdp_resource_group_set_available ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_group_set_available (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
<em class="parameter"><code><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> available</code></em>);</pre>
@@ -212,7 +212,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_get_available ()">
+<div class="refsect2">
<a name="gssdp-resource-group-get-available"></a><h3>gssdp_resource_group_get_available ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="returnvalue">gboolean</span></a> gssdp_resource_group_get_available (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>);</pre>
<div class="variablelist"><table border="0">
@@ -232,7 +232,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_set_message_delay ()">
+<div class="refsect2">
<a name="gssdp-resource-group-set-message-delay"></a><h3>gssdp_resource_group_set_message_delay ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_group_set_message_delay
(<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
@@ -257,7 +257,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_get_message_delay ()">
+<div class="refsect2">
<a name="gssdp-resource-group-get-message-delay"></a><h3>gssdp_resource_group_get_message_delay ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gssdp_resource_group_get_message_delay
(<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>);</pre>
@@ -278,7 +278,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_add_resource ()">
+<div class="refsect2">
<a name="gssdp-resource-group-add-resource"></a><h3>gssdp_resource_group_add_resource ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gssdp_resource_group_add_resource (<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
<em class="parameter"><code>const <span class="type">char</span> *target</code></em>,
@@ -320,7 +320,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_add_resource_simple ()">
+<div class="refsect2">
<a name="gssdp-resource-group-add-resource-simple"></a><h3>gssdp_resource_group_add_resource_simple ()</h3>
<pre class="programlisting"><a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="returnvalue">guint</span></a> gssdp_resource_group_add_resource_simple
(<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
@@ -363,7 +363,7 @@
</table></div>
</div>
<hr>
-<div class="refsect2" title="gssdp_resource_group_remove_resource ()">
+<div class="refsect2">
<a name="gssdp-resource-group-remove-resource"></a><h3>gssdp_resource_group_remove_resource ()</h3>
<pre class="programlisting"><span class="returnvalue">void</span> gssdp_resource_group_remove_resource
(<em class="parameter"><code><a class="link" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup"><span class="type">GSSDPResourceGroup</span></a> *resource_group</code></em>,
@@ -388,9 +388,9 @@
</table></div>
</div>
</div>
-<div class="refsect1" title="Property Details">
+<div class="refsect1">
<a name="GSSDPResourceGroup.property-details"></a><h2>Property Details</h2>
-<div class="refsect2" title='The "available" property'>
+<div class="refsect2">
<a name="GSSDPResourceGroup--available"></a><h3>The <code class="literal">"available"</code> property</h3>
<pre class="programlisting"> "available" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#gboolean"><span class="type">gboolean</span></a> : Read / Write</pre>
<p>
@@ -399,7 +399,7 @@
<p>Default value: FALSE</p>
</div>
<hr>
-<div class="refsect2" title='The "client" property'>
+<div class="refsect2">
<a name="GSSDPResourceGroup--client"></a><h3>The <code class="literal">"client"</code> property</h3>
<pre class="programlisting"> "client" <a class="link" href="GSSDPClient.html" title="GSSDPClient"><span class="type">GSSDPClient</span></a>* : Read / Write / Construct Only</pre>
<p>
@@ -407,7 +407,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title='The "max-age" property'>
+<div class="refsect2">
<a name="GSSDPResourceGroup--max-age"></a><h3>The <code class="literal">"max-age"</code> property</h3>
<pre class="programlisting"> "max-age" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
<p>
@@ -416,7 +416,7 @@
<p>Default value: 1800</p>
</div>
<hr>
-<div class="refsect2" title='The "message-delay" property'>
+<div class="refsect2">
<a name="GSSDPResourceGroup--message-delay"></a><h3>The <code class="literal">"message-delay"</code> property</h3>
<pre class="programlisting"> "message-delay" <a href="http://library.gnome.org/devel/glib/unstable/glib-Basic-Types.html#guint"><span class="type">guint</span></a> : Read / Write</pre>
<p>
@@ -429,6 +429,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/ch01.html new/gssdp-0.8.0/doc/html/ch01.html
--- old/gssdp-0.7.2/doc/html/ch01.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/ch01.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,12 +3,12 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSSDP</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="up" href="index.html" title="GSSDP Reference Manual">
<link rel="prev" href="index.html" title="GSSDP Reference Manual">
<link rel="next" href="GSSDPClient.html" title="GSSDPClient">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -19,9 +19,9 @@
<th width="100%" align="center">GSSDP Reference Manual</th>
<td><a accesskey="n" href="GSSDPClient.html"><img src="right.png" width="24" height="24" border="0" alt="Next"></a></td>
</tr></table>
-<div class="chapter" title="GSSDP">
+<div class="chapter">
<div class="titlepage"><div><div><h2 class="title">
-<a name="id2695133"></a>GSSDP</h2></div></div></div>
+<a name="id2732096"></a>GSSDP</h2></div></div></div>
<div class="toc"><dl>
<dt>
<span class="refentrytitle"><a href="GSSDPClient.html">GSSDPClient</a></span><span class="refpurpose"> — SSDP "bus" wrapper.</span>
@@ -39,6 +39,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/gssdp-Error-codes.html new/gssdp-0.8.0/doc/html/gssdp-Error-codes.html
--- old/gssdp-0.7.2/doc/html/gssdp-Error-codes.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/gssdp-Error-codes.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,11 +3,11 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Error codes</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="up" href="ch01.html" title="GSSDP">
<link rel="prev" href="GSSDPResourceGroup.html" title="GSSDPResourceGroup">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
@@ -25,7 +25,7 @@
<a href="#gssdp-Error-codes.description" class="shortcut">Description</a>
</td></tr>
</table>
-<div class="refentry" title="Error codes">
+<div class="refentry">
<a name="gssdp-Error-codes"></a><div class="titlepage"></div>
<div class="refnamediv"><table width="100%"><tr>
<td valign="top">
@@ -34,20 +34,20 @@
</td>
<td valign="top" align="right"></td>
</tr></table></div>
-<div class="refsynopsisdiv" title="Synopsis">
+<div class="refsynopsisdiv">
<a name="gssdp-Error-codes.synopsis"></a><h2>Synopsis</h2>
<pre class="synopsis">#define <a class="link" href="gssdp-Error-codes.html#GSSDP-ERROR:CAPS" title="GSSDP_ERROR">GSSDP_ERROR</a>
enum <a class="link" href="gssdp-Error-codes.html#GSSDPError" title="enum GSSDPError">GSSDPError</a>;
</pre>
</div>
-<div class="refsect1" title="Description">
+<div class="refsect1">
<a name="gssdp-Error-codes.description"></a><h2>Description</h2>
<p>
</p>
</div>
-<div class="refsect1" title="Details">
+<div class="refsect1">
<a name="gssdp-Error-codes.details"></a><h2>Details</h2>
-<div class="refsect2" title="GSSDP_ERROR">
+<div class="refsect2">
<a name="GSSDP-ERROR:CAPS"></a><h3>GSSDP_ERROR</h3>
<pre class="programlisting">#define GSSDP_ERROR (gssdp_error_quark ())
</pre>
@@ -55,7 +55,7 @@
</p>
</div>
<hr>
-<div class="refsect2" title="enum GSSDPError">
+<div class="refsect2">
<a name="GSSDPError"></a><h3>enum GSSDPError</h3>
<pre class="programlisting">typedef enum {
GSSDP_ERROR_NO_IP_ADDRESS,
@@ -69,6 +69,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/index.html new/gssdp-0.8.0/doc/html/index.html
--- old/gssdp-0.7.2/doc/html/index.html 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/index.html 2010-09-16 14:14:05.000000000 +0200
@@ -3,23 +3,23 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>GSSDP Reference Manual</title>
-<meta name="generator" content="DocBook XSL Stylesheets V1.75.1">
+<meta name="generator" content="DocBook XSL Stylesheets V1.75.2">
<link rel="home" href="index.html" title="GSSDP Reference Manual">
<link rel="next" href="ch01.html" title="GSSDP">
-<meta name="generator" content="GTK-Doc V1.14 (XML mode)">
+<meta name="generator" content="GTK-Doc V1.15.1 (XML mode)">
<link rel="stylesheet" href="style.css" type="text/css">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
-<div class="book" title="GSSDP Reference Manual">
+<div class="book">
<div class="titlepage">
<div>
<div><table class="navigation" id="top" width="100%" cellpadding="2" cellspacing="0"><tr><th valign="middle"><p class="title">GSSDP Reference Manual</p></th></tr></table></div>
-<div><p class="releaseinfo">Version 0.7.2
+<div><p class="releaseinfo">Version 0.8.0
</p></div>
<div><p class="copyright">Copyright © 2007 OpenedHand LTD</p></div>
<div><p class="copyright">Copyright © 2009 Nokia Corporation</p></div>
-<div><div class="legalnotice" title="Legal Notice">
-<a name="id2729598"></a><p>
+<div><div class="legalnotice">
+<a name="id2766602"></a><p>
Permission is granted to copy, distribute and/or modify this
document under the terms of the <em class="citetitle">GNU Free
Documentation License</em>, Version 1.1 or any later
@@ -63,6 +63,6 @@
</div>
<div class="footer">
<hr>
- Generated by GTK-Doc V1.14</div>
+ Generated by GTK-Doc V1.15.1</div>
</body>
</html>
\ No newline at end of file
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/html/style.css new/gssdp-0.8.0/doc/html/style.css
--- old/gssdp-0.7.2/doc/html/style.css 2010-04-09 17:49:22.000000000 +0200
+++ new/gssdp-0.8.0/doc/html/style.css 2010-09-16 14:14:05.000000000 +0200
@@ -209,6 +209,14 @@
font-weight: normal;
}
+.annotation
+{
+ /* tango:aluminium 5 */
+ color: #555753;
+ font-size: 80%;
+ font-weight: normal;
+}
+
/* code listings */
.listing_code .programlisting .cbracket { color: #a40000; } /* tango: scarlet red 3 */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/doc/version.xml new/gssdp-0.8.0/doc/version.xml
--- old/gssdp-0.7.2/doc/version.xml 2010-04-09 14:55:24.000000000 +0200
+++ new/gssdp-0.8.0/doc/version.xml 2010-09-16 14:14:01.000000000 +0200
@@ -1 +1 @@
-0.7.2
+0.8.0
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/gtk-doc.make new/gssdp-0.8.0/gtk-doc.make
--- old/gssdp-0.7.2/gtk-doc.make 2010-04-03 16:35:19.000000000 +0200
+++ new/gssdp-0.8.0/gtk-doc.make 2010-08-19 19:26:04.000000000 +0200
@@ -75,8 +75,11 @@
scan-build.stamp: $(HFILE_GLOB) $(CFILE_GLOB)
@echo 'gtk-doc: Scanning header files'
@-chmod -R u+w $(srcdir)
- @cd $(srcdir) && \
- gtkdoc-scan --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --ignore-headers="$(IGNORE_HFILES)" $(SCAN_OPTIONS) $(EXTRA_HFILES)
+ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ _source_dir="$${_source_dir} --source-dir=$$i" ; \
+ done ; \
+ cd $(srcdir) && \
+ gtkdoc-scan --module=$(DOC_MODULE) --ignore-headers="$(IGNORE_HFILES)" $${_source_dir} $(SCAN_OPTIONS) $(EXTRA_HFILES)
@if grep -l '^..*$$' $(srcdir)/$(DOC_MODULE).types > /dev/null 2>&1 ; then \
CC="$(GTKDOC_CC)" LD="$(GTKDOC_LD)" RUN="$(GTKDOC_RUN)" CFLAGS="$(GTKDOC_CFLAGS) $(CFLAGS)" LDFLAGS="$(GTKDOC_LIBS) $(LDFLAGS)" gtkdoc-scangobj $(SCANGOBJ_OPTIONS) --module=$(DOC_MODULE) --output-dir=$(srcdir) ; \
else \
@@ -109,8 +112,11 @@
sgml-build.stamp: tmpl.stamp $(DOC_MODULE)-sections.txt $(srcdir)/tmpl/*.sgml $(expand_content_files)
@echo 'gtk-doc: Building XML'
@-chmod -R u+w $(srcdir)
- @cd $(srcdir) && \
- gtkdoc-mkdb --module=$(DOC_MODULE) --source-dir=$(DOC_SOURCE_DIR) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $(MKDB_OPTIONS)
+ @_source_dir='' ; for i in $(DOC_SOURCE_DIR) ; do \
+ _source_dir="$${_source_dir} --source-dir=$$i" ; \
+ done ; \
+ cd $(srcdir) && \
+ gtkdoc-mkdb --module=$(DOC_MODULE) --output-format=xml --expand-content-files="$(expand_content_files)" --main-sgml-file=$(DOC_MAIN_SGML_FILE) $${_source_dir} $(MKDB_OPTIONS)
@touch sgml-build.stamp
sgml.stamp: sgml-build.stamp
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/libgssdp/gssdp-client.c new/gssdp-0.8.0/libgssdp/gssdp-client.c
--- old/gssdp-0.7.2/libgssdp/gssdp-client.c 2010-03-09 14:55:33.000000000 +0100
+++ new/gssdp-0.8.0/libgssdp/gssdp-client.c 2010-09-16 13:19:30.000000000 +0200
@@ -129,7 +129,7 @@
/* Set up sockets (Will set errno if it failed) */
client->priv->request_socket =
- gssdp_socket_source_new (GSSPP_SOCKET_SOURCE_TYPE_REQUEST,
+ gssdp_socket_source_new (GSSDP_SOCKET_SOURCE_TYPE_REQUEST,
gssdp_client_get_host_ip (client));
if (client->priv->request_socket != NULL) {
g_source_set_callback
@@ -268,6 +268,8 @@
g_main_context_unref (client->priv->main_context);
client->priv->main_context = NULL;
}
+
+ G_OBJECT_CLASS (gssdp_client_parent_class)->dispose (object);
}
static void
@@ -280,6 +282,8 @@
g_free (client->priv->server_id);
g_free (client->priv->interface);
g_free (client->priv->host_ip);
+
+ G_OBJECT_CLASS (gssdp_client_parent_class)->finalize (object);
}
static void
@@ -424,7 +428,7 @@
gssdp_marshal_VOID__STRING_UINT_INT_POINTER,
G_TYPE_NONE,
4,
- G_TYPE_STRING,
+ G_TYPE_STRING | G_SIGNAL_TYPE_STATIC_SCOPE,
G_TYPE_UINT,
G_TYPE_INT,
G_TYPE_POINTER);
@@ -709,7 +713,7 @@
socket_source_cb (GSSDPSocketSource *socket, GSSDPClient *client)
{
int fd, type, len;
- size_t bytes;
+ ssize_t bytes;
char buf[BUF_SIZE], *end;
struct sockaddr_in addr;
socklen_t addr_size;
@@ -730,6 +734,13 @@
MSG_TRUNC,
(struct sockaddr *) &addr,
&addr_size);
+ if (bytes == -1) {
+ g_warning ("Failed to read from socket: %d (%s)",
+ errno,
+ strerror (errno));
+
+ return TRUE;
+ }
/* We need the following lines to make sure the right client received
* the packet. We won't need to do this if there was any way to tell
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/libgssdp/gssdp-marshal.c new/gssdp-0.8.0/libgssdp/gssdp-marshal.c
--- old/gssdp-0.7.2/libgssdp/gssdp-marshal.c 2010-02-09 17:19:49.000000000 +0100
+++ new/gssdp-0.8.0/libgssdp/gssdp-marshal.c 2010-08-24 14:23:24.000000000 +0200
@@ -25,6 +25,7 @@
#define g_marshal_value_peek_boxed(v) g_value_get_boxed (v)
#define g_marshal_value_peek_pointer(v) g_value_get_pointer (v)
#define g_marshal_value_peek_object(v) g_value_get_object (v)
+#define g_marshal_value_peek_variant(v) g_value_get_variant (v)
#else /* !G_ENABLE_DEBUG */
/* WARNING: This code accesses GValues directly, which is UNSUPPORTED API.
* Do not access GValues directly in your code. Instead, use the
@@ -48,6 +49,7 @@
#define g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer
#define g_marshal_value_peek_object(v) (v)->data[0].v_pointer
+#define g_marshal_value_peek_variant(v) (v)->data[0].v_pointer
#endif /* !G_ENABLE_DEBUG */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/libgssdp/gssdp-resource-browser.c new/gssdp-0.8.0/libgssdp/gssdp-resource-browser.c
--- old/gssdp-0.7.2/libgssdp/gssdp-resource-browser.c 2010-02-09 17:19:48.000000000 +0100
+++ new/gssdp-0.8.0/libgssdp/gssdp-resource-browser.c 2010-09-16 13:19:30.000000000 +0200
@@ -221,6 +221,8 @@
}
clear_cache (resource_browser);
+
+ G_OBJECT_CLASS (gssdp_resource_browser_parent_class)->dispose (object);
}
static void
@@ -236,6 +238,8 @@
g_free (resource_browser->priv->target);
g_hash_table_destroy (resource_browser->priv->resources);
+
+ G_OBJECT_CLASS (gssdp_resource_browser_parent_class)->finalize (object);
}
static void
@@ -603,7 +607,7 @@
GList *locations;
GMainContext *context;
- usn = soup_message_headers_get (headers, "USN");
+ usn = soup_message_headers_get_one (headers, "USN");
if (!usn)
return; /* No USN specified */
@@ -629,7 +633,7 @@
}
/* Calculate new timeout */
- header = soup_message_headers_get (headers, "Cache-Control");
+ header = soup_message_headers_get_one (headers, "Cache-Control");
if (header) {
GSList *list;
int res;
@@ -660,7 +664,7 @@
} else {
const char *expires;
- expires = soup_message_headers_get (headers, "Expires");
+ expires = soup_message_headers_get_one (headers, "Expires");
if (expires) {
SoupDate *soup_exp_time;
time_t exp_time, cur_time;
@@ -710,11 +714,11 @@
/* Build list of locations */
locations = NULL;
- header = soup_message_headers_get (headers, "Location");
+ header = soup_message_headers_get_one (headers, "Location");
if (header)
locations = g_list_append (locations, g_strdup (header));
- header = soup_message_headers_get (headers, "AL");
+ header = soup_message_headers_get_one (headers, "AL");
if (header) {
/* Parse AL header. The format is:
* <uri1><uri2>... */
@@ -759,7 +763,7 @@
{
const char *usn;
- usn = soup_message_headers_get (headers, "USN");
+ usn = soup_message_headers_get_one (headers, "USN");
if (!usn)
return; /* No USN specified */
@@ -793,7 +797,7 @@
{
const char *st;
- st = soup_message_headers_get (headers, "ST");
+ st = soup_message_headers_get_one (headers, "ST");
if (!st)
return; /* No target specified */
@@ -809,14 +813,14 @@
{
const char *header;
- header = soup_message_headers_get (headers, "NT");
+ header = soup_message_headers_get_one (headers, "NT");
if (!header)
return; /* No target specified */
if (!check_target_compat (resource_browser, header))
return; /* Target doesn't match */
- header = soup_message_headers_get (headers, "NTS");
+ header = soup_message_headers_get_one (headers, "NTS");
if (!header)
return; /* No announcement type specified */
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/libgssdp/gssdp-resource-group.c new/gssdp-0.8.0/libgssdp/gssdp-resource-group.c
--- old/gssdp-0.7.2/libgssdp/gssdp-resource-group.c 2010-03-28 16:40:08.000000000 +0200
+++ new/gssdp-0.8.0/libgssdp/gssdp-resource-group.c 2010-09-16 13:19:30.000000000 +0200
@@ -264,6 +264,8 @@
g_object_unref (priv->client);
priv->client = NULL;
}
+
+ G_OBJECT_CLASS (gssdp_resource_group_parent_class)->dispose (object);
}
static void
@@ -753,7 +755,7 @@
return;
/* Extract target */
- target = soup_message_headers_get (headers, "ST");
+ target = soup_message_headers_get_one (headers, "ST");
if (!target) {
g_warning ("Discovery request did not have an ST header");
@@ -764,7 +766,7 @@
want_all = (strcmp (target, GSSDP_ALL_RESOURCES) == 0);
/* Extract MX */
- mx_str = soup_message_headers_get (headers, "MX");
+ mx_str = soup_message_headers_get_one (headers, "MX");
if (mx_str)
mx = atoi (mx_str);
else
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/libgssdp/gssdp-socket-source.h new/gssdp-0.8.0/libgssdp/gssdp-socket-source.h
--- old/gssdp-0.7.2/libgssdp/gssdp-socket-source.h 2010-02-09 17:19:48.000000000 +0100
+++ new/gssdp-0.8.0/libgssdp/gssdp-socket-source.h 2010-09-16 13:19:30.000000000 +0200
@@ -27,7 +27,7 @@
typedef struct _GSSDPSocketSource GSSDPSocketSource;
typedef enum {
- GSSPP_SOCKET_SOURCE_TYPE_REQUEST,
+ GSSDP_SOCKET_SOURCE_TYPE_REQUEST,
GSSDP_SOCKET_SOURCE_TYPE_MULTICAST
} GSSDPSocketSourceType;
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/gssdp-0.7.2/m4/introspection.m4 new/gssdp-0.8.0/m4/introspection.m4
--- old/gssdp-0.7.2/m4/introspection.m4 2010-04-02 20:41:18.000000000 +0200
+++ new/gssdp-0.8.0/m4/introspection.m4 1970-01-01 01:00:00.000000000 +0100
@@ -1,88 +0,0 @@
-dnl -*- mode: autoconf -*-
-dnl Copyright 2009 Johan Dahlin
-dnl
-dnl This file is free software; the author(s) gives unlimited
-dnl permission to copy and/or distribute it, with or without
-dnl modifications, as long as this notice is preserved.
-dnl
-
-# serial 1
-
-m4_define([_GOBJECT_INTROSPECTION_CHECK_INTERNAL],
-[
- AC_BEFORE([AC_PROG_LIBTOOL],[$0])dnl setup libtool first
- AC_BEFORE([AM_PROG_LIBTOOL],[$0])dnl setup libtool first
- AC_BEFORE([LT_INIT],[$0])dnl setup libtool first
-
- dnl enable/disable introspection
- m4_if([$2], [require],
- [dnl
- enable_introspection=yes
- ],[dnl
- AC_ARG_ENABLE(introspection,
- AS_HELP_STRING([--enable-introspection[=@<:@no/auto/yes@:>@]],
- [Enable introspection for this build]),,
- [enable_introspection=auto])
- ])dnl
-
- AC_MSG_CHECKING([for gobject-introspection])
-
- dnl presence/version checking
- AS_CASE([$enable_introspection],
- [no], [dnl
- found_introspection="no (disabled, use --enable-introspection to enable)"
- ],dnl
- [yes],[dnl
- PKG_CHECK_EXISTS([gobject-introspection-1.0],,
- AC_MSG_ERROR([gobject-introspection-1.0 is not installed]))
- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1],
- found_introspection=yes,
- AC_MSG_ERROR([You need to have gobject-introspection >= $1 installed to build AC_PACKAGE_NAME]))
- ],dnl
- [auto],[dnl
- PKG_CHECK_EXISTS([gobject-introspection-1.0 >= $1], found_introspection=yes, found_introspection=no)
- ],dnl
- [dnl
- AC_MSG_ERROR([invalid argument passed to --enable-introspection, should be one of @<:@no/auto/yes@:>@])
- ])dnl
-
- AC_MSG_RESULT([$found_introspection])
-
- INTROSPECTION_SCANNER=
- INTROSPECTION_COMPILER=
- INTROSPECTION_GENERATE=
- INTROSPECTION_GIRDIR=
- INTROSPECTION_TYPELIBDIR=
- if test "x$found_introspection" = "xyes"; then
- INTROSPECTION_SCANNER=`$PKG_CONFIG --variable=g_ir_scanner gobject-introspection-1.0`
- INTROSPECTION_COMPILER=`$PKG_CONFIG --variable=g_ir_compiler gobject-introspection-1.0`
- INTROSPECTION_GENERATE=`$PKG_CONFIG --variable=g_ir_generate gobject-introspection-1.0`
- INTROSPECTION_GIRDIR=`$PKG_CONFIG --variable=girdir gobject-introspection-1.0`
- INTROSPECTION_TYPELIBDIR="$($PKG_CONFIG --variable=typelibdir gobject-introspection-1.0)"
- fi
- AC_SUBST(INTROSPECTION_SCANNER)
- AC_SUBST(INTROSPECTION_COMPILER)
- AC_SUBST(INTROSPECTION_GENERATE)
- AC_SUBST(INTROSPECTION_GIRDIR)
- AC_SUBST(INTROSPECTION_TYPELIBDIR)
-
- AM_CONDITIONAL(HAVE_INTROSPECTION, test "x$found_introspection" = "xyes")
-])
-
-
-dnl Usage:
-dnl GOBJECT_INTROSPECTION_CHECK([minimum-g-i-version])
-
-AC_DEFUN([GOBJECT_INTROSPECTION_CHECK],
-[
- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1])
-])
-
-dnl Usage:
-dnl GOBJECT_INTROSPECTION_REQUIRE([minimum-g-i-version])
-
-
-AC_DEFUN([GOBJECT_INTROSPECTION_REQUIRE],
-[
- _GOBJECT_INTROSPECTION_CHECK_INTERNAL([$1], [require])
-])
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package libgee for openSUSE:Factory
checked in at Fri Sep 24 00:19:22 CEST 2010.
--------
--- libgee/libgee.changes 2010-08-05 16:28:45.000000000 +0200
+++ /mounts/work_src_done/STABLE/libgee/libgee.changes 2010-09-16 20:27:03.000000000 +0200
@@ -1,0 +2,7 @@
+Thu Sep 16 20:25:23 CEST 2010 - vuntz(a)opensuse.org
+
+- Update to version 0.5.3:
+ + Fix memory leaks in TimSort and LinkedList.
+ + Bug fixes in TreeMap and TreeSet.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
libgee-0.5.2.tar.bz2
New:
----
libgee-0.5.3.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libgee.spec ++++++
--- /var/tmp/diff_new_pack.TjfJWh/_old 2010-09-24 00:19:12.000000000 +0200
+++ /var/tmp/diff_new_pack.TjfJWh/_new 2010-09-24 00:19:12.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package libgee (Version 0.5.2)
+# spec file for package libgee (Version 0.5.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# Copyright (c) 2010 Luis Medinas, Portugal
@@ -20,7 +20,7 @@
Name: libgee
-Version: 0.5.2
+Version: 0.5.3
Release: 1
Summary: GObject-based library providing commonly used data structures
License: LGPLv2.1+
++++++ libgee-0.5.2.tar.bz2 -> libgee-0.5.3.tar.bz2 ++++++
++++ 31880 lines of diff (skipped)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package evolution for openSUSE:Factory
checked in at Fri Sep 24 00:19:22 CEST 2010.
--------
--- GNOME/evolution/evolution.changes 2010-09-08 02:17:13.000000000 +0200
+++ /mounts/work_src_done/STABLE/evolution/evolution.changes 2010-09-14 16:49:53.000000000 +0200
@@ -1,0 +2,17 @@
+Mon Sep 13 14:07:20 CEST 2010 - dimstar(a)opensuse.org
+
+- Update to version 2.31.92:
+ + No more blinking status icon.
+ + Work around deprecation of gtk_dialog_set_has_separator()
+ + Memory leak fixes.
+ + Various other bug fixes.
+ + Bugs fixed: bgo#627812, bgo#629132, bgo#626066, bgo#629413,
+ bgo#629393, bgo#628591, bgo#616073, bgo#629250, bgo#629253,
+ bgo#626579, bgo#629089, bgo#629115, bgo#629046, bgo#629054,
+ bgo#629052, bgo#629051, bgo#629050, bgo#629049, bgo#627952,
+ bgo#628694, bgo#628653, bgo#628654, bgo#628660, bgo#580623,
+ bgo#628635, bgo#628483, bgo#628482, bgo#624021, bgo#628350,
+ bgo#627101
+ + Updated translations.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
evolution-2.31.91.tar.bz2
New:
----
evolution-2.31.92.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ evolution.spec ++++++
--- /var/tmp/diff_new_pack.T52fic/_old 2010-09-24 00:19:04.000000000 +0200
+++ /var/tmp/diff_new_pack.T52fic/_new 2010-09-24 00:19:04.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package evolution (Version 2.31.91)
+# spec file for package evolution (Version 2.31.92)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -68,7 +68,7 @@
Group: Productivity/Networking/Email/Clients
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
%define evolution_base_version 2.32
-Version: 2.31.91
+Version: 2.31.92
Release: 1
# FIXME: check with upstream/meego if we want to enable clutter for express mode
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
@@ -245,6 +245,7 @@
%dir %{_libdir}/evolution/*/modules/
%{_libdir}/evolution/*/modules/*-module-addressbook.*
%{_libdir}/evolution/*/modules/*-module-calendar.*
+%{_libdir}/evolution/*/modules/*-module-composer-autosave.*
%{_libdir}/evolution/*/modules/*-module-mail.*
%{_libdir}/evolution/*/modules/*-module-mailto-handler.*
%{_libdir}/evolution/*/modules/*-module-plugin-lib.*
++++++ evolution-2.31.91.tar.bz2 -> evolution-2.31.92.tar.bz2 ++++++
GNOME/evolution/evolution-2.31.91.tar.bz2 /mounts/work_src_done/STABLE/evolution/evolution-2.31.92.tar.bz2 differ: char 11, line 1
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0
Hello community,
here is the log from the commit of package sane-backends for openSUSE:Factory
checked in at Fri Sep 24 00:19:00 CEST 2010.
--------
--- sane-backends/sane-backends.changes 2010-09-15 10:56:30.000000000 +0200
+++ /mounts/work_src_done/STABLE/sane-backends/sane-backends.changes 2010-09-22 14:18:13.000000000 +0200
@@ -1,0 +2,8 @@
+Wed Sep 22 14:08:26 CEST 2010 - jsmeix(a)suse.de
+
+- Configure with --enable-pthread so that backends can use
+ POSIX threads to implement asynchronous I/O instead of
+ the default which uses a pipe and forks a reader process
+ (see openSUSE/Novell Bugzilla bnc#633780).
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sane-backends.spec ++++++
--- /var/tmp/diff_new_pack.mdskXb/_old 2010-09-24 00:18:38.000000000 +0200
+++ /var/tmp/diff_new_pack.mdskXb/_new 2010-09-24 00:18:38.000000000 +0200
@@ -31,7 +31,7 @@
AutoReqProv: on
Summary: SANE (Scanner Access Now Easy) Scanner Drivers
Version: 1.0.21
-Release: 6
+Release: 7
Url: http://www.sane-project.org/
# URL for Source0: https://alioth.debian.org/frs/download.php/3258/sane-backends-1.0.21.tar.gz
# MD5 sum for upstream sane-backends-1.0.21.tar.gz (not our .bz2): be586a23633949cf2ecf0c9c6d769130
@@ -389,7 +389,9 @@
autoreconf -fi
export CFLAGS="$RPM_OPT_FLAGS -D_GNU_SOURCE -DGIMP_ENABLE_COMPAT_CRUFT=1 -fno-strict-aliasing"
export LDFLAGS="-L/%_lib $LDFLAGS"
-# Disable locking because /var/lock/sane/ would be a world-writable directory:
+# Enable pthread instead of fork (used in Debian since Feb 2009 and no issues so far),
+# see https://bugzilla.novell.com/show_bug.cgi?id=633780
+# Disable locking because /var/lock/sane/ would be a world-writable directory.
./configure --prefix=/usr \
--exec-prefix=/usr \
--sysconfdir=%{_sysconfdir} \
@@ -399,6 +401,7 @@
--datadir=%{_datadir} \
--with-gphoto2 \
--with-docdir=%{_defaultdocdir}/sane-backends \
+ --enable-pthread \
--disable-locking
# Enable locking for backends where "99" is the group of the lockfile path (LOCKPATH_GROUP)
# because "99" is the group of the user who runs the build when norootforbuild is used
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe(a)opensuse.org
For additional commands, e-mail: opensuse-commit+help(a)opensuse.org
1
0