<feed xmlns='http://www.w3.org/2005/Atom'>
<title>aports/community/libvirt-glib, branch master</title>
<subtitle>Main aports tree
</subtitle>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/'/>
<entry>
<title>community/libvirt-glib: upgrade to 3.0.0</title>
<updated>2019-11-27T07:52:00+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2019-11-27T07:15:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b1d37db41fe92cc02fea9e6b8c0c67e1a3243c61'/>
<id>b1d37db41fe92cc02fea9e6b8c0c67e1a3243c61</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libvirt-glib: add missing libvirt-dev to depends_dev</title>
<updated>2019-09-11T19:31:52+00:00</updated>
<author>
<name>Rasmus Thomsen</name>
<email>oss@cogitri.dev</email>
</author>
<published>2019-09-11T19:19:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=83056c8edefcc811f798dda49546d4c3711b922b'/>
<id>83056c8edefcc811f798dda49546d4c3711b922b</id>
<content type='text'>
* Cleanup APKBUILD
* run tests
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Cleanup APKBUILD
* run tests
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libvirt-glib: upgrade to 2.0.0</title>
<updated>2018-12-15T09:24:33+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2018-12-15T09:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=b7d664771c9ce42da9fe0a6f55f1c4cf83bcf679'/>
<id>b7d664771c9ce42da9fe0a6f55f1c4cf83bcf679</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community: (Bulk change) Update source urls to https using HTTPS Everywhere</title>
<updated>2018-10-06T17:10:15+00:00</updated>
<author>
<name>J0WI</name>
<email>J0WI@users.noreply.github.com</email>
</author>
<published>2018-10-06T12:07:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=0ed5524b742b317bdcc9b7b26dd4033369e6c2f8'/>
<id>0ed5524b742b317bdcc9b7b26dd4033369e6c2f8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>[various]: unify names of licenses according to SPDX</title>
<updated>2017-12-30T20:05:50+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2017-12-30T18:04:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=63f5e7d295659a855709901ce22a3e5f40fce455'/>
<id>63f5e7d295659a855709901ce22a3e5f40fce455</id>
<content type='text'>
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
</pre>
</div>
</content>
</entry>
<entry>
<title>community/[various]: fix trailing whitespace</title>
<updated>2017-07-10T09:04:20+00:00</updated>
<author>
<name>tmpfile</name>
<email>tmpfile@users.noreply.github.com</email>
</author>
<published>2017-07-08T19:30:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=d1bbf07a534c7cd70cb28c748dad9a9e768f403b'/>
<id>d1bbf07a534c7cd70cb28c748dad9a9e768f403b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libvirt-glib: upgrade to 1.0.0 version</title>
<updated>2016-12-12T08:22:40+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-12-12T08:21:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=c328b26e4ff6a7009ac06050709912237c604ab1'/>
<id>c328b26e4ff6a7009ac06050709912237c604ab1</id>
<content type='text'>
* Added -lang subpackage
* Removed python bindings due to this commit:

2016-08-02  Daniel P. Berrange  &lt;berrange@redhat.com&gt;

        Delete the manually written python binding
        The python binding only supports python2, only supports
        1 single API in libvirt-glib and has not even been enabled
        in RPM builds since Fedora 15. Any distro these days should
        have gobject introspection and pygobject available, so
        there's no compelling reason to continue to have the python
        binding exist.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Added -lang subpackage
* Removed python bindings due to this commit:

2016-08-02  Daniel P. Berrange  &lt;berrange@redhat.com&gt;

        Delete the manually written python binding
        The python binding only supports python2, only supports
        1 single API in libvirt-glib and has not even been enabled
        in RPM builds since Fedora 15. Any distro these days should
        have gobject introspection and pygobject available, so
        there's no compelling reason to continue to have the python
        binding exist.
</pre>
</div>
</content>
</entry>
<entry>
<title>[various] rename dependency python-dev to python2-dev</title>
<updated>2016-10-26T17:47:14+00:00</updated>
<author>
<name>Jakub Jirutka</name>
<email>jakub@jirutka.cz</email>
</author>
<published>2016-10-26T16:18:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=af0c01ac63cfe01e0feb2f423efb822c93ba7e03'/>
<id>af0c01ac63cfe01e0feb2f423efb822c93ba7e03</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libvirt-glib: changed maintainership</title>
<updated>2016-07-26T08:12:14+00:00</updated>
<author>
<name>Francesco Colista</name>
<email>fcolista@alpinelinux.org</email>
</author>
<published>2016-07-26T08:12:14+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=55c528190f31edb6acd23731e3e24622793b5770'/>
<id>55c528190f31edb6acd23731e3e24622793b5770</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>community/libvirt-glib: upgrade to 0.2.3</title>
<updated>2016-02-24T09:33:57+00:00</updated>
<author>
<name>Natanael Copa</name>
<email>ncopa@alpinelinux.org</email>
</author>
<published>2016-02-24T08:49:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git-old.alpinelinux.org/aports/commit/?id=78f71e0350c5bc74c170adffe10f8277d591cb0c'/>
<id>78f71e0350c5bc74c170adffe10f8277d591cb0c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
