chore(sync): 39 -> 40 (#986)

This commit is contained in:
madomado
2024-03-13 12:12:06 +08:00
committed by GitHub
parent 186a998fd0
commit c1676b7779
12 changed files with 34 additions and 29 deletions
@@ -1,13 +1,13 @@
%global real_name prismlauncher
%global nice_name PrismLauncher
%global commit fba2ce3c9f504bdff95e8eedf055bea4bc1935f2
%global commit 3b0564f098c49be2fd3082928c91440c73df4d80
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit a5e8fd52b8bf4ab5d5bcc042b2a247867589985f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
%global tomlplusplus_commit 7eb2ffcc09f8e9890dc0b77ff8ab00fc53b1f2b8
%global commit_date %(date '+%Y%m%d')
%global commit_date 20240311
%global snapshot_info %{commit_date}.%{shortcommit}
%bcond_without qt6
@@ -32,7 +32,7 @@ Name: prismlauncher-nightly
%else
Name: prismlauncher-qt5-nightly
%endif
Version: 8.0^20240227.%{snapshot_info}
Version: 9.0^%{snapshot_info}
Release: 1%?dist
Summary: Minecraft launcher with ability to manage multiple instances
License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND ISC AND OFL-1.1 AND LGPL-2.1-only AND MIT AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND LGPL-3.0-or-later
+2 -1
View File
@@ -5,6 +5,7 @@ if filters.contains("nightly") {
let cmake = get("https://raw.githubusercontent.com/PrismLauncher/PrismLauncher/develop/CMakeLists.txt");
let maj = find("set\\(Launcher_VERSION_MAJOR\\s+(\\d+)\\)", cmake, 1);
let min = find("set\\(Launcher_VERSION_MINOR\\s+(\\d+)\\)", cmake, 1);
rpm.version(`${maj}.${min}^${date()}.%{snapshot_info}`);
rpm.global("commit_date", date());
rpm.version(`${maj}.${min}^%{snapshot_info}`);
}
}
@@ -1,13 +1,13 @@
%global real_name prismlauncher
%global nice_name PrismLauncher
%global commit fba2ce3c9f504bdff95e8eedf055bea4bc1935f2
%global commit 3b0564f098c49be2fd3082928c91440c73df4d80
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit a5e8fd52b8bf4ab5d5bcc042b2a247867589985f
%global quazip_commit 6117161af08e366c37499895b00ef62f93adc345
%global tomlplusplus_commit 7eb2ffcc09f8e9890dc0b77ff8ab00fc53b1f2b8
%global commit_date %(date '+%Y%m%d')
%global commit_date 20240311
%global snapshot_info %{commit_date}.%{shortcommit}
%bcond_with qt6
@@ -32,7 +32,7 @@ Name: prismlauncher-nightly
%else
Name: prismlauncher-qt5-nightly
%endif
Version: 8.0^20240227.%{snapshot_info}
Version: 9.0^%{snapshot_info}
Release: 1%?dist
Summary: Minecraft launcher with ability to manage multiple instances
License: GPL-3.0-only AND Apache-2.0 AND LGPL-3.0-only AND GPL-3.0-or-later AND GPL-2.0-or-later AND ISC AND OFL-1.1 AND LGPL-2.1-only AND MIT AND BSD-2-Clause-FreeBSD AND BSD-3-Clause AND LGPL-3.0-or-later
@@ -5,6 +5,7 @@ if filters.contains("nightly") {
let cmake = get("https://raw.githubusercontent.com/PrismLauncher/PrismLauncher/develop/CMakeLists.txt");
let maj = find("set\\(Launcher_VERSION_MAJOR\\s+(\\d+)\\)", cmake, 1);
let min = find("set\\(Launcher_VERSION_MINOR\\s+(\\d+)\\)", cmake, 1);
rpm.version(`${maj}.${min}^${date()}.%{snapshot_info}`);
rpm.global("commit_date", date());
rpm.version(`${maj}.${min}^%{snapshot_info}`);
}
}
@@ -22,7 +22,7 @@ Name: prismlauncher
%else
Name: prismlauncher-qt5
%endif
Version: 8.1
Version: 8.2
Release: 1%?dist
Summary: Minecraft launcher with ability to manage multiple instances
# see COPYING.md for more information
+1 -1
View File
@@ -22,7 +22,7 @@ Name: prismlauncher
%else
Name: prismlauncher-qt5
%endif
Version: 8.1
Version: 8.2
Release: 1%?dist
Summary: Minecraft launcher with ability to manage multiple instances
# see COPYING.md for more information
+1
View File
@@ -1,4 +1,5 @@
project pkg {
arches = ["x86_64"]
rpm {
spec = "choosenim.spec"
}
+7 -9
View File
@@ -5,29 +5,27 @@ Summary: Easily install and manage multiple versions of the Nim programming lan
License: BSD-3-Clause
URL: https://github.com/dom96/choosenim
Source0: %url/archive/refs/tags/v%version.tar.gz
BuildRequires: nim mold
BuildRequires: nim git
%description
choosenim installs the Nim programming language from official downloads and
sources, enabling you to easily switch between stable and development compilers.
%prep
%autosetup -n choosenim-%version
%autosetup
%build
nimble setup -y
nim c -t:-fPIE -l:-pie -d:release -t:"$CFLAGS" -l:"$LDFLAGS" src/choosenim
%install
mold -run nimble build -t:-fPIE -l:-pie
install -Dm755 src/choosenim %buildroot%_bindir/choosenim
%files
%doc readme.md
%license LICENSE
%{_bindir}/choosenim
%_bindir/choosenim
%changelog
* Sat Jun 17 2023 windowsboy111 <windowsboy111@fyralabs.com> - 0.8.4-3
- Use nim to compile instead of prebuilt binaries.
* Mon Jan 9 2023 windowsboy111 <windowsboy111@fyralabs.com> - 0.8.4-1
- Initial Package.
%autochangelog
+2 -2
View File
@@ -1,7 +1,7 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit 1e7ca2dc789eafccdb44304f7e42206c3702fc13
%global commit 78c834dd76f273d8813247647531005a1f7db1a6
%global ver 2.1.1
%global commit_date 20240227
%global commit_date 20240312
%global debug_package %nil
Name: nim-nighlty
+7 -5
View File
@@ -3,7 +3,7 @@
%bcond_with tests
Name: apparmor
Version: 4.0.0
Version: 4.0.0~alpha3
Release: 1%{?dist}
Summary: AppArmor userspace components
@@ -11,10 +11,9 @@ Summary: AppArmor userspace components
License: GPL-2.0
URL: https://launchpad.net/apparmor
Source0: %{url}/%{baseversion}/%{version}-alpha2/+download/%{name}-%{version}~alpha2.tar.gz
Source0: %{url}/%{baseversion}/%(echo %version | sed 's/~/-/')/+download/%{name}-%{version}.tar.gz
Source1: apparmor.preset
Patch01: 0001-fix-avahi-daemon-authselect-denial-in-fedora.patch
Patch02: 0001-All-current-versions-of-RHEL-and-Fedora-that-are-not.patch
BuildRequires: gcc
BuildRequires: automake
@@ -138,7 +137,11 @@ confinement policies when running virtual hosts in the webserver by using the
changehat abilities exposed through libapparmor.
%prep
%autosetup -p1 -n %{name}-%{version}~alpha2
%autosetup -p1 -n %{name}-%{version}
ver="%(echo %version | sed 's@~alpha@a@')"
sed -i "s/@VERSION@/$ver/g" libraries/libapparmor/swig/python/setup.py.in
sed -i 's/${PYTHON} ${PYSETUP} install --prefix=${PYPREFIX} --root=${DESTDIR} --version=${VERSION}/${PYTHON} ${PYSETUP} install --prefix=${PYPREFIX} --root=${DESTDIR} --version="'$ver'"/' ./utils/Makefile
%build
export PYTHON=%{__python3}
@@ -270,7 +273,6 @@ make -C utils check
%{_bindir}/aa-features-abi
%{_sbindir}/aa-load
%{_sbindir}/aa-teardown
%{_sbindir}/rcapparmor
%{_unitdir}/apparmor.service
%{_presetdir}/70-apparmor.preset
%{_prefix}/lib/apparmor
+2 -1
View File
@@ -1,3 +1,4 @@
let html = get("https://launchpad.net/apparmor");
let v = find("Latest version is ([\\d.]+)", html, 1);
let v = find("Latest version is ([\\d.\\w\\-]+)", html, 1);
v.replace('-', '~');
rpm.version(v);
+3 -2
View File
@@ -6,7 +6,7 @@ Name: python-%{pypi_name}
Version: 0.0.3
Provides: python3-%{pypi_name} = %{version}-%{release}
Provides: %{pypi_name} = %{version}-%{release}
Release: 2%{?dist}
Release: 1%{?dist}
Summary: Ultramarine Quickstart Tool
License: None
@@ -31,6 +31,7 @@ Summary: %{summary}
Requires: python3dist(requests)
Requires: python3dist(setuptools)
Requires: python3dist(setuptools) = 67.7.2
Requires: anaconda-core
%description -n python3-%{pypi_name}
@@ -59,4 +60,4 @@ install -D -m 644 example.ks %{buildroot}%{_datadir}/anaconda/post-scripts/stell
%changelog
* Fri Nov 10 2023 Cappy Ishihara <cappy@cappuchino.xyz> - 0.0.1-1
- Initial package.
- Initial package.