Hello community, here is the log from the commit of package fontinfo for openSUSE:Factory checked in at 2014-06-18 07:50:51 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/fontinfo (Old) and /work/SRC/openSUSE:Factory/.fontinfo.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "fontinfo" Changes: -------- --- /work/SRC/openSUSE:Factory/fontinfo/fontinfo.changes 2014-06-10 14:38:33.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.fontinfo.new/fontinfo.changes 2014-06-18 07:53:03.000000000 +0200 @@ -1,0 +2,6 @@ +Mon Jun 9 09:35:24 UTC 2014 - [email protected] + +- updated to version 20140609 + * fixed 1-click-install link in detailed view + +------------------------------------------------------------------- Old: ---- fontinfo-20140530.tar.bz2 New: ---- fontinfo-20140609.tar.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ fontinfo.spec ++++++ --- /var/tmp/diff_new_pack.37k4MP/_old 2014-06-18 07:53:04.000000000 +0200 +++ /var/tmp/diff_new_pack.37k4MP/_new 2014-06-18 07:53:04.000000000 +0200 @@ -17,7 +17,7 @@ Name: fontinfo -Version: 20140530 +Version: 20140609 Release: 0 Summary: Overview of Installed Fonts License: GPL-2.0+ ++++++ fontinfo-20140530.tar.bz2 -> fontinfo-20140609.tar.bz2 ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20140530/CHANGES new/fontinfo-20140609/CHANGES --- old/fontinfo-20140530/CHANGES 2014-05-30 12:32:30.000000000 +0200 +++ new/fontinfo-20140609/CHANGES 2014-06-09 12:05:13.000000000 +0200 @@ -1,4 +1,10 @@ ------------------------------------------------------------------- +Mon Jun 9 09:35:24 UTC 2014 - [email protected] + +Version 20140609 + * fixed 1-click-install link in detailed view + +------------------------------------------------------------------- Fri May 30 09:50:32 UTC 2014 - [email protected] Version 20140530 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20140530/Makefile new/fontinfo-20140609/Makefile --- old/fontinfo-20140530/Makefile 2014-05-30 12:32:30.000000000 +0200 +++ new/fontinfo-20140609/Makefile 2014-06-09 12:05:13.000000000 +0200 @@ -17,7 +17,7 @@ # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. DIRS = languages -VERSION = 20140530 +VERSION = 20140609 PKGMAN_CFLAGS = $(shell sh ./package-manager.sh --cflags) PKGMAN_LIBS = $(shell sh ./package-manager.sh --libs) LIBPNG_CFLAGS = $(shell pkg-config --cflags libpng) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/fontinfo-20140530/bento-style.c new/fontinfo-20140609/bento-style.c --- old/fontinfo-20140530/bento-style.c 2014-05-30 12:32:30.000000000 +0200 +++ new/fontinfo-20140609/bento-style.c 2014-06-09 12:05:13.000000000 +0200 @@ -597,7 +597,7 @@ snprintf(family_ww, FAMILY_NAME_LEN_MAX, "%s", (const char *)family); remove_spaces_and_slashes(family_ww); - assert(FcPatternGetString(fontset->fonts[0], FC_FILE, 0, &file) + assert(FcPatternGetString(fontset->fonts[f], FC_FILE, 0, &file) == FcResultMatch); file_from_package((char *)file, &pi); @@ -655,6 +655,7 @@ fprintf(html, " </td>\n"); + fprintf(stderr, "%s: %s => %s\n", file, pi.name, filename); if (config.install_type == YMP && pi.name[0]) { generate_ymp(config, pi.name, filename); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
