From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] glib2: Update to 2.75.3 Date: Wed, 22 Feb 2023 15:38:36 +0000 Message-ID: <6AF3229D-B4E9-4667-947A-940F66CF0F73@ipfire.org> In-Reply-To: <20230222115802.745810-1-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0606056790998812508==" List-Id: --===============0606056790998812508== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Shouldn=E2=80=99t pkg-config automatically include this? Is there a problem with this? > On 22 Feb 2023, at 11:58, Stefan Schantl wrot= e: >=20 > glib2-devel: Add dependency to zlib-devel > because GIO-2.0 requires this. >=20 > Signed-off-by: Stefan Schantl > --- > glib2/glib2.nm | 9 +++++++-- > 1 file changed, 7 insertions(+), 2 deletions(-) >=20 > diff --git a/glib2/glib2.nm b/glib2/glib2.nm > index d0e6e3bbd..6d55a4f7a 100644 > --- a/glib2/glib2.nm > +++ b/glib2/glib2.nm > @@ -4,8 +4,8 @@ > ###########################################################################= #### >=20 > name =3D glib2 > -ver_major =3D 2.74 > -ver_minor =3D 2 > +ver_major =3D 2.75 > +ver_minor =3D 3 > version =3D %{ver_major}.%{ver_minor} > release =3D 1 > thisapp =3D glib-%{version} > @@ -65,6 +65,11 @@ packages >=20 > package %{name}-devel > template DEVEL > + > + requires > + # GIO-2.0 requires zlib.h > + zlib-devel > + end > end >=20 > package %{name}-debuginfo > --=20 > 2.30.2 >=20 --===============0606056790998812508==--