Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(sync): frawhide -> f40 #1840

Merged
merged 1 commit into from
Aug 5, 2024
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
4 changes: 2 additions & 2 deletions anda/apps/envision/envision.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%global commit 5eb42335e0ccbf3558b1d285348d7c02906c931d
%global commit_date 20240801
%global commit d533a05cb49e9309637df4abc349ead674f4bbdf
%global commit_date 20240803
%global shortcommit %(c=%{commit}; echo ${c:0:7})

Name: envision
Expand Down
4 changes: 2 additions & 2 deletions anda/apps/mpv/mpv-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global commit dcb4b491b2077be370cf5295ff4021d1e6182817
%global commit 25f441b74019febecdbc097e0cb87b4570b918bc
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240801
%global commit_date 20240805
%global ver 0.38.0

Name: mpv-nightly
Expand Down
4 changes: 2 additions & 2 deletions anda/devs/flow/flow-control-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global commit 3400554f57b770760cb4cb58f15963399d13848e
%global commit 146ad980d5769ecbbdddbdf2fa21e8d5a1751dfb
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240801
%global commit_date 20240802

Name: flow-control-nightly
Version: %commit_date.%shortcommit
Expand Down
4 changes: 2 additions & 2 deletions anda/devs/zed/nightly/zed-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
%global commit 33d06c4d9603b37885e7ddcc82fa06f4dcd83943
%global commit 49e736d8ef7db2701df0a15c996a3a395bde23d8
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240801
%global commit_date 20240805
%global ver 0.148.0

%bcond_with check
Expand Down
4 changes: 2 additions & 2 deletions anda/games/gamescope-session/gamescope-session.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%define debug_package %nil

%global commit 26818c6cd574c74ab9dfd2c89f081f30430e212b
%global commit f8390d38c1347a3ad60540db95bcca284b0f1982
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240801
%global commit_date 20240802

Name: gamescope-session
Version: %commit_date.%shortcommit
Expand Down
4 changes: 2 additions & 2 deletions anda/games/prismlauncher-nightly/prismlauncher-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
%global real_name prismlauncher
%global nice_name PrismLauncher

%global commit 6352362907149d297684473f3d606b08ce1b93f5
%global commit b77dc47c6c8a008087bf248514be3514da007339
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global libnbtplusplus_commit a5e8fd52b8bf4ab5d5bcc042b2a247867589985f

%global commit_date 20240721
%global commit_date 20240804
%global snapshot_info %{commit_date}.%{shortcommit}

%bcond_without qt6
Expand Down
4 changes: 2 additions & 2 deletions anda/langs/nim/nim-nightly/nim-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
%global csrc_commit 561b417c65791cd8356b5f73620914ceff845d10
%global commit cb156648d69fd0c21ee5d041a98ddc69294eaa96
%global commit c97a20ce492f335067c3e53731f60023fb39ae9d
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global ver 2.1.9
%global commit_date 20240730
%global commit_date 20240804
%global debug_package %nil

Name: nim-nightly
Expand Down
3 changes: 2 additions & 1 deletion anda/tools/keyd/keyd.spec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Name: keyd
Version: 2.5.0
Release: 1%?dist
Release: 2%?dist
Summary: Key remapping daemon for linux
URL: https://github.com/rvaiya/keyd
License: MIT
Expand All @@ -21,6 +21,7 @@ git clone --depth 1 -b v%version %url .
%install
%make_install PREFIX=%_prefix
install -Dm644 keyd.service %buildroot%_unitdir/keyd.service
sed -i 's@local/@@g' %buildroot%_unitdir/keyd.service

%post
%systemd_post keyd.service
Expand Down
6 changes: 3 additions & 3 deletions anda/tools/yt-dlp/yt-dlp-nightly.spec
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#bcond_without tests
%global commit bb3936ae2b3ce96d0b53f9e17cad1082058f032b
%global commit e7d73bc4531ee3f91a46b15e218dcc1fbeb6226c
%global shortcommit %(c=%{commit}; echo ${c:0:7})
%global commit_date 20240801
%global ver 2024.07.25
%global commit_date 20240805
%global ver 2024.08.01

Name: yt-dlp-nightly
Version: %ver^%commit_date.%shortcommit
Expand Down
Loading