Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package gd for openSUSE:Factory checked in 
at 2023-03-01 16:13:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gd (Old)
 and      /work/SRC/openSUSE:Factory/.gd.new.31432 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gd"

Wed Mar  1 16:13:43 2023 rev:58 rq:1068214 version:2.3.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/gd/gd.changes    2021-10-01 22:28:57.705363889 
+0200
+++ /work/SRC/openSUSE:Factory/.gd.new.31432/gd.changes 2023-03-01 
16:13:48.722525326 +0100
@@ -1,0 +2,10 @@
+Tue Feb 28 15:04:29 UTC 2023 - pgaj...@suse.com
+
+- add %bcond for avif
+
+-------------------------------------------------------------------
+Mon Feb 27 09:14:03 UTC 2023 - pgaj...@suse.com
+
+- fix dejavu fonts package name in BR
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ gd.spec ++++++
--- /var/tmp/diff_new_pack.HHNqkt/_old  2023-03-01 16:13:50.210533021 +0100
+++ /var/tmp/diff_new_pack.HHNqkt/_new  2023-03-01 16:13:50.214533041 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package gd
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2023 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,6 +16,8 @@
 #
 
 
+%bcond_without avif
+
 %define prjname libgd
 %define lname libgd3
 Name:           gd
@@ -33,15 +35,17 @@
 # could be upstreamed
 Patch3:         gd-aliasing.patch
 # needed for tests
-BuildRequires:  dejavu
+BuildRequires:  dejavu-fonts
 BuildRequires:  libjpeg-devel
 BuildRequires:  libpng-devel
 BuildRequires:  pkgconfig
 BuildRequires:  pkgconfig(fontconfig)
 BuildRequires:  pkgconfig(freetype2)
+%if %{with avif}
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
 BuildRequires:  pkgconfig(libavif)
 %endif
+%endif
 BuildRequires:  pkgconfig(libtiff-4)
 BuildRequires:  pkgconfig(libwebp)
 BuildRequires:  pkgconfig(xpm)
@@ -108,9 +112,11 @@
        --with-xpm \
         --enable-gd-formats=yes \
        --with-webp \
+%if %{with avif}
 %if 0%{?suse_version} >= 1550 || 0%{?sle_version} > 150300
        --with-avif \
 %endif
+%endif
        --with-zlib \
        --disable-static
 %make_build

Reply via email to