diff --git a/webkit2-sharp-a59fd76-fix_parentinstance.patch b/webkit2-sharp-a59fd76-fix_parentinstance.patch index 19fd10e..883388b 100644 --- a/webkit2-sharp-a59fd76-fix_parentinstance.patch +++ b/webkit2-sharp-a59fd76-fix_parentinstance.patch @@ -4,7 +4,7 @@ --glue-includes=webkit2/webkit2.h, --gapidir=$(gapidir) \ --assembly-name=$(ASSEMBLY_NAME) && \ find $(srcdir)/generated/ -type f -name "*.cs" > $(GEN_SOURCES) -+ sed -i "s/parentInstance/parent/g" $(GLUEDIR)/generated.c ++ sed -i "s/WebKitWebViewBase, parentInstance/WebKitWebViewBase, parent/g" $(GLUEDIR)/generated.c $(SRC_FILES_XML): $(GEN_SOURCES) $(CUSTOM_SOURCES) echo "" > $(SRC_FILES_XML) diff --git a/webkit2-sharp.spec b/webkit2-sharp.spec index 8387784..0c2af3b 100644 --- a/webkit2-sharp.spec +++ b/webkit2-sharp.spec @@ -4,7 +4,7 @@ Name: webkit2-sharp Version: 0 -Release: 0.19%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist} +Release: 0.20%{?snapshotdate:.%{snapshotdate}git%{shortcommit}}%{?dist} Summary: C# bindings for WebKit 2 with GTK+ 3 License: MIT @@ -85,6 +85,9 @@ find %{buildroot} -name '*.la' -delete %changelog +* Mon Dec 04 2023 Timotheus Pokorra - 0.0.20.20170219gita59fd76 +- fix previous patch on suggestion in #2252635 + * Mon Aug 14 2023 Timotheus Pokorra - 0.0.19.20170219gita59fd76 - fix FTBFS: apply patch to generated file replacing parentinstance with parent