diff --git a/SOURCES/0001-MSVSphere-fixed-include-path.patch b/SOURCES/0001-MSVSphere-fixed-include-path.patch new file mode 100644 index 0000000..b5c1c97 --- /dev/null +++ b/SOURCES/0001-MSVSphere-fixed-include-path.patch @@ -0,0 +1,25 @@ +From fb6439922cc7abe0cc25d51808df68a882c730c4 Mon Sep 17 00:00:00 2001 +From: Sergey Cherevko +Date: Wed, 29 Nov 2023 13:23:26 +0300 +Subject: [PATCH] MSVSphere fixed include path + +--- + src/ucil_alsa.c | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/src/ucil_alsa.c b/src/ucil_alsa.c +index 605ccaf..beccd34 100644 +--- a/src/ucil_alsa.c ++++ b/src/ucil_alsa.c +@@ -29,7 +29,7 @@ + #include "ucil_alsa.h" + + #include +-#include ++#include + #include + /* #if UCIL_DEBUG */ + #define DEBUG +-- +2.39.3 + diff --git a/SPECS/libucil.spec b/SPECS/libucil.spec index 77e0e2b..4939868 100644 --- a/SPECS/libucil.spec +++ b/SPECS/libucil.spec @@ -1,7 +1,7 @@ Summary: Library to render text and graphic overlays onto video images Name: libucil Version: 0.9.10 -Release: 16%{?dist} +Release: 16%{?dist}.inferit License: GPLv2+ Group: System Environment/Libraries URL: http://www.unicap-imaging.org/ @@ -15,6 +15,9 @@ Patch1: libucil-0.9.10-leaks.patch # fix some compile-time warnings Patch2: libucil-0.9.10-warnings.patch +# msvsPHERE +Patch100: 0001-MSVSphere-fixed-include-path.patch + BuildRequires: autoconf, automake, gettext-devel, libtool BuildRequires: intltool, /usr/bin/perl, perl(XML::Parser), gettext, gtk-doc >= 1.4 @@ -45,6 +48,7 @@ documentation of the library, too. %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch100 -p1 # fixes for gtk-doc 1.26 sed -i -e '/^DOC_SOURCE_DIR/s/--source-dir=//g' doc/libucil/Makefile.am mkdir -p m4 @@ -82,7 +86,8 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/gtk-doc/html/%{name} %changelog -* Wed Jul 26 2023 MSVSphere Packaging Team - 0.9.10-16 +* Wed Nov 29 2023 Sergey Cherevko - 0.9.10-16.inferit +- Fixed include path - Rebuilt for MSVSphere 8.8 * Wed Feb 07 2018 Fedora Release Engineering - 0.9.10-16