Balló György pushed to branch main at Arch Linux / Packaging / Packages /
libosinfo
Commits:
63262cfd by Balló György at 2024-11-03T01:24:18+01:00
upgpkg: 1.12.0-1: Update to new release
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,7 +1,7 @@
pkgbase = libosinfo
pkgdesc = GObject based library API for managing information about
operating systems, hypervisors and the (virtual) hardware devices they can
support
- pkgver = 1.11.0
- pkgrel = 3
+ pkgver = 1.12.0
+ pkgrel = 1
url = https://libosinfo.org/
arch = x86_64
license = GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -18,10 +18,10 @@ pkgbase = libosinfo
depends = libxml2
depends = libxslt
depends = osinfo-db
- source =
git+https://gitlab.com/libosinfo/libosinfo.git?signed#tag=v1.11.0
+ source =
git+https://gitlab.com/libosinfo/libosinfo.git?signed#tag=v1.12.0
validpgpkeys = DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF
validpgpkeys = 09B9C8FF223EF113AFA06A39EE926C2BDACC177B
validpgpkeys = 206D3B352F566F3B0E6572E997D9123DE37A484F
- b2sums =
db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11
+ b2sums =
7603532c78acad31d1096467eea64b6eaff29120109af9dd6bce05c8e6330df1dcf2460ffdb53c81e38a70711089106a4c383e18b31b2cd198445cf93f904b3c
pkgname = libosinfo
=====================================
PKGBUILD
=====================================
@@ -2,8 +2,8 @@
# Contributor: Stefano Facchini <[email protected]>
pkgname=libosinfo
-pkgver=1.11.0
-pkgrel=3
+pkgver=1.12.0
+pkgrel=1
pkgdesc='GObject based library API for managing information about operating
systems, hypervisors and the (virtual) hardware devices they can support'
arch=(x86_64)
url='https://libosinfo.org/'
@@ -26,7 +26,7 @@ makedepends=(
vala
)
source=("git+https://gitlab.com/libosinfo/$pkgname.git?signed#tag=v$pkgver")
-b2sums=(db8f3bd42b2b165c0d46e58fc4e6f15159381e5499130ea692374a9951ca316702b31a44a7d38304f1f76de06a5fa92b4fec68fd479b18706d03e29e509f9c11)
+b2sums=(7603532c78acad31d1096467eea64b6eaff29120109af9dd6bce05c8e6330df1dcf2460ffdb53c81e38a70711089106a4c383e18b31b2cd198445cf93f904b3c)
validpgpkeys=(
DAF3A6FDB26B62912D0E8E3FBE86EBB415104FDF # Daniel P. Berrange
09B9C8FF223EF113AFA06A39EE926C2BDACC177B # Fabiano Fidêncio
@@ -35,10 +35,6 @@ validpgpkeys=(
prepare() {
cd $pkgname
-
- # Fix build with libxml2 2.12.0
- git cherry-pick -n 5bbdd06503456784c5ffa22409e8bab50470d673
-
sed -i 's/-Werror//' meson.build
}
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libosinfo/-/commit/63262cfd87e8fcb2d9a82f05130cdcff2f43edf2
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/libosinfo/-/commit/63262cfd87e8fcb2d9a82f05130cdcff2f43edf2
You're receiving this email because of your account on gitlab.archlinux.org.