commit mkfontscale for openSUSE:Factory

2019-03-26 Thread root
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 
+
+- 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.0 +0100
+++ new/mkfontscale-1.2.1/ChangeLog 2019-03-21 05:01:38.0 +0100
@@ -1,3 +1,20 @@
+commit 79f686765238ddd0e4753f9d4ee62b5a5296610e
+Author: Alan Coopersmith 
+Date:   Wed Mar 20 20:58:15 2019 -0700
+
+mkfontscale 1.2.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit 29cab25240cf30f546671f265167a2eeadfd4c75
+Author: Alan Coopersmith 
+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 
 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.0 +0100
+++ new/mkfontscale-1.2.1/Makefile.am   2019-03-21 05:01:28.0 +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.0 +0100
+++ new/mkfontscale-1.2.1/configure.ac  2019-03-21 05:01:28.0 +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

commit mkfontscale for openSUSE:Factory

2019-03-21 Thread root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2019-03-21 09:50:54

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new.28833 (New)


Package is "mkfontscale"

Thu Mar 21 09:50:54 2019 rev:11 rq:681129 version:1.2.0

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2018-09-20 
11:39:59.360908302 +0200
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new.28833/mkfontscale.changes   
2019-03-21 09:50:55.926827281 +0100
@@ -1,0 +2,9 @@
+Sun Mar  3 09:54:43 UTC 2019 - Stefan Dirsch 
+
+- Update to version 1.2.0
+  * Starting with this release, 1.2.0, it now includes the
+mkfontdir script previously distributed separately for
+compatibility with older X11 versions.
+- provide/obsolete mkfontdir package
+
+---

Old:

  mkfontscale-1.1.3.tar.bz2

New:

  mkfontscale-1.2.0.tar.bz2



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.omApgd/_old  2019-03-21 09:50:57.226826930 +0100
+++ /var/tmp/diff_new_pack.omApgd/_new  2019-03-21 09:50:57.250826923 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkfontscale
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   mkfontscale
-Version:1.1.3
+Version:1.2.0
 Release:0
 Summary:Utility to create index of scalable font files for X
 License:MIT
@@ -33,6 +33,8 @@
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 Recommends: xorg-x11-fonts-core
+Provides:   mkfontdir = 1.0.7
+Obsoletes:  mkfontdir <= 1.0.7
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -51,8 +53,10 @@
 
 %files
 %defattr(-,root,root)
-%doc ChangeLog COPYING README
+%doc ChangeLog COPYING README.md
+%{_bindir}/mkfontdir
 %{_bindir}/mkfontscale
+%{_mandir}/man1/mkfontdir.1%{?ext_man}
 %{_mandir}/man1/mkfontscale.1%{?ext_man}
 
 %changelog

++ mkfontscale-1.1.3.tar.bz2 -> mkfontscale-1.2.0.tar.bz2 ++
 4243 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.1.3/COPYING new/mkfontscale-1.2.0/COPYING
--- old/mkfontscale-1.1.3/COPYING   2018-03-07 08:00:24.0 +0100
+++ new/mkfontscale-1.2.0/COPYING   2019-03-02 23:21:39.0 +0100
@@ -38,3 +38,51 @@
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
 FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
 DEALINGS IN THE SOFTWARE.
+
+-
+
+Copyright 1993, 1994, 1998  The Open Group
+
+Permission to use, copy, modify, distribute, and sell this software and its
+documentation for any purpose is hereby granted without fee, provided that
+the above copyright notice appear in all copies and that both that
+copyright notice and this permission notice appear in supporting
+documentation.
+
+The above copyright notice and this permission notice shall be included
+in all copies or substantial portions of the Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
+OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
+IN NO EVENT SHALL THE OPEN GROUP BE LIABLE FOR ANY CLAIM, DAMAGES OR
+OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+OTHER DEALINGS IN THE SOFTWARE.
+
+Except as contained in this notice, the name of The Open Group shall
+not be used in advertising or otherwise to promote the sale, use or
+other dealings in this Software without prior written authorization
+from The Open Group.
+
+-
+
+Copyright 2005 Red Hat, Inc.
+
+Permission to use, copy, modify, distribute, and sell this software
+and its documentation for any purpose is hereby granted without fee,
+provided that the above copyright notice appear in all copies and
+that both that copyright notice and this p

commit mkfontscale for openSUSE:Factory

2018-09-20 Thread root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2018-09-20 11:39:53

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new (New)


Package is "mkfontscale"

Thu Sep 20 11:39:53 2018 rev:10 rq:634709 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2018-03-12 
12:05:05.941696154 +0100
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2018-09-20 11:39:59.360908302 +0200
@@ -1,0 +2,7 @@
+Mon Sep 10 10:21:05 UTC 2018 - sndir...@suse.com
+
+- recommends xorg-x11-fonts-core package, so an approprite 
+  encodings.dir file can be written to each font directory 
+  (boo#1106850)
+
+---



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.ORQcmh/_old  2018-09-20 11:39:59.744908076 +0200
+++ /var/tmp/diff_new_pack.ORQcmh/_new  2018-09-20 11:39:59.744908076 +0200
@@ -32,6 +32,7 @@
 BuildRequires:  pkgconfig(xproto) >= 7.0.25
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
+Recommends: xorg-x11-fonts-core
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description




commit mkfontscale for openSUSE:Factory

2018-03-12 Thread root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2018-03-12 12:05:04

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new (New)


Package is "mkfontscale"

Mon Mar 12 12:05:04 2018 rev:9 rq:583886 version:1.1.3

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2015-03-05 
15:28:30.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2018-03-12 12:05:05.941696154 +0100
@@ -1,0 +2,11 @@
+Wed Mar  7 11:52:26 UTC 2018 - sndir...@suse.com
+
+- Update to version 1.1.3:
+  * autogen.sh: use quoted string variables
+  * mkfontscale: Avoid a buffer underrun
+  * autogen: add default patch prefix
+  * autogen.sh: use exec instead of waiting for configure to finish
+  * fix handling of Type1 fonts without /FamilyName and/or /FullName
+- supersedes 
u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
+
+---

Old:

  mkfontscale-1.1.2.tar.bz2
  u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch

New:

  mkfontscale-1.1.3.tar.bz2



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.9khW8j/_old  2018-03-12 12:05:07.261648847 +0100
+++ /var/tmp/diff_new_pack.9khW8j/_new  2018-03-12 12:05:07.265648703 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkfontscale
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,14 +17,13 @@
 
 
 Name:   mkfontscale
-Version:1.1.2
+Version:1.1.3
 Release:0
 Summary:Utility to create index of scalable font files for X
 License:MIT
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
-Patch0: 
u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(fontenc)
@@ -41,7 +40,6 @@
 
 %prep
 %setup -q
-%patch0 -p1
 
 %build
 %configure

++ mkfontscale-1.1.2.tar.bz2 -> mkfontscale-1.1.3.tar.bz2 ++
 3324 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.1.2/ChangeLog new/mkfontscale-1.1.3/ChangeLog
--- old/mkfontscale-1.1.2/ChangeLog 2015-01-17 08:41:09.0 +0100
+++ new/mkfontscale-1.1.3/ChangeLog 2018-03-07 08:00:35.0 +0100
@@ -1,3 +1,84 @@
+commit 4b1d7d3af1c1bc1586b2e9a780aea0dee7df5a14
+Author: Alan Coopersmith 
+Date:   Tue Mar 6 22:57:01 2018 -0800
+
+mkfontscale 1.1.3
+
+Signed-off-by: Alan Coopersmith 
+
+commit 27295c6c9b40b5cee0d1f45dfdc742a12613cb58
+Author: Mihail Konev 
+Date:   Thu Jan 26 14:00:20 2017 +1000
+
+autogen: add default patch prefix
+
+Signed-off-by: Mihail Konev 
+
+commit 3258ad61892298d07236a857e1668171de5e8880
+Author: Emil Velikov 
+Date:   Mon Mar 9 12:00:52 2015 +
+
+autogen.sh: use quoted string variables
+
+Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent
+fall-outs, when they contain space.
+
+Signed-off-by: Emil Velikov 
+Reviewed-by: Peter Hutterer 
+Signed-off-by: Peter Hutterer 
+
+commit e8e4bdca31c006e2600ba25ef753fe77b20d6aca
+Author: Peter Hutterer 
+Date:   Tue Jan 24 10:32:07 2017 +1000
+
+autogen.sh: use exec instead of waiting for configure to finish
+
+Syncs the invocation of configure with the one from the server.
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Emil Velikov 
+
+commit 07b761b0862bcea65b83052b9d960c4459af0466
+Author: Jeremy Huddleston Sequoia 
+Date:   Sun Sep 18 16:25:22 2016 -0700
+
+mkfontscale: Avoid a buffer underrun
+
+https://bugs.freedesktop.org/show_bug.cgi?id=96905
+
+=
+==3068==ERROR: AddressSanitizer: heap-buffer-overflow on address 
0x6030de6f at pc 0x000109df79d1 bp 0x7fff55e37d90 sp 0x7fff55e37550
+READ of size 1 at 0x6030de6f thread T0
+#0 0x109df79d0 in wrap_strcmp 
(libclang_rt.asan_osx_

commit mkfontscale for openSUSE:Factory

2015-03-05 Thread h_root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2015-03-05 15:28:29

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new (New)


Package is "mkfontscale"

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2015-02-06 
10:19:11.0 +0100
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2015-03-05 15:28:30.0 +0100
@@ -1,0 +2,7 @@
+Tue Mar  3 11:20:54 UTC 2015 - pgaj...@suse.com
+
+- fix segfault for Hershey fonts [bnc#918466]
+- treat /FontName as family name when /FamilyName is missing
+  + u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
+
+---

New:

  u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.CWzTVc/_old  2015-03-05 15:28:31.0 +0100
+++ /var/tmp/diff_new_pack.CWzTVc/_new  2015-03-05 15:28:31.0 +0100
@@ -24,6 +24,7 @@
 Group:  System/X11/Utilities
 Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
+Patch0: 
u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(fontenc)
@@ -40,6 +41,7 @@
 
 %prep
 %setup -q
+%patch0 -p1
 
 %build
 %configure

++ u_mkfontscale-fix-handling-of-Type1-fonts-without-FamilyName-and-o.patch 
++
>From 0c66831aa4326a5314d381a5c922e4e5a62b82f8 Mon Sep 17 00:00:00 2001
From: Stefan Dirsch 
Date: Wed, 4 Mar 2015 09:01:32 +0100
Subject: [PATCH 1/1] fix handling of Type1 fonts without /FamilyName and/or
 /FullName
Patch-Mainline: To be upstreamed
References: bnc#918466

---
 mkfontscale.c | 9 ++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/mkfontscale.c b/mkfontscale.c
index da93e0c..e9b9488 100644
--- a/mkfontscale.c
+++ b/mkfontscale.c
@@ -579,11 +579,14 @@ makeXLFD(char *filename, FT_Face face, int isBitmap)
 }
 
 if(t1info) {
-if(!family)
+if(!family && t1info->family_name)
 family = strdup(t1info->family_name);
-if(!family)
+if(!family && t1info->full_name)
 family = strdup(t1info->full_name);
-if(!full_name)
+/* Hershey fonts miss /FamilyName */
+if(!family && face->family_name)
+family = strdup(face->family_name);
+if(!full_name && t1info->full_name)
 full_name = strdup(t1info->full_name);
 if(!foundry)
 foundry = notice_foundry(t1info->notice);
-- 
2.3.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit mkfontscale for openSUSE:Factory

2015-02-06 Thread h_root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2015-02-06 10:19:10

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new (New)


Package is "mkfontscale"

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2013-08-19 
13:30:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2015-02-06 10:19:11.0 +0100
@@ -1,0 +2,16 @@
+Mon Feb  2 23:53:41 UTC 2015 - zai...@opensuse.org
+
+- Update to version 1.1.2:
+  + Remove extraneous duplicate checks for -r & -n options.
+  + autogen.sh: Honor NOCONFIGURE=1.
+  + configure: Drop AM_MAINTAINER_MODE.
+  + Only include config.h if it exists.
+  + Fix possible malloc allocation error found by clang static
+analysis.
+  + Plug a memory leak found by clang static analysis.
+  + Print which option was in error along with usage message.
+  + Make usage() always exit(1).
+  + Add -v flag to print program version.
+  + Add missing newline to usage output.
+
+---

Old:

  mkfontscale-1.1.1.tar.bz2

New:

  mkfontscale-1.1.2.tar.bz2



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.lNqHof/_old  2015-02-06 10:19:11.0 +0100
+++ /var/tmp/diff_new_pack.lNqHof/_new  2015-02-06 10:19:11.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package mkfontscale
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   mkfontscale
-Version:1.1.1
+Version:1.1.2
 Release:0
 Summary:Utility to create index of scalable font files for X
 License:MIT
@@ -29,7 +29,7 @@
 BuildRequires:  pkgconfig(fontenc)
 BuildRequires:  pkgconfig(freetype2)
 BuildRequires:  pkgconfig(xorg-macros) >= 1.8
-BuildRequires:  pkgconfig(xproto)
+BuildRequires:  pkgconfig(xproto) >= 7.0.25
 # This was part of the xorg-x11 package up to version 7.6
 Conflicts:  xorg-x11 <= 7.6
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
@@ -40,7 +40,6 @@
 
 %prep
 %setup -q
-##%%patch0 -p1
 
 %build
 %configure

++ mkfontscale-1.1.1.tar.bz2 -> mkfontscale-1.1.2.tar.bz2 ++
 4204 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.1.1/ChangeLog new/mkfontscale-1.1.2/ChangeLog
--- old/mkfontscale-1.1.1/ChangeLog 2013-07-17 07:53:19.0 +0200
+++ new/mkfontscale-1.1.2/ChangeLog 2015-01-17 08:41:09.0 +0100
@@ -1,3 +1,118 @@
+commit 87d628f8eec170ec13bb9feefb1ce05aed07d1d6
+Author: Alan Coopersmith 
+Date:   Fri Jan 16 23:40:40 2015 -0800
+
+mkfontscale 1.1.2
+
+Signed-off-by: Alan Coopersmith 
+
+commit 47908fd7a0d061fdcd21e3498da4e223ca9136d9
+Author: Alan Coopersmith 
+Date:   Fri Jun 20 23:23:54 2014 -0700
+
+Remove extraneous duplicate checks for -r & -n options
+
+Flagged by cppcheck 1.65:
+[mkfontscale.c:247]: (style) Expression is always false because
+ 'else if' condition matches previous condition at line 224.
+[mkfontscale.c:245]: (style) Expression is always false because
+ 'else if' condition matches previous condition at line 227.
+
+Signed-off-by: Alan Coopersmith 
+Reviewed-by: Hans de Goede 
+
+commit 48e541dc2f2fc3f4e99d3e168c28241ff5adff4d
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 19:39:49 2014 -0700
+
+autogen.sh: Honor NOCONFIGURE=1
+
+See http://people.gnome.org/~walters/docs/build-api.txt
+
+Signed-off-by: Alan Coopersmith 
+
+commit f14019d598c215e09cff88c739bbf7f4d6c6b89f
+Author: Alan Coopersmith 
+Date:   Mon Jun 2 19:39:49 2014 -0700
+
+configure: Drop AM_MAINTAINER_MODE
+
+Signed-off-by: Alan Coopersmith 
+
+commit 399db42a151687f1181ae23d28a76d31125a2853
+Author: Thomas Klausner 
+Date:   Tue Mar 18 23:14:47 2014 +0100
+
+Only include config.h if it exists.
+
+Reviewed-by: Gaetan Nadon 
+Signed-off-by: Thomas Klausner 
+
+commit eac564e0fc9052a39981ea47b271f7f3d2821944
+Author: Jeremy Huddleston Sequoia 
+Date:   Thu Jan 2 00:43:14 2014 -0800
+
+Fix possible malloc allocation error found by clang sta

commit mkfontscale for openSUSE:Factory

2013-08-19 Thread h_root
Hello community,

here is the log from the commit of package mkfontscale for openSUSE:Factory 
checked in at 2013-08-19 13:30:03

Comparing /work/SRC/openSUSE:Factory/mkfontscale (Old)
 and  /work/SRC/openSUSE:Factory/.mkfontscale.new (New)


Package is "mkfontscale"

Changes:

--- /work/SRC/openSUSE:Factory/mkfontscale/mkfontscale.changes  2012-05-08 
12:00:23.0 +0200
+++ /work/SRC/openSUSE:Factory/.mkfontscale.new/mkfontscale.changes 
2013-08-19 13:30:04.0 +0200
@@ -1,0 +2,13 @@
+Sat Aug 17 22:46:09 UTC 2013 - zai...@opensuse.org
+
+- Update to version 1.1.1:
+  + Protect config.h inclusion like usual.
+  + Document -u/-U options in man page.
+  + Replace malloc(strlen);strcpy() calls with strdup.
+  + Since hash() returns unsigned int, store results in unsigned
+ints.
+  + Fix compilation for MinGW.
+  + Prefer original file over symlink (v2).
+- Drop mkfontscale-skip_symlinks.diff, fixed upstream.
+
+---

Old:

  mkfontscale-1.1.0.tar.bz2
  mkfontscale-skip_symlinks.diff

New:

  mkfontscale-1.1.1.tar.bz2



Other differences:
--
++ mkfontscale.spec ++
--- /var/tmp/diff_new_pack.eDRNNU/_old  2013-08-19 13:30:05.0 +0200
+++ /var/tmp/diff_new_pack.eDRNNU/_new  2013-08-19 13:30:05.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package mkfontscale
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,16 +15,15 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   mkfontscale
-Version:1.1.0
-Release:1
-License:MIT
+Version:1.1.1
+Release:0
 Summary:Utility to create index of scalable font files for X
-Url:http://xorg.freedesktop.org/
+License:MIT
 Group:  System/X11/Utilities
+Url:http://xorg.freedesktop.org/
 Source0:
http://xorg.freedesktop.org/releases/individual/app/%{name}-%{version}.tar.bz2
-# PATCH-FIX-UPSTREAM mkfontscale-skip_symlinks.diff fdo#48639 -- Ignore 
symlinks pointing to files in the same directory
-Patch0: mkfontscale-skip_symlinks.diff
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 BuildRequires:  pkgconfig(fontenc)
@@ -41,7 +40,7 @@
 
 %prep
 %setup -q
-%patch0 -p1
+##%%patch0 -p1
 
 %build
 %configure

++ mkfontscale-1.1.0.tar.bz2 -> mkfontscale-1.1.1.tar.bz2 ++
 12881 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.1.0/ChangeLog new/mkfontscale-1.1.1/ChangeLog
--- old/mkfontscale-1.1.0/ChangeLog 2012-02-11 05:20:23.0 +0100
+++ new/mkfontscale-1.1.1/ChangeLog 2013-07-17 07:53:19.0 +0200
@@ -1,3 +1,83 @@
+commit f48de13423c7300f4da9f61993b624426b38ddc0
+Author: Alan Coopersmith 
+Date:   Tue Jul 16 22:50:54 2013 -0700
+
+mkfontscale 1.1.1
+
+Signed-off-by: Alan Coopersmith 
+
+commit f731c5c36f28ddd0f25f474d2991c96f9a7a915c
+Author: Thomas Klausner 
+Date:   Sun Jun 2 21:16:54 2013 +0200
+
+Protect config.h inclusion like usual.
+
+Reviewed-by: Alan Coopersmith 
+Signed-off-by: Alan Coopersmith 
+
+commit 19e2cb7c6a3ec2c5b1bc0d24866fa685eef0ee13
+Author: Peter Hutterer 
+Date:   Tue May 21 15:50:19 2013 +1000
+
+Document -u/-U options in man page
+
+Signed-off-by: Peter Hutterer 
+Reviewed-by: Alan Coopersmith 
+
+commit b3af8de8d25128f565c2ed2f7c63b6e4099eb84e
+Author: Alan Coopersmith 
+Date:   Sat Jan 19 12:05:06 2013 -0800
+
+Replace malloc(strlen);strcpy() calls with strdup
+
+Signed-off-by: Alan Coopersmith 
+
+commit 547517571e695728278a264eedbac47b6e1f43bc
+Author: Alan Coopersmith 
+Date:   Sat Jan 19 11:51:39 2013 -0800
+
+Since hash() returns unsigned int, store results in unsigned ints
+
+Clears clang warnings:
+hash.c:82:13: warning: implicit conversion changes signedness: 'unsigned 
int' to 'int' [-Wsign-conversion]
+int i = hash(key);
+~   ^
+hash.c:94:13: warning: implicit conversion changes signedness: 'unsigned 
int' to 'int' [-Wsign-conversion]
+int i = hash(key);
+~   ^
+
+Signed-off-by: Alan Coopersmith 
+
+commit