|
|
|
@ -1,8 +1,8 @@
|
|
|
|
|
## START: Set by rpmautospec
|
|
|
|
|
## (rpmautospec version 0.3.5)
|
|
|
|
|
## (rpmautospec version 0.6.5)
|
|
|
|
|
## RPMAUTOSPEC: autorelease, autochangelog
|
|
|
|
|
%define autorelease(e:s:pb:n) %{?-p:0.}%{lua:
|
|
|
|
|
release_number = 2;
|
|
|
|
|
release_number = 6;
|
|
|
|
|
base_release_number = tonumber(rpm.expand("%{?-b*}%{!?-b:1}"));
|
|
|
|
|
print(release_number + base_release_number - 1);
|
|
|
|
|
}%{?-e:.%{-e*}}%{?-s:.%{-s*}}%{!?-n:%{?dist}}
|
|
|
|
@ -11,7 +11,7 @@
|
|
|
|
|
%global glib2_version 2.69.1
|
|
|
|
|
|
|
|
|
|
Name: libsoup3
|
|
|
|
|
Version: 3.4.2
|
|
|
|
|
Version: 3.4.4
|
|
|
|
|
Release: %autorelease
|
|
|
|
|
Summary: Soup, an HTTP library implementation
|
|
|
|
|
|
|
|
|
@ -106,8 +106,36 @@ install -m 644 -D tests/libsoup.supp %{buildroot}%{_datadir}/libsoup-3.0/libsoup
|
|
|
|
|
%{_docdir}/libsoup-3.0/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 31 2023 Arkady L. Shane <ashejn@msvsphere.ru> - 3.4.2-2
|
|
|
|
|
- Rebuilt for MSVSphere 9.2
|
|
|
|
|
## START: Generated by rpmautospec
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 3.4.4-6
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 3.4.4-5
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 3.4.4-5
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Apr 25 2024 Tomas Pelka <tpelka@redhat.com> - 3.4.4-4
|
|
|
|
|
- Add gating.yaml via API
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.4.4-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* 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
|
|
|
|
|
- Drop reverted patch
|
|
|
|
@ -189,3 +217,4 @@ install -m 644 -D tests/libsoup.supp %{buildroot}%{_datadir}/libsoup-3.0/libsoup
|
|
|
|
|
|
|
|
|
|
* Wed Jan 19 2022 Gwyn Ciesla <gwync@protonmail.com> - 3.0.4-1
|
|
|
|
|
- Initial import.
|
|
|
|
|
## END: Generated by rpmautospec
|
|
|
|
|