Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2018-12-10 12:25:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-config.new.19453 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config"

Mon Dec 10 12:25:22 2018 rev:56 rq:653661 version:20180430

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes        
2018-05-11 08:50:47.922196872 +0200
+++ /work/SRC/openSUSE:Factory/.fonts-config.new.19453/fonts-config.changes     
2018-12-10 12:25:30.490696548 +0100
@@ -1,0 +2,24 @@
+Mon Nov  5 11:18:01 UTC 2018 - Jan Engelhardt <jeng...@inai.de>
+
+- Use noun phrasing and user-independent wording.
+
+-------------------------------------------------------------------
+Mon Oct 15 08:25:11 UTC 2018 - qz...@suse.com
+
+- Add fonts-config-fix-misspelling.patch: fix misspelling in 
+  configuration file(boo#1111791).
+
+-------------------------------------------------------------------
+Mon Apr 30 03:40:53 UTC 2018 - i...@marguerite.su
+
+- new upstream: https://github.com/openSUSE/fonts-config
+  development will continue there.
+- drop patch: fontconfig-infinality-generate-tt-groups.patch
+  * infinality project is dead, we use a static result in upstream
+    instead of generating it every time.
+- update 20180430
+  * support color emoji
+  * modern fonts for symbol
+  * add configurations for Noto Sans/Serif CJK
+
+-------------------------------------------------------------------
@@ -4,0 +29 @@
+  (boo#1106850).

Old:
----
  10-rendering-options.conf.template
  11-base-rendering.conf
  12-tt-monospace-rendering.conf
  13-selective-rendering-ipa.conf
  31-metric-aliases-bw.conf
  49-family-default.conf
  59-family-prefer-lang-specific.conf
  60-family-prefer.conf
  70-reject.conf
  empty.conf
  fontconfig-infinality-1-20130104_1.tar.bz2
  fontconfig-infinality-generate-tt-groups.patch
  fontconfig.SUSE.properties.template
  fonts-config
  sysconfig.fonts-config

New:
----
  fonts-config-20180430.tar.xz
  fonts-config-fix-misspelling.patch

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

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.2knDyV/_old  2018-12-10 12:25:31.006696033 +0100
+++ /var/tmp/diff_new_pack.2knDyV/_new  2018-12-10 12:25:31.010696030 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package fonts-config
 #
-# Copyright (c) 2017 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
@@ -21,30 +21,15 @@
   %define _fillupdir /var/adm/fillup-templates
 %endif
 
-%define infinality_srcver 1-20130104_1
-%define infinality_name    fontconfig-infinality
 Name:           fonts-config
-Version:        20160921
+Version:        20180430
 Release:        0
-Summary:        Configures Fonts for X Windows and other applications
+Summary:        Script to configure fonts for X Windows and other applications
 # MIT for infinality
-License:        GPL-2.0+ and MIT
+License:        GPL-2.0-or-later AND MIT
 Group:          System/X11/Fonts
-Source0:        fonts-config
-Source1:        sysconfig.fonts-config
-Source2:        fontconfig.SUSE.properties.template
-Source3:        %{infinality_name}-%{infinality_srcver}.tar.bz2
-Source4:        10-rendering-options.conf.template
-Source5:        11-base-rendering.conf
-Source6:        empty.conf
-Source7:        12-tt-monospace-rendering.conf
-Source8:        13-selective-rendering-ipa.conf
-Source9:        49-family-default.conf
-Source10:       60-family-prefer.conf
-Source11:       70-reject.conf
-Source12:       31-metric-aliases-bw.conf
-Source13:       59-family-prefer-lang-specific.conf
-Patch0:         fontconfig-infinality-generate-tt-groups.patch
+Source:         fonts-config-20180430.tar.xz
+Patch:         fonts-config-fix-misspelling.patch
 BuildRequires:  fontconfig
 BuildRequires:  fontpackages-devel
 Requires(pre):  %fillup_prereq
@@ -58,30 +43,21 @@
 BuildArch:      noarch
 
 %description
-Configures Fonts for X Windows and other applications.
+A script to configure fonts for X Windows and other applications.
 
-Usually fonts-config is called automatically when package containing 
-font is installed, upgraded or removed. But you can also execute 
-fonts-config directly, which is mainly useful to debug it (use 
---debug flag).
+fonts-config is usually called automatically when a package containing
+fonts is installed, upgraded or removed. But it can also be executed
+directly, which is mainly useful to debug it (use the --debug flag).
 
 %prep
-%setup -cT -a 3 -n %{infinality_name}-%{infinality_srcver}
-%patch0
+%setup
+%patch -p1
 
 %build
-cd infinality/conf.src/generate60
-./generate60.sh
-mv 60-group-tt-fonts.conf ../../../10-group-tt-hinted-fonts.conf
-mv 60-group-non-tt-fonts.conf ../../../10-group-tt-non-hinted-fonts.conf
-cd ../../..
 # empty configuration now, should be filled after fonts-config call
-cp %{SOURCE6} 10-rendering-options.conf 
+cp 99-example.conf 10-rendering-options.conf 
 # empty configuration now, can be filled after fonts-config call
-cp %{SOURCE6} 58-family-prefer-local.conf 
-mv infinality/conf.src/80-selective-rendering-inf-win-lin.conf 
13-selective-rendering.conf
-mv infinality/conf.src/21-aliases-wine-linux.conf 61-wine-aliases.conf
-cp -a %{SOURCE5} %{SOURCE7} %{SOURCE8} %{SOURCE9} %{SOURCE10} %{SOURCE11} 
%{SOURCE12} %{SOURCE13} .
+cp 99-example.conf 58-family-prefer-local.conf 
 
 %install
 mkdir -p %{buildroot}/sbin/conf.d
@@ -90,17 +66,14 @@
 mkdir -p %{buildroot}/%{_mandir}/man1
 mkdir -p %{buildroot}/%{_docdir}/%{name}/infinality
 mkdir -p %{buildroot}%{_fillupdir}
-install -m 755 %{SOURCE0} %{buildroot}%{_prefix}/sbin
-install -m 644 %{SOURCE1} \
+install -m 755 fonts-config %{buildroot}%{_prefix}/sbin
+install -m 644 sysconfig.fonts-config \
   %{buildroot}%{_fillupdir}/
-install -m 644 %{SOURCE2} %{buildroot}%{_datadir}/fonts-config
-install -m 644 infinality/README infinality/LICENSE 
%{buildroot}%{_docdir}/%{name}/infinality
-install -m 644 infinality/conf.src/generate60/60-group-non-tt-fonts.list  
%{buildroot}%{_docdir}/%{name}/infinality/good-hinted-tt-fonts.list
-install -m 644 infinality/conf.src/generate60/60-group-tt-fonts.list  
%{buildroot}%{_docdir}/%{name}/infinality/non-hinted-tt-fonts.list
-pod2man --section 1 --center=" " %{SOURCE0} > \
+install -m 644 fontconfig.SUSE.properties.template 
%{buildroot}%{_datadir}/fonts-config
+pod2man --section 1 --center=" " fonts-config > \
   %{buildroot}/%{_mandir}/man1/fonts-config.1
 #
-install -m 644 %{SOURCE4} %{buildroot}%{_datadir}/%{name}
+install -m 644 10-rendering-options.conf.template 
%{buildroot}%{_datadir}/%{name}
 mkdir -p %{buildroot}%{_fontsconfavaildir}
 # following two conf files can not be under /usr/share/fonts-config
 # as they are changed during installation [bnc#882029 (internal)] 
@@ -118,6 +91,7 @@
                13-selective-rendering-ipa.conf \
                 31-metric-aliases-bw.conf \
                49-family-default.conf \
+        59-family-prefer-emoji.conf \
                59-family-prefer-lang-specific.conf \
                60-family-prefer.conf \
                61-wine-aliases.conf \

++++++ fonts-config-fix-misspelling.patch ++++++
diff -Nura fonts-config-20180430/60-family-prefer.conf 
fonts-config-20180430_new/60-family-prefer.conf
--- fonts-config-20180430/60-family-prefer.conf 2018-04-30 03:40:26.486246092 
+0000
+++ fonts-config-20180430_new/60-family-prefer.conf     2018-10-15 
10:43:38.221995233 +0000
@@ -165,7 +165,7 @@
                        <family>Noto Sans Syriac Eastern</family>
                        <family>Noto Sans Syriac Estrangela</family>
                        <family>Noto Sans Syriac Western</family>
-                       <family>Noto Sans S Chinese</family>
+                       <family>Noto Sans SC</family>
                        <family>Noto Sans Tagalog</family>
                        <family>Noto Sans Tagbanwa</family>
                        <family>Noto Sans Tai Le</family>
@@ -175,7 +175,7 @@
                        <family>Noto Sans Telugu</family>
                        <family>Noto Sans Thai</family>
                        <family>Noto Sans Tifinagh</family>
-                       <family>Noto Sans T Chinese</family>
+                       <family>Noto Sans TC</family>
                        <family>Noto Sans Ugaritic</family>
                        <family>Noto Sans Vai</family>
                        <family>Noto Sans Yi</family>

Reply via email to