Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package adobe-sourcehansans-fonts for
openSUSE:Factory checked in at 2021-06-01 10:36:24
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adobe-sourcehansans-fonts (Old)
and /work/SRC/openSUSE:Factory/.adobe-sourcehansans-fonts.new.1898 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adobe-sourcehansans-fonts"
Tue Jun 1 10:36:24 2021 rev:4 rq:895413 version:2.004
Changes:
--------
---
/work/SRC/openSUSE:Factory/adobe-sourcehansans-fonts/adobe-sourcehansans-fonts.changes
2019-05-07 23:18:32.196865068 +0200
+++
/work/SRC/openSUSE:Factory/.adobe-sourcehansans-fonts.new.1898/adobe-sourcehansans-fonts.changes
2021-06-01 10:37:32.500821212 +0200
@@ -1,0 +2,11 @@
+Tue May 25 19:08:28 CEST 2021 - [email protected]
+
+- Fix source URLs to be properly downloadable
+
+-------------------------------------------------------------------
+Mon May 17 10:58:53 UTC 2021 - Dingzhong Chen <[email protected]>
+
+- Update to version 2.004
+- Add variable fonts
+
+-------------------------------------------------------------------
New:
----
SourceHanSans-VF.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ adobe-sourcehansans-fonts.spec ++++++
--- /var/tmp/diff_new_pack.ZqFW18/_old 2021-06-01 10:37:40.408834675 +0200
+++ /var/tmp/diff_new_pack.ZqFW18/_new 2021-06-01 10:37:40.412834682 +0200
@@ -1,7 +1,7 @@
#
# spec file for package adobe-sourcehansans-fonts
#
-# Copyright (c) 2019 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
@@ -19,17 +19,18 @@
%define shared_description Source Han Sans is an open source Pan-CJK typeface
whose OpenType/CFF fonts and CID-based sources are covered under the terms of
the SIL Open Font License.
Name: adobe-sourcehansans-fonts
-Version: 2.001
+Version: 2.004
Release: 0
Summary: Source Han Sans
License: OFL-1.1
Group: System/X11/Fonts
URL: https://github.com/adobe-fonts/source-han-sans
-Source0:
https://raw.githubusercontent.com/adobe-fonts/source-han-sans/%{version}R/SubsetOTF/SourceHanSansCN.zip
-Source1:
https://raw.githubusercontent.com/adobe-fonts/source-han-sans/%{version}R/SubsetOTF/SourceHanSansHK.zip
-Source2:
https://raw.githubusercontent.com/adobe-fonts/source-han-sans/%{version}R/SubsetOTF/SourceHanSansJP.zip
-Source3:
https://raw.githubusercontent.com/adobe-fonts/source-han-sans/%{version}R/SubsetOTF/SourceHanSansKR.zip
-Source4:
https://raw.githubusercontent.com/adobe-fonts/source-han-sans/%{version}R/SubsetOTF/SourceHanSansTW.zip
+Source0:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSansCN.zip
+Source1:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSansHK.zip
+Source2:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSansJP.zip
+Source3:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSansKR.zip
+Source4:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSansTW.zip
+Source5:
https://github.com/adobe-fonts/source-han-sans/releases/download/%{version}R/SourceHanSans-VF.zip
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -44,12 +45,14 @@
unzip -o %{S:2}
unzip -o %{S:3}
unzip -o %{S:4}
+unzip -o %{S:5}
%build
%install
mkdir -p %{buildroot}%{_ttfontsdir}
-mv */*.otf %{buildroot}%{_ttfontsdir}
+mv Variable/OTF/Subset/*.otf %{buildroot}%{_ttfontsdir}
+mv SubsetOTF/*/*.otf %{buildroot}%{_ttfontsdir}
# Chinese China package
%package -n adobe-sourcehansans-cn-fonts
@@ -63,7 +66,7 @@
%reconfigure_fonts_scriptlets -n adobe-sourcehansans-cn-fonts
%files -n adobe-sourcehansans-cn-fonts
%defattr(0644,root,root,755)
-%license SourceHanSansCN/LICENSE.txt
+%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/SourceHanSansCN-*.otf
@@ -79,7 +82,7 @@
%reconfigure_fonts_scriptlets -n adobe-sourcehansans-hk-fonts
%files -n adobe-sourcehansans-hk-fonts
%defattr(0644,root,root,755)
-%license SourceHanSansHK/LICENSE.txt
+%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/SourceHanSansHK-*.otf
@@ -95,7 +98,7 @@
%reconfigure_fonts_scriptlets -n adobe-sourcehansans-jp-fonts
%files -n adobe-sourcehansans-jp-fonts
%defattr(0644,root,root,755)
-%license SourceHanSansJP/LICENSE.txt
+%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/SourceHanSansJP-*.otf
@@ -111,7 +114,7 @@
%reconfigure_fonts_scriptlets -n adobe-sourcehansans-kr-fonts
%files -n adobe-sourcehansans-kr-fonts
%defattr(0644,root,root,755)
-%license SourceHanSansKR/LICENSE.txt
+%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/SourceHanSansKR-*.otf
@@ -130,7 +133,7 @@
%reconfigure_fonts_scriptlets -n adobe-sourcehansans-tw-fonts
%files -n adobe-sourcehansans-tw-fonts
%defattr(0644,root,root,755)
-%license SourceHanSansTW/LICENSE.txt
+%license LICENSE.txt
%dir %{_ttfontsdir}
%{_ttfontsdir}/SourceHanSansTW-*.otf
++++++ SourceHanSansCN.zip ++++++
Binary files /var/tmp/diff_new_pack.ZqFW18/_old and
/var/tmp/diff_new_pack.ZqFW18/_new differ
++++++ SourceHanSansHK.zip ++++++
Binary files /var/tmp/diff_new_pack.ZqFW18/_old and
/var/tmp/diff_new_pack.ZqFW18/_new differ
++++++ SourceHanSansJP.zip ++++++
Binary files /var/tmp/diff_new_pack.ZqFW18/_old and
/var/tmp/diff_new_pack.ZqFW18/_new differ
++++++ SourceHanSansKR.zip ++++++
Binary files /var/tmp/diff_new_pack.ZqFW18/_old and
/var/tmp/diff_new_pack.ZqFW18/_new differ
++++++ SourceHanSansTW.zip ++++++
Binary files /var/tmp/diff_new_pack.ZqFW18/_old and
/var/tmp/diff_new_pack.ZqFW18/_new differ