Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 0 additions & 22 deletions SPECS/cpp-httplib/0001-cpp-httplib-test-issue2301-online.patch

This file was deleted.

9 changes: 3 additions & 6 deletions SPECS/cpp-httplib/cpp-httplib.spec
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,15 @@
# SPDX-License-Identifier: MulanPSL-2.0

Name: cpp-httplib
Version: 0.30.1
Version: 0.45.0
Release: %autorelease
Summary: A C++11 single-file header-only cross platform HTTP/HTTPS library
License: MIT
URL: https://github.com/yhirose/cpp-httplib
#!RemoteAsset: sha256:2818b183757e29dd52b47a185f0cea9ef2d0fba377d8710b450a26328e51c2fe
#!RemoteAsset: sha256:03121ca28d210ac8014021c2f2deda4a181f215b1638c493c40a4c7e6056495f
Source0: https://github.com/yhirose/cpp-httplib/archive/refs/tags/v%{version}.tar.gz
BuildSystem: cmake

# https://github.com/yhirose/cpp-httplib/issues/2324
Patch0: 0001-cpp-httplib-test-issue2301-online.patch

BuildOption(conf): -DBUILD_SHARED_LIBS=ON
BuildOption(conf): -DHTTPLIB_COMPILE=ON
BuildOption(conf): -DHTTPLIB_USE_OPENSSL_IF_AVAILABLE=ON
Expand Down Expand Up @@ -58,4 +55,4 @@ rm -rf %{buildroot}%{_licensedir}/httplib
%{_libdir}/cmake/httplib/

%changelog
%{?autochangelog}
%autochangelog
6 changes: 3 additions & 3 deletions SPECS/spirv-tools/spirv-tools.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
# SPDX-License-Identifier: MulanPSL-2.0

Name: spirv-tools
Version: 1.4.335.0
Version: 1.4.350.0
Release: %autorelease
Summary: API and commands for processing SPIR-V modules
License: Apache-2.0
URL: https://github.com/KhronosGroup/SPIRV-Tools
#!RemoteAsset
#!RemoteAsset: sha256:446b288fe76d3f31bbf9a405d62b97020ac0f135edb0ed5dbdf1136c488138f5
Source0: https://github.com/KhronosGroup/SPIRV-Tools/archive/refs/tags/vulkan-sdk-%{version}.tar.gz
BuildSystem: cmake

Expand Down Expand Up @@ -51,4 +51,4 @@ Development files for %{name}.
%{_libdir}/pkgconfig/SPIRV-Tools-shared.pc

%changelog
%{?autochangelog}
%autochangelog
6 changes: 3 additions & 3 deletions SPECS/valgrind/valgrind.spec
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
%endif

Name: valgrind
Version: 3.26.0
Version: 3.27.0
Release: %autorelease
Summary: Dynamic analysis tools to detect memory or thread bugs
License: GPL-2.0-or-later
URL: https://www.valgrind.org/
VCS: git:https://sourceware.org/git/valgrind.git
#!RemoteAsset
#!RemoteAsset: sha256:5b5937de8257ee8f51698ea71b9711adce98061aa07daa4a685efc3af9215bef
Source0: https://sourceware.org/pub/valgrind/valgrind-%{version}.tar.bz2
BuildSystem: autotools

Expand Down Expand Up @@ -133,4 +133,4 @@ Header files and libraries for development of valgrind tools.
%{_libdir}/valgrind/*.a

%changelog
%{?autochangelog}
%autochangelog
Loading