Hello community,

here is the log from the commit of package xfsinfo for openSUSE:Factory checked 
in at 2019-02-26 22:19:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/xfsinfo (Old)
 and      /work/SRC/openSUSE:Factory/.xfsinfo.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "xfsinfo"

Tue Feb 26 22:19:18 2019 rev:9 rq:677760 version:1.0.6

Changes:
--------
--- /work/SRC/openSUSE:Factory/xfsinfo/xfsinfo.changes  2015-09-08 
17:44:37.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.xfsinfo.new.28833/xfsinfo.changes       
2019-02-26 22:19:37.742125181 +0100
@@ -1,0 +2,7 @@
+Wed Feb 20 14:47:09 UTC 2019 - [email protected]
+
+- Update to version 1.0.6
+  * This release fixes a bug in 64-bit builds which caused the
+    maximum request size to be incorrectly calculated.
+
+-------------------------------------------------------------------

Old:
----
  xfsinfo-1.0.5.tar.bz2
  xfsinfo-1.0.5.tar.bz2.sig

New:
----
  xfsinfo-1.0.6.tar.bz2
  xfsinfo-1.0.6.tar.bz2.sig

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

Other differences:
------------------
++++++ xfsinfo.spec ++++++
--- /var/tmp/diff_new_pack.Z4ozx6/_old  2019-02-26 22:19:38.370124958 +0100
+++ /var/tmp/diff_new_pack.Z4ozx6/_new  2019-02-26 22:19:38.374124957 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package xfsinfo
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:           xfsinfo
-Version:        1.0.5
+Version:        1.0.6
 Release:        0
 Summary:        X font server information utility
 License:        MIT
@@ -53,7 +53,7 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
 %{_bindir}/xfsinfo
 %{_mandir}/man1/xfsinfo.1%{?ext_man}
 

++++++ xfsinfo-1.0.5.tar.bz2 -> xfsinfo-1.0.6.tar.bz2 ++++++
++++ 6485 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/xfsinfo-1.0.5/ChangeLog new/xfsinfo-1.0.6/ChangeLog
--- old/xfsinfo-1.0.5/ChangeLog 2014-12-31 06:06:00.000000000 +0100
+++ new/xfsinfo-1.0.6/ChangeLog 2019-02-19 23:41:59.000000000 +0100
@@ -1,3 +1,74 @@
+commit 213f67bac941815d6fb076ac9fdeddfd42eeaa58
+Author: Alan Coopersmith <[email protected]>
+Date:   Tue Feb 19 14:38:48 2019 -0800
+
+    xfsinfo 1.0.6
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit 5965f1cbee8fa54f7acef450f582000d8e7c99fc
+Author: Alan Coopersmith <[email protected]>
+Date:   Wed Nov 21 17:04:08 2018 -0800
+
+    Update configure.ac bug URL for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit 9a6eb96075dad5bd27e9f186ccd686db14f7f91f
+Author: Alan Coopersmith <[email protected]>
+Date:   Fri Nov 16 22:08:11 2018 -0800
+
+    Update README for gitlab migration
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit a52c1c5bd9751bed74c3bdc2b2c8dd1078f601f4
+Author: Alan Coopersmith <[email protected]>
+Date:   Sun Sep 23 16:58:16 2018 -0700
+
+    Correctly report maximum request size when sizeof(long) != 4
+    
+    The protocol spec says:
+      The MAXIMUM-REQUEST-LENGTH specifies the largest request size in
+      4-byte units that is accepted by the server
+    
+    The code worked on 32-bit platforms, where longs were 4 bytes, but
+    overreports the number of bytes allowed on platforms with 64-bit longs.
+    
+    Signed-off-by: Alan Coopersmith <[email protected]>
+
+commit e45c10ebcf0ea9109f97adc2ecd1f28fcacf24ec
+Author: Mihail Konev <[email protected]>
+Date:   Thu Jan 26 14:00:21 2017 +1000
+
+    autogen: add default patch prefix
+    
+    Signed-off-by: Mihail Konev <[email protected]>
+
+commit 5b02e6a65f0b9370d399a0187b711191631b85f0
+Author: Emil Velikov <[email protected]>
+Date:   Mon Mar 9 12:00:52 2015 +0000
+
+    autogen.sh: use quoted string variables
+    
+    Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+    fall-outs, when they contain space.
+    
+    Signed-off-by: Emil Velikov <[email protected]>
+    Reviewed-by: Peter Hutterer <[email protected]>
+    Signed-off-by: Peter Hutterer <[email protected]>
+
+commit 00540057a4ce52afc69041f400afe16952acdf91
+Author: Peter Hutterer <[email protected]>
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+    autogen.sh: use exec instead of waiting for configure to finish
+    
+    Syncs the invocation of configure with the one from the server.
+    
+    Signed-off-by: Peter Hutterer <[email protected]>
+    Reviewed-by: Emil Velikov <[email protected]>
+
 commit 9428c7c023461a04b2cd553e932871cda353e14e
 Author: Alan Coopersmith <[email protected]>
 Date:   Tue Dec 30 21:05:36 2014 -0800
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/xfsinfo-1.0.5/Makefile.am new/xfsinfo-1.0.6/Makefile.am
--- old/xfsinfo-1.0.5/Makefile.am       2014-12-31 06:05:42.000000000 +0100
+++ new/xfsinfo-1.0.6/Makefile.am       2019-02-19 23:41:49.000000000 +0100
@@ -39,3 +39,5 @@
        $(CHANGELOG_CMD)
 
 dist-hook: ChangeLog INSTALL
+
+EXTRA_DIST = README.md
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/xfsinfo-1.0.5/README new/xfsinfo-1.0.6/README
--- old/xfsinfo-1.0.5/README    2014-12-31 06:05:42.000000000 +0100
+++ new/xfsinfo-1.0.6/README    1970-01-01 01:00:00.000000000 +0100
@@ -1,29 +0,0 @@
-xfsinfo is a utility for displaying information about an X font
-server.  It is used to examine the capabilities of a server, the
-predefined values for various parameters used in communicating between
-clients and the server, and the font catalogues and alternate servers
-that are available.
-
-All questions regarding this software should be directed at the
-Xorg mailing list:
-
-        http://lists.freedesktop.org/mailman/listinfo/xorg
-
-Please submit bug reports to the Xorg bugzilla:
-
-        https://bugs.freedesktop.org/enter_bug.cgi?product=xorg
-
-The master development code repository can be found at:
-
-        git://anongit.freedesktop.org/git/xorg/app/xfsinfo
-
-        http://cgit.freedesktop.org/xorg/app/xfsinfo
-
-For patch submission instructions, see:
-
-       http://www.x.org/wiki/Development/Documentation/SubmittingPatches
-
-For more information on the git code manager, see:
-
-        http://wiki.x.org/wiki/GitPage
-
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/xfsinfo-1.0.5/README.md new/xfsinfo-1.0.6/README.md
--- old/xfsinfo-1.0.5/README.md 1970-01-01 01:00:00.000000000 +0100
+++ new/xfsinfo-1.0.6/README.md 2019-02-19 23:41:49.000000000 +0100
@@ -0,0 +1,21 @@
+xfsinfo is a utility for displaying information about an X font
+server.  It is used to examine the capabilities of a server, the
+predefined values for various parameters used in communicating between
+clients and the server, and the font catalogues and alternate servers
+that are available.
+
+All questions regarding this software should be directed at the
+Xorg mailing list:
+
+  https://lists.x.org/mailman/listinfo/xorg
+
+The master development code repository can be found at:
+
+  https://gitlab.freedesktop.org/xorg/app/xfsinfo
+
+Please submit bug reports and requests to merge patches there.
+
+For patch submission instructions, see:
+
+  https://www.x.org/wiki/Development/Documentation/SubmittingPatches
+
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/xfsinfo-1.0.5/compile new/xfsinfo-1.0.6/compile
--- old/xfsinfo-1.0.5/compile   2014-12-31 06:05:47.000000000 +0100
+++ new/xfsinfo-1.0.6/compile   2019-02-19 23:41:53.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey <[email protected]>.
 #
 # This program is free software; you can redistribute it and/or modify
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/xfsinfo-1.0.5/configure.ac new/xfsinfo-1.0.6/configure.ac
--- old/xfsinfo-1.0.5/configure.ac      2014-12-31 06:05:42.000000000 +0100
+++ new/xfsinfo-1.0.6/configure.ac      2019-02-19 23:41:49.000000000 +0100
@@ -23,8 +23,8 @@
 
 # Initialize Autoconf
 AC_PREREQ([2.60])
-AC_INIT([xfsinfo], [1.0.5],
-        [https://bugs.freedesktop.org/enter_bug.cgi?product=xorg], [xfsinfo])
+AC_INIT([xfsinfo], [1.0.6],
+        [https://gitlab.freedesktop.org/xorg/app/xfsinfo/issues], [xfsinfo])
 AC_CONFIG_SRCDIR([Makefile.am])
 AC_CONFIG_HEADERS([config.h])
 
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/xfsinfo-1.0.5/missing new/xfsinfo-1.0.6/missing
--- old/xfsinfo-1.0.5/missing   2014-12-31 06:05:47.000000000 +0100
+++ new/xfsinfo-1.0.6/missing   2019-02-19 23:41:53.000000000 +0100
@@ -3,7 +3,7 @@
 
 scriptversion=2013-10-28.13; # UTC
 
-# Copyright (C) 1996-2013 Free Software Foundation, Inc.
+# Copyright (C) 1996-2014 Free Software Foundation, Inc.
 # Originally written by Fran,cois Pinard <[email protected]>, 1996.
 
 # This program is free software; you can redistribute it and/or modify
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/xfsinfo-1.0.5/xfsinfo.c new/xfsinfo-1.0.6/xfsinfo.c
--- old/xfsinfo-1.0.5/xfsinfo.c 2014-12-31 06:05:42.000000000 +0100
+++ new/xfsinfo-1.0.6/xfsinfo.c 2019-02-19 23:41:49.000000000 +0100
@@ -144,8 +144,8 @@
            printf(".%d", vendrel % 1000);
        printf("\n");
     }
-    printf("maximum request size:      %ld longwords (%ld bytes)\n",
-          FSMaxRequestSize(svr), FSMaxRequestSize(svr) * sizeof(long));
+    printf("maximum request size:      %ld words (%ld bytes)\n",
+          FSMaxRequestSize(svr), FSMaxRequestSize(svr) * sizeof(CARD32));
     print_catalogue_info(svr);
     print_alternate_info(svr);
     print_extension_info(svr);



Reply via email to