Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-01-05 09:39:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and      /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "google-noto-fonts"

Changes:
--------
--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes      
2015-12-16 17:41:23.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-01-05 09:40:10.000000000 +0100
@@ -1,0 +2,17 @@
+Tue Dec 22 14:13:56 UTC 2015 - [email protected]
+
+- Update to version 20151215:
+ * Color Emoji are now available in a subpackage.
+ * Update TaiTham to v1.03
+ * Update Coptic to v1.03
+ * Update Tifinagh to v1.05
+ * Update Thaana to v1.02
+ * Update Arimo and Tinos to v1.32
+ * Update Khmer to v1.03
+ * Update Javanese to v1.05
+ * Update Lepcha to v1.03
+ * Update Lao to v1.02
+ * Update KufiArabic to v1.04
+- Update source url.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ google-noto-fonts.spec ++++++
--- /var/tmp/diff_new_pack.TkR0AJ/_old  2016-01-05 09:40:26.000000000 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:26.000000000 +0100
@@ -17,8 +17,8 @@
 
 
 %define hyear     2015
-%define hmonth    10
-%define hday      02
+%define hmonth    12
+%define hday      15
 %define src_name  NotoFonts
 
 # DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh scriptZZ
@@ -30,7 +30,7 @@
 License:        OFL-1.1
 Group:          System/X11/Fonts
 Url:            https://github.com/googlei18n/noto-fonts
-Source0:        http://www.google.com/get/noto/pkgs/Noto-hinted.zip
+Source0:        
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source2:        generate-specfile.sh
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
@@ -49,6 +49,18 @@
 %description doc
 License for Google's Noto fonts.
 
+%package -n noto-coloremoji-fonts
+Summary:        Noto   Font
+Group:          System/X11/Fonts
+Requires:       google-noto-fonts-doc
+Obsoletes:      noto-coloremoji
+Provides:       noto-coloremoji
+
+%description -n noto-coloremoji-fonts
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+  font, hinted.
+
 %package -n noto-emoji-fonts
 Summary:        Noto   Font
 Group:          System/X11/Fonts
@@ -1322,6 +1334,8 @@
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.otf   %{buildroot}%{_ttfontsdir}/
 
+%reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
+
 %reconfigure_fonts_scriptlets -n noto-emoji-fonts
 
 %reconfigure_fonts_scriptlets -n noto-kufiarabic-fonts
@@ -1536,6 +1550,11 @@
 %defattr(0644,root,root,755)
 %doc LICENSE*.txt
 
+%files -n noto-coloremoji-fonts
+%defattr(-,root,root)
+%dir %{_ttfontsdir}
+%{_ttfontsdir}/NotoColorEmoji*.?tf
+
 %files -n noto-emoji-fonts
 %defattr(-,root,root)
 %dir %{_ttfontsdir}

++++++ Noto-hinted.zip ++++++
Files /var/tmp/diff_new_pack.TkR0AJ/_old and /var/tmp/diff_new_pack.TkR0AJ/_new 
differ

++++++ generate-specfile.sh ++++++
--- /var/tmp/diff_new_pack.TkR0AJ/_old  2016-01-05 09:40:30.000000000 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:30.000000000 +0100
@@ -49,7 +49,11 @@
     sed -i "s/@SUBPACKAGE_FILELISTS@/%files -n 
$packagename\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
     sed -i 
"s/@SUBPACKAGE_FILELISTS@/%defattr(-,root,root)\n@SUBPACKAGE_FILELISTS@/" 
$pkg_name.spec
     sed -i "s/@SUBPACKAGE_FILELISTS@/%dir 
%{_ttfontsdir}\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
-    sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
+    if [ $serif != "ColorEmoji" ]; then
+        sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
+    else
+        sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
+    fi
     sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
   done
 done

++++++ google-noto-fonts.spec.in ++++++
--- /var/tmp/diff_new_pack.TkR0AJ/_old  2016-01-05 09:40:30.000000000 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:30.000000000 +0100
@@ -16,8 +16,8 @@
 #
 
 %define hyear     2015
-%define hmonth    10
-%define hday      02
+%define hmonth    12
+%define hday      15
 %define src_name  NotoFonts
 
 # DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh scriptZZ
@@ -29,7 +29,7 @@
 License:        OFL-1.1
 Group:          System/X11/Fonts
 Url:            https://github.com/googlei18n/noto-fonts
-Source0:        http://www.google.com/get/noto/pkgs/Noto-hinted.zip
+Source0:        
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source2:        generate-specfile.sh
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip


Reply via email to