Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sil-gentium-fonts for
openSUSE:Factory checked in at 2021-08-11 11:47:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sil-gentium-fonts (Old)
and /work/SRC/openSUSE:Factory/.sil-gentium-fonts.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sil-gentium-fonts"
Wed Aug 11 11:47:21 2021 rev:9 rq:911279 version:6.001
Changes:
--------
--- /work/SRC/openSUSE:Factory/sil-gentium-fonts/sil-gentium-fonts.changes
2015-07-19 11:45:48.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.sil-gentium-fonts.new.1899/sil-gentium-fonts.changes
2021-08-11 11:47:59.573690516 +0200
@@ -1,0 +2,12 @@
+Fri Aug 6 21:42:48 UTC 2021 - Cor Blom <[email protected]>
+
+- update to 6.001:
+ * Major update with many small changes
+ * Graphite support has been removed
+- Gentium Basic families have been removed. All variants are now
+ supported by Gentium Plus
+- Add 31-sil-gentium.conf so that Gentium Basic name is still
+ recognized
+- Clean up spec file
+
+-------------------------------------------------------------------
Old:
----
GentiumBasic_110.zip
GentiumPlus-5.000.zip
New:
----
31-sil-gentium.conf
GentiumPlus-6.001.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sil-gentium-fonts.spec ++++++
--- /var/tmp/diff_new_pack.s2fAp9/_old 2021-08-11 11:47:59.981690025 +0200
+++ /var/tmp/diff_new_pack.s2fAp9/_new 2021-08-11 11:47:59.985690020 +0200
@@ -1,7 +1,7 @@
#
# spec file for package sil-gentium-fonts
#
-# Copyright (c) 2015 SUSE LINUX 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,30 +12,25 @@
# 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/
#
Name: sil-gentium-fonts
-Version: 5.000
+Version: 6.001
Release: 0
Summary: A International Typeface for Languages Using the Latin Script
License: OFL-1.1
Group: System/X11/Fonts
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=Gentium
-Source0: GentiumPlus-%{version}.zip
-Source1: GentiumBasic_110.zip
+URL: https://software.sil.org/gentium/
+Source0:
https://software.sil.org/downloads/r/gentium/GentiumPlus-%{version}.zip
+Source1: 31-sil-gentium.conf
+BuildRequires: fontconfig
BuildRequires: fontpackages-devel
BuildRequires: unzip
-%reconfigure_fonts_prereq
-Provides: GentiumBasic
-Provides: GentiumPlus
Provides: locale(vi)
-# FIXME: This causes a rpmlint warning; change <= to < once there's a new
upstream version
-Obsoletes: gentium <= 1.508
-Provides: gentium = %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
+%reconfigure_fonts_prereq
%description
Gentium is a typeface family designed to enable the diverse ethnic
@@ -45,9 +40,7 @@
of Unicode.
%prep
-%setup -T -c %{name} -n %{name}
-unzip -j %{SOURCE0}
-unzip -j -n %{SOURCE1}
+%setup -q -n GentiumPlus-%{version}
chmod 644 *.txt *.ttf
# Remove DOS line endings:
for i in *.txt; do
@@ -57,14 +50,18 @@
%build
%install
-mkdir -p %{buildroot}%{_ttfontsdir}/
+install -d %{buildroot}%{_ttfontsdir}
install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+%install_fontsconf %{SOURCE1}
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%doc *.txt
+%license OFL.txt
+%doc FONTLOG.txt OFL-FAQ.txt README.txt
%{_ttfontsdir}
+%files_fontsconf_availdir
+%files_fontsconf_file -l 31-sil-gentium.conf
%changelog
++++++ 31-sil-gentium.conf ++++++
<fontconfig>
<alias>
<family>Gentium Basic</family>
<accept>
<family>Gentium Plus</family>
</accept>
</alias>
<alias>
<family>Gentium Book Basic</family>
<accept>
<family>Gentium Book Plus</family>
</accept>
</alias>
</fontconfig>