|
|
@ -2,7 +2,7 @@
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
release_number = 2;
|
|
|
|
release_number = 1;
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
@ -11,8 +11,8 @@
|
|
|
|
%global glib2_version 2.69.1
|
|
|
|
%global glib2_version 2.69.1
|
|
|
|
|
|
|
|
|
|
|
|
Name: libsoup3
|
|
|
|
Name: libsoup3
|
|
|
|
Version: 3.4.2
|
|
|
|
Version: 3.4.4
|
|
|
|
Release: %autorelease
|
|
|
|
Release: %autorelease.inferit
|
|
|
|
Summary: Soup, an HTTP library implementation
|
|
|
|
Summary: Soup, an HTTP library implementation
|
|
|
|
|
|
|
|
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
|
License: LGPL-2.0-or-later
|
|
|
@ -26,7 +26,7 @@ BuildRequires: gi-docgen >= 2021.1
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: krb5-devel
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: meson
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: vala
|
|
|
|
BuildRequires: pkgconfig(glib-2.0)
|
|
|
|
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gio-2.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(gobject-introspection-1.0)
|
|
|
|
BuildRequires: pkgconfig(libbrotlidec)
|
|
|
|
BuildRequires: pkgconfig(libbrotlidec)
|
|
|
@ -37,6 +37,7 @@ BuildRequires: pkgconfig(sysprof-capture-4)
|
|
|
|
BuildRequires: /usr/bin/ntlm_auth
|
|
|
|
BuildRequires: /usr/bin/ntlm_auth
|
|
|
|
|
|
|
|
|
|
|
|
Recommends: glib-networking%{?_isa} >= %{glib2_version}
|
|
|
|
Recommends: glib-networking%{?_isa} >= %{glib2_version}
|
|
|
|
|
|
|
|
Requires: glib2%{?_isa} >= %{glib2_version}
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
Libsoup is an HTTP library implementation in C. It was originally part
|
|
|
|
Libsoup is an HTTP library implementation in C. It was originally part
|
|
|
@ -106,8 +107,23 @@ install -m 644 -D tests/libsoup.supp %{buildroot}%{_datadir}/libsoup-3.0/libsoup
|
|
|
|
%{_docdir}/libsoup-3.0/
|
|
|
|
%{_docdir}/libsoup-3.0/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
* Mon Jul 31 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.4.2-2
|
|
|
|
* Tue Aug 27 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 3.4.4-1.inferit
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
- Define glib2 version
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 23 2024 Dmitriy Samoylik <samoylikdv@msvsphere-os.ru> - 3.4.4-1
|
|
|
|
|
|
|
|
- Rebuilt for MSVSphere 9.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Oct 26 2023 Gwyn Ciesla <gwync@protonmail.com> - 3.4.4-1
|
|
|
|
|
|
|
|
- 3.4.4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Sep 15 2023 Gwyn Ciesla <gwync@protonmail.com> - 3.4.3-1
|
|
|
|
|
|
|
|
- 3.4.3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Fri Aug 25 2023 Adam Williamson <awilliam@redhat.com> - 3.4.2-4
|
|
|
|
|
|
|
|
- Backport MR #374 to fix some crashes
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.2-3
|
|
|
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.4.2-2
|
|
|
|
* Tue May 02 2023 David King <amigadave@amigadave.com> - 3.4.2-2
|
|
|
|
- Drop reverted patch
|
|
|
|
- Drop reverted patch
|
|
|
|