From ad07df7675afb51d766715387198b0c22f9fa44c Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 09 2018 11:40:01 +0000 Subject: Release 2.10.5 Signed-off-by: Pierre-Yves Chibon --- diff --git a/mdapi.spec b/mdapi.spec index 16757bd..47d2a3d 100644 --- a/mdapi.spec +++ b/mdapi.spec @@ -1,5 +1,5 @@ Name: mdapi -Version: 2.10.4 +Version: 2.10.5 Release: 1%{?dist} Summary: A simple API to query the metadata of the repositories @@ -69,11 +69,15 @@ install -m 644 mdapi.service $RPM_BUILD_ROOT/%{_unitdir}/mdapi.service %changelog -* Fri Feb 09 2018 Pierre-Yves Chibon - 2.10.4-1 -- Update to 2.10.4 +* Fri Feb 09 2018 Pierre-Yves Chibon - 2.10.5-1 +- Update to 2.10.5 - Fix the srcpkg endpoint by making it search for a direct match before trying the sub-packages +* Fri Feb 09 2018 Pierre-Yves Chibon - 2.10.4-1 +- Update to 2.10.4 +- Fix the content_type header on JSONP output + * Wed Jan 10 2018 Pierre-Yves Chibon - 2.10.3-1 - Update to 2.10.3 - Always initialize the output variable diff --git a/setup.py b/setup.py index 8a19866..9d28c01 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ print(get_requirements()) setup( name='mdapi', description='A simple API to serve the package repository metadata', - version='2.10.4', + version='2.10.5', author='Pierre-Yves Chibon', author_email='pingou@pingoured.fr', maintainer='Pierre-Yves Chibon',