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-12-12 17:39:56 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nauty (Old) and /work/SRC/openSUSE:Factory/.nauty.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nauty" Mon Dec 12 17:39:56 2022 rev:9 rq:1042311 version:2.8.6 Changes: -------- --- /work/SRC/openSUSE:Factory/nauty/nauty.changes 2022-07-19 17:19:23.924369587 +0200 +++ /work/SRC/openSUSE:Factory/.nauty.new.1835/nauty.changes 2022-12-12 17:42:07.293935357 +0100 @@ -1,0 +2,22 @@ +Sun Dec 11 19:13:11 UTC 2022 - Stefan Brüns <[email protected]> + +- Update to release 2.8.6 + * New utilities: + * addptg: add additional vertices in various ways + * ancestorg: removes a specified number of final vertices + * productg: product of two graphs + * genposetg: generate posets + * dimacs2g: read files of graphs in DIMACS format + * For a detailed list of changes, see included changes24-28.txt + * Changes to existing utilities: + * geng got sigificantly faster for connected graphs with a + small number of edges. However, if you want trees the program + gentreeg is still much faster. There are also new options: + * -k: generate graphs without K4 + * -T: generate chordal graphs + * -S: generate split graphs + * -P: generate perfect graphs + * -F: generate claw-free graphs +- Rebase nauty-uninitialized.diff and nauty-am.diff. + +------------------------------------------------------------------- Old: ---- nauty27r4.tar.gz New: ---- nauty2_8_6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nauty.spec ++++++ --- /var/tmp/diff_new_pack.8TTEx3/_old 2022-12-12 17:42:07.797938190 +0100 +++ /var/tmp/diff_new_pack.8TTEx3/_new 2022-12-12 17:42:07.809938259 +0100 @@ -17,9 +17,9 @@ Name: nauty -%define lname libnauty-2_7_4 -%define fuv 27r4 -Version: 2.7.4 +%define lname libnauty-2_8_6 +%define fuv 2_8_6 +Version: 2.8.6 Release: 0 Summary: Tools for computing automorphism groups of graphs License: Apache-2.0 @@ -30,6 +30,7 @@ Patch1: nauty-am.diff Patch2: nauty-uninitialized.diff BuildRequires: automake +BuildRequires: fdupes BuildRequires: gmp-devel BuildRequires: libtool >= 2 BuildRequires: zlib-devel @@ -67,29 +68,30 @@ applications that want to make use of libnauty. %prep -%autosetup -p1 -n nauty%fuv +%autosetup -v -p1 -n nauty%fuv %build rm -f makefile autoreconf -fi export CFLAGS="%optflags -Wno-unused" -%configure --disable-popcnt --disable-clz +%configure --enable-generic %make_build %install %make_install rm -f "%buildroot/%_libdir"/*.la +%fdupes %{buildroot}/${_bindir} %post -n %lname -p /sbin/ldconfig %postun -n %lname -p /sbin/ldconfig %files %_bindir/* -%doc changes24-27.txt +%doc changes24-28.txt %license COPYRIGHT %files -n %lname -%_libdir/libnauty*-2.7.4.so +%_libdir/libnauty*-2.8.6.so %files devel %_includedir/nauty/ ++++++ nauty-am.diff ++++++ --- /var/tmp/diff_new_pack.8TTEx3/_old 2022-12-12 17:42:07.833938393 +0100 +++ /var/tmp/diff_new_pack.8TTEx3/_new 2022-12-12 17:42:07.833938393 +0100 @@ -19,8 +19,8 @@ + 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 underlyingg assembleg gengL edgetransg ++ ranlabg shortg showg subdivideg twohamg vcolg watercluster2 \ ++ checks6 underlyingg assembleg gengL edgetransg + +nautyA1_flavor_CPPFLAGS = -DMAXN=WORDSIZE +nautyS0_flavor_CPPFLAGS = -DWORDSIZE=16 @@ -126,8 +126,7 @@ +++ nauty27r4/configure.ac @@ -1,6 +1,12 @@ # Process this file with autoconf to produce a configure script. --AC_INIT -+AC_INIT([nauty], [2.7.4]) + AC_INIT([nauty],[2.8.6]) AC_CONFIG_SRCDIR([nauty-h.in]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) @@ -147,13 +146,13 @@ dnl Check for thread-local attribute AC_DEFUN([AX_TLS], [ -@@ -451,7 +457,7 @@ AC_SUBST(edit_msg) - AC_PROG_MKDIR_P - AC_PROG_INSTALL +@@ -471,7 +477,7 @@ AC_SUBST(edit_msg) + AS_IF([test "$gunzip_prog" = "gunzip"],[have_gunzip=1],[have_gunzip=0]) + AC_SUBST(have_gunzip) -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]) + nauty.pc:nauty-pc.in]) AC_OUTPUT ++++++ nauty-uninitialized.diff ++++++ --- /var/tmp/diff_new_pack.8TTEx3/_old 2022-12-12 17:42:07.849938484 +0100 +++ /var/tmp/diff_new_pack.8TTEx3/_new 2022-12-12 17:42:07.853938506 +0100 @@ -18,10 +18,10 @@ --- nauty27rc2.orig/checks6.c +++ nauty27rc2/checks6.c @@ -121,6 +121,7 @@ seemsbad(char *s) - else - return FALSE; - } -+ return FALSE; + else + return FALSE; + } ++ return FALSE; } /***********************************************************************/
