[Pkg-libvirt-commits] [Git][libvirt-team/libvirt][debian/latest] 6 commits: changelog: Create entry for 9.3.0-1

Andrea Bolognani (@abologna) gitlab at salsa.debian.org
Thu May 4 22:51:38 BST 2023



Andrea Bolognani pushed to branch debian/latest at Libvirt Packaging Team / libvirt


Commits:
9e313566 by Andrea Bolognani at 2023-05-04T22:45:39+02:00
changelog: Create entry for 9.3.0-1

Gbp-Dch: Ignore

- - - - -
a96243b5 by Andrea Bolognani at 2023-05-04T22:47:15+02:00
symbols: Bump symbol versions

No new public symbols.

Gbp-Dch: Ignore

- - - - -
038a806e by Andrea Bolognani at 2023-05-04T22:48:12+02:00
patches: Refresh patches

Gbp-Dch: Ignore

- - - - -
0d6cff13 by Andrea Bolognani at 2023-05-04T22:52:36+02:00
libvirt-l10n: Install Romanian (ro) locale

Gbp-Pq: Ignore

- - - - -
3b3df096 by Andrea Bolognani at 2023-05-04T23:05:43+02:00
copyright: Update path for keycodemapdb

While at it, make the pattern more generic, since the license
terms apply to the entire subproject rather than a single
script.

Gbp-Dch: Ignore

- - - - -
ef50c8c7 by Andrea Bolognani at 2023-05-04T23:07:33+02:00
Document changes and release 9.3.0-1

- - - - -


7 changed files:

- debian/changelog
- debian/copyright
- debian/libvirt-l10n.install
- debian/libvirt0.symbols
- debian/patches/debian/Use-sensible-editor-by-default.patch
- debian/patches/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
- debian/patches/forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch


Changes:

=====================================
debian/changelog
=====================================
@@ -1,3 +1,10 @@
+libvirt (9.3.0-1) experimental; urgency=medium
+
+  * [45efa38] New upstream version 9.3.0
+    - Closes: #1024504
+
+ -- Andrea Bolognani <eof at kiyuko.org>  Thu, 04 May 2023 22:44:31 +0200
+
 libvirt (9.2.0-2) experimental; urgency=medium
 
   [ Andrea Bolognani ]


=====================================
debian/copyright
=====================================
@@ -85,7 +85,7 @@ Files: docs/fonts/*
 Copyright: 2015 Red Hat, Inc
 License: SIL-1.1
 
-Files: src/keycodemapdb/tools/keymap-gen
+Files: subprojects/keycodemapdb/*
 Copyright: 2009-2017 Red Hat, Inc.
 License: GPL-2.0+ or BSD-3-clause
 


=====================================
debian/libvirt-l10n.install
=====================================
@@ -32,6 +32,7 @@ usr/share/locale/pa/LC_MESSAGES/libvirt.mo
 usr/share/locale/pl/LC_MESSAGES/libvirt.mo
 usr/share/locale/pt/LC_MESSAGES/libvirt.mo
 usr/share/locale/pt_BR/LC_MESSAGES/libvirt.mo
+usr/share/locale/ro/LC_MESSAGES/libvirt.mo
 usr/share/locale/ru/LC_MESSAGES/libvirt.mo
 usr/share/locale/si/LC_MESSAGES/libvirt.mo
 usr/share/locale/sr/LC_MESSAGES/libvirt.mo


=====================================
debian/libvirt0.symbols
=====================================
@@ -135,7 +135,7 @@ libvirt.so.0 libvirt0 #MINVER#
  *@LIBVIRT_8.4.0 8.4.0
  *@LIBVIRT_8.5.0 8.5.0
  *@LIBVIRT_9.0.0 9.0.0
- *@LIBVIRT_PRIVATE_9.2.0 9.2.0
+ *@LIBVIRT_PRIVATE_9.3.0 9.3.0
 
 libvirt-qemu.so.0 libvirt0 #MINVER#
  *@LIBVIRT_QEMU_0.8.3 0.8.3
@@ -159,4 +159,4 @@ libvirt-admin.so.0 libvirt0 #MINVER#
  *@LIBVIRT_ADMIN_2.0.0 2.0.0~rc1
  *@LIBVIRT_ADMIN_3.0.0 3.0.0
  *@LIBVIRT_ADMIN_8.6.0 8.9.0
- *@LIBVIRT_ADMIN_PRIVATE_9.2.0 9.2.0
+ *@LIBVIRT_ADMIN_PRIVATE_9.3.0 9.3.0


=====================================
debian/patches/debian/Use-sensible-editor-by-default.patch
=====================================
@@ -10,10 +10,10 @@ Forwarded: not-needed
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/tools/vsh.c b/tools/vsh.c
-index 0066504..e84ea77 100644
+index 41f55a9..e3787b2 100644
 --- a/tools/vsh.c
 +++ b/tools/vsh.c
-@@ -2434,7 +2434,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
+@@ -2446,7 +2446,7 @@ vshEditWriteToTempFile(vshControl *ctl, const char *doc)
  
  /* Hard-code default editor used as a fallback if not configured by
   * VISUAL or EDITOR environment variables. */


=====================================
debian/patches/forward/Pass-GPG_TTY-env-var-to-the-ssh-binary.patch
=====================================
@@ -13,7 +13,7 @@ require the 'TERM' environment variable to be set to the terminal type.
  1 file changed, 2 insertions(+)
 
 diff --git a/src/rpc/virnetsocket.c b/src/rpc/virnetsocket.c
-index b248ce2..d5cc7b3 100644
+index 910fb8d..b17ed01 100644
 --- a/src/rpc/virnetsocket.c
 +++ b/src/rpc/virnetsocket.c
 @@ -855,6 +855,8 @@ int virNetSocketNewConnectSSH(const char *nodename,


=====================================
debian/patches/forward/Reduce-udevadm-settle-timeout-to-10-seconds.patch
=====================================
@@ -10,10 +10,10 @@ Closes: #663931
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/src/util/virutil.c b/src/util/virutil.c
-index ddc6600..ad0aa07 100644
+index 40ca205..37c0ce6 100644
 --- a/src/util/virutil.c
 +++ b/src/util/virutil.c
-@@ -1247,7 +1247,7 @@ void virWaitForDevices(void)
+@@ -1246,7 +1246,7 @@ void virWaitForDevices(void)
      if (!(udev = virFindFileInPath(UDEVADM)))
          return;
  



View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/b6d05ef2a1ba182fe17df49cdc06d8e68fe5509c...ef50c8c7a2f99f96b73c4791402f17108097d43b

-- 
View it on GitLab: https://salsa.debian.org/libvirt-team/libvirt/-/compare/b6d05ef2a1ba182fe17df49cdc06d8e68fe5509c...ef50c8c7a2f99f96b73c4791402f17108097d43b
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/20230504/f93de8cc/attachment-0001.htm>


More information about the Pkg-libvirt-commits mailing list