{% extends 'layout.html' %} {% block container %} {% include 'search.html' %}

Comparison between releases {{ data.rel }} and Mageia cauldron

This page compares the packages present in {{ data.rel }} with those in {{ data.config.distribution.cauldron }}, the development release. It can be customized by using the filters available at the top of the page.


Legend: added in {{ data.config.distribution.cauldron }} being tested: same version as in {{ data.config.distribution.cauldron }} same version in {{ data.config.distribution.cauldron }} newer version in {{ data.config.distribution.cauldron }} backported older version in {{ data.config.distribution.cauldron }} dropped from {{ data.config.distribution.cauldron }}

{{ data.links |safe}}
{% for label in data.rpms.index %} {% if label != "classes" and "Summary" not in label %} {% endif %} {% endfor %} {% for rpm in data.rpms %} {% for label in data.rpms.index %} {% if "Summary" not in label and label != "classes" %} {% endif %} {% endfor %} {% endfor %}
Name{{ label }}
{{ rpm }} {{ data.rpms.at['Summaryrelease',rpm] }}{{ data.rpms.at[label, rpm] }}
{{ data.links |safe}}
{% endblock %}