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-05-30 12:42:48 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old) and /work/SRC/openSUSE:Factory/.google-noto-fonts.new.2254 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "google-noto-fonts" Mon May 30 12:42:48 2022 rev:22 rq:979599 version:20220524 Changes: -------- --- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes 2022-05-22 20:26:19.518166763 +0200 +++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new.2254/google-noto-fonts.changes 2022-05-30 12:43:23.932346490 +0200 @@ -1,0 +2,15 @@ +Thu May 26 23:07:18 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +- Switch back to hinted ttf as unhinted otf causes blurring (boo#1199938) + +------------------------------------------------------------------- +Tue May 24 23:19:22 UTC 2022 - Gordon Leung <piratec...@protonmail.com> + +- Add obsoletes and provides for: + - noto-mono-fonts: Got merged into noto-sans-mono-fonts + - noto-sans-syriac* variants: Got merged into noto-sans-syriac-fonts + - noto-sans-tibetan-fonts: Got renamed to noto-serif-tibetan-fonts +- Update to version 20220524 + - Updated Noto Sans Myanmar and Noto Sans Tangsa Fonts + +------------------------------------------------------------------- Old: ---- otf.tar.gz New: ---- ttf.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ google-noto-fonts.spec ++++++ --- /var/tmp/diff_new_pack.5lR3TF/_old 2022-05-30 12:43:36.748363546 +0200 +++ /var/tmp/diff_new_pack.5lR3TF/_new 2022-05-30 12:43:36.756363557 +0200 @@ -18,7 +18,7 @@ %define hyear 2022 %define hmonth 05 -%define hday 16 +%define hday 24 %define src_name NotoFonts @@ -32,7 +32,7 @@ Group: System/X11/Fonts URL: https://github.com/googlefonts/noto-fonts # Generate Source0 via generate-fonts-and-specfile.sh -Source0: otf.tar.gz +Source0: ttf.tar.gz Source1: generate-fonts-and-specfile.sh Source2: LICENSE BuildRequires: fontpackages-devel @@ -1399,6 +1399,10 @@ Recommends: google-noto-fonts-doc Obsoletes: noto-sans-mono < %{version} Provides: noto-sans-mono = %{version} +Obsoletes: noto-mono < %{version} +Provides: noto-mono = %{version} +Obsoletes: noto-mono-fonts < %{version} +Provides: noto-mono-fonts = %{version} %reconfigure_fonts_prereq %description -n noto-sans-mono-fonts @@ -2023,6 +2027,18 @@ Recommends: google-noto-fonts-doc Obsoletes: noto-sans-syriac < %{version} Provides: noto-sans-syriac = %{version} +Obsoletes: noto-sans-syriacwestern < %{version} +Provides: noto-sans-syriacwestern = %{version} +Obsoletes: noto-sans-syriacwestern-fonts < %{version} +Provides: noto-sans-syriacwestern-fonts = %{version} +Obsoletes: noto-sans-syriacestrangela < %{version} +Provides: noto-sans-syriacestrangela = %{version} +Obsoletes: noto-sans-syriacestrangela-fonts < %{version} +Provides: noto-sans-syriacestrangela-fonts = %{version} +Obsoletes: noto-sans-syriaceastern < %{version} +Provides: noto-sans-syriaceastern = %{version} +Obsoletes: noto-sans-syriaceastern-fonts < %{version} +Provides: noto-sans-syriaceastern-fonts = %{version} %reconfigure_fonts_prereq %description -n noto-sans-syriac-fonts @@ -2894,6 +2910,10 @@ Recommends: google-noto-fonts-doc Obsoletes: noto-serif-tibetan < %{version} Provides: noto-serif-tibetan = %{version} +Obsoletes: noto-sans-tibetan < %{version} +Provides: noto-sans-tibetan = %{version} +Obsoletes: noto-sans-tibetan-fonts < %{version} +Provides: noto-sans-tibetan-fonts = %{version} %reconfigure_fonts_prereq %description -n noto-serif-tibetan-fonts @@ -2976,13 +2996,13 @@ mkdir -p %{buildroot}%{_ttfontsdir} # Tifinagh fonts have duplicates in NotoSansTifinagh folder # https://github.com/googlefonts/noto-fonts/issues/2177 and https://github.com/googlefonts/noto-fonts/issues/2326 -rm otf/NotoSansTifinagh/NotoSansTifinagh[!\-]* +rm ttf/NotoSansTifinagh/NotoSansTifinagh[!\-]* # NotoSansDisplay is already provided by NotoSans # Also they have inconsistent family names: https://github.com/googlefonts/noto-fonts/issues/2315 -rm -r otf/NotoSansDisplay/ +rm -r ttf/NotoSansDisplay/ -cp otf/*/*.otf %{buildroot}%{_ttfontsdir}/ +cp ttf/*/*.ttf %{buildroot}%{_ttfontsdir}/ %reconfigure_fonts_scriptlets -n noto-arimo-fonts ++++++ generate-fonts-and-specfile.sh ++++++ --- /var/tmp/diff_new_pack.5lR3TF/_old 2022-05-30 12:43:36.836363663 +0200 +++ /var/tmp/diff_new_pack.5lR3TF/_new 2022-05-30 12:43:36.840363668 +0200 @@ -1,10 +1,10 @@ #!/bin/sh pkg_name="google-noto-fonts" -font_dir="otf" +font_dir="ttf" # Get only the otf fonts -svn checkout https://github.com/googlefonts/noto-fonts/trunk/unhinted/otf -tar -cvzf otf.tar.gz otf +svn checkout https://github.com/googlefonts/noto-fonts/trunk/hinted/$font_dir +tar -cvzf $font_dir.tar.gz $font_dir cp -f $pkg_name.spec.in $pkg_name.spec ls $font_dir/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 's:\.ttc::' | sort -f | uniq | while read font; do @@ -32,6 +32,12 @@ fi if [ $packagename == "noto-sans" ]; then OBSOLETES=($packagename 'noto-sans-display' 'noto-sans-display-fonts') + elif [ $packagename == "noto-serif-tibetan" ]; then + OBSOLETES=($packagename 'noto-sans-tibetan' 'noto-sans-tibetan-fonts') + elif [ $packagename == "noto-sans-syriac" ]; then + 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') else OBSOLETES=($packagename) fi ++++++ google-noto-fonts.spec.in ++++++ --- /var/tmp/diff_new_pack.5lR3TF/_old 2022-05-30 12:43:36.872363711 +0200 +++ /var/tmp/diff_new_pack.5lR3TF/_new 2022-05-30 12:43:36.876363717 +0200 @@ -18,7 +18,7 @@ %define hyear 2022 %define hmonth 05 -%define hday 16 +%define hday 24 %define src_name NotoFonts @@ -32,7 +32,7 @@ Group: System/X11/Fonts Url: https://github.com/googlefonts/noto-fonts # Generate Source0 via generate-fonts-and-specfile.sh -Source0: otf.tar.gz +Source0: ttf.tar.gz Source1: generate-fonts-and-specfile.sh Source2: LICENSE BuildRequires: fontpackages-devel @@ -61,13 +61,13 @@ mkdir -p %{buildroot}%{_ttfontsdir} # Tifinagh fonts have duplicates in NotoSansTifinagh folder # https://github.com/googlefonts/noto-fonts/issues/2177 and https://github.com/googlefonts/noto-fonts/issues/2326 -rm otf/NotoSansTifinagh/NotoSansTifinagh[!\-]* +rm ttf/NotoSansTifinagh/NotoSansTifinagh[!\-]* # NotoSansDisplay is already provided by NotoSans # Also they have inconsistent family names: https://github.com/googlefonts/noto-fonts/issues/2315 -rm -r otf/NotoSansDisplay/ +rm -r ttf/NotoSansDisplay/ -cp otf/*/*.otf %{buildroot}%{_ttfontsdir}/ +cp ttf/*/*.ttf %{buildroot}%{_ttfontsdir}/ @SUBPACKAGE_SCRIPTLETS@