Compare commits
No commits in common. "rawhide" and "f43" have entirely different histories.
4 changed files with 21 additions and 6 deletions
|
|
@ -11,3 +11,16 @@ 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
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
This repository is maintained by packit.
|
||||
https://packit.dev/
|
||||
The file was generated using packit 1.16.0.post1.dev2+ged481c62d.
|
||||
The file was generated using packit 1.6.0.post1.dev2+gd5a7662a.
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (xmake-3.0.9.tar.gz) = 6cfe09b7c946e75bf844339fcf172a275caf3ec5b1aefd651b6c191aacea7c6a9b58d9a2b95f94df723368488cd7d616fc5b936156c66162e9926bdb62b08f76
|
||||
SHA512 (xmake-3.0.6.tar.gz) = 4df25a29b3efbf24f6179500e536b8f3b2c4e8af9485003803a4e7e136e667002f8cb6b1a2c63056b6677ed6fba6f7a6114496a58bd77082ab618d7c22f6582a
|
||||
|
|
|
|||
10
xmake.spec
10
xmake.spec
|
|
@ -1,7 +1,7 @@
|
|||
%bcond_with luajit
|
||||
|
||||
Name: xmake
|
||||
Version: 3.0.9
|
||||
Version: 3.0.6
|
||||
|
||||
%global __requires_exclude_from ^%{_datadir}/%{name}/scripts/.+\\.ps1$
|
||||
%global forgeurl https://github.com/xmake-io/xmake
|
||||
|
|
@ -15,8 +15,10 @@ License: Apache-2.0
|
|||
URL: https://xmake.io
|
||||
Source: %forgesource
|
||||
|
||||
Patch0: 0001-system-include.patch
|
||||
Patch1: 0001-add-relwithdebinfo-build-mode.patch
|
||||
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
|
||||
|
||||
BuildRequires: pkgconfig(ncurses)
|
||||
BuildRequires: pkgconfig(readline)
|
||||
|
|
@ -27,7 +29,7 @@ BuildRequires: pkgconfig(libsv)
|
|||
%if %{with luajit}
|
||||
BuildRequires: pkgconfig(luajit)
|
||||
%else
|
||||
BuildRequires: pkgconfig(lua) >= 5.5
|
||||
BuildRequires: pkgconfig(lua) >= 5.4
|
||||
%endif
|
||||
|
||||
BuildRequires: bash
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue