Hello community,

here is the log from the commit of package fonts-config for openSUSE:Factory 
checked in at 2018-05-08 13:32:31
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fonts-config (Old)
 and      /work/SRC/openSUSE:Factory/.fonts-config.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fonts-config"

Tue May  8 13:32:31 2018 rev:54 rq:604588 version:20180430

Changes:
--------
--- /work/SRC/openSUSE:Factory/fonts-config/fonts-config.changes        
2018-03-20 21:51:08.437599885 +0100
+++ /work/SRC/openSUSE:Factory/.fonts-config.new/fonts-config.changes   
2018-05-08 13:32:32.711934839 +0200
@@ -1,0 +2,13 @@
+Mon Apr 30 03:40:53 UTC 2018 - [email protected]
+
+- 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
+
+-------------------------------------------------------------------

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

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

Other differences:
------------------
++++++ fonts-config.spec ++++++
--- /var/tmp/diff_new_pack.tXWuxG/_old  2018-05-08 13:32:33.499906408 +0200
+++ /var/tmp/diff_new_pack.tXWuxG/_new  2018-05-08 13:32:33.503906263 +0200
@@ -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,14 @@
   %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
 # 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
 BuildRequires:  fontconfig
 BuildRequires:  fontpackages-devel
 Requires(pre):  %fillup_prereq
@@ -66,22 +50,13 @@
 --debug flag).
 
 %prep
-%setup -cT -a 3 -n %{infinality_name}-%{infinality_srcver}
-%patch0
+%setup
 
 %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 +65,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 +90,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 \


Reply via email to