Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-alegreya-fonts for
openSUSE:Factory checked in at 2021-08-11 11:47:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-alegreya-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-alegreya-fonts.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-alegreya-fonts"
Wed Aug 11 11:47:31 2021 rev:8 rq:911326 version:2.008
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-alegreya-fonts/google-alegreya-fonts.changes
2012-09-14 12:23:39.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.google-alegreya-fonts.new.1899/google-alegreya-fonts.changes
2021-08-11 11:49:25.285587420 +0200
@@ -1,0 +2,7 @@
+Sun May 9 15:02:13 UTC 2021 - Anton Shvetz <[email protected]>
+
+- Update to v2.008
+- Package *.otf files instead of *.ttf
+- Update summary and description
+
+-------------------------------------------------------------------
Old:
----
alegreya.tar.bz2
alegreyasc.tar.bz2
New:
----
Alegreya-2.008.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-alegreya-fonts.spec ++++++
--- /var/tmp/diff_new_pack.JG4Vx3/_old 2021-08-11 11:49:25.697586925 +0200
+++ /var/tmp/diff_new_pack.JG4Vx3/_new 2021-08-11 11:49:25.697586925 +0200
@@ -1,7 +1,7 @@
#
# spec file for package google-alegreya-fonts
#
-# Copyright (c) 2012 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,61 +12,70 @@
# 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/
#
%define fontname alegreya
Name: google-alegreya-fonts
-Version: 1.003
+Version: 2.008
Release: 0
-Summary: Serif Font for Literature
+Summary: Serif family, part of the Alegreya ???super family???
License: OFL-1.1
Group: System/X11/Fonts
-Url: http://code.google.com/webfonts/family?family=Alegreya
-Source0: %{fontname}.tar.bz2
-Source1: %{fontname}sc.tar.bz2
-BuildRequires: bzip2
+URL: https://github.com/huertatipografica/Alegreya
+Source0:
https://github.com/huertatipografica/Alegreya/archive/refs/tags/v%{version}.tar.gz#/Alegreya-%{version}.tar.gz
BuildRequires: fontpackages-devel
%reconfigure_fonts_prereq
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
-Alegreya was chosen as one of 53 "Fonts of the Decade" at
-the ATypI Letter2 competition in September 2011, and one
-of the top 14 text type systems. It was also selected in
-the 2nd Bienal Iberoamericana de Dise??o, competition
-held in Madrid in 2010.
-
-Alegreya is a typeface originally intended for literature.
-Among its crowning characteristics, it conveys a dynamic
-and varied rhythm which facilitates the reading of long
-texts. Also, it provides freshness to the page while
-referring to the calligraphic letter, not as a literal
-interpretation, but rather in a contemporary typographic language.
+Alegreya is a typeface originally intended for literature. Among its crowning
+characteristics, it conveys a dynamic and varied rhythm which facilitates the
+reading of long texts. Also, it provides freshness to the page while referring
+to the calligraphic letter, not as a literal interpretation, but rather in a
+contemporary typographic language.
+
+The italic has just as much care and attention to detail in the design as the
+roman. The bold weights are strong, and the Black weights are really
+experimental for the genre. There is also a Small Caps sister family.
+
+Not only does Alegreya provide great performance, but also achieves a strong
+and harmonious text by means of elements designed in an atmosphere of
+diversity.
+
+The Alegreya type system is a ???super family???, originally intended for
+literature, and includes serif and sans serif sister families.
+
+It supports expert latin, greek and cyrillic character sets and provides
+advanced typography OpenType features such as small caps, dynamic ligatures and
+fractions, four set of figures, super and subscript characters, ordinals,
+localized accent forms for spanish, catalan, guaran??, dutch, turkish,
romanian,
+serbian among others.
+
+Alegreya was chosen at the ATypI Letter2 competition in September 2011, and one
+of the top 14 text type systems. It was also selected in the 2nd Bienal
+Iberoamericana de Dise??o, competition held in Madrid in 2010 and Tipos
Latinos.
Designed by Juan Pablo del Peral for Huerta Tipogr??fica.
%prep
-%setup -c %{name} -n %{name}
-tar xjvf %{SOURCE1}
+%setup -q -n Alegreya-%{version}
%build
-chmod 644 alegreyasc/OFL.txt
%install
mkdir -p %{buildroot}%{_ttfontsdir}
-install -m 0644 %{fontname}/*.ttf %{fontname}sc/*.ttf \
- %{buildroot}%{_ttfontsdir}
-
+install -m0644 fonts/otf/*.otf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
%defattr(-, root,root)
%dir %{_ttfontsdir}/
-%{_ttfontsdir}/*
-%doc %{fontname}sc/OFL.txt
+%{_ttfontsdir}/*.otf
+%doc README.md AUTHORS.txt CONTRIBUTORS.txt
+%license LICENSE.md OFL.txt
%changelog