Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Leap:15.2 checked in at 2020-05-14 16:57:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Leap:15.2/google-noto-fonts (Old)
 and      /work/SRC/openSUSE:Leap:15.2/.google-noto-fonts.new.2738 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-noto-fonts"

Thu May 14 16:57:56 2020 rev:22 rq:805410 version:20170919

Changes:
--------
--- /work/SRC/openSUSE:Leap:15.2/google-noto-fonts/google-noto-fonts.changes    
2020-01-15 15:07:15.589965625 +0100
+++ 
/work/SRC/openSUSE:Leap:15.2/.google-noto-fonts.new.2738/google-noto-fonts.changes
  2020-05-14 16:57:57.206723060 +0200
@@ -1,0 +2,13 @@
+Mon Jun  3 15:46:48 UTC 2019 - Fuminobu Takeyama <[email protected]>
+
+- Separate Noto Color Emoji and Noto Emoji fonts into a new project
+  due to their different release cycle
+- Fix the direct changes to spec file at the previous commit
+
+-------------------------------------------------------------------
+Sat Mar 23 15:31:14 UTC 2019 - Markus S <[email protected]>
+
+- Changed dependecy status of doc sub-package from Required to
+  Recommended because fonts load just fine without it.
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ google-noto-fonts.spec ++++++
++++ 1292 lines (skipped)
++++ between 
/work/SRC/openSUSE:Leap:15.2/google-noto-fonts/google-noto-fonts.spec
++++ and 
/work/SRC/openSUSE:Leap:15.2/.google-noto-fonts.new.2738/google-noto-fonts.spec


++++++ generate-specfile.sh ++++++
--- /var/tmp/diff_new_pack.WJRX4x/_old  2020-05-14 16:58:03.574735253 +0200
+++ /var/tmp/diff_new_pack.WJRX4x/_new  2020-05-14 16:58:03.574735253 +0200
@@ -9,6 +9,8 @@
 rm $pkg_name/LICENSE_OFL.txt
 # remove cjk
 rm $pkg_name/*CJK*.?tf
+# remove emoji
+rm $pkg_name/*Emoji*.ttf
 # remove README
 rm $pkg_name/README
 
@@ -41,7 +43,7 @@
   sed -i "s/@SUBPACKAGE_HEADERS@/%package -n 
$packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
   sed -i "s/@SUBPACKAGE_HEADERS@/Summary:        
$summary\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
   sed -i "s;@SUBPACKAGE_HEADERS@;Group:          
System/X11/Fonts\n@SUBPACKAGE_HEADERS@;" $pkg_name.spec
-  sed -i "s/@SUBPACKAGE_HEADERS@/Requires:       
$pkg_name-doc\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
+  sed -i "s/@SUBPACKAGE_HEADERS@/Recommends:     
$pkg_name-doc\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
   for i in $obsoletes ; do
     sed -i "s/@SUBPACKAGE_HEADERS@/Obsoletes:      $i\n@SUBPACKAGE_HEADERS@/" 
$pkg_name.spec
     sed -i "s/@SUBPACKAGE_HEADERS@/Provides:       $i\n@SUBPACKAGE_HEADERS@/" 
$pkg_name.spec

++++++ google-noto-fonts.spec.in ++++++
--- /var/tmp/diff_new_pack.WJRX4x/_old  2020-05-14 16:58:03.594735292 +0200
+++ /var/tmp/diff_new_pack.WJRX4x/_new  2020-05-14 16:58:03.594735292 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-noto-fonts
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -12,9 +12,10 @@
 # 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 hyear     2017
 %define hmonth    09
 %define hday      19
@@ -30,7 +31,7 @@
 Group:          System/X11/Fonts
 Url:            https://github.com/googlei18n/noto-fonts
 Source0:        
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
-Source1:       generate-specfile.sh
+Source1:        generate-specfile.sh
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -53,6 +54,8 @@
 %setup -q -c -n %{name}-%{version}
 # remove cjk
 rm -rf *CJK*.?tf
+# remove emoji
+rm -rf *Emoji*.ttf
 
 %build
 


Reply via email to