Hello community,

here is the log from the commit of package nauty for openSUSE:Factory checked 
in at 2019-08-27 10:19:41
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nauty (Old)
 and      /work/SRC/openSUSE:Factory/.nauty.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nauty"

Tue Aug 27 10:19:41 2019 rev:5 rq:725857 version:2.7~rc2

Changes:
--------
--- /work/SRC/openSUSE:Factory/nauty/nauty.changes      2018-10-29 
14:58:19.893964611 +0100
+++ /work/SRC/openSUSE:Factory/.nauty.new.7948/nauty.changes    2019-08-27 
10:19:46.295946019 +0200
@@ -1,0 +2,19 @@
+Sat Aug 24 16:40:41 UTC 2019 - Jan Engelhardt <jeng...@inai.de>
+
+- Update to new upstream release 2.7~rc2
+  * -h and -k options for independent set size and clique size
+    were added to countg and pickg. For some graphs these use the
+    program cliquer.
+  * Added option -a to complg.
+  * Program copyg can now be used to make a simple filter.
+  * Programs countg and pickg can now display some parameter values
+    as ranges instead of writing a separate line for each value.
+  * Program vcolg now handles digraphs and graphs with loops.
+  * genrang can now make random spanning trees of K(n1,n2)
+  * amtog has an "s" command for reading tournaments
+  * genspecialg can now make multiple special graphs at once.
+    The -b option has been extended to allow removing a matching
+    from a complete bipartite graph.
+  * See /usr/share/doc/packages/nauty/changes24-27.txt for details.
+
+-------------------------------------------------------------------

Old:
----
  nauty26r11.tar.gz

New:
----
  nauty27rc2.tar.gz

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

Other differences:
------------------
++++++ nauty.spec ++++++
--- /var/tmp/diff_new_pack.n0yjHl/_old  2019-08-27 10:19:47.191945960 +0200
+++ /var/tmp/diff_new_pack.n0yjHl/_new  2019-08-27 10:19:47.195945959 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nauty
 #
-# Copyright (c) 2018 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,9 +17,9 @@
 
 
 Name:           nauty
-%define lname   libnauty-2_6_11
-%define fuv      26r11
-Version:        2.6.11
+%define lname   libnauty-2_7_rc2
+%define fuv      27rc2
+Version:        2.7~rc2
 Release:        0
 Summary:        Tools for computing automorphism groups of graphs
 License:        Apache-2.0
@@ -33,7 +33,6 @@
 BuildRequires:  gmp-devel
 BuildRequires:  libtool >= 2
 BuildRequires:  zlib-devel
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 nauty and Traces are programs for computing automorphism groups of
@@ -68,8 +67,7 @@
 applications that want to make use of libnauty.
 
 %prep
-%setup -qn nauty%fuv
-%patch -P 1 -P 2 -p1
+%autosetup -p1 -n nauty%fuv
 
 %build
 rm -f makefile
@@ -86,16 +84,14 @@
 %postun -n %lname -p /sbin/ldconfig
 
 %files
-%defattr(-,root,root)
 %_bindir/*
-%doc COPYRIGHT
+%doc changes24-27.txt
+%license COPYRIGHT
 
 %files -n %lname
-%defattr(-,root,root)
-%_libdir/libnauty*-2.6.11.so
+%_libdir/libnauty*-2.7.rc2.so
 
 %files devel
-%defattr(-,root,root)
 %_includedir/nauty/
 %_libdir/libnauty.so
 %_libdir/libnautyA1.so

++++++ nauty-am.diff ++++++
--- /var/tmp/diff_new_pack.n0yjHl/_old  2019-08-27 10:19:47.211945958 +0200
+++ /var/tmp/diff_new_pack.n0yjHl/_new  2019-08-27 10:19:47.215945958 +0200
@@ -1,26 +1,26 @@
 From: Jan Engelhardt <jeng...@inai.de>
-Date: 2017-09-14 21:24:24.641753040 +0200
+Date: 2019-08-24 18:40 +0200
 
 build: produce shared libraries
 
 Partly based on Debian's upstream-autotoolization.patch.
 ---
- Makefile.am  |  101 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
- configure.ac |   14 +++++---
- 2 files changed, 111 insertions(+), 4 deletions(-)
+ Makefile.am  |  106 
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
+ configure.ac |   12 +++++-
+ 2 files changed, 115 insertions(+), 3 deletions(-)
 
-Index: nauty26r10/Makefile.am
+Index: nauty27rc2/Makefile.am
 ===================================================================
 --- /dev/null
-+++ nauty26r10/Makefile.am
-@@ -0,0 +1,101 @@
++++ nauty27rc2/Makefile.am
+@@ -0,0 +1,106 @@
 +ACLOCAL_AMFLAGS = -I m4
 +bin_PROGRAMS = dreadnaut addedgeg amtog biplabg catg complg converseg copyg \
 +      countg cubhamg deledgeg delptg directg dretodot dretog genbg genbgL \
 +      geng genquarticg genrang genspecialg gentourng gentreeg hamheuristic \
 +      labelg linegraphg listg multig newedgeg NRswitchg pickg planarg \
 +      ranlabg shortg showg subdivideg twohamg vcolg watercluster2 blisstog \
-+      checks6 sumlines
++      checks6 sumlines underlyingg assembleg gengL edgetransg
 +
 +nautyA1_flavor_CPPFLAGS = -DMAXN=WORDSIZE
 +nautyS0_flavor_CPPFLAGS = -DWORDSIZE=16
@@ -35,25 +35,32 @@
 +genquarticg_CPPFLAGS = ${nautyL1_flavor_CPPFLAGS}
 +gentourng_CPPFLAGS = -DMAXN=24
 +watercluster2_CPPFLAGS = -DMAXN=32
-+dreadnaut_LDADD = libnauty.la
++NRswitchg_LDADD = libnauty.la
 +addedgeg_LDADD = libnauty.la
 +amtog_LDADD = libnauty.la
++assembleg_LDADD = libnauty.la
 +biplabg_LDADD = libnauty.la
++blisstog_LDADD = libnauty.la -lz
 +catg_LDADD = libnauty.la
++checks6_LDADD = libnauty.la
 +complg_LDADD = libnauty.la
 +converseg_LDADD = libnauty.la
 +copyg_LDADD = libnauty.la
-+countg_SOURCES = testg.c
 +countg_LDADD = libnauty.la
++countg_SOURCES = testg.c
 +cubhamg_LDADD = libnauty.la
 +deledgeg_LDADD = libnauty.la
 +delptg_LDADD = libnauty.la
 +directg_LDADD = libnauty.la
++dreadnaut_LDADD = libnauty.la
 +dretodot_LDADD = -lm libnauty.la
 +dretog_LDADD = libnauty.la
-+genbg_LDADD = libnautyW1.la
-+genbgL_SOURCES = genbg.c
++edgetransg_LDADD = libnauty.la
 +genbgL_LDADD = libnautyL1.la
++genbgL_SOURCES = genbg.c
++genbg_LDADD = libnautyW1.la
++gengL_LDADD = libnautyL1.la
++gengL_SOURCES = geng.c
 +geng_LDADD = libnautyW1.la
 +genquarticg_LDADD = libnautyL1.la
 +genrang_LDADD = libnauty.la
@@ -66,25 +73,23 @@
 +listg_LDADD = libnauty.la
 +multig_LDADD = libnauty.la
 +newedgeg_LDADD = libnauty.la
-+NRswitchg_LDADD = libnauty.la
-+pickg_SOURCES = testg.c
 +pickg_LDADD = libnauty.la
-+planarg_SOURCES = planarg.c planarity.c
++pickg_SOURCES = testg.c
 +planarg_LDADD = libnauty.la
++planarg_SOURCES = planarg.c planarity.c
 +ranlabg_LDADD = libnauty.la
 +shortg_LDADD = libnauty.la
 +subdivideg_LDADD = libnauty.la
++sumlines_LDADD = -lgmp
 +twohamg_LDADD = libnauty.la
++underlyingg_LDADD = libnauty.la
 +vcolg_LDADD = libnauty.la
 +watercluster2_LDADD = libnauty.la
-+blisstog_LDADD = libnauty.la -lz
-+checks6_LDADD = libnauty.la
-+sumlines_LDADD = -lgmp
 +
 +pkginclude_HEADERS = nauty.h nautinv.h naurng.h nausparse.h naututil.h 
naugroup.h schreier.h traces.h gtools.h gutils.h
 +
 +lib_LTLIBRARIES = libnauty.la libnautyA1.la libnautyL0.la libnautyL1.la 
libnautyS0.la libnautyS1.la libnautyW0.la libnautyW1.la
-+libnauty_la_SOURCES = nauty.c nautil.c nausparse.c naugraph.c naurng.c 
schreier.c traces.c gtools.c naututil.c nautinv.c gutil1.c gutil2.c gtnauty.c 
naugroup.c
++libnauty_la_SOURCES = nauty.c nautil.c nausparse.c naugraph.c naurng.c 
schreier.c traces.c gtools.c naututil.c nautinv.c gutil1.c gutil2.c gtnauty.c 
naugroup.c nautycliquer.c
 +libnauty_la_LIBADD = -lpthread
 +libnauty_la_LDFLAGS = -release ${PACKAGE_VERSION}
 +libnautyA1_la_CPPFLAGS = ${nautyA1_flavor_CPPFLAGS}
@@ -115,14 +120,14 @@
 +libnautyW1_la_SOURCES  = ${libnauty_la_SOURCES}
 +libnautyW1_la_LIBADD   = -lpthread
 +libnautyW1_la_LDFLAGS  = ${libnauty_la_LDFLAGS}
-Index: nauty26r10/configure.ac
+Index: nauty27rc2/configure.ac
 ===================================================================
---- nauty26r10.orig/configure.ac
-+++ nauty26r10/configure.ac
+--- nauty27rc2.orig/configure.ac
++++ nauty27rc2/configure.ac
 @@ -1,5 +1,11 @@
- dnl Process this file with autoconf to produce a configure script.
+ # Process this file with autoconf to produce a configure script.
 -AC_INIT(nauty-h.in)
-+AC_INIT([nauty], [2.6.11])
++AC_INIT([nauty], [2.7.rc2])
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_MACRO_DIR([m4])
 +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
@@ -130,28 +135,21 @@
 +AM_PROG_AR
 +LT_INIT([disable-static])
  
- AC_DEFUN([AX_TLS], [
-   AC_MSG_CHECKING(for thread local storage (TLS) class)
-@@ -48,12 +54,12 @@ AC_DEFUN([AC_TRY_CFLAGS],
- 
- dnl CVT_YESNO([YES-NO VARIABLE],[0-1 VARIABLE])
- dnl Make a 0-1 output variable from a yes/no shell variable
--AC_DEFUN(CVT_YESNO,[if test x"$$1" = x"yes"; then
-+AC_DEFUN([CVT_YESNO],[if test x"$$1" = x"yes"; then
- $2=1
+ # ======================================================================
+ # First we define some functions
+@@ -27,7 +33,7 @@ AC_DEFUN([CVT_YESNO],[if test "x$$1" = x
  else
- $2=0
+   $2=0
  fi
 -AC_SUBST($2)])
 +AC_SUBST([$2])])
  
- dnl Checks for system features
- AC_CANONICAL_HOST
-@@ -400,6 +406,6 @@ AC_SUBST(edit_msg)
- echo CFLAGS=$CFLAGS
- echo MORECFLAGS=$MORECFLAGS
+ dnl Check for thread-local attribute
+ AC_DEFUN([AX_TLS], [
+@@ -449,5 +455,5 @@ AC_MSG_RESULT($sort_newparams_ok)
+ edit_msg="++++++ This file is automatically generated, don't edit it by hand! 
++++++"
+ AC_SUBST(edit_msg)
  
 -AC_OUTPUT(makefile:makefile.in nauty.h:nauty-h.in
 +AC_OUTPUT(Makefile nauty.h:nauty-h.in
      naututil.h:naututil-h.in gtools.h:gtools-h.in)
- 

++++++ nauty-uninitialized.diff ++++++
--- /var/tmp/diff_new_pack.n0yjHl/_old  2019-08-27 10:19:47.227945957 +0200
+++ /var/tmp/diff_new_pack.n0yjHl/_new  2019-08-27 10:19:47.227945957 +0200
@@ -11,13 +11,12 @@
 [   40s]  }
 ---
  checks6.c |    1 +
- traces.c  |    5 ++---
- 2 files changed, 3 insertions(+), 3 deletions(-)
+ 1 file changed, 1 insertion(+)
 
-Index: nauty26r7/checks6.c
+Index: nauty27rc2/checks6.c
 ===================================================================
---- nauty26r7.orig/checks6.c
-+++ nauty26r7/checks6.c
+--- nauty27rc2.orig/checks6.c
++++ nauty27rc2/checks6.c
 @@ -121,6 +121,7 @@ seemsbad(char *s)
              else
                  return FALSE;
@@ -26,33 +25,3 @@
  }
  
  /***********************************************************************/
-Index: nauty26r7/traces.c
-===================================================================
---- nauty26r7.orig/traces.c
-+++ nauty26r7/traces.c
-@@ -253,7 +253,7 @@ static int  traces_refine_sametrace(Cand
-                                     struct TracesVars*, struct TracesInfo*);
- static int  traces_refine_refine(sparsegraph*, Candidate*, int, Partition*,
-                                  struct TracesVars*, struct TracesInfo*);
--static int  refine_tr_refine(Candidate*, int, Partition*,
-+static void refine_tr_refine(Candidate*, int, Partition*,
-                              struct TracesVars*, struct TracesInfo*);
- static int given_gens(sparsegraph*, permnode*, int*, boolean);
- static void quickSort(int*, int);
-@@ -4717,7 +4717,7 @@ void refine_tr(sparsegraph *sg, int *lab
- #endif
- }
- 
--int refine_tr_refine(Candidate *Cand,
-+void refine_tr_refine(Candidate *Cand,
-                      int n,
-                      Partition *Part,
-                      struct TracesVars* tv,
-@@ -5313,7 +5313,6 @@ int refine_tr_refine(Candidate *Cand,
-         }
-     }
-     Part->code = Cand->code = CLEANUP(longcode);
--    return TraceInd;
- }
- 
- void Allocate_Traces_Structures(int n) {

++++++ nauty26r11.tar.gz -> nauty27rc2.tar.gz ++++++
++++ 19293 lines of diff (skipped)


Reply via email to