<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>



<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<h3>
Guido Günther pushed to branch debian/sid
at <a href="https://salsa.debian.org/libvirt-team/libosinfo">Libvirt Packaging Team / libosinfo</a>
</h3>
<h4>
Commits:
</h4>
<ul>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/a15586fd8f26dd10e13b8a523649f9240a8f817c">a15586fd</a></strong>
<div>
<span>by Daniel P. Berrange</span>
<i>at 2017-08-15T10:49:57Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Post-release version bump

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/b61be0405f678986ac344f414fa907af24670488">b61be040</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-16T09:12:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Switch from libsoup to libcurl

libsoup is used to check the validity of URLs in distributions in
osinfo-db; OTOH it supports only HTTP(S), so this limits the checks to
that protocol.

To overcome this limitation, switch to libcurl: while it requires
slightly more code to do the same task, it provides a bit more
flexibility, and support for other protocols.  No version check is
performed, since the APIs used are old enough.

Adapt also the README, and the packaging files.

Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/93c54a31a0c5ddd9bd2bf52fee1cce47038041fa">93c54a31</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-16T09:12:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Revert "tests: test-mediauris: skip non-http URLs"

Now that test-mediauris uses libcurl, it can handle protocols different
than http(s), like ftp, just fine.

This reverts commit 4c9c7185475a9739af51a9fc680e5b8a97055467.

Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/8a19e5195d8a90efcb95d1a40c7d1f2f324dab5a">8a19e519</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-16T09:12:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: test-mediauris: raise timeout to 5 minutes

With the growing amount of distros in osinfo-db, the test takes more
and more time to complete, hitting the 2 minutes timeout in case of any
network hiccup (or simply when a server takes more time to reply).

Hence, raise the timeout to 5 minutes, which ought to be enough now.

Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/641ded14d0d51c6e6918405f063617722bfbe7c5">641ded14</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2017-10-16T09:12:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">openbsd: add OpenBSD 6.0 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/1b6c5f27531ecf09be3f252eecbe6eefbc53c5ba">1b6c5f27</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2017-10-16T09:12:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">openbsd: add OpenBSD 6.1 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/593a20ae5ff1f1be9df55ce6538634921ff6480b">593a20ae</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2017-10-16T09:12:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">openbsd: add OpenBSD 6.2 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/5a7415524aab10d6ff1f3d6eb236e425947811b8">5a741552</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2017-10-18T09:02:27Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">openbsd: add OpenBSD 5.9 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/206a544582a37f4b016841bc6fa7962b87cece8a">206a5445</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-19T10:56:12Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: fix disabling of tests

Actually use the result of the configure switch --enable-tests, enabling
or disabling the tests accordingly.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/cc5be3aee94228cadef997667fe65a4fa6b760c4">cc5be3ae</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-19T10:56:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">build: make curl optional, and only for tests

Look for curl only when the tests are enabled, and as optional build
dependency.  If curl is missing, then the two network tests are not
built.  Also, limit the use of curl CFLAGS/LIBS only for the tests that
really need it.

As side result, it is possible to drop the curl BuildRequires from the
mingw spec, as it builds with --enable-tests=no.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/e51865ebb57d2a7ebf85cf3308f90400a6224b84">e51865eb</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-10-19T10:56:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: convert from check to the GLib testing framework

GLib has shipped a testing framework for many years already, so we can
make use of it, replacing the external "check".

The conversion only switches framework without changing the structure of
the tests, making use of the more appropriate assertion in the various
places.

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/0520470d919a135d2b35a9bc50f7d822df1d7849">0520470d</a></strong>
<div>
<span>by Roman Bogorodskiy</span>
<i>at 2017-10-20T08:34:39Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">freebsd: Add FreeBSD 10.4 isodata

Acked-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/f11a191cd61b0caf30a5081cc3274a7c122de7e8">f11a191c</a></strong>
<div>
<span>by Pavel Hrdina</span>
<i>at 2017-11-01T13:54:48Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: get the curl response code every time

This failed on FreeBSD with following error:

../../tests/test-mediauris.c:47:13: error: variable 'response_code' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]

Reviewed-by: Daniel P. Berrange <berrange@redhat.com>
Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/25a4aa0578c6eb477b70e29d84f9eee1c3797a6c">25a4aa05</a></strong>
<div>
<span>by Pavel Hrdina</span>
<i>at 2017-11-01T14:21:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: get the curl response code every time (more)

This failed on FreeBSD with following error:

../../tests/test-treeuris.c:47:13: error: variable 'response_code' is used uninitialized whenever 'if' condition is false [-Werror,-Wsometimes-uninitialized]

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/9955c547c5fb55b161ca4905b36dcf7710175524">9955c547</a></strong>
<div>
<span>by Debarshi Ray</span>
<i>at 2017-11-06T13:40:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Marginally simplify the code to create and run a GMainLoop

Even though g_main_loop_new accepts a is_running parameter, it isn't
very important since g_main_loop_run will set it to TRUE anyway. There
is no requirement that it should be set before calling g_main_loop_run.
The vast majority of GMainLoop users simply ignore the is_running
parameter unless they are doing something out of the ordinary.
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/75c19ba9db56fd5b760f165f654629ac4b9e92ca">75c19ba9</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2017-11-06T13:40:26Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Add test case for Windows 10 1709 builds

These are currently missing from osinfo-db

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>

https://bugzilla.redhat.com/show_bug.cgi?id=1509387
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/862b8c4b3f3d7d5fb60fc1173319befe4a9b3df9">862b8c4b</a></strong>
<div>
<span>by Zeeshan Ali</span>
<i>at 2017-11-22T18:10:17Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Drop redundant 'const' keyword from object parameters

Use of 'const' parameter on object parameters is redundant, inconsistent
(both internally and against other GObject libraries) and currently breaks
the low-level Rust binding generator:

https://github.com/gtk-rs/glib/pull/249

Signed-off-by: Zeeshan Ali <zeeshan@kinvolk.io>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/af47d32b4205da10da2588cc4a6535685c98a7f4">af47d32b</a></strong>
<div>
<span>by Pino Toscano</span>
<i>at 2017-11-29T17:07:05Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">ubuntu: add Ubuntu 17.10 test data

Signed-off-by: Pino Toscano <ptoscano@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/03f4b905e906772f09e0f0b7e5c959e233a9f244">03f4b905</a></strong>
<div>
<span>by Daniel P. Berrange</span>
<i>at 2017-12-04T16:45:30Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Refresh translations from zanata

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/4ba5728daaf37d5dcda7f55fe77d5ff43758ffc6">4ba5728d</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2018-01-15T12:07:00Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test-isodetect: Improve error message on detection failures

Since the switch to the GTest framework, when the test suite fails to
identify an ISO, the error message is:
ERROR:test-isodetect.c:359:test_one: 'matched' should be TRUE
while it used to be the much more explicit:
ERROR **: ISO alpine-extended-3.7.0_rc2-x86_64.iso.txt was not matched by OS alpinelinux3.7

This commit readds the explicit message on this particular failure.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/7c3ad86612e4d1a1b5c1ff9c1baab03a6f97ffe3">7c3ad866</a></strong>
<div>
<span>by Felipe Borges</span>
<i>at 2018-02-14T12:34:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">freedos: add freedos 1.2 test data
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/fd208b4331eda59a903eb1c5ca4e3d19a1a6f6a6">fd208b43</a></strong>
<div>
<span>by Felipe Borges</span>
<i>at 2018-02-15T08:52:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">opensuse: add OpenSUSE Leap 42.3 test data
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/24440199648412b67e11fc4625310cec9e4cbb82">24440199</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2018-02-16T10:25:38Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">NetBSD: add NetBSD 6.x and 7.x tests isodata

Based on a patch from Vicente Chaves de Melo <vchaves@ymail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/da9e4887e90f89f18e7003a01cdced521db8e495">da9e4887</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2018-02-19T09:12:01Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">test-isodetect: Iterate over all isodata/ subdirs

When adding support for a new vendor, test-isodetect.c needs to be
updated to list it, which is too easy to forget.
This commit iterates over subdirs in tests/isodata/ and uses these as
the vendors to test for. This means no further modification of
test-isodetect.c is needed when adding a new vendor.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/6103f7fa0c7942cc00792890e4c7e149ab58ac25">6103f7fa</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2018-02-23T11:34:29Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">m4: turn off -Wfunction-cast-type warning flag from gcc8

GCC 8 adds -Wfunction-cast-type to -Wextra, but this breaks when using
G_DEFINE_TYPE which does so called "bad" function casts.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/ec4fb5884896a96811130416447f60dc62aa9637">ec4fb588</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2018-03-11T17:41:04Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Remove calls to g_log_set_always_fatal()

All tests call that method because they want g_warning() to be fatal.
Since the switch to GTest, this is no longer necessary as this is the
default  behaviour.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/e6e330240562a01d25cf8fc02dd0e7fb262d4900">e6e33024</a></strong>
<div>
<span>by Felipe Borges</span>
<i>at 2018-03-11T19:41:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">pop_os: add Pop!_OS test data

Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/77d71d082a264b33bd4539868efb68c66f4be8b8">77d71d08</a></strong>
<div>
<span>by Felipe Borges</span>
<i>at 2018-03-11T19:41:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">windows: add win2k16 test data

Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/0339830828b7ba42201d2d41ceef92ecf1b6c0c3">03398308</a></strong>
<div>
<span>by Charles Arnold</span>
<i>at 2018-03-11T19:41:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">sles: add SLE12 SP3 ISO Information

Add SLE12 SP3 ISO Information

Signed-off-by: Charles Arnold <carnold@suse.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/d3acf865947b6ec1eef226b86f49f781b0b19ac6">d3acf865</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2018-03-11T19:41:51Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fedora: add Fedora 27 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/55504f7cfec313cdf59e479fae6a2abbe90b6527">55504f7c</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2018-03-18T19:27:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fedora27: Add Atomic Workstation isodata

Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/aa06a8b2905f7ee488b1215e35e486cd36c2df26">aa06a8b2</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2018-03-18T19:30:53Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">loader: process files in alphabetical order

Currently when loading DB files we process them in whatever order
readdir() returns them in, which is often inode order. This makes the
order of loading files non-deterministic across installs, and if there
are ambiguities in the data, we can in turn get different results.
eg ISO images match different OS entries depending on load order.

Alphabetically sorting the files doesn't remove any ambiguity that
may exist, but at least gives us consistent results on every host.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/f0b543006f9f5e14b0b2aeba3832aa62d15e9128">f0b54300</a></strong>
<div>
<span>by Vincent</span>
<i>at 2018-04-10T09:39:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">asianux: add Asianux isodata

Signed-off-by: Vincent <vincent.dao@asianux.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/1a9077769816ba47567f7a2481cc7c3e6b4bc7ff">1a907776</a></strong>
<div>
<span>by Natanael Copa</span>
<i>at 2018-04-10T09:39:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">alpinelinux: add Alpine Linux isodata

Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/ab3f78d873271283c41415e6dcd18a8cb02da81d">ab3f78d8</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2018-04-10T09:39:59Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">openbsd: add OpenBSD 6.3 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/f7d8a08908b094623e5e9d7b09f721193e27386b">f7d8a089</a></strong>
<div>
<span>by Christophe Fergeau</span>
<i>at 2018-04-10T10:36:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">loader: Fix leak in osinfo_loader_find_files()

'tmp' is used to iterate over the list of files, so it will be NULL at
the end of the iteration, and g_list_free() will be a no-op.
The initial list is stored in 'children', so free that instead.

Signed-off-by: Christophe Fergeau <cfergeau@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/fb26c24a0594b7e8a77f299b8ec9301e1975176b">fb26c24a</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-04-23T22:49:37Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">opensuse-42.3: Add "Network Image" isodata

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Charles Arnold <carnold@suse.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/74dcc9b46ea45964695f80bde763e21457c6ff29">74dcc9b4</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-04-23T22:50:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tumbleweed: Add "Network Image" isodata

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Charles Arnold <carnold@suse.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/3182ab0ef0d3cf2ad2915c8fb7c0f613b759a03b">3182ab0e</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-04-23T22:50:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tumbleweed: Add "Kubic DVD/USB Stick" isodata

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Charles Arnold <carnold@suse.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/917ade1ca87b6d90effd4c04cc8268a7417f9aeb">917ade1c</a></strong>
<div>
<span>by Felipe Borges</span>
<i>at 2018-05-02T17:51:32Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rhel: Add RHEL 7.5 isodata

Signed-off-by: Felipe Borges <feborges@redhat.com>
Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/106d869073ae2a3238010d9bfc9280f2da518075">106d8690</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-04T14:22:13Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">rhel: Fix isodata for RHEL 7.5 on ppc64le

There is a spurious empty line at the end of the file that
causes 'make syntax-check' to fail with:

  [...]
  tests/isodata/rhel/rhel7.5/RHEL-7.5-20180322.0-Server-ppc64le-dvd1.iso.txt
  maint.mk: empty line(s) or no newline at EOF
  make: *** [maint.mk:927: sc_prohibit_empty_lines_at_EOF] Error 1

Get rid of it to solve the issue.

See also

  https://ci.centos.org/view/libvirt/job/libosinfo-master-syntax-check/123/

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/fbfd66ba0fb1f8b7da6055c4a61a73448003d5f1">fbfd66ba</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-08T13:41:56Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">maint: Rename autobuild.sh to prepare-release.sh

The script was originally used by the Test::AutoBuild
project to perform periodic automatic builds; however, that
effort has been abandoned a long time ago, and these days
libosinfo CI builds are happening on the Jenkins-based
CentOS CI environment under the libvirt umbrella[1], where
build recipes are maintained separately from the projects
themselves.

The script is still used to prepare releases, so it can't
be dropped from the repository: rename it so that its
purpose is more clearly communicated instead.

[1] https://ci.centos.org/view/libvirt/

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/d829b942c3faeaff0a71a068fa514dbd0fbeb294">d829b942</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-08T13:42:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">prepare-release: Drop references to Test::AutoBuild

They are misleading, and no longer relevant anyway.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/25b5bc35601cba6f279af13df4ba4ad7390546ab">25b5bc35</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-08T13:42:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">spec: Drop %{extra_release}

It was mainly meant to be used for automatic builds through
Test::AutoBuild, so it can be removed now.

Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/ca57ccbda2f09d8e5bc2a75277c21e12bfa1947b">ca57ccbd</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2018-05-08T13:42:15Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">configure: fix HAVE_CURL conditional on Win32

AM_CONDITIONAL lines must always be executed, but HAVE_CURL was inside
an "if ...", which caused configure to fail when run on Win32.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/5e25cf65147aadec1311ce808b6965768dc538f3">5e25cf65</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-10T08:57:46Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">autogen: Don't hardcode --enable-gtk-doc

The usual behavior is for configure to detect the availability
of gtk-doc, along with other optional features, and only enable
it if found.

Hardcoding it this way is causing issues for MinGW builds,
where pkg-config is looking in the MinGW-specific paths and
can't locate the native gtk-doc.pc file, thus concluding
gtk-doc must not be present and aborting the build altogether
instead of simply skipping API reference generation.

Both 'make distcheck' (through the DISTCHECK_CONFIGURE_FLAGS
variable) and the prepare-release.sh script are already
enforcing the availability of gtk-doc when preparing releases,
so it's safe to use the default behavior for regular builds.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/481c3a32d9ae0f3bfae643261e4451dd352ce808">481c3a32</a></strong>
<div>
<span>by Andrea Bolognani</span>
<i>at 2018-05-12T10:20:09Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tools: Fix compilation with Clang 6

Clang 6 doesn't like the way the last item in a GOptionEntry
array is initialized:

  ../../tools/osinfo-install-script.c:87:12: error: missing field
  'short_name' initializer [-Werror,-Wmissing-field-initializers]
      { NULL }
             ^
  1 error generated.
  gmake[2]: *** [Makefile:540: osinfo-install-script.o] Error 1
  gmake[2]: *** Waiting for unfinished jobs....
  ../../tools/osinfo-detect.c:104:12: error: missing field
  'short_name' initializer [-Werror,-Wmissing-field-initializers]
      { NULL }
             ^
  1 error generated.
  gmake[2]: *** [Makefile:540: osinfo-detect.o] Error 1

Fix the issue by using the { 0 } initializer instead.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/fce354879020ae36e8ea716666f7f85eb07c73be">fce35487</a></strong>
<div>
<span>by Pierre-Alain TORET</span>
<i>at 2018-05-12T15:34:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">netbsd: Add NetBSD 7.1.2 isodata

Signed-off-by: Pierre-Alain TORET <pierre-alain.toret@protonmail.com>
Reviewed-by: Fabiano Fidêncio <fabiano@fidencio.org>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/e65cd1da9ed93eb581057983195c830ba9813203">e65cd1da</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-05-14T12:34:25Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">fedora: Add f28 isodata

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/6a88a78143699331453782816391dffc3bd06bbc">6a88a781</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-05-31T19:18:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">tests: Add test-os-resources

test-os-resources has been written to avoid bug as having minimum
resources greater than the recommended resources in osinfo-db.

This problem was exposed by RHEL/CentOS data files, which caused some
really bad UI effect in clientes using those two attributes (as GNOME
Boxes).

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/2f4ab3f4054e168f513825f38fcdf108add88b02">2f4ab3f4</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-05-31T19:18:35Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">opensuse: Add Leap 15.0 isodata

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Christophe Fergeau <cfergeau@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/ba054e4e6b7ad080ce65b91158e00ea52519c33d">ba054e4e</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-06-07T20:43:20Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">syms: Fix identation of 0.2.13 symbols

When adding the symbols for LIBOSINFO_0.2.13 I mistakenly added the
symbols not respecting default identation used (1 tab) and ended up
using 4 spaces instead.

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/cf8274334643240fe6864c8f8daa1da6a6af6a13">cf827433</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-06-07T20:43:23Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">syms: Add missing "global" on 0.2.[7-10] versions

Reported-by: Michal Privoznik <mprivozn@redhat.com>
Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/545c695b8fa306eed424923c2c5358d13d9e161c">545c695b</a></strong>
<div>
<span>by Fabiano Fidêncio</span>
<i>at 2018-06-12T13:42:06Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">silverblue: Move isodata to its own folder

Signed-off-by: Fabiano Fidêncio <fabiano@fidencio.org>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/24f879d684c3b8e9c6ab9bfc98e67f9098bbe6ad">24f879d6</a></strong>
<div>
<span>by Daniel P. Berrangé</span>
<i>at 2018-06-20T09:40:14Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update NEWS for 1.2.0 release

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/49bc9c89757109583ac6e256ab94187f74c43cd2">49bc9c89</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T07:23:19Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: swith VCS-* URLs to salsa
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/91628ff3938a2f933291ea96eb2491107dd7afe2">91628ff3</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T07:26:11Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">New upstream version 1.2.0</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/005c7b1921a428ea90407bc9b77041d96bd9ae18">005c7b19</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T07:29:08Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Update upstream source from tag 'upstream/1.2.0'

Update to upstream version '1.2.0'
with Debian dir b6105ac80290aeea01b9a2a3584fa090c084cb47
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/7fb3006f71f6f84e494fc90429db13a0e0fed262">7fb3006f</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T07:29:33Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Drop build-dep libsoup-gnome-2.4

Thanks: Jeremy Bicha
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/32aea21024b53d2ec32a251b6e4f8dfcad0c50c1">32aea210</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T07:45:22Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Switch to priority optional
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/7969c694901c9882b300c254416302b8540ce268">7969c694</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T08:00:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/copyright: Avoid duplicate license paragraph
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/e9e08534c425bf2f8e4d06e309e99928575f2819">e9e08534</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T08:00:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Bump standards version
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/2ba6951e251b9ea5316851c70b5b875f251ee6d8">2ba6951e</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T08:00:02Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">debian/copyright: Fix upstream URL

Project moved to gitlab.

Thanks: Jeremy Bicha
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/ecacfc85aec3fd5a6d286fff76159e3f6edfda51">ecacfc85</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T08:00:36Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">d/control: Move l10n package to localization section
</pre>
</li>
<li>
<strong><a href="https://salsa.debian.org/libvirt-team/libosinfo/commit/dbf122263cdd1778d74779f037e96df521730a76">dbf12226</a></strong>
<div>
<span>by Guido Günther</span>
<i>at 2018-09-17T08:00:55Z</i>
</div>
<pre class="commit-message" style="white-space: pre-wrap; margin: 0;">Document changes and release 1.2.0-1
</pre>
</li>
</ul>
<h4>30 changed files:</h4>
<ul>
<li class="file-stats">
<a href="#dad57a4c245a8007c90257aef0514c8b6a0f600c">
AUTHORS
</a>
</li>
<li class="file-stats">
<a href="#00fe7828d56d7a3ee4030d6cea057cf13f50e70c">
ChangeLog
</a>
</li>
<li class="file-stats">
<a href="#d5b4de16d947214ec306bd57bed1bd23a939b5f9">
Makefile.am
</a>
</li>
<li class="file-stats">
<a href="#4faecea6d9857941b442698cdcbd38a141ff746e">
Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#9f621eb5fd3bcb2fa5c7bd228c9b1ad42edc46c8">
NEWS
</a>
</li>
<li class="file-stats">
<a href="#69e27356ef629022720d868ab0c0e3394775b6c1">
README
</a>
</li>
<li class="file-stats">
<a href="#9ab3868b23ed5d5a6e12ef902049902556fa4009">
aclocal.m4
</a>
</li>
<li class="file-stats">
<a href="#02f58ff5433afbcf55cfacfd6c7b0dc1baa7903b">
build-aux/compile
</a>
</li>
<li class="file-stats">
<a href="#8cbe094bf978d45be0e672d250a749c19f074974">
build-aux/config.guess
</a>
</li>
<li class="file-stats">
<a href="#15ce009d03363d0ccb8a7eca612b6726644d04bd">
build-aux/config.sub
</a>
</li>
<li class="file-stats">
<a href="#8d318f7c4a596b96463a3028ee631c8fcce1eeca">
build-aux/depcomp
</a>
</li>
<li class="file-stats">
<a href="#6d4cdfcd21d2faca8a0c316fcd43b81a4c963614">
build-aux/install-sh
</a>
</li>
<li class="file-stats">
<a href="#50827a0071b8876797fc02b51616e16cebe84b8e">
build-aux/ltmain.sh
</a>
</li>
<li class="file-stats">
<a href="#a2f82ae7481a21eea5338a2edb7a3f58e490410f">
build-aux/missing
</a>
</li>
<li class="file-stats">
<a href="#e5ded3ffcbf4000d71d4b48bc68f52cd2b4d236c">
build-aux/test-driver
</a>
</li>
<li class="file-stats">
<a href="#09be8533ff0a6ee5d577f971145ed449399fcda4">
configure
</a>
</li>
<li class="file-stats">
<a href="#87db583be5c13c1f7b3c958b10e03d67b6a2ca06">
configure.ac
</a>
</li>
<li class="file-stats">
<a href="#9c96da0e9f91d7d8937b69b524702c106258f0d1">
debian/changelog
</a>
</li>
<li class="file-stats">
<a href="#58ef006ab62b83b4bec5d81fe5b32c3b4c2d1cc2">
debian/control
</a>
</li>
<li class="file-stats">
<a href="#adb7f75f79e3bb85eb62912a2904c5d24af878fb">
debian/copyright
</a>
</li>
<li class="file-stats">
<a href="#3e7acde3255906e7984161fde76813e4a69730c7">
docs/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#4ea63138013b523021d13ae8cdab67b4202616cf">
docs/reference/Libosinfo-sections.txt
</a>
</li>
<li class="file-stats">
<a href="#eaa6457f562fa394ac657118f8e3dd2cb1a0bd01">
docs/reference/Makefile.in
</a>
</li>
<li class="file-stats">
<a href="#9166f513e553c2071447c56fd33c415de67283c1">
docs/reference/html/Libosinfo-osinfo-enum-types.html
</a>
</li>
<li class="file-stats">
<a href="#56d6877988930d58a7a4f74a2663e9d38ad6d0af">
docs/reference/html/Libosinfo-osinfo-version.html
</a>
</li>
<li class="file-stats">
<a href="#754571d38782c8ca0633649c38587b151ea48718">
docs/reference/html/OsinfoAvatarFormat.html
</a>
</li>
<li class="file-stats">
<a href="#71778d34d8036fe486a678b9a810738bdd8a45ef">
docs/reference/html/OsinfoDatamap.html
</a>
</li>
<li class="file-stats">
<a href="#6359df7b36646687460f7943a7b1bc9a25fad647">
docs/reference/html/OsinfoDatamapList.html
</a>
</li>
<li class="file-stats">
<a href="#3216a290795440e78481aad8b0cd715aa3a4b131">
docs/reference/html/OsinfoDb.html
</a>
</li>
<li class="file-stats">
<a href="#1181e9658ac7aec5eac06f60e003178b4939bf8e">
docs/reference/html/OsinfoDeployment.html
</a>
</li>
</ul>
<h5>The diff was not included because it is too large.</h5>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777;">

<br>
<a href="https://salsa.debian.org/libvirt-team/libosinfo/compare/27a4fe09d4821dd6f89e479ff11316e2714adcc0...dbf122263cdd1778d74779f037e96df521730a76">View it on GitLab</a>.
<br>
You're receiving this email because of your account on salsa.debian.org.
If you'd like to receive fewer emails, you can
adjust your notification settings.

</p>
</div>
</body>
</html>