Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package nauty for openSUSE:Factory checked in at 2025-02-10 17:27:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/nauty (Old) and /work/SRC/openSUSE:Factory/.nauty.new.19470 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "nauty" Mon Feb 10 17:27:52 2025 rev:12 rq:1244628 version:2.8.9 Changes: -------- --- /work/SRC/openSUSE:Factory/nauty/nauty.changes 2024-05-17 20:07:40.264820370 +0200 +++ /work/SRC/openSUSE:Factory/.nauty.new.19470/nauty.changes 2025-02-10 18:15:50.183793931 +0100 @@ -1,0 +2,7 @@ +Sun Feb 9 22:43:17 UTC 2025 - Jan Engelhardt <[email protected]> + +- Update to release 2.8.9 + * There is a new utility uniqg for filtering by isomorphism + class. Use `uniqg --help` for full instructions. + +------------------------------------------------------------------- Old: ---- nauty2_8_8.tar.gz New: ---- _scmsync.obsinfo build.specials.obscpio nauty2_8_9.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ nauty.spec ++++++ --- /var/tmp/diff_new_pack.b7beSK/_old 2025-02-10 18:15:52.027870467 +0100 +++ /var/tmp/diff_new_pack.b7beSK/_new 2025-02-10 18:15:52.039870965 +0100 @@ -17,15 +17,14 @@ Name: nauty -%define lname libnauty-2_8_8 -%define fuv 2_8_8 -Version: 2.8.8 +%define lname libnauty-2_8_9 +%define fuv 2_8_9 +Version: 2.8.9 Release: 0 Summary: Tools for computing automorphism groups of graphs License: Apache-2.0 Group: Productivity/Scientific/Math URL: https://pallini.di.uniroma1.it/ - Source: https://pallini.di.uniroma1.it/nauty%fuv.tar.gz Patch1: nauty-am.diff Patch2: nauty-uninitialized.diff @@ -72,7 +71,7 @@ %autosetup -v -p1 -n nauty%fuv %build -rm -f makefile +rm -f aclocal.m4 makefile autoreconf -fi export CFLAGS="%optflags -Wno-unused" %configure --enable-generic @@ -91,7 +90,7 @@ %license COPYRIGHT %files -n %lname -%_libdir/libnauty*-2.8.8.so +%_libdir/libnauty*-2.8.9.so %files devel %_includedir/nauty/ ++++++ _scmsync.obsinfo ++++++ mtime: 1739144135 commit: b9441cb37d67db09f9c5063ee677e5aedbd695f35c9fb7214481698dac961d30 url: https://src.opensuse.org/jengelh/nauty revision: master ++++++ autoconf-2.72.patch ++++++ --- /var/tmp/diff_new_pack.b7beSK/_old 2025-02-10 18:15:52.391885575 +0100 +++ /var/tmp/diff_new_pack.b7beSK/_new 2025-02-10 18:15:52.415886571 +0100 @@ -5,18 +5,17 @@ See also https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7643b42096da1f4403a501a4a5930dec2d1c88c2 --- - configure.ac | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + configure.ac | 1 + + 1 file changed, 1 insertion(+) -Index: nauty2_8_8/configure.ac +Index: nauty2_8_9/configure.ac =================================================================== ---- nauty2_8_8.orig/configure.ac -+++ nauty2_8_8/configure.ac -@@ -170,7 +170,7 @@ CFLAGS=$user_cflags - MORECFLAGS="" - dnl we need AC_SYS_LARGEFILE and AC_FUNC_FSEEKO +--- nauty2_8_9.orig/configure.ac ++++ nauty2_8_9/configure.ac +@@ -178,6 +178,7 @@ dnl we need AC_SYS_LARGEFILE and AC_FU AC_SYS_LARGEFILE --AS_IF([test "x$ac_cv_sys_file_offset_bits" = xno],[ac_cv_sys_file_offset_bits=0]) + AS_IF([test "x$ac_cv_sys_file_offset_bits" = "xno"],[ac_cv_sys_file_offset_bits=0]) + AS_IF([test "x$ac_cv_sys_file_offset_bits" = "x"],[ac_cv_sys_file_offset_bits=0]) +ac_cv_sys_file_offset_bits=64 AC_SUBST(ac_cv_sys_file_offset_bits) ++++++ nauty-am.diff ++++++ --- /var/tmp/diff_new_pack.b7beSK/_old 2025-02-10 18:15:52.587893710 +0100 +++ /var/tmp/diff_new_pack.b7beSK/_new 2025-02-10 18:15:52.599894208 +0100 @@ -5,22 +5,22 @@ Partly based on Debian's upstream-autotoolization.patch. --- - Makefile.am | 122 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + Makefile.am | 123 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ configure.ac | 11 ++++- - 2 files changed, 131 insertions(+), 2 deletions(-) + 2 files changed, 132 insertions(+), 2 deletions(-) -Index: nauty2_8_8/Makefile.am +Index: nauty2_8_9/Makefile.am =================================================================== --- /dev/null -+++ nauty2_8_8/Makefile.am -@@ -0,0 +1,122 @@ ++++ nauty2_8_9/Makefile.am +@@ -0,0 +1,123 @@ +ACLOCAL_AMFLAGS = -I m4 +bin_PROGRAMS = addedgeg amtog assembleg biplabg catg checks6 complg converseg copyg \ + countg countneg cubhamg deledgeg delptg directg dreadnaut dretodot \ + dretog edgetransg genbg genbgL geng gengL genktreeg genquarticg \ + genrang genspecialg gentourng gentreeg hamheuristic labelg \ + linegraphg listg multig newedgeg NRswitchg pickg planarg ranlabg \ -+ ransubg shortg showg subdivideg twohamg underlyingg vcolg \ ++ ransubg shortg showg subdivideg twohamg underlyingg uniqg vcolg \ + watercluster2 + +nautyA1_flavor_CPPFLAGS = -DMAXN=WORDSIZE @@ -88,6 +88,7 @@ +subdivideg_LDADD = libnauty.la +twohamg_LDADD = libnauty.la +underlyingg_LDADD = libnauty.la ++uniqg_LDADD = libnauty.la +vcolg_LDADD = libnauty.la +watercluster2_LDADD = libnauty.la + @@ -136,13 +137,13 @@ +libnautyW1_la_SOURCES = ${libnauty_la_SOURCES} +libnautyW1_la_LIBADD = -lpthread +libnautyW1_la_LDFLAGS = ${libnauty_la_LDFLAGS} -Index: nauty2_8_8/configure.ac +Index: nauty2_8_9/configure.ac =================================================================== ---- nauty2_8_8.orig/configure.ac -+++ nauty2_8_8/configure.ac +--- nauty2_8_9.orig/configure.ac ++++ nauty2_8_9/configure.ac @@ -1,6 +1,12 @@ # Process this file with autoconf to produce a configure script. - AC_INIT([nauty],[2.8.8]) + AC_INIT([nauty],[2.8.9],[[email protected]]) AC_CONFIG_SRCDIR([nauty-h.in]) +AC_CONFIG_AUX_DIR([build-aux]) +AC_CONFIG_MACRO_DIR([m4]) @@ -153,26 +154,26 @@ # ====================================================================== # First we define some functions -@@ -28,7 +34,7 @@ AC_DEFUN([CVT_YESNO],[if test "x$$1" = x +@@ -26,7 +32,7 @@ AC_DEFUN([CVT_YESNO],[if test "x$$1" = x else $2=0 fi -AC_SUBST($2)]) +AC_SUBST([$2])]) - dnl Check for noreturn attribute - AC_DEFUN([AX_NORET], [ -@@ -276,6 +282,7 @@ AC_SUBST(runonetestQ) - AC_SUBST(Qlibs_or_null) + dnl Check for noreturn attribute. Note that this is the attribute for C and + dnl might not work for C++. nauty.h does not use it. +@@ -311,6 +317,7 @@ AC_SUBST(Qlibs_or_null) + AC_SUBST(TLSQlibs_or_null) AC_SUBST(testprogs) AC_SUBST(nautests) +AM_CONDITIONAL([HAVE_U128], [test "$ac_cv_sizeof___uint128_t" != "0"]) dnl Checks for library functions. AC_CHECK_FUNC(isatty,have_isatty=1,have_isatty=0) -@@ -517,7 +524,7 @@ AC_CHECK_PROGS(gunzip_prog,[gunzip],none - AS_IF([test "$gunzip_prog" = "gunzip"],[have_gunzip=1],[have_gunzip=0]) - AC_SUBST(have_gunzip) +@@ -567,7 +574,7 @@ AC_SUBST(have_gunzip) + + LT_INIT -AC_CONFIG_FILES([makefile:makefile.in nauty.h:nauty-h.in +AC_CONFIG_FILES([Makefile nauty.h:nauty-h.in ++++++ nauty2_8_8.tar.gz -> nauty2_8_9.tar.gz ++++++ ++++ 58939 lines of diff (skipped)
