Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package sil-abyssinica-fonts for
openSUSE:Factory checked in at 2022-12-05 18:00:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/sil-abyssinica-fonts (Old)
and /work/SRC/openSUSE:Factory/.sil-abyssinica-fonts.new.1835 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "sil-abyssinica-fonts"
Mon Dec 5 18:00:47 2022 rev:8 rq:1040020 version:2.200
Changes:
--------
---
/work/SRC/openSUSE:Factory/sil-abyssinica-fonts/sil-abyssinica-fonts.changes
2012-09-14 12:38:02.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.sil-abyssinica-fonts.new.1835/sil-abyssinica-fonts.changes
2022-12-05 18:00:49.964461208 +0100
@@ -1,0 +2,32 @@
+Sun Dec 4 15:18:24 UTC 2022 - Dirk Müller <[email protected]>
+
+- update to 2.200:
+ * Adjusted design of U+1395 ETHIOPIC TONAL MARK KENAT
+ * Adjusted width of U+2008 PUNCTUATION SPACE to match full stop
+ * Fixed inconsistency between Graphite and OpenType support for cv46 tswa
alternate
+ * Added U+1E7E0..U+1E7E6, U+1E7E8..U+1E7EB, U+1E7ED..U+1E7EE,
U+1E7F0..U+1E7FE
+ * Modified a few kerning pairs and added kerning pairs for some of the new
characters
+ * Changed Latin digits (for use in Ethiopic) to use a serif style
+ * Modified Ethiopic digits to have a more consistent size
+ * Added cv02 to support digits with connecting above and below lines
+ * Added U+02D0, U+034F, U+2423, U+25CA
+ * Improved design of U+1256 so the top flag touches
+ * Improved design of U+1368 to fit the design of the font better
+ * Improved design of U+1362 (extra space to the right)
+ * Added language support for Sebat Bet Gurage and Gumuz variants
+ * Added UI name strings for Graphite and OpenType features
+ * Removed Stylistic Sets
+ * Slight change to line spacing to make it consistent across applications
+ * Unencoded most PUA characters as they are supported through Character
Variants
+ * Improved design of U+1396 and U+1399 (metrics changed for these characters)
+ * Added character variants
+ * Added variant glyphs for U+2D93..U+2D96 (for Blin)
+ * Added variant glyphs for U+12E0..U+12E6 and U+1335 (historical usage)
+ * Changed Graphite feature identifiers from integers to 4-character
+ * alphanumeric tags
+ * Updated for Unicode 6.0 (U+AB00..U+AB2F)
+ * Added Stylistic Sets and Graphite Features
+ * Removed AAT support
+ * AAT source added
+
+-------------------------------------------------------------------
Old:
----
AbyssinicaSIL1.0.zip
New:
----
AbyssinicaSIL-2.200.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ sil-abyssinica-fonts.spec ++++++
--- /var/tmp/diff_new_pack.tuT5A9/_old 2022-12-05 18:00:50.952466589 +0100
+++ /var/tmp/diff_new_pack.tuT5A9/_new 2022-12-05 18:00:50.960466632 +0100
@@ -1,7 +1,7 @@
#
# spec file for package sil-abyssinica-fonts
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -12,28 +12,26 @@
# 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-abyssinica-fonts
-Version: 1.0
+Version: 2.200
Release: 0
Summary: Smart Unicode Font for the Ethiopic Script (Amharic)
License: OFL-1.1
Group: System/X11/Fonts
-Url:
http://scripts.sil.org/cms/scripts/page.php?site_id=nrsi&item_id=AbyssinicaSIL
-Source0: AbyssinicaSIL1.0.zip
+URL: https://software.sil.org/abyssinica/
+Source0:
https://software.sil.org/downloads/r/abyssinica/AbyssinicaSIL-%{version}.zip
BuildRequires: dos2unix
BuildRequires: fontpackages-devel
BuildRequires: unzip
-%reconfigure_fonts_prereq
-Provides: locale(so)
-# FIXME: This causes a rpmlint warning; change <= to < once here's a new
upstream version
-Obsoletes: sil-abyssinica <= %{version}
Provides: sil-abyssinica = %{version}
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
+Provides: locale(so)
+Obsoletes: sil-abyssinica < %{version}
BuildArch: noarch
+%reconfigure_fonts_prereq
%description
The Ethiopic script is used for writing many of the languages of
@@ -51,22 +49,21 @@
or planned.
%prep
-%setup -T -c sil-abyssinica -n sil-abyssinica
-unzip -j $RPM_SOURCE_DIR/AbyssinicaSIL1.0.zip
-chmod 644 *
-dos2unix *.txt
+%setup -q -T -c sil-abyssinica -n sil-abyssinica
+unzip -x %{SOURCE0}
+find -type f -print0 | xargs -0 chmod -x
+find -name '*.txt' -print0 | xargs -0 dos2unix
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
-install -c -m 644 *.ttf %{buildroot}%{_ttfontsdir}
+install -c -m 644 AbyssinicaSIL-%{version}/*.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
-%defattr(-, root,root)
-%doc *.txt *.pdf
+%doc AbyssinicaSIL-%{version}/*.txt
AbyssinicaSIL-%{version}/documentation/pdf/*.pdf
%{_ttfontsdir}
%changelog