Hello community, here is the log from the commit of package arabic-fonts for openSUSE:Factory checked in at 2019-03-22 14:51:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/arabic-fonts (Old) and /work/SRC/openSUSE:Factory/.arabic-fonts.new.25356 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "arabic-fonts" Fri Mar 22 14:51:04 2019 rev:13 rq:687135 version:unknown Changes: -------- --- /work/SRC/openSUSE:Factory/arabic-fonts/arabic-fonts.changes 2017-05-06 20:44:29.566358793 +0200 +++ /work/SRC/openSUSE:Factory/.arabic-fonts.new.25356/arabic-fonts.changes 2019-03-22 14:51:09.994175791 +0100 @@ -1,0 +2,5 @@ +Mon Mar 18 21:50:05 UTC 2019 - Jan Engelhardt <[email protected]> + +- Modernize $RPM_* shell vars and shell logic to generate BDFs. + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ arabic-fonts.spec ++++++ --- /var/tmp/diff_new_pack.WttLjl/_old 2019-03-22 14:51:11.794174758 +0100 +++ /var/tmp/diff_new_pack.WttLjl/_new 2019-03-22 14:51:11.794174758 +0100 @@ -1,7 +1,7 @@ # # spec file for package arabic-fonts # -# Copyright (c) 2017 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 @@ -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/ # @@ -27,7 +27,7 @@ Version: 0.20161120 Release: 0 Summary: A Collection of Free Arabic Fonts -License: GPL-2.0 and SUSE-Public-Domain and OFL-1.1 +License: GPL-2.0-only AND SUSE-Public-Domain AND OFL-1.1 Group: System/X11/Fonts Url: http://www.arabeyes.org/resources.php # public domain: @@ -101,7 +101,7 @@ %package -n arabic-kacst-fonts Summary: Arabic Kacst Fonts -License: GPL-2.0 +License: GPL-2.0-only Group: System/X11/Fonts Version: 2.01 Release: 0 @@ -112,7 +112,7 @@ %package -n arabic-kacstone-fonts Summary: Arabic Kacst One Fonts -License: GPL-2.0 +License: GPL-2.0-only Group: System/X11/Fonts Version: 5.0 Release: 0 @@ -123,7 +123,7 @@ %package -n arabic-naqsh-fonts Summary: Arabic Naqsh Font -License: GPL-2.0 +License: GPL-2.0-only Group: System/X11/Fonts Version: 2.1 Release: 0 @@ -147,7 +147,7 @@ %package -n arabic-ae-fonts Summary: Arabic Free and Open Source Fonts -License: GPL-2.0 +License: GPL-2.0-only Group: System/X11/Fonts Version: 2.0 Release: 0 @@ -171,10 +171,10 @@ %prep %setup -T -c %{name} -n %{name} -a 0 -a 2 -a 3 -a 5 -a 6 -a 7 %if %{with_haydar} -tar xf %{SOURCE1} +tar -xf %{SOURCE1} %endif %if %{with_nesf2} -bunzip2 --stdout $RPM_SOURCE_DIR/sharif.univ_ttf.bz2 > Nesf2.ttf +bunzip2 --stdout %{_sourcedir}/sharif.univ_ttf.bz2 > Nesf2.ttf %endif %build @@ -195,8 +195,8 @@ done for i in */*.bdf do - bdftopcf $i | gzip -n -9 > \ - %{buildroot}%{_miscfontsdir}/`basename $i .bdf`.pcf.gz + o="${i##*/}" + bdftopcf "$i" | gzip -n9 >"%{buildroot}/%{_miscfontsdir}/${o%.bdf}.pcf.gz" done %reconfigure_fonts_scriptlets
