Hello community, here is the log from the commit of package mkfontscale for openSUSE:Factory checked in at 2019-03-26 22:29:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old) and /work/SRC/openSUSE:Factory/.mkfontscale.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "mkfontscale" Tue Mar 26 22:29:57 2019 rev:12 rq:687649 version:1.2.1 Changes: -------- --- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes 2019-03-21 09:50:55.926827281 +0100 +++ /work/SRC/openSUSE:Factory/.mkfontscale.new.25356/mkfontscale.changes 2019-03-26 22:29:59.985740864 +0100 @@ -1,0 +2,9 @@ +Fri Mar 22 12:57:52 UTC 2019 - Stefan Dirsch <[email protected]> + +- Update to version 1.2.1 + * This release fixes a regression introduced in the 1.2.0 + release that could leave the mkfontdir script containing + an unexpanded reference to ${exec_prefix} as shown in + https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5 + +------------------------------------------------------------------- Old: ---- mkfontscale-1.2.0.tar.bz2 New: ---- mkfontscale-1.2.1.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ mkfontscale.spec ++++++ --- /var/tmp/diff_new_pack.Rl4CJk/_old 2019-03-26 22:30:01.713740447 +0100 +++ /var/tmp/diff_new_pack.Rl4CJk/_new 2019-03-26 22:30:01.765740435 +0100 @@ -17,7 +17,7 @@ Name: mkfontscale -Version: 1.2.0 +Version: 1.2.1 Release: 0 Summary: Utility to create index of scalable font files for X License: MIT ++++++ mkfontscale-1.2.0.tar.bz2 -> mkfontscale-1.2.1.tar.bz2 ++++++ ++++ 2730 lines of diff (skipped) ++++ retrying with extended exclude list diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mkfontscale-1.2.0/ChangeLog new/mkfontscale-1.2.1/ChangeLog --- old/mkfontscale-1.2.0/ChangeLog 2019-03-02 23:21:50.000000000 +0100 +++ new/mkfontscale-1.2.1/ChangeLog 2019-03-21 05:01:38.000000000 +0100 @@ -1,3 +1,20 @@ +commit 79f686765238ddd0e4753f9d4ee62b5a5296610e +Author: Alan Coopersmith <[email protected]> +Date: Wed Mar 20 20:58:15 2019 -0700 + + mkfontscale 1.2.1 + + Signed-off-by: Alan Coopersmith <[email protected]> + +commit 29cab25240cf30f546671f265167a2eeadfd4c75 +Author: Alan Coopersmith <[email protected]> +Date: Thu Mar 7 13:23:00 2019 -0800 + + Revert "Use autoconf instead of sed to substitute @bindir@ in mkfontdir.in" + + This reverts commit 1f9d14bec07092d62da29a5a233cefbf84d47289. + It caused https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues/5 + commit 8fbafcfe7e5ef4a2030e3963f31143bba2c8786f Author: Alan Coopersmith <[email protected]> Date: Sat Mar 2 14:16:48 2019 -0800 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mkfontscale-1.2.0/Makefile.am new/mkfontscale-1.2.1/Makefile.am --- old/mkfontscale-1.2.0/Makefile.am 2019-03-02 23:21:39.000000000 +0100 +++ new/mkfontscale-1.2.1/Makefile.am 2019-03-21 05:01:28.000000000 +0100 @@ -23,6 +23,13 @@ bin_PROGRAMS = mkfontscale bin_SCRIPTS = mkfontdir +CLEANFILES = $(bin_SCRIPTS) +EXTRA_DIST = $(bin_SCRIPTS:=.in) +DIR_SUBSTS = -e 's|@bindir[@]|$(bindir)|g' + +mkfontdir: mkfontdir.in + $(AM_V_GEN)$(SED) $(DIR_SUBSTS) < $(srcdir)/mkfontdir.in > $@ + AM_CPPFLAGS = @MKFONTSCALE_CFLAGS@ @X11_CFLAGS@ -D_BSD_SOURCE AM_CFLAGS = $(CWARNFLAGS) mkfontscale_LDADD = @MKFONTSCALE_LIBS@ @@ -59,4 +66,4 @@ $(LINT) $(ALL_LINT_FLAGS) $(mkfontscale_SOURCES) endif LINT -EXTRA_DIST = README.md +EXTRA_DIST += README.md diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 --exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh old/mkfontscale-1.2.0/configure.ac new/mkfontscale-1.2.1/configure.ac --- old/mkfontscale-1.2.0/configure.ac 2019-03-02 23:21:39.000000000 +0100 +++ new/mkfontscale-1.2.1/configure.ac 2019-03-21 05:01:28.000000000 +0100 @@ -22,7 +22,7 @@ # Initialize Autoconf AC_PREREQ([2.60]) -AC_INIT([mkfontscale], [1.2.0], +AC_INIT([mkfontscale], [1.2.1], [https://gitlab.freedesktop.org/xorg/app/mkfontscale/issues], [mkfontscale]) AC_CONFIG_SRCDIR([Makefile.am]) @@ -63,6 +63,5 @@ AC_CONFIG_FILES([ Makefile - mkfontdir man/Makefile]) AC_OUTPUT
