Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package google-noto-fonts for
openSUSE:Factory checked in at 2022-06-03 14:15:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
and /work/SRC/openSUSE:Factory/.google-noto-fonts.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-noto-fonts"
Fri Jun 3 14:15:36 2022 rev:23 rq:980446 version:20220524
Changes:
--------
--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes
2022-05-30 12:43:23.932346490 +0200
+++
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.1548/google-noto-fonts.changes
2022-06-03 14:15:48.949250172 +0200
@@ -1,0 +2,4 @@
+Wed Jun 1 08:43:48 UTC 2022 - Bruno Pitrus <[email protected]>
+- Add obsoletes and provides for google-{arimo,cousine,tinos}-fonts
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ google-noto-fonts.spec ++++++
--- /var/tmp/diff_new_pack.39uSUK/_old 2022-06-03 14:15:52.621254944 +0200
+++ /var/tmp/diff_new_pack.39uSUK/_new 2022-06-03 14:15:52.629254954 +0200
@@ -56,6 +56,8 @@
Recommends: google-noto-fonts-doc
Obsoletes: noto-arimo < %{version}
Provides: noto-arimo = %{version}
+Obsoletes: google-arimo-fonts < %{version}
+Provides: google-arimo-fonts = %{version}
%reconfigure_fonts_prereq
%description -n noto-arimo-fonts
@@ -69,6 +71,8 @@
Recommends: google-noto-fonts-doc
Obsoletes: noto-cousine < %{version}
Provides: noto-cousine = %{version}
+Obsoletes: google-cousine-fonts < %{version}
+Provides: google-cousine-fonts = %{version}
%reconfigure_fonts_prereq
%description -n noto-cousine-fonts
@@ -2966,6 +2970,8 @@
Recommends: google-noto-fonts-doc
Obsoletes: noto-tinos < %{version}
Provides: noto-tinos = %{version}
+Obsoletes: google-tinos-fonts < %{version}
+Provides: google-tinos-fonts = %{version}
%reconfigure_fonts_prereq
%description -n noto-tinos-fonts
++++++ generate-fonts-and-specfile.sh ++++++
--- /var/tmp/diff_new_pack.39uSUK/_old 2022-06-03 14:15:52.685255027 +0200
+++ /var/tmp/diff_new_pack.39uSUK/_new 2022-06-03 14:15:52.689255032 +0200
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
pkg_name="google-noto-fonts"
font_dir="ttf"
@@ -38,6 +38,12 @@
OBSOLETES=($packagename 'noto-sans-syriacwestern'
'noto-sans-syriacwestern-fonts' 'noto-sans-syriacestrangela'
'noto-sans-syriacestrangela-fonts' 'noto-sans-syriaceastern'
'noto-sans-syriaceastern-fonts')
elif [ $packagename == "noto-sans-mono" ]; then
OBSOLETES=($packagename 'noto-mono' 'noto-mono-fonts')
+ elif [ $packagename == "noto-arimo" ]; then
+ OBSOLETES=($packagename 'google-arimo')
+ elif [ $packagename == "noto-cousine" ]; then
+ OBSOLETES=($packagename 'google-cousine')
+ elif [ $packagename == "noto-tinos" ]; then
+ OBSOLETES=($packagename 'google-tinos')
else
OBSOLETES=($packagename)
fi