Upgrade libslirp from 4.6.1 to 4.7.0 (#7313)

This commit is contained in:
sindhu-karri 2024-01-18 22:22:25 +05:30 коммит произвёл GitHub
Родитель acd878463c
Коммит 60ce6f106b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
3 изменённых файлов: 12 добавлений и 8 удалений

Просмотреть файл

@ -1,5 +1,5 @@
{
"Signatures": {
"libslirp-4.6.1.tar.xz": "b8a22ac4d601ba16122a67827c0f4361785d4d283f21ff8ed48d4aa1e7693477"
"libslirp-v4.7.0.tar.gz": "9398f0ec5a581d4e1cd6856b88ae83927e458d643788c3391a39e61b75db3d3b"
}
}
}

Просмотреть файл

@ -1,12 +1,12 @@
Summary: A general purpose TCP-IP emulator
Name: libslirp
Version: 4.6.1
Release: 3%{?dist}
Version: 4.7.0
Release: 1%{?dist}
License: BSD AND MIT
Vendor: Microsoft Corporation
Distribution: Mariner
URL: https://gitlab.freedesktop.org/slirp/libslirp
Source0: %{url}/uploads/83b199ea6fcdfc0c243dfde8546ee4c9/%{name}-%{version}.tar.xz
Source0: %{url}/-/archive/v%{version}/%{name}-v%{version}.tar.gz
BuildRequires: gcc
BuildRequires: glib-devel
BuildRequires: meson
@ -24,7 +24,7 @@ The %{name}-devel package contains libraries and header files for
developing applications that use %{name}.
%prep
%autosetup
%autosetup -n %{name}-v%{version}
%build
%meson
@ -48,6 +48,10 @@ developing applications that use %{name}.
%{_libdir}/pkgconfig/slirp.pc
%changelog
* Thu Jan 18 2024 Sindhu Karri <lakarri@microsoft.com> - 4.7.0-1
- Upgrade slirp to 4.7.0
- Updated source URL to a generic URL that allows autoupgrades in the future
* Wed Sep 22 2021 Thomas Crain <thcrain@microsoft.com> - 4.6.1-3
- Initial CBL-Mariner import from Fedora 35 (license: MIT)
- Lint spec

Просмотреть файл

@ -10911,8 +10911,8 @@
"type": "other",
"other": {
"name": "libslirp",
"version": "4.6.1",
"downloadUrl": "https://gitlab.freedesktop.org/slirp/libslirp/uploads/83b199ea6fcdfc0c243dfde8546ee4c9/libslirp-4.6.1.tar.xz"
"version": "4.7.0",
"downloadUrl": "https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/libslirp-v4.7.0.tar.gz"
}
}
},