Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package alevt for openSUSE:Factory checked in at 2024-05-07 18:05:03 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/alevt (Old) and /work/SRC/openSUSE:Factory/.alevt.new.1880 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "alevt" Tue May 7 18:05:03 2024 rev:24 rq:1172430 version:1.8.1 Changes: -------- --- /work/SRC/openSUSE:Factory/alevt/alevt.changes 2021-08-24 10:55:49.672245054 +0200 +++ /work/SRC/openSUSE:Factory/.alevt.new.1880/alevt.changes 2024-05-07 18:05:44.355602299 +0200 @@ -1,0 +2,5 @@ +Tue May 7 11:12:28 UTC 2024 - Marcus Meissner <[email protected]> + +- alevt-fix-implicit.patch: fixed implicit definitions. + +------------------------------------------------------------------- New: ---- alevt-fix-implicit.patch BETA DEBUG BEGIN: New: - alevt-fix-implicit.patch: fixed implicit definitions. BETA DEBUG END: ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ alevt.spec ++++++ --- /var/tmp/diff_new_pack.UfOPWY/_old 2024-05-07 18:05:45.103629498 +0200 +++ /var/tmp/diff_new_pack.UfOPWY/_new 2024-05-07 18:05:45.103629498 +0200 @@ -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 @@ 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) ++++++ alevt-fix-implicit.patch ++++++ 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)
