Hello community,

here is the log from the commit of package nauty for openSUSE:Factory checked 
in at 2018-10-29 14:20:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nauty (Old)
 and      /work/SRC/openSUSE:Factory/.nauty.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nauty"

Mon Oct 29 14:20:55 2018 rev:4 rq:644603 version:2.6.11

Changes:
--------
--- /work/SRC/openSUSE:Factory/nauty/nauty.changes      2018-07-31 
16:02:29.699862021 +0200
+++ /work/SRC/openSUSE:Factory/.nauty.new/nauty.changes 2018-10-29 
14:58:19.893964611 +0100
@@ -1,0 +2,6 @@
+Thu Oct 25 10:11:59 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstrem release 2.6.11
+  * No changelog was provided
+
+-------------------------------------------------------------------

Old:
----
  nauty26r10.tar.gz

New:
----
  nauty26r11.tar.gz

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

Other differences:
------------------
++++++ nauty.spec ++++++
--- /var/tmp/diff_new_pack.sFIXA5/_old  2018-10-29 14:58:22.117968820 +0100
+++ /var/tmp/diff_new_pack.sFIXA5/_new  2018-10-29 14:58:22.117968820 +0100
@@ -12,14 +12,14 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:           nauty
-%define lname   libnauty-2_6_10
-%define fuv      26r10
-Version:        2.6.10
+%define lname   libnauty-2_6_11
+%define fuv      26r11
+Version:        2.6.11
 Release:        0
 Summary:        Tools for computing automorphism groups of graphs
 License:        Apache-2.0
@@ -92,7 +92,7 @@
 
 %files -n %lname
 %defattr(-,root,root)
-%_libdir/libnauty*-2.6.7.so
+%_libdir/libnauty*-2.6.11.so
 
 %files devel
 %defattr(-,root,root)

++++++ nauty-am.diff ++++++
--- /var/tmp/diff_new_pack.sFIXA5/_old  2018-10-29 14:58:22.133968850 +0100
+++ /var/tmp/diff_new_pack.sFIXA5/_new  2018-10-29 14:58:22.133968850 +0100
@@ -122,7 +122,7 @@
 @@ -1,5 +1,11 @@
  dnl Process this file with autoconf to produce a configure script.
 -AC_INIT(nauty-h.in)
-+AC_INIT([nauty], [2.6.7])
++AC_INIT([nauty], [2.6.11])
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_MACRO_DIR([m4])
 +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])

++++++ nauty26r10.tar.gz -> nauty26r11.tar.gz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/nauty26r10/biplabg.c new/nauty26r11/biplabg.c
--- old/nauty26r10/biplabg.c    2016-07-19 08:40:16.000000000 +0200
+++ new/nauty26r11/biplabg.c    2017-11-30 00:41:17.000000000 +0100
@@ -111,13 +111,13 @@
            fflush(stderr);
        }
 
-       NODIGRAPHSYET(codetype);
-
        if (infilename && infilename[0] == '-') infilename = NULL;
        infile = opengraphfile(infilename,&codetype,FALSE,1);
        if (!infile) exit(1);
        if (!infilename) infilename = "stdin";
 
+       NODIGRAPHSYET(codetype);
+
        if (!outfilename || outfilename[0] == '-')
        {
            outfilename = "stdout";


Reply via email to