Hello community,

here is the log from the commit of package gnome-nettool for openSUSE:Factory 
checked in at 2013-06-17 10:08:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gnome-nettool (Old)
 and      /work/SRC/openSUSE:Factory/.gnome-nettool.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gnome-nettool"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gnome-nettool/gnome-nettool.changes      
2013-05-06 09:53:21.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gnome-nettool.new/gnome-nettool.changes 
2013-06-17 10:08:58.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 31 18:51:15 UTC 2013 - [email protected]
+
+- Update to version 3.8.1:
+  + Fix build in x86_64 platforms using gcc 4.8 (bgo#699546).
+
+-------------------------------------------------------------------

Old:
----
  gnome-nettool-3.8.0.tar.xz

New:
----
  gnome-nettool-3.8.1.tar.xz

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

Other differences:
------------------
++++++ gnome-nettool.spec ++++++
--- /var/tmp/diff_new_pack.3Dnec3/_old  2013-06-17 10:08:59.000000000 +0200
+++ /var/tmp/diff_new_pack.3Dnec3/_new  2013-06-17 10:08:59.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           gnome-nettool
-Version:        3.8.0
+Version:        3.8.1
 Release:        0
 Summary:        GNOME Interface for Various Networking Tools
 License:        GPL-2.0+

++++++ gnome-nettool-3.8.0.tar.xz -> gnome-nettool-3.8.1.tar.xz ++++++
++++ 5919 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/gnome-nettool-3.8.0/configure.ac new/gnome-nettool-3.8.1/configure.ac
--- old/gnome-nettool-3.8.0/configure.ac        2013-05-02 14:04:39.000000000 
+0200
+++ new/gnome-nettool-3.8.1/configure.ac        2013-05-31 04:29:45.000000000 
+0200
@@ -1,6 +1,6 @@
 AC_PREREQ([2.64])
 AC_INIT([GNOME Nettool],
-        [3.8.0],
+        [3.8.1],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-nettool],
         [gnome-nettool],
         [http://projects.gnome.org/gnome-network/]) #FIXME: website should be 
updated, it is even yet named gnome-network
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/gnome-nettool-3.8.0/m4/libtool.m4 new/gnome-nettool-3.8.1/m4/libtool.m4
--- old/gnome-nettool-3.8.0/m4/libtool.m4       2013-05-02 14:06:17.000000000 
+0200
+++ new/gnome-nettool-3.8.1/m4/libtool.m4       2012-10-02 07:09:59.000000000 
+0200
@@ -2684,6 +2684,18 @@
   dynamic_linker='GNU/Linux ld.so'
   ;;
 
+netbsdelf*-gnu)
+  version_type=linux
+  need_lib_prefix=no
+  need_version=no
+  library_names_spec='${libname}${release}${shared_ext}$versuffix 
${libname}${release}${shared_ext}$major ${libname}${shared_ext}'
+  soname_spec='${libname}${release}${shared_ext}$major'
+  shlibpath_var=LD_LIBRARY_PATH
+  shlibpath_overrides_runpath=no
+  hardcode_into_libs=yes
+  dynamic_linker='NetBSD ld.elf_so'
+  ;;
+
 netbsd*)
   version_type=sunos
   need_lib_prefix=no
@@ -3289,7 +3301,7 @@
   lt_cv_deplibs_check_method=pass_all
   ;;
 
-netbsd*)
+netbsd* | netbsdelf*-gnu)
   if echo __ELF__ | $CC -E - | $GREP __ELF__ > /dev/null; then
     lt_cv_deplibs_check_method='match_pattern 
/lib[[^/]]+(\.so\.[[0-9]]+\.[[0-9]]+|_pic\.a)$'
   else
@@ -4101,7 +4113,7 @@
            ;;
        esac
        ;;
-      netbsd*)
+      netbsd* | netbsdelf*-gnu)
        ;;
       *qnx* | *nto*)
         # QNX uses GNU C++, but need to define -shared option too, otherwise
@@ -4578,6 +4590,9 @@
       ;;
     esac
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   *)
     _LT_TAGVAR(export_symbols_cmds, $1)='$NM $libobjs $convenience | 
$global_symbol_pipe | $SED '\''s/.* //'\'' | sort | uniq > $export_symbols'
     ;;
@@ -4640,6 +4655,9 @@
   openbsd*)
     with_gnu_ld=no
     ;;
+  linux* | k*bsd*-gnu | gnu*)
+    _LT_TAGVAR(link_all_deplibs, $1)=no
+    ;;
   esac
 
   _LT_TAGVAR(ld_shlibs, $1)=yes
@@ -4861,7 +4879,7 @@
       fi
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable $libobjs $deplibs 
$linker_flags -o $lib'
        wlarc=
@@ -5038,6 +5056,7 @@
        if test "$aix_use_runtimelinking" = yes; then
          shared_flag="$shared_flag "'${wl}-G'
        fi
+       _LT_TAGVAR(link_all_deplibs, $1)=no
       else
        # not using gcc
        if test "$host_cpu" = ia64; then
@@ -5342,7 +5361,7 @@
       _LT_TAGVAR(link_all_deplibs, $1)=yes
       ;;
 
-    netbsd*)
+    netbsd* | netbsdelf*-gnu)
       if echo __ELF__ | $CC -E - | $GREP __ELF__ >/dev/null; then
        _LT_TAGVAR(archive_cmds, $1)='$LD -Bshareable -o $lib $libobjs $deplibs 
$linker_flags'  # a.out
       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/gnome-nettool-3.8.0/missing new/gnome-nettool-3.8.1/missing
--- old/gnome-nettool-3.8.0/missing     2011-04-04 10:31:34.000000000 +0200
+++ new/gnome-nettool-3.8.1/missing     2012-10-02 07:10:02.000000000 +0200
@@ -1,10 +1,10 @@
 #! /bin/sh
 # Common stub for a few missing GNU programs while installing.
 
-scriptversion=2009-04-28.21; # UTC
+scriptversion=2012-01-06.13; # UTC
 
 # Copyright (C) 1996, 1997, 1999, 2000, 2002, 2003, 2004, 2005, 2006,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010, 2011, 2012 Free Software Foundation, Inc.
 # Originally by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
@@ -84,7 +84,6 @@
   help2man     touch the output file
   lex          create \`lex.yy.c', if possible, from existing .c
   makeinfo     touch the output file
-  tar          try tar, gnutar, gtar, then tar without non-portable flags
   yacc         create \`y.tab.[ch]', if possible, from existing .[ch]
 
 Version suffixes to PROGRAM as well as the prefixes \`gnu-', \`gnu', and
@@ -122,15 +121,6 @@
     # Not GNU programs, they don't have --version.
     ;;
 
-  tar*)
-    if test -n "$run"; then
-       echo 1>&2 "ERROR: \`tar' requires --run"
-       exit 1
-    elif test "x$2" = "x--version" || test "x$2" = "x--help"; then
-       exit 1
-    fi
-    ;;
-
   *)
     if test -z "$run" && ($1 --version) > /dev/null 2>&1; then
        # We have it, but it failed.
@@ -226,7 +216,7 @@
          \`Bison' from any GNU archive site."
     rm -f y.tab.c y.tab.h
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.y)
            SRCFILE=`echo "$LASTARG" | sed 's/y$/c/'`
@@ -256,7 +246,7 @@
          \`Flex' from any GNU archive site."
     rm -f lex.yy.c
     if test $# -ne 1; then
-        eval LASTARG="\${$#}"
+        eval LASTARG=\${$#}
        case $LASTARG in
        *.l)
            SRCFILE=`echo "$LASTARG" | sed 's/l$/c/'`
@@ -318,41 +308,6 @@
     touch $file
     ;;
 
-  tar*)
-    shift
-
-    # We have already tried tar in the generic part.
-    # Look for gnutar/gtar before invocation to avoid ugly error
-    # messages.
-    if (gnutar --version > /dev/null 2>&1); then
-       gnutar "$@" && exit 0
-    fi
-    if (gtar --version > /dev/null 2>&1); then
-       gtar "$@" && exit 0
-    fi
-    firstarg="$1"
-    if shift; then
-       case $firstarg in
-       *o*)
-           firstarg=`echo "$firstarg" | sed s/o//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-       case $firstarg in
-       *h*)
-           firstarg=`echo "$firstarg" | sed s/h//`
-           tar "$firstarg" "$@" && exit 0
-           ;;
-       esac
-    fi
-
-    echo 1>&2 "\
-WARNING: I can't seem to be able to run \`tar' with the given arguments.
-         You may want to install GNU tar or Free paxutils, or check the
-         command line arguments."
-    exit 1
-    ;;
-
   *)
     echo 1>&2 "\
 WARNING: \`$1' is needed, and is $msg.
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/gnome-nettool-3.8.0/src/info.c new/gnome-nettool-3.8.1/src/info.c
--- old/gnome-nettool-3.8.0/src/info.c  2013-05-02 13:58:40.000000000 +0200
+++ new/gnome-nettool-3.8.1/src/info.c  2013-05-31 02:00:21.000000000 +0200
@@ -232,13 +232,13 @@
        text_rx_bytes = util_legible_bytes (netload.bytes_in);
        text_tx_bytes = util_legible_bytes (netload.bytes_out);
 
-       g_sprintf (rx_pkt, "%lld", netload.packets_in);
-       g_sprintf (tx_pkt, "%lld", netload.packets_out);
+       g_sprintf (rx_pkt, "%" G_GUINT64_FORMAT, netload.packets_in);
+       g_sprintf (tx_pkt, "%" G_GUINT64_FORMAT, netload.packets_out);
 
-       g_sprintf (rx_error, "%lld", netload.errors_in);
-       g_sprintf (tx_error, "%lld", netload.errors_out);
+       g_sprintf (rx_error, "%" G_GUINT64_FORMAT, netload.errors_in);
+       g_sprintf (tx_error, "%" G_GUINT64_FORMAT, netload.errors_out);
 
-       g_sprintf (collisions, "%lld", netload.collisions);
+       g_sprintf (collisions, "%" G_GUINT64_FORMAT, netload.collisions);
        
        gtk_label_set_text (GTK_LABEL (info->tx_bytes), text_tx_bytes);
        gtk_label_set_text (GTK_LABEL (info->tx), tx_pkt);
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/gnome-nettool-3.8.0/src/utils.c new/gnome-nettool-3.8.1/src/utils.c
--- old/gnome-nettool-3.8.0/src/utils.c 2013-05-02 13:58:40.000000000 +0200
+++ new/gnome-nettool-3.8.1/src/utils.c 2013-05-31 02:00:21.000000000 +0200
@@ -272,7 +272,7 @@
            unit = "KiB";
        }
        
-       result = g_strdup_printf ("%lld.%lld %s", short_rx / 10,
+       result = g_strdup_printf ("%" G_GUINT64_FORMAT ".%" G_GUINT64_FORMAT " 
%s", short_rx / 10,
                                   short_rx % 10, unit);
        return result;  
 }

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

Reply via email to