[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/experimental] 3 commits: Simplify and improve watch file
Guido Günther
gitlab at salsa.debian.org
Mon May 6 12:09:19 BST 2019
Guido Günther pushed to branch debian/experimental at Libvirt Packaging Team / libvirt
Commits:
6a2eae34 by Andrea Bolognani at 2019-05-06T11:03:34Z
Simplify and improve watch file
More specifically:
* update to version 4;
* split URL and pattern into separate lines;
* use pgpmode=auto instead of having an explicit
pgpsigurlmangle rule;
* simplify uversionmangle rule by making parts of the
pattern non capturing, thus eliminating the need to
clean up stray dots after the fact.
- - - - -
641e5327 by Guido Günther at 2019-05-06T11:04:22Z
New upstream version 5.3.0
- - - - -
b27cb9af by Guido Günther at 2019-05-06T11:08:24Z
Update upstream source from tag 'upstream/5.3.0'
Update to upstream version '5.3.0'
with Debian dir 097597d1a3bef60da8d6b305969cbcd034a5600b
- - - - -
9 changed files:
- NEWS
- debian/changelog
- debian/watch
- docs/news.html
- docs/news.html.in
- docs/news.xml
- libvirt.spec
- libvirt.spec.in
- src/qemu/qemu.conf
Changes:
=====================================
NEWS
=====================================
@@ -1,7 +1,7 @@
libvirt releases
================
-# v5.3.0 (unreleased)
+# v5.3.0 (2019-05-04)
* New features
=====================================
debian/changelog
=====================================
@@ -1,6 +1,6 @@
-libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
+libvirt (5.3.0-1~1.gbp7b1637) UNRELEASED; urgency=medium
- ** SNAPSHOT build @4cfe98a3b7e3a5108335277cecb407a9aff8d248 **
+ ** SNAPSHOT build @7b1637605da9224c46ebf3a243fa725d643e7556 **
[ Guido Günther ]
* [fb43676] d/control: Drop dh-autoreconf build-dep.
@@ -8,6 +8,7 @@ libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
* [81d21d5] d/not-installed: Use multi-arch dirs.
Files moved during the dh12 switch.
* [428ad14] New upstream version 5.3.0~rc2
+ * [641e532] New upstream version 5.3.0
[ Christian Ehrhardt ]
* [c28c3b3] d/libvirt0.install: install translations
@@ -17,7 +18,10 @@ libvirt (5.3.0~rc2-1~1.gbp4cfe98) UNRELEASED; urgency=medium
* [f19acf6] d/libvirt-daemon-system.install: ship libxl-sanlock.conf
(Closes: #919484)
- -- Guido Günther <agx at sigxcpu.org> Fri, 03 May 2019 10:06:18 +0200
+ [ Andrea Bolognani ]
+ * [6a2eae3] Simplify and improve watch file.
+
+ -- Guido Günther <agx at sigxcpu.org> Mon, 06 May 2019 13:06:27 +0200
libvirt (5.2.0-2) experimental; urgency=medium
=====================================
debian/watch
=====================================
@@ -1,4 +1,4 @@
-version=3
-
-opts="uversionmangle=s/\.-rc/~rc/;s/\.+$//,pgpsigurlmangle=s/$/.asc/" \
- https://libvirt.org/sources/libvirt-([\d\.]+)(-rc\d)?\.tar\.[gx]z
+version=4
+opts="uversionmangle=s/-rc/~rc/,pgpmode=auto" \
+https://libvirt.org/sources/ \
+ ^libvirt-((?:[\d\.]+)(?:-rc\d)?)\.tar\.[gx]z$
=====================================
docs/news.html
=====================================
@@ -6,7 +6,7 @@
Do not edit this file. Changes will be lost.
-->
<!--
- This page was generated at Tue Apr 30 19:16:44 UTC 2019.
+ This page was generated at Sat May 4 17:55:24 UTC 2019.
-->
<head>
<meta charset="UTF-8"/>
@@ -34,7 +34,7 @@
<a href="https://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
</p>
<h3>
- <strong>v5.3.0 (unreleased)</strong>
+ <strong>v5.3.0 (2019-05-04)</strong>
</h3>
<ul>
<li>
=====================================
docs/news.html.in
=====================================
@@ -12,7 +12,7 @@
<h1>Releases</h1><p>This is the list of official releases for libvirt, along with an
overview of the changes introduced by each of them.</p><p>For a more fine-grained view, use the
<a href="https://libvirt.org/git/?p=libvirt.git;a=log">git log</a>.
- </p><h3><strong>v5.3.0 (unreleased)</strong></h3><ul><li><strong>New features</strong><ul><li>
+ </p><h3><strong>v5.3.0 (2019-05-04)</strong></h3><ul><li><strong>New features</strong><ul><li>
qemu: Add support for setting the emulator scheduler parameters
<br/>
I/O threads and vCPU threads already support setting schedulers, but
=====================================
docs/news.xml
=====================================
@@ -33,7 +33,7 @@
-->
<libvirt>
- <release version="v5.3.0" date="unreleased">
+ <release version="v5.3.0" date="2019-05-04">
<section title="New features">
<change>
<summary>
=====================================
libvirt.spec
=====================================
@@ -216,14 +216,14 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: 5.3.0
-Release: 0rc2%{?dist}%{?extra_release}
+Release: 1%{?dist}
License: LGPLv2+
URL: https://libvirt.org/
%if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
%define mainturl stable_updates/
%endif
-Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.xz
+Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-config-network = %{version}-%{release}
=====================================
libvirt.spec.in
=====================================
@@ -216,14 +216,14 @@
Summary: Library providing a simple virtualization API
Name: libvirt
Version: @VERSION@
-Release: 0rc2%{?dist}%{?extra_release}
+Release: 1%{?dist}
License: LGPLv2+
URL: https://libvirt.org/
%if %(echo %{version} | grep -q "\.0$"; echo $?) == 1
%define mainturl stable_updates/
%endif
-Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}-rc2.tar.xz
+Source: https://libvirt.org/sources/%{?mainturl}libvirt-%{version}.tar.xz
Requires: libvirt-daemon = %{version}-%{release}
Requires: libvirt-daemon-config-network = %{version}-%{release}
=====================================
src/qemu/qemu.conf
=====================================
@@ -740,6 +740,14 @@
# Location of master nvram file
#
+# This configuration option is obsolete. Libvirt will follow the
+# QEMU firmware metadata specification to automatically locate
+# firmware images. See docs/interop/firmware.json in the QEMU
+# source tree. These metadata files are distributed alongside any
+# firmware images intended for use with QEMU.
+#
+# ------------------------------------------
+#
# When a domain is configured to use UEFI instead of standard
# BIOS it may use a separate storage for UEFI variables. If
# that's the case libvirt creates the variable store per domain
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/b11f447d553f7f51c2034c4105440e3a089e559d...b27cb9af2c340896cb92f6c97d7ec09c4bda88bb
--
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/compare/b11f447d553f7f51c2034c4105440e3a089e559d...b27cb9af2c340896cb92f6c97d7ec09c4bda88bb
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-libvirt-commits/attachments/20190506/216ae69f/attachment-0001.html>
More information about the Pkg-libvirt-commits
mailing list