Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package google-cabin-fonts for openSUSE:Factory checked in at 2021-09-14 21:14:52 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-cabin-fonts (Old) and /work/SRC/openSUSE:Factory/.google-cabin-fonts.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-cabin-fonts" Tue Sep 14 21:14:52 2021 rev:8 rq:918957 version:3.001+git1595464381.70efa8c Changes: -------- --- /work/SRC/openSUSE:Factory/google-cabin-fonts/google-cabin-fonts.changes 2012-09-14 12:24:00.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.google-cabin-fonts.new.1899/google-cabin-fonts.changes 2021-09-14 21:15:14.976455676 +0200 @@ -1,0 +2,12 @@ +Sun Sep 12 16:35:51 UTC 2021 - Anton Shvetz <shvetz.an...@gmail.com> + +- Update to v3.001+git1595464381.70efa8c + * See FONTLOG.txt +- Package OTF fonts instead of TTF +- Change URL +- Reformat description +- Package documentation, move license to %_defaultlicensedir +- Add the _service file +- Use spec-cleaner + +------------------------------------------------------------------- Old: ---- cabin.tar.bz2 cabincondensed.tar.bz2 New: ---- _service google-cabin-fonts-3.001+git1595464381.70efa8c.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-cabin-fonts.spec ++++++ --- /var/tmp/diff_new_pack.bqz8fx/_old 2021-09-14 21:15:15.804456489 +0200 +++ /var/tmp/diff_new_pack.bqz8fx/_new 2021-09-14 21:15:15.804456489 +0200 @@ -1,7 +1,7 @@ # # spec file for package google-cabin-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,68 +12,55 @@ # 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 cabin - Name: google-cabin-fonts -Version: 1.005 +Version: 3.001+git1595464381.70efa8c Release: 0 Summary: Humanist Sans Serif Font License: OFL-1.1 Group: System/X11/Fonts -Url: http://www.impallari.com -Source0: %{fontname}.tar.bz2 -Source1: %{fontname}condensed.tar.bz2 -BuildRequires: bzip2 -BuildRequires: dos2unix +URL: https://github.com/impallari/Cabin +Source0: %{name}-%{version}.tar.xz BuildRequires: dos2unix BuildRequires: fontpackages-devel -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %reconfigure_fonts_prereq %description -The Cabin font family is a humanist sans with 4 weights and true -italics, inspired by Edward Johnston???s and Eric Gill???s typefaces, -with a touch of modernism. - -Cabin incorporates modern proportions, optical adjustments, and some -elements of the geometric sans. - -It remains true to its roots, but has its own personality. - -The weight distribution is almost monotone, although top and bottom -curves are slightly thin. - -Counters of the b, g, p and q are rounded and optically adjusted. The -curved stem endings have a 10 degree angle. E and F have shorter +The Cabin font family is a humanist sans with 4 weights and true italics, +inspired by Edward Johnston???s and Eric Gill???s typefaces, with a touch of +modernism. Cabin incorporates modern proportions, optical adjustments, and some +elements of the geometric sans. It remains true to its roots, but has its own +personality. + +The weight distribution is almost monotone, although top and bottom curves are +slightly thin. Counters of the b, g, p and q are rounded and optically +adjusted. The curved stem endings have a 10 degree angle. E and F have shorter center arms. M is splashed. Designer: Pablo Impallari %prep -%setup -c %{fontname} -n %{fontname} -tar xjvf %{SOURCE1} +%autosetup +chmod 0644 {FONTLOG,OFL}.txt +dos2unix README.md %build # -- Nothing to do -- %install -mkdir -p %{buildroot}%{_ttfontsdir}/ -install -m 644 %{fontname}/*.ttf %{fontname}condensed/*.ttf \ - %{buildroot}%{_ttfontsdir} -dos2unix cabin/OFL.txt -chmod 644 cabin/OFL.txt +install -dm0755 %{buildroot}%{_ttfontsdir}/ +install -m0644 fonts/OTF/*.otf %{buildroot}%{_ttfontsdir} %reconfigure_fonts_scriptlets %files -%defattr(-, root,root) %dir %{_ttfontsdir}/ %{_ttfontsdir}/* -%doc cabin/OFL.txt +%doc {README,TRADEMARKS}.md {FONTLOG,AUTHORS,CONTRIBUTORS}.txt +%license OFL.txt %changelog ++++++ _service ++++++ <services> <service name="tar_scm" mode="localonly"> <param name="scm">git</param> <param name="url">https://github.com/impallari/Cabin</param> <param name="filename">google-cabin-fonts</param> <param name="versionformat">3.001+git%ct.%h</param> <param name="revision">70efa8c3179359cc50b01ca184fec8a694156140</param> <param name="exclude">sources</param> <param name="exclude">fonts/TTF</param> <param name="exclude">fonts/VF</param> </service> <service name="set_version" mode="localonly"/> <service name="recompress" mode="localonly"> <param name="file">*.tar</param> <param name="compression">xz</param> </service> </services>