Hello community,

here is the log from the commit of package libmowgli for openSUSE:Factory 
checked in at 2011-12-14 14:34:00
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-11-21 
15:47:00.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.libmowgli.new/libmowgli.changes 2011-12-14 
14:34:02.000000000 +0100
@@ -1,0 +2,17 @@
+Wed Dec 14 09:33:15 UTC 2011 - [email protected]
+
+- license update: MIT
+  COPYING says MIT. There are BSD-3-Clause instances in the package but
+  let^s go with upstream^s classification
+
+-------------------------------------------------------------------
+Fri Dec  9 09:37:47 UTC 2011 - [email protected]
+
+- Use upstream tarball (autogen.sh and aclocal.m4 added) 
+
+-------------------------------------------------------------------
+Fri Dec  9 08:41:41 UTC 2011 - [email protected]
+
+- fix license to be in spdx.org format
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ libmowgli.spec ++++++
--- /var/tmp/diff_new_pack.BWZ5IA/_old  2011-12-14 14:34:02.000000000 +0100
+++ /var/tmp/diff_new_pack.BWZ5IA/_new  2011-12-14 14:34:02.000000000 +0100
@@ -20,10 +20,10 @@
 Name:           libmowgli
 %define         libsoname %{name}2
 Summary:        A development framework for C (like GLib)
-Version:        0.9.95
-Release:        1
-License:        BSD
+License:        MIT
 Group:          Development/Libraries/C and C++
+Version:        0.9.95
+Release:        0
 Url:            http://www.atheme.org/project/mowgli
 #Git-Clone:    git://git.atheme.org/libmowgli
 Source:         http://distfiles.atheme.org/libmowgli-%version.tar.bz2

++++++ libmowgli-0.9.95.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmowgli-0.9.95/.gitignore 
new/libmowgli-0.9.95/.gitignore
--- old/libmowgli-0.9.95/.gitignore     2011-09-26 23:39:19.000000000 +0200
+++ new/libmowgli-0.9.95/.gitignore     1970-01-01 01:00:00.000000000 +0100
@@ -1,22 +0,0 @@
-aclocal.m4
-autom4te.cache
-buildsys.mk
-config.log
-config.status
-extra.mk
-libmowgli.pc
-src/examples/dicttest/dicttest
-src/examples/formattertest/formattertest
-src/examples/listsort/listsort
-src/examples/randomtest/randomtest
-src/examples/patriciatest/patriciatest
-src/examples/patriciatest2/patriciatest2
-src/libmowgli/mowgli_config.h
-.deps
-*.dylib
-*.o
-*.so
-*.so.*
-*~
-*.core
-core
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmowgli-0.9.95/aclocal.m4 
new/libmowgli-0.9.95/aclocal.m4
--- old/libmowgli-0.9.95/aclocal.m4     1970-01-01 01:00:00.000000000 +0100
+++ new/libmowgli-0.9.95/aclocal.m4     2011-09-26 23:48:24.000000000 +0200
@@ -0,0 +1,14 @@
+# generated automatically by aclocal 1.11.1 -*- Autoconf -*-
+
+# Copyright (C) 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004,
+# 2005, 2006, 2007, 2008, 2009  Free Software Foundation, Inc.
+# This file is free software; the Free Software Foundation
+# gives unlimited permission to copy and/or distribute it,
+# with or without modifications, as long as this notice is preserved.
+
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
+# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
+# PARTICULAR PURPOSE.
+
+m4_include([m4/buildsys.m4])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libmowgli-0.9.95/autogen.sh 
new/libmowgli-0.9.95/autogen.sh
--- old/libmowgli-0.9.95/autogen.sh     2011-09-26 23:39:19.000000000 +0200
+++ new/libmowgli-0.9.95/autogen.sh     1970-01-01 01:00:00.000000000 +0100
@@ -1,86 +0,0 @@
-#! /bin/sh
-
-TOP_DIR=$(dirname $0)
-LAST_DIR=$PWD
-
-if test ! -f $TOP_DIR/configure.ac ; then
-    echo "You must execute this script from the top level directory."
-    exit 1
-fi
-
-AUTOCONF=${AUTOCONF:-autoconf}
-ACLOCAL=${ACLOCAL:-aclocal}
-AUTOHEADER=${AUTOHEADER:-autoheader}
-
-dump_help_screen ()
-{
-    echo "Usage: gen-auto-scripts.sh [options]"
-    echo 
-    echo "options:"
-    echo "  -n           skip CVS changelog creation"
-    echo "  -h,--help    show this help screen"
-    echo
-    exit 0
-}
-
-parse_options ()
-{
-    while test "$1" != "" ; do
-        case $1 in
-            -h|--help)
-                dump_help_screen
-                ;;
-            -n)
-                SKIP_CVS_CHANGELOG=yes
-                ;;
-            *)
-                echo Invalid argument - $1
-                dump_help_screen
-                ;;
-        esac
-        shift
-    done
-}
-
-run_or_die ()
-{
-    COMMAND=$1
-
-    # check for empty commands
-    if test -z "$COMMAND" ; then
-        echo "*warning* no command specified"
-        return 1
-    fi
-
-    shift;
-
-    OPTIONS="$@"
-
-    # print a message
-    echo -n "*info* running $COMMAND"
-    if test -n "$OPTIONS" ; then
-        echo " ($OPTIONS)"
-    else
-        echo
-    fi
-
-    # run or die
-    $COMMAND $OPTIONS ; RESULT=$?
-    if test $RESULT -ne 0 ; then
-        echo "*error* $COMMAND failed. (exit code = $RESULT)"
-        exit 1
-    fi
-
-    return 0
-}
-
-parse_options "$@"
-
-cd $TOP_DIR
-
-run_or_die $ACLOCAL -I m4
-run_or_die $AUTOHEADER
-run_or_die $AUTOCONF
-
-cd $LAST_DIR
-

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to