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.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.google-noto-fonts.new/google-noto-fonts.changes 
2016-09-25 14:29:13.000000000 +0200
@@ -1,0 +2,8 @@
+Sun Sep 11 07:59:49 UTC 2016 - [email protected]
+
+- 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.000000000 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.000000000 +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.000000000 +0200
+++ /var/tmp/diff_new_pack.xsoCA5/_new  2016-09-25 14:29:24.000000000 +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@
 


Reply via email to