Hello community,
here is the log from the commit of package sobby for openSUSE:Factory
checked in at Wed Dec 30 00:30:06 CET 2009.
--------
--- GNOME/sobby/sobby.changes 2009-11-30 18:01:29.000000000 +0100
+++ /mounts/work_src_done/STABLE/sobby/sobby.changes 2009-12-27 01:21:08.000000000 +0100
@@ -1,0 +2,8 @@
+Sun Dec 27 01:20:02 CET 2009 - vuntz(a)opensuse.org
+
+- Update to version 0.4.7:
+ + Depend on net6 >= 1.3.12 to handle non-blocking sockets
+ correctly.
+ + Fail on startup when the configuration file cannot be read.
+
+-------------------------------------------------------------------
calling whatdependson for head-i586
Old:
----
sobby-0.4.6.tar.bz2
New:
----
sobby-0.4.7.tar.bz2
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sobby.spec ++++++
--- /var/tmp/diff_new_pack.bTW91K/_old 2009-12-30 00:29:47.000000000 +0100
+++ /var/tmp/diff_new_pack.bTW91K/_new 2009-12-30 00:29:47.000000000 +0100
@@ -1,5 +1,5 @@
#
-# spec file for package sobby (Version 0.4.6)
+# spec file for package sobby (Version 0.4.7)
#
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -29,7 +29,7 @@
License: GPLv2+
Group: System/GUI/GNOME
AutoReqProv: on
-Version: 0.4.6
+Version: 0.4.7
Release: 1
Summary: Stand-alone obby server
Source: %{name}-%{version}.tar.bz2
++++++ sobby-0.4.6.tar.bz2 -> sobby-0.4.7.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sobby-0.4.6/ChangeLog new/sobby-0.4.7/ChangeLog
--- old/sobby-0.4.6/ChangeLog 2009-11-15 13:57:27.000000000 +0100
+++ new/sobby-0.4.7/ChangeLog 2009-12-25 15:06:06.000000000 +0100
@@ -1,3 +1,18 @@
+2009-12-25 Philipp Kern <phil(a)0x539.de>
+
+ * configure.ac:
+ * NEWS: bump version to 0.4.7 and document the changes
+
+2009-12-25 Philipp Kern <phil(a)0x539.de>
+
+ * configure.ac: depend on net6 >= 1.3.12 which copes with non-blocking
+ socket on *nix, instead of just on Windows.
+
+2009-11-27 Armin Burgmeier <armin(a)0x539.de>
+
+ * src/config.cpp: Throw an exception if the config file could not be
+ loaded. Bug #510.
+
2009-11-15 Philipp Kern <phil(a)0x539.de>
* configure.ac:
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sobby-0.4.6/NEWS new/sobby-0.4.7/NEWS
--- old/sobby-0.4.6/NEWS 2009-11-15 13:56:51.000000000 +0100
+++ new/sobby-0.4.7/NEWS 2009-12-25 15:12:17.000000000 +0100
@@ -1,6 +1,11 @@
sobby
=====
+Version 0.4.7:
+ * Depend on net6 >= 1.3.12 to handle non-blocking sockets correctly.
+ We urge everybody using Sobby 0.4.6 to install net6 1.3.12 or higher.
+ * Fail on startup when the configuration file cannot be read.
+
Version 0.4.6:
* Allow to configure both autosaving facilities (file and directory).
* Initial files are added without directory names in their document title.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sobby-0.4.6/configure new/sobby-0.4.7/configure
--- old/sobby-0.4.6/configure 2009-11-15 13:57:57.000000000 +0100
+++ new/sobby-0.4.7/configure 2009-12-25 15:06:28.000000000 +0100
@@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.64 for sobby 0.4.6.
+# Generated by GNU Autoconf 2.64 for sobby 0.4.7.
#
# Report bugs to <crew(a)0x539.de>.
#
@@ -548,8 +548,8 @@
# Identity of this package.
PACKAGE_NAME='sobby'
PACKAGE_TARNAME='sobby'
-PACKAGE_VERSION='0.4.6'
-PACKAGE_STRING='sobby 0.4.6'
+PACKAGE_VERSION='0.4.7'
+PACKAGE_STRING='sobby 0.4.7'
PACKAGE_BUGREPORT='crew(a)0x539.de'
PACKAGE_URL=''
@@ -1230,7 +1230,7 @@
# Omit some internal or obsolete options to make the list less imposing.
# This message is too long to be a string in the A/UX 3.1 sh.
cat <<_ACEOF
-\`configure' configures sobby 0.4.6 to adapt to many kinds of systems.
+\`configure' configures sobby 0.4.7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@@ -1300,7 +1300,7 @@
if test -n "$ac_init_help"; then
case $ac_init_help in
- short | recursive ) echo "Configuration of sobby 0.4.6:";;
+ short | recursive ) echo "Configuration of sobby 0.4.7:";;
esac
cat <<\_ACEOF
@@ -1399,7 +1399,7 @@
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-sobby configure 0.4.6
+sobby configure 0.4.7
generated by GNU Autoconf 2.64
Copyright (C) 2009 Free Software Foundation, Inc.
@@ -1575,7 +1575,7 @@
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
-It was created by sobby $as_me 0.4.6, which was
+It was created by sobby $as_me 0.4.7, which was
generated by GNU Autoconf 2.64. Invocation command line was
$ $0 $@
@@ -2383,7 +2383,7 @@
# Define the identity of the package.
PACKAGE='sobby'
- VERSION='0.4.6'
+ VERSION='0.4.7'
cat >>confdefs.h <<_ACEOF
@@ -4343,14 +4343,14 @@
pkg_cv_sobby_CFLAGS="$sobby_CFLAGS"
else
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"net6-1.3 obby-0.4 >= 0.4.3
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6\""; } >&5
- ($PKG_CONFIG --exists --print-errors "net6-1.3 obby-0.4 >= 0.4.3
+ ($PKG_CONFIG --exists --print-errors "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_sobby_CFLAGS=`$PKG_CONFIG --cflags "net6-1.3 obby-0.4 >= 0.4.3
+ pkg_cv_sobby_CFLAGS=`$PKG_CONFIG --cflags "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6" 2>/dev/null`
else
pkg_failed=yes
@@ -4364,14 +4364,14 @@
pkg_cv_sobby_LIBS="$sobby_LIBS"
else
if test -n "$PKG_CONFIG" && \
- { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"net6-1.3 obby-0.4 >= 0.4.3
+ { { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6\""; } >&5
- ($PKG_CONFIG --exists --print-errors "net6-1.3 obby-0.4 >= 0.4.3
+ ($PKG_CONFIG --exists --print-errors "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6") 2>&5
ac_status=$?
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
- pkg_cv_sobby_LIBS=`$PKG_CONFIG --libs "net6-1.3 obby-0.4 >= 0.4.3
+ pkg_cv_sobby_LIBS=`$PKG_CONFIG --libs "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6" 2>/dev/null`
else
pkg_failed=yes
@@ -4391,16 +4391,16 @@
_pkg_short_errors_supported=no
fi
if test $_pkg_short_errors_supported = yes; then
- sobby_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "net6-1.3 obby-0.4 >= 0.4.3
+ sobby_PKG_ERRORS=`$PKG_CONFIG --short-errors --errors-to-stdout --print-errors "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6"`
else
- sobby_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "net6-1.3 obby-0.4 >= 0.4.3
+ sobby_PKG_ERRORS=`$PKG_CONFIG --errors-to-stdout --print-errors "net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6"`
fi
# Put the nasty error message in config.log where it belongs
echo "$sobby_PKG_ERRORS" >&5
- as_fn_error "Package requirements (net6-1.3 obby-0.4 >= 0.4.3
+ as_fn_error "Package requirements (net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6) were not met:
$sobby_PKG_ERRORS
@@ -5192,7 +5192,7 @@
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
-This file was extended by sobby $as_me 0.4.6, which was
+This file was extended by sobby $as_me 0.4.7, which was
generated by GNU Autoconf 2.64. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -5256,7 +5256,7 @@
_ACEOF
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
ac_cs_version="\\
-sobby config.status 0.4.6
+sobby config.status 0.4.7
configured by $0, generated by GNU Autoconf 2.64,
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sobby-0.4.6/configure.ac new/sobby-0.4.7/configure.ac
--- old/sobby-0.4.6/configure.ac 2009-11-15 13:56:57.000000000 +0100
+++ new/sobby-0.4.7/configure.ac 2009-12-25 15:05:51.000000000 +0100
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ(2.59)
-AC_INIT([sobby], [0.4.6], [crew(a)0x539.de]
+AC_INIT([sobby], [0.4.7], [crew(a)0x539.de]
AM_INIT_AUTOMAKE(1.9 check-news)
AM_MAINTAINER_MODE
AC_CONFIG_SRCDIR([inc/server.hpp])
@@ -35,7 +35,7 @@
AC_CACHE_SAVE
# Checks for libraries.
-PKG_CHECK_MODULES([sobby], [net6-1.3 obby-0.4 >= 0.4.3
+PKG_CHECK_MODULES([sobby], [net6-1.3 >= 1.3.12 obby-0.4 >= 0.4.3
glibmm-2.4 >= 2.6.0 libxml++-2.6])
# Check for Zeroconf support in libobby.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/sobby-0.4.6/src/config.cpp new/sobby-0.4.7/src/config.cpp
--- old/sobby-0.4.6/src/config.cpp 2009-11-15 13:46:45.000000000 +0100
+++ new/sobby-0.4.7/src/config.cpp 2009-12-25 14:59:59.000000000 +0100
@@ -279,9 +279,15 @@
}
catch(xmlpp::exception& e)
{
+ // Fail if config file is not present. Bug #510.
+ throw std::runtime_error("Failed to load config file \"" +
+ file + "\": " + e.what());
+
+#if 0
// Empty config
m_root.reset(new ParentEntry("sobby_config") );
return;
+#endif
}
xmlpp::Document* document = parser.get_document();
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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