commit libmowgli for openSUSE:Factory
Hello community, here is the log from the commit of package libmowgli for openSUSE:Factory checked in at 2012-02-01 09:57:55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libmowgli (Old) and /work/SRC/openSUSE:Factory/.libmowgli.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "libmowgli", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/libmowgli/libmowgli.changes 2011-12-14 14:34:02.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2012-02-01 09:57:57.000000000 +0100 @@ -1,0 +2,7 @@ +Tue Jan 31 15:31:56 UTC 2012 - jengelh@medozas.de + +- Update to new upstream release 1.0.0 +* Allow iteration on NULL patricias +* Undeprecate mowgli.spinlock + +------------------------------------------------------------------- Old: ---- libmowgli-0.9.95.tar.bz2 New: ---- libmowgli-1.0.0.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libmowgli.spec ++++++ --- /var/tmp/diff_new_pack.uHeMu8/_old 2012-02-01 09:57:58.000000000 +0100 +++ /var/tmp/diff_new_pack.uHeMu8/_new 2012-02-01 09:57:58.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package libmowgli # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,14 +15,12 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: libmowgli %define libsoname %{name}2 Summary: A development framework for C (like GLib) License: MIT Group: Development/Libraries/C and C++ -Version: 0.9.95 +Version: 1.0.0 Release: 0 Url: http://www.atheme.org/project/mowgli #Git-Clone: git://git.atheme.org/libmowgli ++++++ libmowgli-0.9.95.tar.bz2 -> libmowgli-1.0.0.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmowgli-0.9.95/configure new/libmowgli-1.0.0/configure --- old/libmowgli-0.9.95/configure 2011-09-26 23:48:25.000000000 +0200 +++ new/libmowgli-1.0.0/configure 2011-11-28 17:14:04.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.68 for libmowgli 0.9.95. +# Generated by GNU Autoconf 2.68 for libmowgli 1.0.0. # # Report bugs to <bugs+libmowgli@atheme.org>. # @@ -560,8 +560,8 @@ # Identity of this package. PACKAGE_NAME='libmowgli' PACKAGE_TARNAME='libmowgli' -PACKAGE_VERSION='0.9.95' -PACKAGE_STRING='libmowgli 0.9.95' +PACKAGE_VERSION='1.0.0' +PACKAGE_STRING='libmowgli 1.0.0' PACKAGE_BUGREPORT='bugs+libmowgli@atheme.org' PACKAGE_URL='' @@ -1241,7 +1241,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 libmowgli 0.9.95 to adapt to many kinds of systems. +\`configure' configures libmowgli 1.0.0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1307,7 +1307,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libmowgli 0.9.95:";; + short | recursive ) echo "Configuration of libmowgli 1.0.0:";; esac cat <<\_ACEOF @@ -1393,7 +1393,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libmowgli configure 0.9.95 +libmowgli configure 1.0.0 generated by GNU Autoconf 2.68 Copyright (C) 2010 Free Software Foundation, Inc. @@ -1762,7 +1762,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libmowgli $as_me 0.9.95, which was +It was created by libmowgli $as_me 1.0.0, which was generated by GNU Autoconf 2.68. Invocation command line was $ $0 $@ @@ -4782,7 +4782,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libmowgli $as_me 0.9.95, which was +This file was extended by libmowgli $as_me 1.0.0, which was generated by GNU Autoconf 2.68. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -4844,7 +4844,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libmowgli config.status 0.9.95 +libmowgli config.status 1.0.0 configured by $0, generated by GNU Autoconf 2.68, with options \\"\$ac_cs_config\\" @@ -5560,7 +5560,7 @@ cat << _EOF_ Configuration: - No special features yet. + Examples: ${enable_examples} Now type "make" to build, and "make install" to install. Thank you for using libmowgli. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmowgli-0.9.95/configure.ac new/libmowgli-1.0.0/configure.ac --- old/libmowgli-0.9.95/configure.ac 2011-09-26 23:39:19.000000000 +0200 +++ new/libmowgli-1.0.0/configure.ac 2011-11-17 13:51:31.000000000 +0100 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT([libmowgli], [0.9.95], [bugs+libmowgli@atheme.org]) +AC_INIT([libmowgli], [1.0.0], [bugs+libmowgli@atheme.org]) AC_CONFIG_SRCDIR([src/libmowgli/mowgli_alloc.c]) AC_CONFIG_HEADER([src/libmowgli/mowgli_config.h]) @@ -77,7 +77,7 @@ cat << _EOF_ Configuration: - No special features yet. + Examples: ${enable_examples} Now type "make" to build, and "make install" to install. Thank you for using libmowgli. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmowgli-0.9.95/scripts/makerelease.sh new/libmowgli-1.0.0/scripts/makerelease.sh --- old/libmowgli-0.9.95/scripts/makerelease.sh 2011-09-26 23:39:19.000000000 +0200 +++ new/libmowgli-1.0.0/scripts/makerelease.sh 2011-11-17 13:51:31.000000000 +0100 @@ -92,8 +92,8 @@ fi if [ "x$PUBLISH" = "xyes" ]; then - scp $RELEASENAME.tgz distfiles-master.atheme.org:/srv/distfiles - scp $RELEASENAME.tbz2 distfiles-master.atheme.org:/srv/distfiles + scp $RELEASENAME.tar.gz distfiles.atheme.org:/var/www/distfiles.atheme.org/ + scp $RELEASENAME.tar.bz2 distfiles.atheme.org:/var/www/distfiles.atheme.org/ echo echo "The releases have been published, and will be available to the entire" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmowgli-0.9.95/src/libmowgli/mowgli_patricia.c new/libmowgli-1.0.0/src/libmowgli/mowgli_patricia.c --- old/libmowgli-0.9.95/src/libmowgli/mowgli_patricia.c 2011-09-26 23:39:19.000000000 +0200 +++ new/libmowgli-1.0.0/src/libmowgli/mowgli_patricia.c 2011-11-17 13:51:31.000000000 +0100 @@ -407,7 +407,9 @@ void mowgli_patricia_foreach_start(mowgli_patricia_t *dtree, mowgli_patricia_iteration_state_t *state) { - return_if_fail(dtree != NULL); + if (dtree == NULL) + return; + return_if_fail(state != NULL); if (dtree->root != NULL) @@ -444,7 +446,9 @@ void *mowgli_patricia_foreach_cur(mowgli_patricia_t *dtree, mowgli_patricia_iteration_state_t *state) { - return_val_if_fail(dtree != NULL, NULL); + if (dtree == NULL) + return NULL; + return_val_if_fail(state != NULL, NULL); return STATE_CUR(state) != NULL ? @@ -474,7 +478,9 @@ union patricia_elem *delem, *next; int val; - return_if_fail(dtree != NULL); + if (dtree == NULL) + return; + return_if_fail(state != NULL); if (STATE_CUR(state) == NULL) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libmowgli-0.9.95/src/libmowgli/mowgli_spinlock.h new/libmowgli-1.0.0/src/libmowgli/mowgli_spinlock.h --- old/libmowgli-0.9.95/src/libmowgli/mowgli_spinlock.h 2011-09-26 23:39:19.000000000 +0200 +++ new/libmowgli-1.0.0/src/libmowgli/mowgli_spinlock.h 2011-11-17 13:51:31.000000000 +0100 @@ -35,10 +35,10 @@ MOWGLI_SPINLOCK_READWRITE } mowgli_spinlock_lock_param_t; -extern mowgli_spinlock_t *mowgli_spinlock_create(void) MOWGLI_DEPRECATED; -extern void mowgli_spinlock_lock(mowgli_spinlock_t *self, void *r, void *w) MOWGLI_DEPRECATED; -extern void mowgli_spinlock_unlock(mowgli_spinlock_t *self, void *r, void *w) MOWGLI_DEPRECATED; -extern void mowgli_spinlock_wait(mowgli_spinlock_t *self, mowgli_spinlock_lock_param_t param) MOWGLI_DEPRECATED; -extern void mowgli_spinlock_timed_wait(mowgli_spinlock_t *self, mowgli_spinlock_lock_param_t param, struct timeval *tv) MOWGLI_DEPRECATED; +extern mowgli_spinlock_t *mowgli_spinlock_create(void); +extern void mowgli_spinlock_lock(mowgli_spinlock_t *self, void *r, void *w); +extern void mowgli_spinlock_unlock(mowgli_spinlock_t *self, void *r, void *w); +extern void mowgli_spinlock_wait(mowgli_spinlock_t *self, mowgli_spinlock_lock_param_t param); +extern void mowgli_spinlock_timed_wait(mowgli_spinlock_t *self, mowgli_spinlock_lock_param_t param, struct timeval *tv); #endif -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de