Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package booth for openSUSE:Factory checked in at 2022-09-13 15:10:13 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/booth (Old) and /work/SRC/openSUSE:Factory/.booth.new.2083 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "booth" Tue Sep 13 15:10:13 2022 rev:50 rq:1003306 version:1.0+20220815.f40c2d5 Changes: -------- --- /work/SRC/openSUSE:Factory/booth/booth.changes 2022-09-09 18:29:48.453311156 +0200 +++ /work/SRC/openSUSE:Factory/.booth.new.2083/booth.changes 2022-09-13 15:11:35.393014362 +0200 @@ -1,0 +2,9 @@ +Tue Sep 13 10:12:55 UTC 2022 - Yan Gao <y...@suse.com> + +- Update to version 1.0+20220815.f40c2d5: + * configure: Modernize configure.ac a bit + +- spec: BuildRequires firewall-macros (bsc#1202959) +- spec: optionally BuildRequires cluster-glue-devel instead of libglue-devel + +------------------------------------------------------------------- Old: ---- booth-1.0+20220724.dce51f9.tar.bz2 New: ---- booth-1.0+20220815.f40c2d5.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ booth.spec ++++++ --- /var/tmp/diff_new_pack.RHmg40/_old 2022-09-13 15:11:35.845015635 +0200 +++ /var/tmp/diff_new_pack.RHmg40/_new 2022-09-13 15:11:35.845015635 +0200 @@ -29,7 +29,7 @@ %define _fwdefdir %{_prefix}/lib/firewalld/services Name: booth -Version: 1.0+20220724.dce51f9 +Version: 1.0+20220815.f40c2d5 Release: 0 Summary: Ticket Manager for Multi-site Clusters License: GPL-2.0-or-later @@ -40,9 +40,10 @@ BuildRequires: asciidoc BuildRequires: autoconf BuildRequires: automake +BuildRequires: firewall-macros BuildRequires: libgcrypt-devel %if 0%{?with_glue} -BuildRequires: libglue-devel +BuildRequires: cluster-glue-devel %else # logging provider BuildRequires: pkgconfig(libqb) ++++++ _servicedata ++++++ --- /var/tmp/diff_new_pack.RHmg40/_old 2022-09-13 15:11:35.889015759 +0200 +++ /var/tmp/diff_new_pack.RHmg40/_new 2022-09-13 15:11:35.893015770 +0200 @@ -3,6 +3,6 @@ <param name="url">git://github.com/ClusterLabs/booth.git</param> <param name="changesrevision">da79b8ba28ad4837a0fee13e5f8fb6f89fe0e24c</param></service><service name="tar_scm"> <param name="url">https://github.com/ClusterLabs/booth.git</param> - <param name="changesrevision">7643788fe98ab144f4d42a4268aff665f62b26c0</param></service></servicedata> + <param name="changesrevision">86f060980f1f59c3885dfdb3b17866f6fb77d6ad</param></service></servicedata> (No newline at EOF) ++++++ booth-1.0+20220724.dce51f9.tar.bz2 -> booth-1.0+20220815.f40c2d5.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/booth-1.0+20220724.dce51f9/configure.ac new/booth-1.0+20220815.f40c2d5/configure.ac --- old/booth-1.0+20220724.dce51f9/configure.ac 2022-07-24 17:15:24.000000000 +0200 +++ new/booth-1.0+20220815.f40c2d5/configure.ac 2022-08-15 20:55:38.000000000 +0200 @@ -2,10 +2,10 @@ # Process this file with autoconf to produce a configure script. # bootstrap / init -AC_PREREQ([2.61]) +AC_PREREQ([2.69]) AC_INIT([booth], - m4_esyscmd([build-aux/git-version-gen --fallback 1.0 .tarball-version .gitarchivever]), + [m4_esyscmd([build-aux/git-version-gen --fallback 1.0 .tarball-version .gitarchivever])], [us...@clusterlabs.org]) AC_USE_SYSTEM_EXTENSIONS @@ -14,7 +14,7 @@ AC_CONFIG_MACRO_DIR([build-aux]) AC_CONFIG_SRCDIR([src/main.c]) -AC_CONFIG_HEADER([src/b_config.h src/booth_config.h]) +AC_CONFIG_HEADERS([src/b_config.h src/booth_config.h]) AC_CANONICAL_HOST @@ -106,7 +106,6 @@ # Checks for header files. AC_FUNC_ALLOCA AC_HEADER_DIRENT -AC_HEADER_STDC AC_HEADER_SYS_WAIT AC_CHECK_HEADERS([arpa/inet.h fcntl.h limits.h netdb.h netinet/in.h stdint.h \ stdlib.h string.h sys/ioctl.h sys/param.h sys/socket.h \ @@ -133,7 +132,6 @@ AC_TYPE_INT8_T AC_TYPE_SIZE_T AC_TYPE_SSIZE_T -AC_HEADER_TIME AC_TYPE_UINT16_T AC_TYPE_UINT32_T AC_TYPE_UINT64_T @@ -150,7 +148,6 @@ AC_FUNC_MEMCMP AC_FUNC_REALLOC AC_FUNC_SELECT_ARGTYPES -AC_TYPE_SIGNAL AC_FUNC_VPRINTF AC_CHECK_FUNCS([alarm alphasort atexit bzero dup2 endgrent endpwent fcntl \ getcwd getpeerucred getpeereid gettimeofday memmove \ @@ -371,11 +368,11 @@ dnl Check for POSIX clock_gettime dnl AC_CACHE_CHECK([have clock_gettime],ac_cv_HAVE_CLOCK_GETTIME,[ -AC_TRY_COMPILE([ +AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[ #include <time.h> -], -[ struct timespec tv; clock_gettime(CLOCK_REALTIME, &tv); return 0;], -ac_cv_HAVE_CLOCK_GETTIME=yes,ac_cv_HAVE_CLOCK_GETTIME=no,ac_cv_HAVE_CLOCK_GETTIME=cross)]) +]], +[[ struct timespec tv; clock_gettime(CLOCK_REALTIME, &tv); return 0;]])], +[ac_cv_HAVE_CLOCK_GETTIME=yes], [ac_cv_HAVE_CLOCK_GETTIME=no])]) AM_CONDITIONAL(BUILD_TIMER_C, test x"$ac_cv_HAVE_CLOCK_GETTIME" = x"yes") # extra warnings