12 Commits

Author SHA256 Message Date
2fb2a27517 Accepting request 1320885 from Virtualization
Updated perl bindings for libvirt 11.10.0

- Update to 11.10.0
  - Add all new APIs and constants available in libvirt 11.10.0

OBS-URL: https://build.opensuse.org/request/show/1320885
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=112
2025-12-04 10:22:28 +00:00
eccc474252 - Update to 11.10.0
- Add all new APIs and constants available in libvirt 11.10.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=235
2025-12-01 23:25:53 +00:00
ed999b7098 Accepting request 1302508 from Virtualization
Update to latest perl bindings for libvirt. No changes to the libvirt API
between v11.6.0 and v11.7.0, so no corresponding release of the perl bindings.

- Update to 11.6.0
  - Add all new APIs and constants available in libvirt 11.6.0

OBS-URL: https://build.opensuse.org/request/show/1302508
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=111
2025-09-03 19:07:48 +00:00
1e4361a8e6 - Update to 11.6.0
- Add all new APIs and constants available in libvirt 11.6.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=233
2025-09-02 20:19:41 +00:00
11ea955482 Accepting request 1283754 from Virtualization
Latest perl bindings for libvirt

- Update to 11.2.0
  - Add all new APIs and constants available in libvirt 11.2.0

OBS-URL: https://build.opensuse.org/request/show/1283754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=110
2025-06-10 07:03:45 +00:00
5e88b08a46 - Update to 11.2.0
- Add all new APIs and constants available in libvirt 11.2.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=231
2025-06-06 22:30:23 +00:00
93e61c8fc9 Accepting request 1266339 from Virtualization
The latest libvirt perl bindings release

- Update to 11.1.0
  - Add all new APIs and constants available in libvirt 11.1.0

OBS-URL: https://build.opensuse.org/request/show/1266339
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=109
2025-04-02 15:16:35 +00:00
9d3ccd00fe - Update to 11.1.0
- Add all new APIs and constants available in libvirt 11.1.0

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=229
2025-04-01 22:26:26 +00:00
6e595120f2 Accepting request 1246013 from Virtualization
Updated perl bindings for libvirt 11.0.0.

- Update to 11.0.0
  - Add all new APIs and constants in libvirt 11.0.0
  - jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
    jsc#PED-9855

OBS-URL: https://build.opensuse.org/request/show/1246013
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=108
2025-02-16 21:40:33 +00:00
867039ffb3 - Update to 11.0.0
- Add all new APIs and constants in libvirt 11.0.0
  - jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
    jsc#PED-9855

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=227
2025-02-14 20:09:18 +00:00
8a2ccfbb24 Accepting request 1220118 from Virtualization
Updated perl bindings for libvirt 10.9.0

- Update to 10.9.0
  - Add all new APIs and constants in libvirt 10.9.0
  - jsc#PED-8909, jsc#PED-9854, jsc#PED-9855

OBS-URL: https://build.opensuse.org/request/show/1220118
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/perl-Sys-Virt?expand=0&rev=107
2024-11-03 06:17:30 +00:00
4f8bd4e280 - Update to 10.9.0
- Add all new APIs and constants in libvirt 10.9.0
  - jsc#PED-8909, jsc#PED-9854, jsc#PED-9855

OBS-URL: https://build.opensuse.org/package/show/Virtualization/perl-Sys-Virt?expand=0&rev=225
2024-11-01 20:20:55 +00:00
5 changed files with 46 additions and 7 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:aed3d20804afd26cd0e5f1506f048769e6f5d119d3d80f46cece036b6de006d7
size 151736

3
Sys-Virt-11.10.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:705aa52b3a25a926dc2a58a02d455c5d491296302cc82096051ad5624ddda226
size 163804

View File

@@ -1,7 +1,7 @@
<services>
<service name="tar_scm" mode="manual">
<param name="filename">Sys-Virt</param>
<param name="revision">v10.6.0</param>
<param name="revision">v11.10.0</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://gitlab.com/libvirt/libvirt-perl.git</param>

View File

@@ -1,3 +1,42 @@
-------------------------------------------------------------------
Mon Dec 1 21:18:38 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to 11.10.0
- Add all new APIs and constants available in libvirt 11.10.0
-------------------------------------------------------------------
Tue Sep 2 20:18:28 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to 11.6.0
- Add all new APIs and constants available in libvirt 11.6.0
-------------------------------------------------------------------
Fri Jun 6 22:29:24 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to 11.2.0
- Add all new APIs and constants available in libvirt 11.2.0
-------------------------------------------------------------------
Tue Apr 1 21:41:29 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to 11.1.0
- Add all new APIs and constants available in libvirt 11.1.0
-------------------------------------------------------------------
Fri Feb 14 20:07:20 UTC 2025 - James Fehlig <jfehlig@suse.com>
- Update to 11.0.0
- Add all new APIs and constants in libvirt 11.0.0
- jsc#PED-5899, jsc#PED-8909, jsc#PED-9543, jsc#PED-9854,
jsc#PED-9855
-------------------------------------------------------------------
Fri Nov 1 20:00:03 UTC 2024 - James Fehlig <jfehlig@suse.com>
- Update to 10.9.0
- Add all new APIs and constants in libvirt 10.9.0
- jsc#PED-8909, jsc#PED-9854, jsc#PED-9855
-------------------------------------------------------------------
Tue Oct 1 20:07:15 UTC 2024 - James Fehlig <jfehlig@suse.com>

View File

@@ -1,7 +1,7 @@
#
# spec file for package perl-Sys-Virt
#
# Copyright (c) 2024 SUSE LLC
# Copyright (c) 2025 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
Name: perl-Sys-Virt
Version: 10.6.0
Version: 11.10.0
Release: 0
%define cpan_name Sys-Virt
Summary: Represent and manage a libvirt hypervisor connection
@@ -75,7 +75,7 @@ virtualization containers to be managed with a consistent API.
%files -f %{name}.files
%defattr(644,root,root,755)
%license LICENSE
%license LICENSE LICENSE.GPL LICENSE.Artistic
%doc AUTHORS Changes HACKING perl-Sys-Virt.spec README
%changelog