Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-roboto-fonts for
openSUSE:Factory checked in at 2022-04-05 19:55:23
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-roboto-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-roboto-fonts.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-roboto-fonts"
Tue Apr 5 19:55:23 2022 rev:10 rq:966626 version:2.138
Changes:
--------
--- /work/SRC/openSUSE:Factory/google-roboto-fonts/google-roboto-fonts.changes
2020-08-15 21:19:13.731583905 +0200
+++
/work/SRC/openSUSE:Factory/.google-roboto-fonts.new.1900/google-roboto-fonts.changes
2022-04-05 19:55:41.582073304 +0200
@@ -1,0 +2,6 @@
+Sun Apr 3 08:41:14 UTC 2022 - Christophe Giboudeaux <[email protected]>
+
+- Fix the license file permissions
+- Spec cleanup
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-roboto-fonts.spec ++++++
--- /var/tmp/diff_new_pack.mjmAhJ/_old 2022-04-05 19:55:42.178066659 +0200
+++ /var/tmp/diff_new_pack.mjmAhJ/_new 2022-04-05 19:55:42.186066570 +0200
@@ -1,7 +1,7 @@
#
# spec file for package google-roboto-fonts
#
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -28,8 +28,8 @@
Source2: google-roboto.metainfo.xml
BuildRequires: fontpackages-devel
BuildRequires: unzip
-%reconfigure_fonts_prereq
BuildArch: noarch
+%reconfigure_fonts_prereq
%description
Roboto is Google???s signature family of fonts, the default font on Android and
@@ -41,8 +41,9 @@
The fonts are currently available in eighteen different styles.
%prep
-unzip -j -o %{S:0}
-cp %{S:1} .
+unzip -j -o %{SOURCE0}
+cp %{SOURCE1} .
+chmod 0644 LICENSE
%build
@@ -52,14 +53,13 @@
# install metainfo
install -m 0755 -d %{buildroot}%{_datadir}/metainfo
-install -m 0644 -p %{S:2} %{buildroot}%{_datadir}/metainfo
+install -m 0644 -p %{SOURCE2} %{buildroot}%{_datadir}/metainfo
%reconfigure_fonts_scriptlets
%files
-%defattr(-,root,root)
%license LICENSE
-%{_datadir}/metainfo
+%{_datadir}/metainfo/google-roboto.metainfo.xml
%{_ttfontsdir}
%changelog