Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package fontconfig for openSUSE:Factory 
checked in at 2022-05-01 18:53:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/fontconfig (Old)
 and      /work/SRC/openSUSE:Factory/.fontconfig.new.1538 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "fontconfig"

Sun May  1 18:53:21 2022 rev:93 rq:973728 version:2.14.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/fontconfig/fontconfig.changes    2022-01-29 
20:57:36.308454415 +0100
+++ /work/SRC/openSUSE:Factory/.fontconfig.new.1538/fontconfig.changes  
2022-05-01 18:53:23.659152144 +0200
@@ -1,0 +2,19 @@
+Thu Apr 28 11:05:51 UTC 2022 - Simon Lees <sfl...@suse.de>
+
+- Seems we now need python3 for building
+
+-------------------------------------------------------------------
+Fri Apr 15 00:44:37 UTC 2022 - Dirk M??ller <dmuel...@suse.com>
+
+- update to 2.14.0:
+  * Fix endianness on generating MD5 cache name
+  * Fix a typo in the description of FcWeightFromOpenTypeDouble
+  * fc-validate: returns an error code when missing some glyphs
+  * Fallback uuid-based name to read a cache if no MD5-based cache
+  * fc-cache: Show font directories to generate cache with -v
+  * Replace UUID file mechanism with per-directory 'map' attribute [v2]
+  * memleak fixes
+- drop fontconfig-do-not-remove-UUID-file.patch (obsolete)
+- add skip-network-test.patch
+
+-------------------------------------------------------------------

Old:
----
  fontconfig-2.13.1.tar.bz2
  fontconfig-do-not-remove-UUID-file.patch

New:
----
  fontconfig-2.14.0.tar.xz
  skip-network-test.patch

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

Other differences:
------------------
++++++ fontconfig.spec ++++++
--- /var/tmp/diff_new_pack.0c5jjp/_old  2022-05-01 18:53:25.055153439 +0200
+++ /var/tmp/diff_new_pack.0c5jjp/_new  2022-05-01 18:53:25.055153439 +0200
@@ -18,24 +18,25 @@
 
 Name:           fontconfig
 %define lname   libfontconfig1
-Version:        2.13.1
+Version:        2.14.0
 Release:        0
 Summary:        Library for Font Configuration
 License:        MIT
 Group:          System/Libraries
-URL:            http://fontconfig.org/
-Source0:        http://fontconfig.org/release/%{name}-%{version}.tar.bz2
+URL:            https://www.freedesktop.org/wiki/Software/fontconfig/
+Source0:        
https://www.freedesktop.org/software/fontconfig/release/fontconfig-%{version}.tar.xz
 Source4:        baselibs.conf
 Source5:        local.conf
-# PATCH-FIX-UPSTREAM fontconfig-do-not-remove-UUID-file.patch boo#1124816 
badshah...@gmail.com -- Removing .uuid files caused frequent rescanning of all 
system fonts causing intermittent CPU usage surges, for example, when browsing 
using firefox; patch taken from upstream commit
-Patch0:         fontconfig-do-not-remove-UUID-file.patch
+Patch1:         skip-network-test.patch
 BuildRequires:  automake >= 1.11
 BuildRequires:  gperf
 BuildRequires:  libtool
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(freetype2)
+BuildRequires:  pkgconfig(json-c)
 BuildRequires:  pkgconfig(uuid)
+BuildRequires:  python3-base
 Provides:       ipa-fonts-config = 003.02
 Obsoletes:      ipa-fonts-config < 003.02
 Provides:       IPA-fonts-config = 003.02
@@ -91,8 +92,7 @@
 fontconfig library.
 
 %prep
-%setup -q
-%patch0 -p1
+%autosetup -p1
 # use suse-specific doc path:
 find -name \*.1 -o -name \*.sgml -exec sed -i -e 
's/usr\/share\/doc\/fontconfig/usr\/share\/doc\/packages\/fontconfig/g' {} +
 

++++++ skip-network-test.patch ++++++
Index: fontconfig-2.14.0/test/Makefile.am
===================================================================
--- fontconfig-2.14.0.orig/test/Makefile.am
+++ fontconfig-2.14.0/test/Makefile.am
@@ -69,8 +69,6 @@ test_pthread_LDADD = $(top_builddir)/src
 # to meaningfully test anything, and we are not installed yet.
 #TESTS += test-pthread
 
-check_PROGRAMS += test-crbug1004254
-test_crbug1004254_LDADD = $(top_builddir)/src/libfontconfig.la
 # Disabling this for the same reason as above but trying to run in run-test.sh.
 #TESTS += test-crbug1004254
 endif

Reply via email to