Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package tkfont for openSUSE:Factory checked in at 2021-10-18 22:00:08 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/tkfont (Old) and /work/SRC/openSUSE:Factory/.tkfont.new.1890 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "tkfont" Mon Oct 18 22:00:08 2021 rev:17 rq:926064 version:1.1 Changes: -------- --- /work/SRC/openSUSE:Factory/tkfont/tkfont.changes 2014-10-16 18:17:20.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.tkfont.new.1890/tkfont.changes 2021-10-18 22:03:09.610135587 +0200 @@ -1,0 +2,7 @@ +Mon Oct 18 16:20:29 UTC 2021 - Reinhard Max <[email protected]> + +- Explicitly require xlsfonts (boo#1191365). +- Fix command line syntax of sort (boo#1191366, tkfont-sort.patch). +- Use %license for license files instead of %doc. + +------------------------------------------------------------------- New: ---- tkfont-sort.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ tkfont.spec ++++++ --- /var/tmp/diff_new_pack.PYjrLL/_old 2021-10-18 22:03:09.970135847 +0200 +++ /var/tmp/diff_new_pack.PYjrLL/_new 2021-10-18 22:03:09.974135850 +0200 @@ -1,7 +1,7 @@ # # spec file for package tkfont # -# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2021 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -12,7 +12,7 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # @@ -20,11 +20,13 @@ Version: 1.1 Release: 0 Summary: Tool to select fonts -License: GPL-2.0+ +License: GPL-2.0-or-later Group: System/X11/Utilities -Requires: /usr/bin/wish +Requires: tk +Requires: xlsfonts Source: %{name}-%{version}.tar.gz -Patch: %{name}-%{version}.dif +Patch0: %{name}-%{version}.dif +Patch1: tkfont-sort.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-build @@ -39,7 +41,8 @@ %prep %setup -%patch +%patch0 +%patch1 %build @@ -50,7 +53,9 @@ %files %defattr(-,root,root) -%doc README COPYING *.txt +%license COPYING +%doc README +%doc *.txt /usr/lib/tkfont %_bindir/* ++++++ tkfont-sort.patch ++++++ --- tkfont.orig +++ tkfont @@ -18,7 +18,7 @@ proc GetFontList { } { set TempFileName "/tmp/fonts.list.[pid]" set TempFileName2 "/tmp/fonts.list.[pid]b" - exec xlsfonts -u -fn "*" | grep "-" | sort -t "-" +2 | uniq > $TempFileName + exec xlsfonts -u -fn "*" | grep "-" | sort -t "-" -k +2 | uniq > $TempFileName exec grep -v "0-0-75-75-" < $TempFileName > $TempFileName2 exec grep -v "0-0-100-100-" < $TempFileName2 > $TempFileName set Chan [open $TempFileName r]
