Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package libpaper for openSUSE:Factory checked in at 2022-12-10 21:17:29 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/libpaper (Old) and /work/SRC/openSUSE:Factory/.libpaper.new.1835 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libpaper" Sat Dec 10 21:17:29 2022 rev:3 rq:1041796 version:2.0.4 Changes: -------- --- /work/SRC/openSUSE:Factory/libpaper/libpaper.changes 2022-11-08 11:47:28.583736173 +0100 +++ /work/SRC/openSUSE:Factory/.libpaper.new.1835/libpaper.changes 2022-12-10 21:17:36.477479174 +0100 @@ -1,0 +2,6 @@ +Thu Dec 8 20:33:45 UTC 2022 - Dirk Müller <dmuel...@suse.com> + +- update to 2.0.4: + * don't hardcode make binary name in tests + +------------------------------------------------------------------- Old: ---- libpaper-2.0.3.tar.gz New: ---- libpaper-2.0.4.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ libpaper.spec ++++++ --- /var/tmp/diff_new_pack.B0t1ep/_old 2022-12-10 21:17:37.601485746 +0100 +++ /var/tmp/diff_new_pack.B0t1ep/_new 2022-12-10 21:17:37.605485769 +0100 @@ -19,7 +19,7 @@ %define sover 2 Name: libpaper -Version: 2.0.3 +Version: 2.0.4 Release: 0 Summary: Enables users to indicate their preferred paper size License: GPL-3.0-or-later ++++++ libpaper-2.0.3.tar.gz -> libpaper-2.0.4.tar.gz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/configure new/libpaper-2.0.4/configure --- old/libpaper-2.0.3/configure 2022-11-03 12:56:00.000000000 +0100 +++ new/libpaper-2.0.4/configure 2022-11-15 15:37:15.000000000 +0100 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.71 for libpaper 2.0.3. +# Generated by GNU Autoconf 2.71 for libpaper 2.0.4. # # Report bugs to <r...@sc3d.org>. # @@ -620,8 +620,8 @@ # Identity of this package. PACKAGE_NAME='libpaper' PACKAGE_TARNAME='libpaper' -PACKAGE_VERSION='2.0.3' -PACKAGE_STRING='libpaper 2.0.3' +PACKAGE_VERSION='2.0.4' +PACKAGE_STRING='libpaper 2.0.4' PACKAGE_BUGREPORT='r...@sc3d.org' PACKAGE_URL='https://github.com/rrthomas/libpaper' @@ -2586,7 +2586,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 libpaper 2.0.3 to adapt to many kinds of systems. +\`configure' configures libpaper 2.0.4 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -2657,7 +2657,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of libpaper 2.0.3:";; + short | recursive ) echo "Configuration of libpaper 2.0.4:";; esac cat <<\_ACEOF @@ -2777,7 +2777,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -libpaper configure 2.0.3 +libpaper configure 2.0.4 generated by GNU Autoconf 2.71 Copyright (C) 2021 Free Software Foundation, Inc. @@ -3439,7 +3439,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by libpaper $as_me 2.0.3, which was +It was created by libpaper $as_me 2.0.4, which was generated by GNU Autoconf 2.71. Invocation command line was $ $0$ac_configure_args_raw @@ -4750,7 +4750,7 @@ # Define the identity of the package. PACKAGE='libpaper' - VERSION='2.0.3' + VERSION='2.0.4' printf "%s\n" "#define PACKAGE \"$PACKAGE\"" >>confdefs.h @@ -36477,7 +36477,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by libpaper $as_me 2.0.3, which was +This file was extended by libpaper $as_me 2.0.4, which was generated by GNU Autoconf 2.71. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -36546,7 +36546,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config='$ac_cs_config_escaped' ac_cs_version="\\ -libpaper config.status 2.0.3 +libpaper config.status 2.0.4 configured by $0, generated by GNU Autoconf 2.71, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/configure.ac new/libpaper-2.0.4/configure.ac --- old/libpaper-2.0.3/configure.ac 2022-11-03 12:55:46.000000000 +0100 +++ new/libpaper-2.0.4/configure.ac 2022-11-15 15:36:36.000000000 +0100 @@ -21,7 +21,7 @@ AC_PREREQ([2.71]) dnl Initialise autoconf and automake -AC_INIT([libpaper],[2.0.3],[r...@sc3d.org],[],[https://github.com/rrthomas/libpaper]) +AC_INIT([libpaper],[2.0.4],[r...@sc3d.org],[],[https://github.com/rrthomas/libpaper]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIRS([m4]) AM_INIT_AUTOMAKE([-Wall subdir-objects]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/lib/libpaper.rc new/libpaper-2.0.4/lib/libpaper.rc --- old/libpaper-2.0.3/lib/libpaper.rc 2022-11-03 12:56:01.000000000 +0100 +++ new/libpaper-2.0.4/lib/libpaper.rc 2022-11-15 15:37:19.000000000 +0100 @@ -1,8 +1,8 @@ #include <winver.h> VS_VERSION_INFO VERSIONINFO - FILEVERSION 2,0,3 - PRODUCTVERSION 2,0,3,0 + FILEVERSION 2,0,4 + PRODUCTVERSION 2,0,4,0 FILEFLAGSMASK 0 FILEFLAGS 0 FILEOS VOS__WINDOWS32 @@ -15,12 +15,12 @@ BEGIN VALUE "CompanyName", "none" VALUE "FileDescription", "libpaper" - VALUE "FileVersion", "2.0.3" + VALUE "FileVersion", "2.0.4" VALUE "InternalName", "libpaper-2.0" VALUE "LegalCopyright", "Copyright (C) 2013-2021 Reuben Thomas" VALUE "OriginalFilename", "libpaper-2.0.dll" VALUE "ProductName", "libpaper" - VALUE "ProductVersion", "2.0.3" + VALUE "ProductVersion", "2.0.4" END END BLOCK "VarFileInfo" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/tests/Makefile.am new/libpaper-2.0.4/tests/Makefile.am --- old/libpaper-2.0.3/tests/Makefile.am 2022-11-01 20:36:21.000000000 +0100 +++ new/libpaper-2.0.4/tests/Makefile.am 2022-11-15 15:36:05.000000000 +0100 @@ -83,6 +83,7 @@ EXTRA_DIST = $(SH_LOG_COMPILER) $(TESTS) $(INPUTS) $(RESULTS) test-paperspecs AM_TESTS_ENVIRONMENT = \ + export MAKE=$(MAKE); \ export LC_ALL=C; \ export prefix=$(prefix); \ export sysconfdir=$(sysconfdir); \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/tests/Makefile.in new/libpaper-2.0.4/tests/Makefile.in --- old/libpaper-2.0.3/tests/Makefile.in 2022-11-03 12:56:01.000000000 +0100 +++ new/libpaper-2.0.4/tests/Makefile.in 2022-11-15 15:37:18.000000000 +0100 @@ -1718,6 +1718,7 @@ EXTRA_DIST = $(SH_LOG_COMPILER) $(TESTS) $(INPUTS) $(RESULTS) test-paperspecs AM_TESTS_ENVIRONMENT = \ + export MAKE=$(MAKE); \ export LC_ALL=C; \ export prefix=$(prefix); \ export sysconfdir=$(sysconfdir); \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/libpaper-2.0.3/tests/run-test new/libpaper-2.0.4/tests/run-test --- old/libpaper-2.0.3/tests/run-test 2022-11-01 20:36:21.000000000 +0100 +++ new/libpaper-2.0.4/tests/run-test 2022-11-15 15:36:05.000000000 +0100 @@ -95,7 +95,7 @@ # Make a test installation of paper cd .. -make install DESTDIR="$test_dir" +${MAKE} install DESTDIR="$test_dir" export PATH="$test_dir/$bindir:$PATH" cd "$test_dir"