Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package adobe-sourceserifpro-fonts for
openSUSE:Factory checked in at 2021-08-12 09:00:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts (Old)
and /work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "adobe-sourceserifpro-fonts"
Thu Aug 12 09:00:51 2021 rev:6 rq:910247 version:4.004
Changes:
--------
---
/work/SRC/openSUSE:Factory/adobe-sourceserifpro-fonts/adobe-sourceserifpro-fonts.changes
2019-06-17 21:35:16.574998058 +0200
+++
/work/SRC/openSUSE:Factory/.adobe-sourceserifpro-fonts.new.1899/adobe-sourceserifpro-fonts.changes
2021-08-12 09:00:53.734224763 +0200
@@ -1,0 +2,25 @@
+Wed Aug 4 15:35:17 UTC 2021 - Cor Blom <[email protected]>
+
+- Add 31-adobe-sourceserifpro.conf so that old name still works
+
+-------------------------------------------------------------------
+Thu Jul 29 14:28:15 CEST 2021 - [email protected]
+
+- Fix download URL again; we take the full source zip instead of
+ each split release zip
+
+-------------------------------------------------------------------
+Thu Jul 29 11:05:35 UTC 2021 - Cor Blom <[email protected]>
+
+- Update description to reflect name change Source Sans
+
+-------------------------------------------------------------------
+Thu Jul 29 10:24:51 UTC 2021 - Cor Blom <[email protected]>
+
+- Update to 4.004:
+ Major update with the following highlights:
+ * Source Serif now has six weights across five optical sizes
+ * Shift text master in design space
+ * Change the family name from Source Serif Pro to Source Serif 4
+
+-------------------------------------------------------------------
Old:
----
source-serif-pro-3.000R.zip
New:
----
31-adobe-sourceserifpro.conf
source-serif-4.004R.zip
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ adobe-sourceserifpro-fonts.spec ++++++
--- /var/tmp/diff_new_pack.Dj6DLU/_old 2021-08-12 09:00:55.470221994 +0200
+++ /var/tmp/diff_new_pack.Dj6DLU/_new 2021-08-12 09:00:55.470221994 +0200
@@ -1,7 +1,7 @@
#
# spec file for package adobe-sourceserifpro-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
@@ -16,25 +16,26 @@
#
-%define _name sourceserifpro
Name: adobe-sourceserifpro-fonts
-Version: 3.000
+Version: 4.004
Release: 0
Summary: A set of OpenType fonts designed for user interfaces
License: OFL-1.1
Group: System/X11/Fonts
-URL: https://github.com/adobe-fonts/source-serif-pro/
-Source:
https://github.com/adobe-fonts/source-serif-pro/releases/download/%{version}R/source-serif-pro-%{version}R.zip
+URL: https://github.com/adobe-fonts/source-serif/
+Source0:
https://github.com/adobe-fonts/source-serif/archive/refs/tags/%{version}R.zip#/source-serif-%{version}R.zip
+Source1: 31-adobe-sourceserifpro.conf
+BuildRequires: fontconfig
BuildRequires: fontpackages-devel
BuildRequires: unzip
BuildArch: noarch
%reconfigure_fonts_prereq
%description
-A set of serif OpenType fonts designed to complement Source Sans Pro
+A set of serif OpenType fonts designed to complement Source Sans
%prep
-%setup -q -c -n source-serif-pro-%{version}R
+%setup -q -n source-serif-%{version}R
# Fix line endings
sed -i 's/\r$//g' LICENSE.md
@@ -44,6 +45,7 @@
install -d %{buildroot}%{_ttfontsdir}
# by default install command uses 755 umask
install -m 644 OTF/*.otf %{buildroot}%{_ttfontsdir}
+%install_fontsconf %{SOURCE1}
%reconfigure_fonts_scriptlets
@@ -52,5 +54,7 @@
%doc README.md
%dir %{_ttfontsdir}
%{_ttfontsdir}/*
+%files_fontsconf_availdir
+%files_fontsconf_file -l 31-adobe-sourceserifpro.conf
%changelog
++++++ 31-adobe-sourceserifpro.conf ++++++
<fontconfig>
<alias>
<family>Source Serif Pro</family>
<accept>
<family>Source Serif 4</family>
</accept>
</alias>
</fontconfig>