rpm-software-management / librepo

A library providing C and Python (libcURL like) API for downloading packages and linux repository metadata in rpm-md format
http://rpm-software-management.github.io/librepo/
GNU Lesser General Public License v2.1
75 stars 91 forks source link

Bump glib version #270

Closed fd00 closed 1 year ago

fd00 commented 1 year ago

The GLib URI functions referenced in librepo/handle.c have been added since version 2.66.

Therefore, cmake should check if glib-2.0 is version 2.66 or later.

jrohel commented 1 year ago

You're right. Thank you for the fix.