Drop inappropriate symbols

i9r
Arkady L. Shane 1 year ago
parent 841173a5f9
commit 4e542f74c7
Signed by: tigro
GPG Key ID: 9C7900103E1C4F8B

@ -0,0 +1,70 @@
From 323eacc79f2551e23d1b14f753e3bc38989c298d Mon Sep 17 00:00:00 2001
From: tigro <arkadiy.sheyn@softline.com>
Date: Tue, 28 Nov 2023 18:36:11 +0300
Subject: [PATCH] Drop inappropriate symbold
---
ChangeLog | 1 -
about.txt | 2 --
help.txt | 2 --
main.c | 1 -
plugins/cocoaui/help-cocoa.txt | 2 --
5 files changed, 8 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index e41de53..f7116d5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -94,7 +94,6 @@ version 1.9.0
Added: Improved DSP preferences GTK UI (Saivert)
Added: Improved handling of invalid MP3 files
Added: Last.fm scrobbler will use HTTPS by default
- Glory to Ukraine! 💛💙
version 1.8.8
Fixed: A crash and file path issues in PSF plugin (greedysky)
diff --git a/about.txt b/about.txt
index f8ea707..edcdc65 100644
--- a/about.txt
+++ b/about.txt
@@ -1,5 +1,3 @@
-💛💙
-
DeaDBeeF - The Music Player
Copyright © 2009-2023 Oleksiy Yakovenko and contributors
https://deadbeef.sourceforge.io
diff --git a/help.txt b/help.txt
index 8cb62ed..2dad563 100644
--- a/help.txt
+++ b/help.txt
@@ -1,5 +1,3 @@
-💛💙
-
Help file for GTK version of Deadbeef Player (Linux/*BSD and friends)
* LINKS
diff --git a/main.c b/main.c
index d420bed..965604b 100644
--- a/main.c
+++ b/main.c
@@ -1068,7 +1068,6 @@ main_cleanup_and_quit (void) {
plug_cleanup ();
trace ("logger_free\n");
- trace ("💛💙\n");
ddb_logger_free();
char crash_marker[PATH_MAX];
diff --git a/plugins/cocoaui/help-cocoa.txt b/plugins/cocoaui/help-cocoa.txt
index fa03d57..e4c2296 100644
--- a/plugins/cocoaui/help-cocoa.txt
+++ b/plugins/cocoaui/help-cocoa.txt
@@ -1,5 +1,3 @@
-💛💙
-
Help file for Cocoa/macOS version of DeaDBeeF Player
* LINKS
--
2.43.0

@ -13,7 +13,7 @@
Name: deadbeef
Version: 1.9.5
Release: 2%{?dist}.inferit
Release: 2%{?dist}.inferit.1
Summary: An audio player for GNU/Linux
License: GPL-2.0-or later AND LGPL-2.0-or-later and BSD and MIT AND Zlib
@ -23,6 +23,7 @@ Source1: https://github.com/DeaDBeeF-Player/mp4p/archive/%{mp4p_commit}/m
Source2: https://github.com/DeaDBeeF-Player/ddb_dsp_libretro/archive/%{ddb_dsp_libretro_commit}/ddb_dsp_libretro-%{ddb_dsp_libretro_shortcommit}.tar.gz
Source3: https://github.com/DeaDBeeF-Player/ddb_output_pw/archive/%{ddb_output_pw_commit}/ddb_output_pw-%{ddb_output_pw_shortcommit}.tar.gz
Patch0: 0001-Revert-Russian-Removing.patch
Patch1: 0001-Drop-inappropriate-symbold.patch
Patch100: 0001-Added-Russian-description-for-ArcMenu.patch
# Build for armv7hl failed
@ -173,6 +174,9 @@ desktop-file-validate %{buildroot}%{_datadir}/applications/%{name}.desktop
%changelog
* Tue Nov 28 2023 Arkady L. Shane <tigro@msvsphere-os.ru> - 1.9.5-2.inferit.1
- Drop inappropriate symbols
* Wed Aug 09 2023 Sergey Cherevko <s.cherevko@msvsphere.ru> - 1.9.5-2.inferit
- Added Russian description for ArcMenu
- Rebuilt for MSVSphere 9.2

Loading…
Cancel
Save