-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
quick and dirty fix for node backbone patch causing warnings due to h…
…unks
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
Name: signal-desktop | ||
Version: 7.35.1 | ||
Release: 1%{?dist} | ||
Release: 2%{?dist} | ||
Summary: Private messaging from your desktop | ||
License: GPLv3 | ||
URL: https://github.com/signalapp/Signal-Desktop/ | ||
|
@@ -44,6 +44,11 @@ rm -f patches/*express* | |
# Allow higher Node versions | ||
sed 's#"node": "#&>=#' -i package.json | ||
|
||
# Workaround for the backbone patch triggers hunks | ||
mv package.json package.json.ORIG | ||
cat package.json.ORIG | sed -e 's/--error-on-fail//g' > package.json | ||
|
||
|
||
# new for AARCH64 builds | ||
# https://github.com/electron-userland/electron-builder-binaries/issues/49#issuecomment-1100804486 | ||
%ifarch aarch64 | ||
|
@@ -141,13 +146,16 @@ done | |
|
||
|
||
%changelog | ||
* Tue Dec 11 2024 Udo Seidel <[email protected]> 7.35.2-1 | ||
- workaround for backbone patch with hunks | ||
|
||
* Thu Dec 05 2024 Udo Seidel <[email protected]> 7.35.1-1 | ||
- The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say. | ||
|
||
* Thu Dec 05 2024 Udo Seidel <[email protected]> 7.35.0-1 | ||
- The new filter icon next to the search box makes it easy to quickly find unread chats, but feel free to take your time deciding whether or not to leave them on read after seeing what they had to say. | ||
|
||
* Wed Nov 21 2024 Udo Seidel <[email protected]> 7.34.0-1 | ||
* Thu Nov 21 2024 Udo Seidel <[email protected]> 7.34.0-1 | ||
- This update introduces support for new processors on Windows like the Snapdragon X Elite, so you don't need to twist your ARM into emulating x86 anymore. | ||
- We also fixed a bug that broke the dark theme in Signal when your operating system settings were configured to use a light theme. Signal Desktop can now properly handle your thematically split personality. | ||
|
||
|