Hello community,
here is the log from the commit of package google-inconsolata-fonts for
openSUSE:Factory checked in at 2020-01-16 18:22:55
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-inconsolata-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-inconsolata-fonts.new.26092 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-inconsolata-fonts"
Thu Jan 16 18:22:55 2020 rev:5 rq:764925 version:3.000
Changes:
--------
---
/work/SRC/openSUSE:Factory/google-inconsolata-fonts/google-inconsolata-fonts.changes
2013-01-08 13:43:07.000000000 +0100
+++
/work/SRC/openSUSE:Factory/.google-inconsolata-fonts.new.26092/google-inconsolata-fonts.changes
2020-01-16 18:23:06.513037927 +0100
@@ -1,0 +2,5 @@
+Thu Jan 16 08:59:25 UTC 2020 - Dan Čermák <[email protected]>
+
+- New upstream release 3.000
+
+-------------------------------------------------------------------
Old:
----
inconsolata.tar.bz2
New:
----
v3.000.tar.gz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-inconsolata-fonts.spec ++++++
--- /var/tmp/diff_new_pack.tf0ncu/_old 2020-01-16 18:23:10.609040112 +0100
+++ /var/tmp/diff_new_pack.tf0ncu/_new 2020-01-16 18:23:10.613040114 +0100
@@ -1,27 +1,33 @@
#
# spec file for package google-inconsolata-fonts
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
-# This file and all modifications and additions to the pristine
-# package are under the same license as the package itself.
+# Copyright (c) 2020 SUSE LLC
#
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# All modifications and additions to the file contributed by third parties
+# remain the property of their copyright owners, unless otherwise agreed
+# upon. The license for this file, and modifications and additions to the
+# file, is the same license as for the pristine package itself (unless the
+# license for the pristine package is not an Open Source License, in which
+# case the license is the MIT License). An "Open Source License" is a
+# license that conforms to the Open Source Definition (Version 1.9)
+# published by the Open Source Initiative.
+
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
#
+
%define fontname inconsolata
Name: google-inconsolata-fonts
-Version: 1.014
+Version: 3.000
Release: 0
-License: OFL-1.1
Summary: Monospace Font Designed for Printed Code Listings
-Url: http://code.google.com/webfonts/family?family=Inconsolata
-Group: System/X11/Fonts
-Source0: %{fontname}.tar.bz2
-BuildRequires: fontpackages-devel
+License: OFL-1.1
+URL: https://www.levien.com/type/myfonts/inconsolata.html
+Source0:
https://github.com/googlefonts/Inconsolata/archive/v%{version}.tar.gz
BuildRequires: bzip2
+BuildRequires: fontpackages-devel
%reconfigure_fonts_prereq
-BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%description
@@ -32,23 +38,21 @@
Designer: Raph Levien
%prep
-%setup -n %{fontname}
-# Remove DOS line endings:
-sed -i 's/.$//' OFL.txt
+%autosetup -n Inconsolata-%{version}
+chmod -x README.md *.txt
%build
-# -- Nothing to do --
-
%install
mkdir -p %{buildroot}%{_ttfontsdir}/
-install -m 0644 *.ttf %{buildroot}%{_ttfontsdir}
+install -m 0644 fonts/ttf/*.ttf %{buildroot}%{_ttfontsdir}
+install -m 0644 fonts/variable/*.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets
%files
-%defattr(-, root,root)
-%doc *.txt
+%license OFL.txt
+%doc README.md AUTHORS.txt CONTRIBUTORS.txt FONTLOG.txt documentation/*pdf
%dir %{_ttfontsdir}/
%{_ttfontsdir}/*