commit google-noto-fonts for openSUSE:Factory

2019-06-24 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2019-06-24 21:46:20

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new.4615 (New)


Package is "google-noto-fonts"

Mon Jun 24 21:46:20 2019 rev:20 rq:708818 version:20170919

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2019-03-24 14:58:19.987192098 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.4615/google-noto-fonts.changes
2019-06-24 21:46:20.699781271 +0200
@@ -1,0 +2,7 @@
+Mon Jun  3 15:46:48 UTC 2019 - Fuminobu Takeyama 
+
+- 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
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.pD68mi/_old  2019-06-24 21:46:32.871790456 +0200
+++ /var/tmp/diff_new_pack.pD68mi/_new  2019-06-24 21:46:32.915790490 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-noto-fonts
 #
-# Copyright (c) 2018 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,7 +12,7 @@
 # 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/
 #
 
 
@@ -48,32 +48,6 @@
 %description doc
 License for Google's Noto fonts.
 
-%package -n noto-coloremoji-fonts
-Summary:Noto Color Emoji Font
-Group:  System/X11/Fonts
-Recommends: google-noto-fonts-doc
-Obsoletes:  noto-coloremoji
-Provides:   noto-coloremoji
-%reconfigure_fonts_prereq
-
-%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
-ColorEmoji font, hinted.
-
-%package -n noto-emoji-fonts
-Summary:Noto Emoji Font
-Group:  System/X11/Fonts
-Recommends: google-noto-fonts-doc
-Obsoletes:  noto-emoji
-Provides:   noto-emoji
-%reconfigure_fonts_prereq
-
-%description -n noto-emoji-fonts
-Noto's design goal is to achieve visual harmonization (e.g., compatible
-heights and stroke thicknesses) across languages. This package contains
-Emoji font, hinted.
-
 %package -n noto-kufiarabic-fonts
 Summary:Noto Kufi Arabic Font
 Group:  System/X11/Fonts
@@ -1822,6 +1796,8 @@
 %setup -q -c -n %{name}-%{version}
 # remove cjk
 rm -rf *CJK*.?tf
+# remove emoji
+rm -rf *Emoji*.ttf
 
 %build
 
@@ -1829,10 +1805,6 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.?tf   %{buildroot}%{_ttfontsdir}/
 
-%reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
-
-%reconfigure_fonts_scriptlets -n noto-emoji-fonts
-
 %reconfigure_fonts_scriptlets -n noto-kufiarabic-fonts
 
 %reconfigure_fonts_scriptlets -n noto-mono-fonts
@@ -2105,16 +2077,6 @@
 %defattr(0644,root,root,755)
 %doc LICENSE*.txt
 
-%files -n noto-coloremoji-fonts
-%defattr(0644,root,root,755)
-%dir %{_ttfontsdir}
-%{_ttfontsdir}/NotoColorEmoji*.?tf
-
-%files -n noto-emoji-fonts
-%defattr(0644,root,root,755)
-%dir %{_ttfontsdir}
-%{_ttfontsdir}/NotoEmoji-*.?tf
-
 %files -n noto-kufiarabic-fonts
 %defattr(0644,root,root,755)
 %dir %{_ttfontsdir}


++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.pD68mi/_old  2019-06-24 21:46:33.395790852 +0200
+++ /var/tmp/diff_new_pack.pD68mi/_new  2019-06-24 21:46:33.431790879 +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@/" 

commit google-noto-fonts for openSUSE:Factory

2019-03-24 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2019-03-24 14:58:18

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new.25356 (New)


Package is "google-noto-fonts"

Sun Mar 24 14:58:18 2019 rev:19 rq:687919 version:20170919

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2018-02-14 09:20:43.571172066 +0100
+++ 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.25356/google-noto-fonts.changes
   2019-03-24 14:58:19.987192098 +0100
@@ -1,0 +2,6 @@
+Sat Mar 23 15:31:14 UTC 2019 - Markus S 
+
+- Changed dependecy status of doc sub-package from Required to
+  Recommended because fonts load just fine without it.
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
 1226 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new.25356/google-noto-fonts.spec





commit google-noto-fonts for openSUSE:Factory

2018-02-14 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2018-02-14 09:20:40

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)


Package is "google-noto-fonts"

Wed Feb 14 09:20:40 2018 rev:18 rq:575536 version:20170919

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2017-11-10 14:40:23.460973229 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2018-02-14 09:20:43.571172066 +0100
@@ -1,0 +2,6 @@
+Mon Feb 12 09:21:29 UTC 2018 - co...@suse.com
+
+- increase required disk space to 7GB as rpmlint check fails on
+  workers with 6 (bsc#1080547)
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.M9ZUR0/_old  2018-02-14 09:21:08.090283367 +0100
+++ /var/tmp/diff_new_pack.M9ZUR0/_new  2018-02-14 09:21:08.094283222 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package google-noto-fonts
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 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
@@ -15,6 +15,7 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 %define hyear 2017
 %define hmonth09
 %define hday  19
@@ -2100,8 +2101,6 @@
 
 %reconfigure_fonts_scriptlets -n noto-serif-thai-fonts
 
-
-
 %files doc
 %defattr(0644,root,root,755)
 %doc LICENSE*.txt
@@ -2786,6 +2785,4 @@
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/NotoSerifThai-*.?tf
 
-
-
 %changelog


++ _constraints ++
--- /var/tmp/diff_new_pack.M9ZUR0/_old  2018-02-14 09:21:08.138281627 +0100
+++ /var/tmp/diff_new_pack.M9ZUR0/_new  2018-02-14 09:21:08.142281482 +0100
@@ -1,7 +1,7 @@
 
   
 
-  5
+  7
 
   
 




commit google-noto-fonts for openSUSE:Factory

2017-11-10 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2017-11-10 14:38:56

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)


Package is "google-noto-fonts"

Fri Nov 10 14:38:56 2017 rev:17 rq:538943 version:20170919

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2017-05-10 20:34:22.515506189 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2017-11-10 14:40:23.460973229 +0100
@@ -1,0 +2,12 @@
+Thu Nov  2 19:52:11 UTC 2017 - kah0...@gmail.com
+
+- update to version 20170919
+  - new: Adlam Sans Serif Font
+  - new: Adlam Unjoined Sans Serif Font
+  - new: Anatolian Hieroglyphs Sans Serif Font
+  - new: Arabic Sans Serif Font
+  - new: Chakma Sans Serif Font
+  - new: Display Sans Serif Font
+  - new: Osage Sans Serif Font
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
 623 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec

++ Noto-hinted.zip ++
Binary files /var/tmp/diff_new_pack.D4Eh9O/_old and 
/var/tmp/diff_new_pack.D4Eh9O/_new differ

++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.D4Eh9O/_old  2017-11-10 14:41:18.746974891 +0100
+++ /var/tmp/diff_new_pack.D4Eh9O/_new  2017-11-10 14:41:19.046964048 +0100
@@ -9,6 +9,8 @@
 rm $pkg_name/LICENSE_OFL.txt
 # remove cjk
 rm $pkg_name/*CJK*.?tf
+# remove README
+rm $pkg_name/README
 
 cp -f $pkg_name.spec.in $pkg_name.spec
 ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort -f | uniq | while read font; do 

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.D4Eh9O/_old  2017-11-10 14:41:19.074963035 +0100
+++ /var/tmp/diff_new_pack.D4Eh9O/_new  2017-11-10 14:41:19.074963035 +0100
@@ -15,12 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define hyear 2016
-%define hmonth10
-%define hday  25
+%define hyear 2017
+%define hmonth09
+%define hday  19
 %define src_name  NotoFonts
 
-# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh scriptZZ
+# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh script
 
 Name:   google-noto-fonts
 Version:%{hyear}%{hmonth}%{hday}




commit google-noto-fonts for openSUSE:Factory

2017-05-10 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2017-05-10 20:34:21

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)


Package is "google-noto-fonts"

Wed May 10 20:34:21 2017 rev:16 rq:492903 version:20161025

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2017-03-05 17:57:41.141474581 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2017-05-10 20:34:22.515506189 +0200
@@ -1,0 +2,6 @@
+Sat Apr  8 05:18:08 UTC 2017 - i...@marguerite.su
+
+- remove CJK from google-noto-fonts. they follow a different release
+  schedule and they need to be handled separately
+
+---

Old:

  NotoSansCJK.ttc.zip



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.vkwjBa/_old  2017-05-10 20:34:32.822052072 +0200
+++ /var/tmp/diff_new_pack.vkwjBa/_new  2017-05-10 20:34:32.826051507 +0200
@@ -20,9 +20,7 @@
 %define hmonth10
 %define hday  25
 %define src_name  NotoFonts
-
 # DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh scriptZZ
-
 Name:   google-noto-fonts
 Version:%{hyear}%{hmonth}%{hday}
 Release:0
@@ -31,11 +29,9 @@
 Group:  System/X11/Fonts
 Url:https://github.com/googlei18n/noto-fonts
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
-Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
-Source2:generate-specfile.sh
+Source1:generate-specfile.sh
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
-%reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
 
@@ -336,43 +332,6 @@
 heights and stroke thicknesses) across languages. This package contains
 Cherokee Sans Serif  font, hinted.
 
-%package -n noto-sans-cjk-fonts
-Summary:Noto CJK Sans Serif Font
-Group:  System/X11/Fonts
-Requires:   google-noto-fonts-doc
-Obsoletes:  noto-sans-cjk
-Provides:   noto-sans-cjk
-Obsoletes:  noto-sans-cjkjp
-Provides:   noto-sans-cjkjp
-Obsoletes:  noto-sans-cjkjp-fonts
-Provides:   noto-sans-cjkjp-fonts
-Obsoletes:  noto-sans-cjkkr
-Provides:   noto-sans-cjkkr
-Obsoletes:  noto-sans-cjkkr-fonts
-Provides:   noto-sans-cjkkr-fonts
-Obsoletes:  noto-sans-cjksc
-Provides:   noto-sans-cjksc
-Obsoletes:  noto-sans-cjksc-fonts
-Provides:   noto-sans-cjksc-fonts
-Obsoletes:  noto-sans-cjktc
-Provides:   noto-sans-cjktc
-Obsoletes:  noto-sans-cjktc-fonts
-Provides:   noto-sans-cjktc-fonts
-Provides:   scalable-font-ja
-Provides:   scalable-font-ko
-Provides:   scalable-font-zh-CN
-Provides:   scalable-font-zh-HK
-Provides:   scalable-font-zh-MO
-Provides:   scalable-font-zh-SG
-Provides:   scalable-font-zh-TW
-Provides:   locale(zh_CN;zh_SG;zh_TW;zh_HK;zh_MO)
-%reconfigure_fonts_prereq
-
-%description -n noto-sans-cjk-fonts
-Noto's design goal is to achieve visual harmonization (e.g., compatible
-heights and stroke thicknesses) across languages. This package contains
-CJK Sans Serif  font, hinted.
-
 %package -n noto-sans-coptic-fonts
 Summary:Noto Coptic Sans Serif Font
 Group:  System/X11/Fonts
@@ -933,7 +892,7 @@
 Myanmar Sans Serif  font, hinted.
 
 %package -n noto-sans-newtailue-fonts
-Summary:Noto New TaiLue Sans Serif Font
+Summary:Noto New Tai Lue Sans Serif Font
 Group:  System/X11/Fonts
 Requires:   google-noto-fonts-doc
 Obsoletes:  noto-sans-newtailue
@@ -1011,7 +970,7 @@
 OldPersian Sans Serif  font, hinted.
 
 %package -n noto-sans-oldsoutharabian-fonts
-Summary:Noto Old SouthArabian Sans Serif Font
+Summary:Noto Old South Arabian Sans Serif Font
 Group:  System/X11/Fonts
 Requires:   google-noto-fonts-doc
 Obsoletes:  noto-sans-oldsoutharabian
@@ -1660,21 +1619,16 @@
 heights and stroke thicknesses) across languages. This package contains
 Thai  font, hinted.
 
-
-
 %prep
-%setup -q -c -n %{name}-%{version}
-rm -f *Draft.*tf
-# use otc file for CJK
-rm -f NotoSans*CJK*.otf
-unzip -o %{S:1}
+%setup -q -c
+# remove cjk
+rm -rf *CJK*.?tf
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
-cp *.ttf   %{buildroot}%{_ttfontsdir}/
-cp *.ttc   %{buildroot}%{_ttfontsdir}/
+cp *.?tf   %{buildroot}%{_ttfontsdir}/
 
 %reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
 
@@ -1720,8 +1674,6 @@
 
 %reconfigure_fonts_scriptlets -n 

commit google-noto-fonts for openSUSE:Factory

2017-03-05 Thread root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2017-03-05 17:57:25

Comparing /work/SRC/openSUSE:Factory/google-noto-fonts (Old)
 and  /work/SRC/openSUSE:Factory/.google-noto-fonts.new (New)


Package is "google-noto-fonts"

Sun Mar  5 17:57:25 2017 rev:15 rq:461740 version:20161025

Changes:

--- /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.changes  
2016-09-25 14:29:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2017-03-05 17:57:41.141474581 +0100
@@ -1,0 +2,33 @@
+Tue Feb 28 16:22:22 UTC 2017 - h...@urpla.net
+
+- update to version 20161025
+  - new: Mono Font
+  - new: Naskh Arabic Font
+  - new: Bengali Sans Serif Font
+  - new: Devanagari Sans Serif Font
+  - new: Gujarati Sans Serif Font
+  - new: Gurmukhi Sans Serif Font
+  - new: Kannada Sans Serif Font
+  - new: Khmer Sans Serif Font
+  - new: Lao Sans Serif Font
+  - new: Malayalam Sans Serif Font
+  - new: Myanmar Sans Serif Font
+  - new: Oriya Sans Serif Font
+  - new: Tamil Sans Serif Font
+  - new: Telugu Sans Serif Font
+  - new: Thai Sans Serif Font
+  - new: Sans UI Font
+  - new: Bengali Font
+  - new: Devanagari Font
+  - new: Gujarati Font
+  - new: Kannada Font
+  - new: Malayalam Font
+  - new: Tamil Font
+  - new: Telugu Font
+
+- fix generate-specfile.sh:
+  - handle UI fonts, that do not start with Sans ot Serif
+  - fix description of fonts, that do not start with Sans ot Serif
+  - flag sans fonts only, that really deserve it
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
 971 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec

++ Noto-hinted.zip ++
Binary files /var/tmp/diff_new_pack.C7NrYy/_old and 
/var/tmp/diff_new_pack.C7NrYy/_new differ


++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.C7NrYy/_old  2017-03-05 17:58:00.294763601 +0100
+++ /var/tmp/diff_new_pack.C7NrYy/_new  2017-03-05 17:58:00.438743221 +0100
@@ -15,9 +15,10 @@
 cp -f $pkg_name.spec.in $pkg_name.spec
 for h in hinted; do
   ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort -f | uniq | while read font; do 
-serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
 ui=`(echo $font | grep -q UI) && echo UI`
-script=`echo $font | sed "s:$serif\(.*\)$ui:\1:"`
+font=${font%%$ui}
+serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
+script=`echo $font | sed "s:$serif\(.*\):\1:"`
 packagename="noto-$serif"
 if [ ! -z $script ]; then
   packagename="$packagename-$script"
@@ -27,7 +28,9 @@
 fi
 packagename=`echo "$packagename" | tr [A-Z] [a-z]`
 if [ $serif == "Sans" ]; then
-  serif_dsc="Sans Serif"
+  serif_dsc="Sans Serif "
+else
+  serif_dsc=""
 fi
 obsoletes=$packagename
 if [ "$script" == "CJK" ]; then
@@ -39,8 +42,11 @@
done
 fi
 packagename="$packagename-fonts"
-summary=`echo "Noto $script $serif_dsc Font" | sed 
's:\([a-z]\)\([A-Z]\):\1 \2:'`
-
+if [ ! -z "$script" ]; then
+summary=`echo "Noto $script ${serif_dsc}Font" | sed 
's:\([a-z]\)\([A-Z]\):\1 \2:g'`
+else
+summary=`echo "Noto $serif Font" | sed 's:\([a-z]\)\([A-Z]\):\1 \2:g'`
+fi
 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
@@ -60,7 +66,11 @@
 sed -i "s/@SUBPACKAGE_HEADERS@/%description -n 
$packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/Noto's design goal is to achieve visual 
harmonization (e.g., compatible\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/heights and stroke thicknesses) across 
languages. This package contains\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
-sed -i "s/@SUBPACKAGE_HEADERS@/$script $serif_dsc font, 
$h.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
+if [ ! -z "$script" ]; then
+   sed -i "s/@SUBPACKAGE_HEADERS@/$script ${serif_dsc}font, 
$h.\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
+else
+   sed -i "s/@SUBPACKAGE_HEADERS@/$serif font, $h.\n@SUBPACKAGE_HEADERS@/" 
$pkg_name.spec
+fi
 sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 
 sed -i "s/@SUBPACKAGE_SCRIPTLETS@/%reconfigure_fonts_scriptlets -n 

commit google-noto-fonts for openSUSE:Factory

2016-09-25 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-09-25 14:29:10

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  
2016-04-07 13:35:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-09-25 14:29:13.0 +0200
@@ -1,0 +2,8 @@
+Sun Sep 11 07:59:49 UTC 2016 - ft...@geeko.jp
+
+- move 59-noto-sans-cjk.conf into fonts-config (boo#998301)
+  to prevent an independent font package from changing family
+  preferences list
+- Enable case-insensitive sort and regenerate the spec file
+
+---

Old:

  59-noto-sans-cjk.conf



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -33,7 +33,6 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -1377,7 +1376,6 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.ttc   %{buildroot}%{_ttfontsdir}/
-%install_fontsconf %{SOURCE3}
 
 %reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
 
@@ -1680,10 +1678,6 @@
 %defattr(0644,root,root,755)
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/NotoSansCJK*.ttc
-%dir %{_fontsconfdir}
-%dir %{_fontsconfddir}
-%files_fontsconf_availdir
-%files_fontsconf_file -l 59-noto-sans-cjk.conf
 
 %files -n noto-sans-coptic-fonts
 %defattr(0644,root,root,755)



++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -14,7 +14,7 @@
 
 cp -f $pkg_name.spec.in $pkg_name.spec
 for h in hinted; do
-  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort | uniq | while read font; do 
+  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort -f | uniq | while read font; do 
 serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
 ui=`(echo $font | grep -q UI) && echo UI`
 script=`echo $font | sed "s:$serif\(.*\)$ui:\1:"`
@@ -72,10 +72,6 @@
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
 elif [ "$script" == "CJK" ]; then
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.ttc\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfdir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfddir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
-   sed -i 
"s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_availdir\n@SUBPACKAGE_FILELISTS@:" 
$pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_file -l 
59-noto-sans-cjk.conf\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

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.xsoCA5/_old  2016-09-25 14:29:24.0 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.0 +0200
@@ -32,7 +32,6 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -65,7 +64,6 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.ttc   %{buildroot}%{_ttfontsdir}/
-%install_fontsconf %{SOURCE3}
 
 @SUBPACKAGE_SCRIPTLETS@
 




commit google-noto-fonts for openSUSE:Factory

2016-04-07 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-04-07 13:35:55

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  
2016-03-29 09:52:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-04-07 13:35:57.0 +0200
@@ -1,0 +2,6 @@
+Sun Apr  3 14:22:24 UTC 2016 - i...@marguerite.su
+
+- rename 52-noto-sans-cjk.conf to 59-noto-sans-cjk.conf.
+- get rid of sub-pixel rendering settings.
+
+---

Old:

  52-noto-sans-cjk.conf

New:

  59-noto-sans-cjk.conf



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.iSL33L/_old  2016-04-07 13:36:07.0 +0200
+++ /var/tmp/diff_new_pack.iSL33L/_new  2016-04-07 13:36:07.0 +0200
@@ -33,7 +33,7 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:52-noto-sans-cjk.conf
+Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -1683,7 +1683,7 @@
 %dir %{_fontsconfdir}
 %dir %{_fontsconfddir}
 %files_fontsconf_availdir
-%files_fontsconf_file -l 52-noto-sans-cjk.conf
+%files_fontsconf_file -l 59-noto-sans-cjk.conf
 
 %files -n noto-sans-coptic-fonts
 %defattr(0644,root,root,755)



++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.iSL33L/_old  2016-04-07 13:36:07.0 +0200
+++ /var/tmp/diff_new_pack.iSL33L/_new  2016-04-07 13:36:07.0 +0200
@@ -75,7 +75,7 @@
sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfdir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
sed -i "s:@SUBPACKAGE_FILELISTS@:%dir 
%{_fontsconfddir}\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
sed -i 
"s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_availdir\n@SUBPACKAGE_FILELISTS@:" 
$pkg_name.spec
-   sed -i "s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_file -l 
52-noto-sans-cjk.conf\n@SUBPACKAGE_FILELISTS@:" $pkg_name.spec
+   sed -i "s:@SUBPACKAGE_FILELISTS@:%files_fontsconf_file -l 
59-noto-sans-cjk.conf\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

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.iSL33L/_old  2016-04-07 13:36:07.0 +0200
+++ /var/tmp/diff_new_pack.iSL33L/_new  2016-04-07 13:36:07.0 +0200
@@ -32,7 +32,7 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
-Source3:52-noto-sans-cjk.conf
+Source3:59-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq




commit google-noto-fonts for openSUSE:Factory

2016-03-29 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-03-29 09:52:04

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  
2016-03-16 10:25:48.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-03-29 09:52:07.0 +0200
@@ -1,0 +2,9 @@
+Fri Mar 25 11:23:25 UTC 2016 - i...@marguerite.su
+
+- add 52-noto-sans-cjk.conf, fix boo#972664 "Noto Sans CJK: 
+  Chinese are using Japanese Glyphs".
+- add scalable-font-XXX provides to noto-sans-cjk-fonts package
+- add locale() to noto-sans-cjk-fonts package, set it as default
+  font for Chinese.
+
+---

New:

  52-noto-sans-cjk.conf



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.ZzGnAl/_old  2016-03-29 09:52:16.0 +0200
+++ /var/tmp/diff_new_pack.ZzGnAl/_new  2016-03-29 09:52:16.0 +0200
@@ -33,6 +33,7 @@
 Source0:
https://noto-website-2.storage.googleapis.com/pkgs/Noto-hinted.zip
 Source1:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
+Source3:52-noto-sans-cjk.conf
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
 %reconfigure_fonts_prereq
@@ -302,23 +303,31 @@
 Group:  System/X11/Fonts
 Requires:   google-noto-fonts-doc
 Obsoletes:  noto-sans-cjk
-Obsoletes:  noto-sans-cjkjp
-Obsoletes:  noto-sans-cjkjp-fonts
-Obsoletes:  noto-sans-cjkkr
-Obsoletes:  noto-sans-cjkkr-fonts
-Obsoletes:  noto-sans-cjksc
-Obsoletes:  noto-sans-cjksc-fonts
-Obsoletes:  noto-sans-cjktc
-Obsoletes:  noto-sans-cjktc-fonts
 Provides:   noto-sans-cjk
+Obsoletes:  noto-sans-cjkjp
 Provides:   noto-sans-cjkjp
+Obsoletes:  noto-sans-cjkjp-fonts
 Provides:   noto-sans-cjkjp-fonts
+Obsoletes:  noto-sans-cjkkr
 Provides:   noto-sans-cjkkr
+Obsoletes:  noto-sans-cjkkr-fonts
 Provides:   noto-sans-cjkkr-fonts
+Obsoletes:  noto-sans-cjksc
 Provides:   noto-sans-cjksc
+Obsoletes:  noto-sans-cjksc-fonts
 Provides:   noto-sans-cjksc-fonts
+Obsoletes:  noto-sans-cjktc
 Provides:   noto-sans-cjktc
+Obsoletes:  noto-sans-cjktc-fonts
 Provides:   noto-sans-cjktc-fonts
+Provides:   scalable-font-ja
+Provides:   scalable-font-ko
+Provides:   scalable-font-zh-CN
+Provides:   scalable-font-zh-HK
+Provides:   scalable-font-zh-MO
+Provides:   scalable-font-zh-SG
+Provides:   scalable-font-zh-TW
+Provides:   locale(zh_CN;zh_SG;zh_TW;zh_HK;zh_MO)
 %reconfigure_fonts_prereq
 
 %description -n noto-sans-cjk-fonts
@@ -1368,6 +1377,7 @@
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.ttc   %{buildroot}%{_ttfontsdir}/
+%install_fontsconf %{SOURCE3}
 
 %reconfigure_fonts_scriptlets -n noto-coloremoji-fonts
 
@@ -1670,6 +1680,10 @@
 %defattr(0644,root,root,755)
 %dir %{_ttfontsdir}
 %{_ttfontsdir}/NotoSansCJK*.ttc
+%dir %{_fontsconfdir}
+%dir %{_fontsconfddir}
+%files_fontsconf_availdir
+%files_fontsconf_file -l 52-noto-sans-cjk.conf
 
 %files -n noto-sans-coptic-fonts
 %defattr(0644,root,root,755)



++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.ZzGnAl/_old  2016-03-29 09:52:16.0 +0200
+++ /var/tmp/diff_new_pack.ZzGnAl/_new  2016-03-29 09:52:16.0 +0200
@@ -34,6 +34,9 @@
 for l in jp kr sc tc ; do 
 obsoletes="$obsoletes noto-sans-cjk$l noto-sans-cjk$l-fonts "
 done
+   for j in zh-CN zh-SG zh-TW zh-HK zh-MO ja ko ; do
+   scalables="$scalables scalable-font-$j"
+   done
 fi
 packagename="$packagename-fonts"
 summary=`echo "Noto $script $serif_dsc Font" | sed 
's:\([a-z]\)\([A-Z]\):\1 \2:'`
@@ -42,8 +45,16 @@
 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@/Obsoletes:  
$obsoletes\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
-sed -i "s/@SUBPACKAGE_HEADERS@/Provides:   
$obsoletes\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 

commit google-noto-fonts for openSUSE:Factory

2016-03-16 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-03-16 10:25:44

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  
2016-01-09 23:13:15.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-03-16 10:25:48.0 +0100
@@ -1,0 +2,9 @@
+Wed Mar  9 14:22:02 UTC 2016 - fcro...@suse.com
+
+- Add NotoSansCJK.ttc.zip and ship all CJK fonts in a single ttc
+  file and an single subpackage, this will save a lot of disk
+  space.
+- Specify file permissions in defattr, some zip files are shipping
+  files with incorrect permissions.
+
+---

New:

  NotoSansCJK.ttc.zip



Other differences:
--
++ google-noto-fonts.spec ++
 826 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec


++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.oL6DlB/_old  2016-03-16 10:25:57.0 +0100
+++ /var/tmp/diff_new_pack.oL6DlB/_new  2016-03-16 10:25:57.0 +0100
@@ -3,16 +3,18 @@
 
 for a in *.zip; do
mkdir -p $pkg_name
-   unzip -d $pkg_name $a
+   unzip -o -d $pkg_name $a
 done
 
 rm $pkg_name/LICENSE*.txt
 # remove draft fonts for now
 rm -f $pkg_name/*Draft.*tf
+# use otc file for CJK
+rm -f $pkg_name/NotoSans*CJK*.otf
 
 cp -f $pkg_name.spec.in $pkg_name.spec
 for h in hinted; do
-  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' | sort | 
uniq | while read font; do 
+  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' -e 
's:\.ttc::' | sort | uniq | while read font; do 
 serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
 ui=`(echo $font | grep -q UI) && echo UI`
 script=`echo $font | sed "s:$serif\(.*\)$ui:\1:"`
@@ -28,6 +30,11 @@
   serif_dsc="Sans Serif"
 fi
 obsoletes=$packagename
+if [ "$script" == "CJK" ]; then
+for l in jp kr sc tc ; do 
+obsoletes="$obsoletes noto-sans-cjk$l noto-sans-cjk$l-fonts "
+done
+fi
 packagename="$packagename-fonts"
 summary=`echo "Noto $script $serif_dsc Font" | sed 
's:\([a-z]\)\([A-Z]\):\1 \2:'`
 
@@ -48,12 +55,14 @@
 sed -i "s/@SUBPACKAGE_SCRIPTLETS@/%reconfigure_fonts_scriptlets -n 
$packagename\n\n@SUBPACKAGE_SCRIPTLETS@/" $pkg_name.spec
 
 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@/%defattr(0644,root,root,755)\n@SUBPACKAGE_FILELISTS@/"
 $pkg_name.spec
 sed -i "s/@SUBPACKAGE_FILELISTS@/%dir 
%{_ttfontsdir}\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
+if [ $serif == "ColorEmoji" ]; then
 sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.?tf\n@SUBPACKAGE_FILELISTS@:"
 $pkg_name.spec
+elif [ "$script" == "CJK" ]; then
+sed -i 
"s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui\*.ttc\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

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.oL6DlB/_old  2016-03-16 10:25:57.0 +0100
+++ /var/tmp/diff_new_pack.oL6DlB/_new  2016-03-16 10:25:57.0 +0100
@@ -30,6 +30,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:
https://noto-website-2.storage.googleapis.com/pkgs/NotoSansCJK.ttc.zip
 Source2:generate-specfile.sh
 BuildRequires:  fontpackages-devel
 BuildRequires:  unzip
@@ -53,13 +54,16 @@
 %prep
 %setup -q -c -n %{name}-%{version}
 rm -f *Draft.*tf
+# use otc file for CJK
+rm -f NotoSans*CJK*.otf
+unzip -o %{S:1}
 
 %build
 
 %install
 mkdir -p %{buildroot}%{_ttfontsdir}
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
-cp *.otf   %{buildroot}%{_ttfontsdir}/
+cp *.ttc   %{buildroot}%{_ttfontsdir}/
 
 @SUBPACKAGE_SCRIPTLETS@
 



commit google-noto-fonts for openSUSE:Factory

2016-01-09 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2016-01-09 23:13:13

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  
2016-01-05 09:40:10.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-01-09 23:13:15.0 +0100
@@ -1,0 +2,11 @@
+Fri Jan  8 12:56:45 UTC 2016 - i...@marguerite.su
+
+- add _constraints, need at least 4.5GB disk space
+
+---
+Tue Jan  5 10:34:16 UTC 2016 - fcro...@suse.com
+
+- Ensure reconfigure_fonts_prereq macro is used for all subpackages
+  (spotted by Takashi Iwai).
+
+---

New:

  _constraints



Other differences:
--
++ google-noto-fonts.spec ++
 859 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec


++ _constraints ++

  

  5

  

++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.Ramnut/_old  2016-01-09 23:13:27.0 +0100
+++ /var/tmp/diff_new_pack.Ramnut/_new  2016-01-09 23:13:27.0 +0100
@@ -37,6 +37,7 @@
 sed -i "s/@SUBPACKAGE_HEADERS@/Requires:   
$pkg_name-doc\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/Obsoletes:  
$obsoletes\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/Provides:   
$obsoletes\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
+sed -i 
"s/@SUBPACKAGE_HEADERS@/%reconfigure_fonts_prereq\n@SUBPACKAGE_HEADERS@/" 
$pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/%description -n 
$packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/Noto's design goal is to achieve visual 
harmonization (e.g., compatible\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec




commit google-noto-fonts for openSUSE:Factory

2016-01-05 Thread h_root
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.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-01-05 09:40:10.0 +0100
@@ -1,0 +2,17 @@
+Tue Dec 22 14:13:56 UTC 2015 - fcro...@suse.com
+
+- 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.0 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:26.0 +0100
@@ -17,8 +17,8 @@
 
 
 %define hyear 2015
-%define hmonth10
-%define hday  02
+%define hmonth12
+%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.0 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:30.0 +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.0 +0100
+++ /var/tmp/diff_new_pack.TkR0AJ/_new  2016-01-05 09:40:30.0 +0100
@@ -16,8 +16,8 @@
 #
 
 %define hyear 2015
-%define hmonth10
-%define hday  02
+%define hmonth12
+%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
 

commit google-noto-fonts for openSUSE:Factory

2015-12-16 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2015-12-16 17:41:21

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-10-19 22:49:27.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2015-12-16 17:41:23.0 +0100
@@ -1,0 +2,5 @@
+Wed Nov 25 09:39:21 UTC 2015 - pgaj...@suse.com
+
+- subpackage layout reworked
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
 2542 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec


++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.8bfOxR/_old  2015-12-16 17:41:46.0 +0100
+++ /var/tmp/diff_new_pack.8bfOxR/_new  2015-12-16 17:41:46.0 +0100
@@ -27,12 +27,16 @@
 if [ $serif == "Sans" ]; then
   serif_dsc="Sans Serif"
 fi
+obsoletes=$packagename
+packagename="$packagename-fonts"
 summary=`echo "Noto $script $serif_dsc Font" | sed 
's:\([a-z]\)\([A-Z]\):\1 \2:'`
 
 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\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@/Obsoletes:  
$obsoletes\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
+sed -i "s/@SUBPACKAGE_HEADERS@/Provides:   
$obsoletes\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/%description -n 
$packagename\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
 sed -i "s/@SUBPACKAGE_HEADERS@/Noto's design goal is to achieve visual 
harmonization (e.g., compatible\n@SUBPACKAGE_HEADERS@/" $pkg_name.spec
@@ -44,6 +48,7 @@
 
 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
 sed -i "s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/" $pkg_name.spec
   done

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.8bfOxR/_old  2015-12-16 17:41:46.0 +0100
+++ /var/tmp/diff_new_pack.8bfOxR/_new  2015-12-16 17:41:46.0 +0100
@@ -41,6 +41,13 @@
 Noto's design goal is to achieve visual harmonization (e.g., compatible 
heights and stroke 
 thicknesses) across languages. 
 
+%package doc
+Summary:Noto Font Families License
+Group:  Documentation/Other
+
+%description doc
+License for Google's Noto fonts.
+
 @SUBPACKAGE_HEADERS@
 
 %prep
@@ -56,10 +63,9 @@
 
 @SUBPACKAGE_SCRIPTLETS@
 
-%files
+%files doc
 %defattr(0644,root,root,755)
 %doc LICENSE*.txt
-%dir %{_ttfontsdir}
 
 @SUBPACKAGE_FILELISTS@
 




commit google-noto-fonts for openSUSE:Factory

2015-10-19 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2015-10-19 22:49:14

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-08-28 08:26:53.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2015-10-19 22:49:27.0 +0200
@@ -1,0 +2,9 @@
+Thu Oct  8 14:11:43 UTC 2015 - fcro...@suse.com
+
+- Update to version 2015102:
+ + All fonts are now under OFL-1.1 license
+ + New variants: Emoji, Nastaliq Urdu, Mono CJK
+- Adapt generate-specfile.sh and template to not fail if there is
+  no draft font.
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.pGrqrl/_old  2015-10-19 22:49:40.0 +0200
+++ /var/tmp/diff_new_pack.pGrqrl/_new  2015-10-19 22:49:40.0 +0200
@@ -17,15 +17,17 @@
 
 
 %define hyear 2015
-%define hmonth06
-%define hday  18
+%define hmonth10
+%define hday  02
 %define src_name  NotoFonts
 
+# DO NOT EDIT THIS SPECFILE DIRECTLY, edit google-noto-fonts.spec.in and run 
generate-specfile.sh scriptZZ
+
 Name:   google-noto-fonts
 Version:%{hyear}%{hmonth}%{hday}
 Release:0
 Summary:Noto Font Families
-License:Apache-2.0
+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
@@ -40,6 +42,16 @@
 Noto's design goal is to achieve visual harmonization (e.g., compatible 
heights and stroke 
 thicknesses) across languages. 
 
+%package -n noto-emoji
+Summary:Noto   Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-emoji
+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-kufiarabic
 Summary:Noto   Font
 Group:  System/X11/Fonts
@@ -60,6 +72,16 @@
 heights and stroke thicknesses) across languages. This package contains
   font, hinted.
 
+%package -n noto-nastaliqurdu
+Summary:Noto   Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-nastaliqurdu
+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-sans
 Summary:Noto  Sans Serif Font
 Group:  System/X11/Fonts
@@ -580,6 +602,46 @@
 heights and stroke thicknesses) across languages. This package contains
 Mongolian Sans Serif font, hinted.
 
+%package -n noto-sans-monocjkjp
+Summary:Noto Mono CJKjp Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-monocjkjp
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+MonoCJKjp Sans Serif font, hinted.
+
+%package -n noto-sans-monocjkkr
+Summary:Noto Mono CJKkr Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-monocjkkr
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+MonoCJKkr Sans Serif font, hinted.
+
+%package -n noto-sans-monocjksc
+Summary:Noto Mono CJKsc Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-monocjksc
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+MonoCJKsc Sans Serif font, hinted.
+
+%package -n noto-sans-monocjktc
+Summary:Noto Mono CJKtc Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-monocjktc
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+MonoCJKtc Sans Serif font, hinted.
+
 %package -n noto-sans-myanmar
 Summary:Noto Myanmar Sans Serif Font
 Group:  System/X11/Fonts
@@ -1034,7 +1096,7 @@
 
 %prep
 %setup -q -c -n %{name}-%{version}
-rm *Draft.*tf
+rm -f *Draft.*tf
 
 %build
 
@@ -1043,10 +1105,14 @@
 cp *.ttf   %{buildroot}%{_ttfontsdir}/
 cp *.otf   

commit google-noto-fonts for openSUSE:Factory

2015-08-28 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2015-08-28 08:26:39

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-05-28 09:56:33.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2015-08-28 08:26:53.0 +0200
@@ -1,0 +2,9 @@
+Wed Aug 26 09:49:02 UTC 2015 - fcro...@suse.com
+
+- update to version 20150618:
+  + Noto CJK variants
+  + Thaana Sans, Tibetan variants.
+  + update generate-specfile.sh
+  + update url.
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.oJxwUX/_old  2015-08-28 08:27:00.0 +0200
+++ /var/tmp/diff_new_pack.oJxwUX/_new  2015-08-28 08:27:00.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package google-noto-fonts
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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
@@ -16,9 +16,9 @@
 #
 
 
-%define hyear 2014
-%define hmonth07
-%define hday  16
+%define hyear 2015
+%define hmonth06
+%define hday  18
 %define src_name  NotoFonts
 
 Name:   google-noto-fonts
@@ -27,7 +27,7 @@
 Summary:Noto Font Families
 License:Apache-2.0
 Group:  System/X11/Fonts
-Url:https://code.google.com/p/noto/
+Url:https://github.com/googlei18n/noto-fonts
 Source0:http://www.google.com/get/noto/pkgs/Noto-hinted.zip
 Source2:generate-specfile.sh
 BuildRequires:  fontpackages-devel
@@ -200,6 +200,46 @@
 heights and stroke thicknesses) across languages. This package contains
 Cherokee Sans Serif font, hinted.
 
+%package -n noto-sans-cjkjp
+Summary:Noto CJKjp Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-cjkjp
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+CJKjp Sans Serif font, hinted.
+
+%package -n noto-sans-cjkkr
+Summary:Noto CJKkr Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-cjkkr
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+CJKkr Sans Serif font, hinted.
+
+%package -n noto-sans-cjksc
+Summary:Noto CJKsc Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-cjksc
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+CJKsc Sans Serif font, hinted.
+
+%package -n noto-sans-cjktc
+Summary:Noto CJKtc Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-cjktc
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+CJKtc Sans Serif font, hinted.
+
 %package -n noto-sans-coptic
 Summary:Noto Coptic Sans Serif Font
 Group:  System/X11/Fonts
@@ -210,6 +250,16 @@
 heights and stroke thicknesses) across languages. This package contains
 Coptic Sans Serif font, hinted.
 
+%package -n noto-sans-cuneiform
+Summary:Noto Cuneiform Sans Serif Font
+Group:  System/X11/Fonts
+Requires:   google-noto-fonts
+
+%description -n noto-sans-cuneiform
+Noto's design goal is to achieve visual harmonization (e.g., compatible
+heights and stroke thicknesses) across languages. This package contains
+Cuneiform Sans Serif font, hinted.
+
 %package -n noto-sans-cypriot
 Summary:Noto Cypriot Sans Serif Font
 Group:  System/X11/Fonts
@@ -310,31 +360,6 @@
 heights and stroke thicknesses) across languages. This package contains
 Gurmukhi Sans Serif font, hinted.
 
-%package -n noto-sans-hans
-Summary:Noto Hans Sans Serif Font
-Group:  System/X11/Fonts
-Requires:   google-noto-fonts
-Provides:   scalable-font-zh-CN
-Provides:  scalable-font-zh-SG
-Provides:  locale(zh_CN;zh_SG)
-
-%description -n noto-sans-hans
-Noto's design goal is to achieve visual harmonization (e.g., compatible

commit google-noto-fonts for openSUSE:Factory

2015-05-28 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2015-05-28 09:56:32

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-02-16 21:22:09.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2015-05-28 09:56:33.0 +0200
@@ -1,0 +2,5 @@
+Wed May 27 09:43:39 UTC 2015 - a...@ajaissle.de
+
+- Fix rpm group classification (X11/Font - X11/Fonts)
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
 866 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec


++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.cSkveF/_old  2015-05-28 09:56:35.0 +0200
+++ /var/tmp/diff_new_pack.cSkveF/_new  2015-05-28 09:56:35.0 +0200
@@ -29,7 +29,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/Font\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\n@SUBPACKAGE_HEADERS@/ $pkg_name.spec
 sed -i s/@SUBPACKAGE_HEADERS@/\n@SUBPACKAGE_HEADERS@/ $pkg_name.spec
 sed -i s/@SUBPACKAGE_HEADERS@/%description -n 
$packagename\n@SUBPACKAGE_HEADERS@/ $pkg_name.spec




commit google-noto-fonts for openSUSE:Factory

2015-02-16 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2015-02-16 21:22:08

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  
2014-09-08 21:30:13.0 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2015-02-16 21:22:09.0 +0100
@@ -1,0 +2,5 @@
+Mon Feb 16 09:57:36 UTC 2015 - i...@marguerite.su
+
+- set Noto Sans S/T Chinese as default Chinese font
+
+---



Other differences:
--
++ google-noto-fonts.spec ++
--- /var/tmp/diff_new_pack.TCf5OR/_old  2015-02-16 21:22:11.0 +0100
+++ /var/tmp/diff_new_pack.TCf5OR/_new  2015-02-16 21:22:11.0 +0100
@@ -314,6 +314,9 @@
 Summary:Noto Hans Sans Serif Font
 Group:  System/X11/Font
 Requires:   google-noto-fonts
+Provides:   scalable-font-zh-CN
+Provides:  scalable-font-zh-SG
+Provides:  locale(zh_CN;zh_SG)
 
 %description -n noto-sans-hans
 Noto's design goal is to achieve visual harmonization (e.g., compatible
@@ -324,6 +327,8 @@
 Summary:Noto Hant Sans Serif Font
 Group:  System/X11/Font
 Requires:   google-noto-fonts
+Provides:  scalable-font-zh-TW
+Provides:  locale(zh_TW)
 
 %description -n noto-sans-hant
 Noto's design goal is to achieve visual harmonization (e.g., compatible


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit google-noto-fonts for openSUSE:Factory

2014-09-08 Thread h_root
Hello community,

here is the log from the commit of package google-noto-fonts for 
openSUSE:Factory checked in at 2014-09-08 21:28:58

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  
2013-12-16 16:22:07.0 +0100
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2014-09-08 21:30:13.0 +0200
@@ -1,0 +2,8 @@
+Mon Sep  1 12:31:50 UTC 2014 - ft...@geeko.jp
+
+- updated to version 20140716
+  + Noto Sans S Chinese, T Chinese, Japanese, Korean are released
+  + *-ui fonts are removed
+- update generate-specfile.sh
+
+---

Old:

  NotoFonts-hinted-2013-04-11.tgz
  NotoFonts-unhinted-2013-04-18.tgz

New:

  Noto-hinted.zip



Other differences:
--
++ google-noto-fonts.spec ++
 1884 lines (skipped)
 between /work/SRC/openSUSE:Factory/google-noto-fonts/google-noto-fonts.spec
 and 
/work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.spec

++ generate-specfile.sh ++
--- /var/tmp/diff_new_pack.K4dAZo/_old  2014-09-08 21:30:17.0 +0200
+++ /var/tmp/diff_new_pack.K4dAZo/_new  2014-09-08 21:30:17.0 +0200
@@ -1,20 +1,16 @@
 #!/bin/sh
 pkg_name=google-noto-fonts
-mkdir -p $pkg_name
-for a in *.tgz; do
-  tar -x --directory=$pkg_name -f $a
-done
-mv ${pkg_name}/fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf
-mv ${pkg_name}/fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf
-# remove duplicities in fonts/individual/unhinted
-for f in `ls ${pkg_name}/fonts/individual/unhinted`; do
-  if [ -e ${pkg_name}/fonts/individual/hinted/$f ]; then
-rm ${pkg_name}/fonts/individual/unhinted/$f
-  fi
+
+for a in *.zip; do
+   mkdir -p $pkg_name
+   unzip -d $pkg_name $a
 done
+
+rm $pkg_name/LICENSE
+
 cp -f $pkg_name.spec.in $pkg_name.spec
-for h in hinted unhinted; do
-  ls $pkg_name/fonts/individual/$h/ | sed -e 's:Noto::' -e 's:-.*\.ttf::' -e 
's:\.ttf::' | sort | uniq | while read font; do 
+for h in hinted; do
+  ls $pkg_name/ | sed -e 's:Noto::' -e 's:-.*\..tf::' -e 's:\..tf::' | sort | 
uniq | while read font; do 
 serif=`echo $font | sed 's:\(Sans\|Serif\).*:\1:'`
 ui=`(echo $font | grep -q UI)  echo UI`
 script=`echo $font | sed s:$serif\(.*\)$ui:\1:`
@@ -46,7 +42,7 @@
 
 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@:%{_ttfontsdir}/Noto$serif$script$ui-\*.ttf\n@SUBPACKAGE_FILELISTS@:
 $pkg_name.spec
+sed -i 
s:@SUBPACKAGE_FILELISTS@:%{_ttfontsdir}/Noto$serif$script$ui-\*.?tf\n@SUBPACKAGE_FILELISTS@:
 $pkg_name.spec
 sed -i s/@SUBPACKAGE_FILELISTS@/\n@SUBPACKAGE_FILELISTS@/ $pkg_name.spec
   done
 done

++ google-noto-fonts.spec.in ++
--- /var/tmp/diff_new_pack.K4dAZo/_old  2014-09-08 21:30:17.0 +0200
+++ /var/tmp/diff_new_pack.K4dAZo/_new  2014-09-08 21:30:17.0 +0200
@@ -15,25 +15,22 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-%define hyear 2013
-%define hmonth04
-%define hday  11
-%define uhyear2013
-%define uhmonth   04
-%define uhday 18
+%define hyear 2014
+%define hmonth07
+%define hday  16
 %define src_name  NotoFonts
 
 Name:   google-noto-fonts
-Version:%{uhyear}%{uhmonth}%{uhday}
+Version:%{hyear}%{hmonth}%{hday}
 Release:0
 Summary:Noto Font Families
 License:Apache-2.0
 Group:  System/X11/Fonts
 Url:https://code.google.com/p/noto/
-Source0:
https://noto.googlecode.com/files/%{src_name}-hinted-%{hyear}-%{hmonth}-%{hday}.tgz
-Source1:
https://noto.googlecode.com/files/%{src_name}-unhinted-%{uhyear}-%{uhmonth}-%{uhday}.tgz
+Source0:http://www.google.com/get/noto/pkgs/Noto-hinted.zip
 Source2:generate-specfile.sh
 BuildRequires:  fontpackages-devel
+BuildRequires:  unzip
 %reconfigure_fonts_prereq
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildArch:  noarch
@@ -45,28 +42,20 @@
 @SUBPACKAGE_HEADERS@
 
 %prep
-%setup -q -c -T -a0 -a1
-mv fonts/individual/unhinted/NotoSansMalayalam{,-Regular}.ttf
-mv fonts/individual/unhinted/NotoSansMalayalamUI{,-Regular}.ttf
-# remove duplicities in fonts/individual/unhinted
-for f in `ls fonts/individual/unhinted`; do
-  if [ -e fonts/individual/hinted/$f ]; then
-rm fonts/individual/unhinted/$f
-  fi
-done
+%setup -q -c -n