Compare commits

..

10 commits

Author SHA1 Message Date
Fedora Release Engineering
15a0e7c664 Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild 2026-07-17 09:17:22 +00:00
Zephyr Lykos
e922cf84d4
Update to 3.0.9 2026-05-28 12:02:38 +08:00
Packit
37128a5e2d Update to 3.0.9 upstream release
- Resolves: rhbz#2450584

Upstream tag: v3.0.9
Upstream commit: 2b184e17

Commit authored by Packit automation (https://packit.dev/)
2026-05-19 01:28:39 +00:00
topazus
dfe25cf187 Fix libsv include path; rebuild with libsv-1.2-8 2026-04-26 23:09:03 +08:00
Tom spot Callaway
5a98124326 revert 6ca325d Fix libsv include path, while libsv upstream has moved their header location, the libsv in fedora has not moved it yet as of 1.2-7 2026-04-17 13:43:05 -04:00
Tom spot Callaway
25d4b42af6 rebuild 2026-04-16 22:41:19 -04:00
Zephyr Lykos
6ca325df1c
Fix libsv include path
https://github.com/uael/sv/pull/61
2026-04-06 16:45:47 +08:00
Tom spot Callaway
ca742893d0 update to 3.0.7, rebuild for lua 5.5, required noteworthy patching 2026-03-16 19:11:20 -04:00
Tom spot Callaway
100afa7aa5 update to 3.0.7, rebuild for lua 5.5, required noteworthy patching 2026-03-16 19:10:56 -04:00
Fedora Release Engineering
bed54eef3f Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild 2026-01-17 20:44:32 +00:00
4 changed files with 6 additions and 21 deletions

View file

@ -11,16 +11,3 @@ index 9901f58f6..ef523c2d9 100644
/* //////////////////////////////////////////////////////////////////////////////////////
* implementation
diff --git a/core/src/xmake/semver/prefix.h b/core/src/xmake/semver/prefix.h
index 2112d73f1..9077b49ca 100644
--- a/core/src/xmake/semver/prefix.h
+++ b/core/src/xmake/semver/prefix.h
@@ -25,7 +25,7 @@
* includes
*/
#include "../prefix.h"
-#include "semver.h"
+#include "sv/semver.h"
/* //////////////////////////////////////////////////////////////////////////////////////
* extern

View file

@ -1,3 +1,3 @@
This repository is maintained by packit.
https://packit.dev/
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
The file was generated using packit 1.16.0.post1.dev2+ged481c62d.

View file

@ -1 +1 @@
SHA512 (xmake-3.0.6.tar.gz) = 4df25a29b3efbf24f6179500e536b8f3b2c4e8af9485003803a4e7e136e667002f8cb6b1a2c63056b6677ed6fba6f7a6114496a58bd77082ab618d7c22f6582a
SHA512 (xmake-3.0.9.tar.gz) = 6cfe09b7c946e75bf844339fcf172a275caf3ec5b1aefd651b6c191aacea7c6a9b58d9a2b95f94df723368488cd7d616fc5b936156c66162e9926bdb62b08f76

View file

@ -1,7 +1,7 @@
%bcond_with luajit
Name: xmake
Version: 3.0.6
Version: 3.0.9
%global __requires_exclude_from ^%{_datadir}/%{name}/scripts/.+\\.ps1$
%global forgeurl https://github.com/xmake-io/xmake
@ -15,10 +15,8 @@ License: Apache-2.0
URL: https://xmake.io
Source: %forgesource
Patch0: 0001-pkgconfig-fix-check.patch
Patch1: 0001-system-include.patch
Patch2: 0001-add-relwithdebinfo-build-mode.patch
Patch3: https://github.com/xmake-io/xmake/pull/7213.patch
Patch0: 0001-system-include.patch
Patch1: 0001-add-relwithdebinfo-build-mode.patch
BuildRequires: pkgconfig(ncurses)
BuildRequires: pkgconfig(readline)
@ -29,7 +27,7 @@ BuildRequires: pkgconfig(libsv)
%if %{with luajit}
BuildRequires: pkgconfig(luajit)
%else
BuildRequires: pkgconfig(lua) >= 5.4
BuildRequires: pkgconfig(lua) >= 5.5
%endif
BuildRequires: bash