From 3e19b949dd3295ae030716d51ba9b3cdd3a8a9ed2c0fb022ce957870556c215c Mon Sep 17 00:00:00 2001 From: Marcus Meissner Date: Tue, 7 May 2024 12:38:23 +0000 Subject: [PATCH] Accepting request 1172416 from home:msmeissn:branches:multimedia:apps - alevt-fix-implicit.patch: fixed implicit definitions. OBS-URL: https://build.opensuse.org/request/show/1172416 OBS-URL: https://build.opensuse.org/package/show/multimedia:apps/alevt?expand=0&rev=21 --- alevt-fix-implicit.patch | 13 +++++++++++++ alevt.changes | 5 +++++ alevt.spec | 3 ++- 3 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 alevt-fix-implicit.patch diff --git a/alevt-fix-implicit.patch b/alevt-fix-implicit.patch new file mode 100644 index 0000000..31a3374 --- /dev/null +++ b/alevt-fix-implicit.patch @@ -0,0 +1,13 @@ +Index: alevt-v1.8.1/lang.c +=================================================================== +--- alevt-v1.8.1.orig/lang.c ++++ alevt-v1.8.1/lang.c +@@ -142,6 +142,8 @@ lang_init(void) + lang_char[lang_chars[0][i]] = i; + } + ++int is_koi(int c); ++int is_greek(int c); + + void + conv2latin(u8 *p, int n, int lang) diff --git a/alevt.changes b/alevt.changes index 4cd5acd..cfb4ca8 100644 --- a/alevt.changes +++ b/alevt.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 7 11:12:28 UTC 2024 - Marcus Meissner + +- alevt-fix-implicit.patch: fixed implicit definitions. + ------------------------------------------------------------------- Mon Aug 23 10:49:31 UTC 2021 - Ferdinand Thiessen diff --git a/alevt.spec b/alevt.spec index 95146fa..a419c89 100644 --- a/alevt.spec +++ b/alevt.spec @@ -1,7 +1,7 @@ # # spec file for package alevt # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2024 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -25,6 +25,7 @@ Group: Hardware/TV URL: https://gitlab.com/alevt/alevt Source0: %{URL}/-/archive/v%{version}/alevt-v%{version}.tar.bz2 Source1: alevt.desktop +Patch0: alevt-fix-implicit.patch BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: pkgconfig(libpng)