From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Schantl To: development@lists.ipfire.org Subject: [PATCH] glib2: Update to 2.50.1 Date: Fri, 21 Oct 2016 13:47:22 +0200 Message-ID: <1477050442-11755-1-git-send-email-stefan.schantl@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============8938185814719684372==" List-Id: --===============8938185814719684372== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable This is a major update to the latest stable version of glib2. * Drop SELinux support. Fixes #11208. Signed-off-by: Stefan Schantl --- glib2/glib2.nm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/glib2/glib2.nm b/glib2/glib2.nm index 444a2d1..26ad237 100644 --- a/glib2/glib2.nm +++ b/glib2/glib2.nm @@ -4,8 +4,8 @@ ############################################################################= ### =20 name =3D glib2 -ver_major =3D 2.48 -ver_minor =3D 0 +ver_major =3D 2.50 +ver_minor =3D 1 version =3D %{ver_major}.%{ver_minor} release =3D 1 thisapp =3D glib-%{version} @@ -31,14 +31,13 @@ build requires gettext libffi-devel - libselinux-devel + libmount-devel pcre-devel pkg-config zlib-devel end =20 configure_options +=3D \ - --sysconfdir=3D/etc \ --with-pcre=3Dsystem =20 install_cmds --=20 2.7.4 --===============8938185814719684372==--