Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sil-andika-fonts for
openSUSE:Factory checked in at 2021-08-10 10:27:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sil-andika-fonts (Old)
and /work/SRC/openSUSE:Factory/.sil-andika-fonts.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sil-andika-fonts"
Tue Aug 10 10:27:45 2021 rev:3 rq:911121 version:6.001
Changes:
--------
--- /work/SRC/openSUSE:Factory/sil-andika-fonts/sil-andika-fonts.changes
2018-07-06 10:42:55.655188196 +0200
+++
/work/SRC/openSUSE:Factory/.sil-andika-fonts.new.1899/sil-andika-fonts.changes
2021-08-10 10:28:23.361735591 +0200
@@ -1,0 +2,9 @@
+Sun Aug 8 11:28:33 UTC 2021 - Cor Blom <[email protected]>
+
+- Update to version 6.001:
+ * Major update with many changes.
+ * Graphite support is removed
+- Drop Andika New Basic: funtionality now included in main font
+- Update URL
+
+-------------------------------------------------------------------
Old:
----
Andika-5.000.zip
AndikaNewBasic-5.500.zip
New:
----
Andika-6.001.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sil-andika-fonts.spec ++++++
--- /var/tmp/diff_new_pack.Wm5la9/_old 2021-08-10 10:28:23.833734381 +0200
+++ /var/tmp/diff_new_pack.Wm5la9/_new 2021-08-10 10:28:23.837734370 +0200
@@ -1,7 +1,7 @@
#
# spec file for package sil-andika-fonts
#
-# Copyright (c) 2015 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,21 +12,20 @@
# 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-andika-fonts
License: OFL-1.1
Group: System/X11/Fonts
Summary: Sans serif, Unicode-compliant Font For Literacy Use
-Version: 5.000
+Version: 6.001
Release: 0
-URL:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=andika
-Source0: Andika-%{version}.zip
-Source1: AndikaNewBasic-5.500.zip
+URL: https://software.sil.org/andika/
+Source0:
https://software.sil.org/downloads/r/andika/Andika-%{version}.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%reconfigure_fonts_prereq
@@ -41,31 +40,27 @@
than those of most serif fonts.
%prep
-%setup -T -c %{name} -n %{name}
-unzip -j %{SOURCE0}
-unzip -j -n %{SOURCE1}
-chmod 644 *.txt *.ttf
+%setup -q -n Andika-%{version}
+chmod 644 *.txt
# Remove DOS line endings:
for i in *.txt; do
sed -i 's/.$//' $i
done
-
%build
# --- Nothing to do ---
-
%install
-mkdir -p %{buildroot}%{_ttfontsdir}/
+install -d %{buildroot}%{_ttfontsdir}
install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
-%doc *.odt *.pdf *.txt
+%license OFL.txt
+%doc FONTLOG.txt OFL-FAQ.txt README.txt
%dir %{_ttfontsdir}/
%{_ttfontsdir}/*
-
%changelog