Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libsemigroups for openSUSE:Factory checked in at 2021-02-07 15:21:44 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libsemigroups (Old) and /work/SRC/openSUSE:Factory/.libsemigroups.new.28504 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libsemigroups" Sun Feb 7 15:21:44 2021 rev:7 rq:869823 version:1.3.6 Changes: -------- --- /work/SRC/openSUSE:Factory/libsemigroups/libsemigroups.changes 2021-01-28 21:29:01.704249110 +0100 +++ /work/SRC/openSUSE:Factory/.libsemigroups.new.28504/libsemigroups.changes 2021-02-07 15:24:18.442218932 +0100 @@ -1,0 +2,7 @@ +Fri Feb 5 17:53:39 UTC 2021 - Jan Engelhardt <[email protected]> + +- Update to release 1.3.6 + * This is a minor release for compatibility with the GAP + package Semigroups. + +------------------------------------------------------------------- Old: ---- libsemigroups-1.3.5.tar.gz New: ---- libsemigroups-1.3.6.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libsemigroups.spec ++++++ --- /var/tmp/diff_new_pack.vXrdtD/_old 2021-02-07 15:24:18.962219526 +0100 +++ /var/tmp/diff_new_pack.vXrdtD/_new 2021-02-07 15:24:18.962219526 +0100 @@ -18,7 +18,7 @@ Name: libsemigroups %define lname libsemigroups1 -Version: 1.3.5 +Version: 1.3.6 Release: 0 Summary: Library with algorithms for computing finite and finitely presented semigroups License: GPL-3.0-or-later ++++++ libsemigroups-1.3.5.tar.gz -> libsemigroups-1.3.6.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/.VERSION new/libsemigroups-1.3.6/.VERSION --- old/libsemigroups-1.3.5/.VERSION 2021-01-28 11:36:39.564161296 +0100 +++ new/libsemigroups-1.3.6/.VERSION 2021-02-04 20:58:01.079625627 +0100 @@ -1 +1 @@ -1.3.5 +1.3.6 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/Makefile.am new/libsemigroups-1.3.6/Makefile.am --- old/libsemigroups-1.3.5/Makefile.am 2021-01-28 10:31:49.657094396 +0100 +++ new/libsemigroups-1.3.6/Makefile.am 2021-02-04 20:02:04.762844685 +0100 @@ -572,7 +572,12 @@ ## Extra files for the distribution +## Note that `autogen.sh` is required in the distro because the `make distclean` +## target removes the `configure` script, and `.VERSION` file, and `autogen.sh` +## is required to regenerate these. + EXTRA_DIST = .clang-format +EXTRA_DIST += autogen.sh EXTRA_DIST += CPPLINT.cfg EXTRA_DIST += LICENSE EXTRA_DIST += README.rst @@ -953,7 +958,6 @@ distclean-local: rm -f configure rm -f include/libsemigroups/libsemigroups-config.hpp - rm -f .VERSION .PHONY: distclean-local uninstall-hook: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/Makefile.in new/libsemigroups-1.3.6/Makefile.in --- old/libsemigroups-1.3.5/Makefile.in 2021-01-28 11:36:22.926560258 +0100 +++ new/libsemigroups-1.3.6/Makefile.in 2021-02-04 20:57:45.020683417 +0100 @@ -1918,8 +1918,8 @@ libsemigroups_la_CPPFLAGS = $(AM_CPPFLAGS) libsemigroups_la_CXXFLAGS = $(AM_CXXFLAGS) libsemigroups_la_LDFLAGS = -version-info 1:0:0 -EXTRA_DIST = .clang-format CPPLINT.cfg LICENSE README.rst .VERSION \ - docs etc/make-doc-sphinx.sh etc/make-doc-yml.sh \ +EXTRA_DIST = .clang-format autogen.sh CPPLINT.cfg LICENSE README.rst \ + .VERSION docs etc/make-doc-sphinx.sh etc/make-doc-yml.sh \ etc/make-format.sh etc/make-lint.sh etc/version-number.sh \ extern/HPCombi/VERSION src/kbe-impl.hpp \ src/knuth-bendix-impl.hpp tests/catch.hpp \ @@ -4633,7 +4633,6 @@ distclean-local: rm -f configure rm -f include/libsemigroups/libsemigroups-config.hpp - rm -f .VERSION .PHONY: distclean-local uninstall-hook: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/README.rst new/libsemigroups-1.3.6/README.rst --- old/libsemigroups-1.3.5/README.rst 2021-01-28 11:36:14.243388502 +0100 +++ new/libsemigroups-1.3.6/README.rst 2021-02-04 20:57:36.373106036 +0100 @@ -4,7 +4,7 @@ The full license is in the file LICENSE, distributed with this software. -libsemigroups - Version 1.3.5 +libsemigroups - Version 1.3.6 ============================= .. image:: https://readthedocs.org/projects/libsemigroups/badge/?version=master diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/autogen.sh new/libsemigroups-1.3.6/autogen.sh --- old/libsemigroups-1.3.5/autogen.sh 1970-01-01 01:00:00.000000000 +0100 +++ new/libsemigroups-1.3.6/autogen.sh 2020-06-24 15:43:36.483721562 +0200 @@ -0,0 +1,9 @@ +#!/bin/sh -ex +# +# libsemigroups - C++ library for semigroups and monoids +# Copyright (C) 2019 James D. Mitchell +# +# This file is part of the build system of libsemigroups. +# Requires GNU autoconf, GNU automake and GNU libtool. +# +autoreconf -vif `dirname "$0"` diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/configure new/libsemigroups-1.3.6/configure --- old/libsemigroups-1.3.5/configure 2021-01-28 11:36:21.474677501 +0100 +++ new/libsemigroups-1.3.6/configure 2021-02-04 20:57:43.638546604 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for libsemigroups 1.3.5. +# Generated by GNU Autoconf 2.69 for libsemigroups 1.3.6. # # Report bugs to <[email protected]>. # @@ -590,8 +590,8 @@ # Identity of this package. PACKAGE_NAME='libsemigroups' PACKAGE_TARNAME='libsemigroups' -PACKAGE_VERSION='1.3.5' -PACKAGE_STRING='libsemigroups 1.3.5' +PACKAGE_VERSION='1.3.6' +PACKAGE_STRING='libsemigroups 1.3.6' PACKAGE_BUGREPORT='[email protected]' PACKAGE_URL='' @@ -1384,7 +1384,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures libsemigroups 1.3.5 to adapt to many kinds of systems. +\`configure' configures libsemigroups 1.3.6 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1454,7 +1454,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libsemigroups 1.3.5:";; + short | recursive ) echo "Configuration of libsemigroups 1.3.6:";; esac cat <<\_ACEOF @@ -1593,7 +1593,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libsemigroups configure 1.3.5 +libsemigroups configure 1.3.6 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2559,7 +2559,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libsemigroups $as_me 1.3.5, which was +It was created by libsemigroups $as_me 1.3.6, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3425,7 +3425,7 @@ # Define the identity of the package. PACKAGE='libsemigroups' - VERSION='1.3.5' + VERSION='1.3.6' cat >>confdefs.h <<_ACEOF @@ -21507,7 +21507,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libsemigroups $as_me 1.3.5, which was +This file was extended by libsemigroups $as_me 1.3.6, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21573,7 +21573,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -libsemigroups config.status 1.3.5 +libsemigroups config.status 1.3.6 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/docs/source/changelog.rst new/libsemigroups-1.3.6/docs/source/changelog.rst --- old/libsemigroups-1.3.5/docs/source/changelog.rst 2021-01-28 11:36:14.243899290 +0100 +++ new/libsemigroups-1.3.6/docs/source/changelog.rst 2021-02-04 20:57:36.374268093 +0100 @@ -1,6 +1,11 @@ Changelog ========= +v1.3.6 (released 04/02/2021) +---------------------------- + +This is a minor release for compatibility with the GAP package `Semigroups`_. + v1.3.5 (released 28/01/2021) ---------------------------- @@ -238,3 +243,4 @@ .. _Isuru Fernando: https://github.com/isuruf .. _libsemigroups_cppyy: https://github.com/libsemigroups/libsemigroups_cppyy .. _Bernhard M. Wiedemann: https://lizards.opensuse.org/author/bmwiedemann/ +.. _Semigroups: https://github.com/semigroups/Semigroups/ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/docs/source/index.rst new/libsemigroups-1.3.6/docs/source/index.rst --- old/libsemigroups-1.3.5/docs/source/index.rst 2021-01-28 11:36:14.245464842 +0100 +++ new/libsemigroups-1.3.6/docs/source/index.rst 2021-02-04 20:57:36.375206544 +0100 @@ -1,4 +1,4 @@ -libsemigroups - Version 1.3.5 +libsemigroups - Version 1.3.6 ============================= C++ library for semigroups and monoids diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/docs/source/install.rst new/libsemigroups-1.3.6/docs/source/install.rst --- old/libsemigroups-1.3.5/docs/source/install.rst 2021-01-28 11:36:14.246404527 +0100 +++ new/libsemigroups-1.3.6/docs/source/install.rst 2021-02-04 20:57:36.377040826 +0100 @@ -1,4 +1,4 @@ -.. |libsemigroups-version| replace:: 1.3.5 +.. |libsemigroups-version| replace:: 1.3.6 .. _Installation: diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libsemigroups-1.3.5/include/libsemigroups/libsemigroups-config.hpp new/libsemigroups-1.3.6/include/libsemigroups/libsemigroups-config.hpp --- old/libsemigroups-1.3.5/include/libsemigroups/libsemigroups-config.hpp 2021-01-28 11:36:39.349249616 +0100 +++ new/libsemigroups-1.3.6/include/libsemigroups/libsemigroups-config.hpp 2021-02-04 20:58:00.870759824 +0100 @@ -176,7 +176,7 @@ /* Define to the full name and version of this package. */ #ifndef LIBSEMIGROUPS_PACKAGE_STRING -#define LIBSEMIGROUPS_PACKAGE_STRING "libsemigroups 1.3.5" +#define LIBSEMIGROUPS_PACKAGE_STRING "libsemigroups 1.3.6" #endif /* Define to the one symbol short name of this package. */ @@ -191,7 +191,7 @@ /* Define to the version of this package. */ #ifndef LIBSEMIGROUPS_PACKAGE_VERSION -#define LIBSEMIGROUPS_PACKAGE_VERSION "1.3.5" +#define LIBSEMIGROUPS_PACKAGE_VERSION "1.3.6" #endif /* Define to necessary symbol if this constant uses a non-standard name on @@ -223,7 +223,7 @@ /* Version number of package */ #ifndef LIBSEMIGROUPS_VERSION -#define LIBSEMIGROUPS_VERSION "1.3.5" +#define LIBSEMIGROUPS_VERSION "1.3.6" #endif /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
