Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package nauty for openSUSE:Factory checked 
in at 2022-07-19 17:19:20
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/nauty (Old)
 and      /work/SRC/openSUSE:Factory/.nauty.new.1523 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "nauty"

Tue Jul 19 17:19:20 2022 rev:8 rq:989680 version:2.7.4

Changes:
--------
--- /work/SRC/openSUSE:Factory/nauty/nauty.changes      2020-10-05 
19:43:01.237780231 +0200
+++ /work/SRC/openSUSE:Factory/.nauty.new.1523/nauty.changes    2022-07-19 
17:19:23.924369587 +0200
@@ -1,0 +2,7 @@
+Sat Jul 16 22:20:20 UTC 2022 - Jan Engelhardt <[email protected]>
+
+- Update to release 2.7.4
+  * Fixed an obscure bug in multig that might occur if the input
+    graph has loops. No example of incorrect behaviour is known.
+
+-------------------------------------------------------------------

Old:
----
  nauty27r1.tar.gz

New:
----
  nauty27r4.tar.gz

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

Other differences:
------------------
++++++ nauty.spec ++++++
--- /var/tmp/diff_new_pack.o4yGWV/_old  2022-07-19 17:19:24.452370291 +0200
+++ /var/tmp/diff_new_pack.o4yGWV/_new  2022-07-19 17:19:24.456370296 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package nauty
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # 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_7_1
-%define fuv      27r1
-Version:        2.7.1
+%define lname   libnauty-2_7_4
+%define fuv      27r4
+Version:        2.7.4
 Release:        0
 Summary:        Tools for computing automorphism groups of graphs
 License:        Apache-2.0
@@ -57,7 +57,7 @@
 %package devel
 Summary:        Development files for nauty, a math library
 Group:          Development/Libraries/C and C++
-Requires:       %lname = %version
+Requires:       %lname = %version-%release
 
 %description devel
 nauty and Traces are programs for computing automorphism groups of
@@ -89,7 +89,7 @@
 %license COPYRIGHT
 
 %files -n %lname
-%_libdir/libnauty*-2.7.1.so
+%_libdir/libnauty*-2.7.4.so
 
 %files devel
 %_includedir/nauty/

++++++ nauty-am.diff ++++++
--- /var/tmp/diff_new_pack.o4yGWV/_old  2022-07-19 17:19:24.476370322 +0200
+++ /var/tmp/diff_new_pack.o4yGWV/_new  2022-07-19 17:19:24.480370328 +0200
@@ -9,10 +9,10 @@
  configure.ac |   12 +++++-
  2 files changed, 115 insertions(+), 3 deletions(-)
 
-Index: nauty27rc2/Makefile.am
+Index: nauty27r4/Makefile.am
 ===================================================================
 --- /dev/null
-+++ nauty27rc2/Makefile.am
++++ nauty27r4/Makefile.am
 @@ -0,0 +1,106 @@
 +ACLOCAL_AMFLAGS = -I m4
 +bin_PROGRAMS = dreadnaut addedgeg amtog biplabg catg complg converseg copyg \
@@ -120,14 +120,15 @@
 +libnautyW1_la_SOURCES  = ${libnauty_la_SOURCES}
 +libnautyW1_la_LIBADD   = -lpthread
 +libnautyW1_la_LDFLAGS  = ${libnauty_la_LDFLAGS}
-Index: nauty27rc2/configure.ac
+Index: nauty27r4/configure.ac
 ===================================================================
---- nauty27rc2.orig/configure.ac
-+++ nauty27rc2/configure.ac
-@@ -1,5 +1,11 @@
+--- nauty27r4.orig/configure.ac
++++ nauty27r4/configure.ac
+@@ -1,6 +1,12 @@
  # Process this file with autoconf to produce a configure script.
--AC_INIT(nauty-h.in)
-+AC_INIT([nauty], [2.7.1])
+-AC_INIT
++AC_INIT([nauty], [2.7.4])
+ AC_CONFIG_SRCDIR([nauty-h.in])
 +AC_CONFIG_AUX_DIR([build-aux])
 +AC_CONFIG_MACRO_DIR([m4])
 +AM_INIT_AUTOMAKE([-Wall foreign subdir-objects])
@@ -137,7 +138,7 @@
  
  # ======================================================================
  # First we define some functions
-@@ -27,7 +33,7 @@ AC_DEFUN([CVT_YESNO],[if test "x$$1" = x
+@@ -28,7 +34,7 @@ AC_DEFUN([CVT_YESNO],[if test "x$$1" = x
  else
    $2=0
  fi
@@ -146,11 +147,13 @@
  
  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)
+@@ -451,7 +457,7 @@ AC_SUBST(edit_msg)
+ AC_PROG_MKDIR_P
+ AC_PROG_INSTALL
  
--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)
+-AC_CONFIG_FILES([makefile:makefile.in nauty.h:nauty-h.in
++AC_CONFIG_FILES([Makefile nauty.h:nauty-h.in
+     naututil.h:naututil-h.in gtools.h:gtools-h.in
+     nauty.pc:nauty.pc.in])
+ AC_OUTPUT
 

++++++ nauty27r1.tar.gz -> nauty27r4.tar.gz ++++++
++++ 14372 lines of diff (skipped)

Reply via email to