From d94c6169a9940314bf7fb9c3b301a1ebb9040306 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Apr 09 2020 12:33:01 +0000 Subject: Removed no longer needed patch. --- diff --git a/kiwix-tools-pr374.patch b/kiwix-tools-pr374.patch deleted file mode 100644 index 092d80e..0000000 --- a/kiwix-tools-pr374.patch +++ /dev/null @@ -1,24 +0,0 @@ -From a038d38d5b5b02dbc06891c8340279e6fb81982e Mon Sep 17 00:00:00 2001 -From: Vitaly Zaitsev -Date: Thu, 9 Apr 2020 13:01:01 +0200 -Subject: [PATCH] Fixed build after 6ba6046850eb92f6d23408f38a5de93c970720a1 - commit. - -Signed-off-by: Vitaly Zaitsev ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index 9959db91..dae140c9 100644 ---- a/meson.build -+++ b/meson.build -@@ -12,7 +12,7 @@ if static_linkage - add_global_link_arguments('-static-libstdc++', '--static', language:'cpp') - endif - --thread_dep = depenidency('threads') -+thread_dep = dependency('threads') - kiwixlib_dep = dependency('kiwix', version:'>=9.1.0', static:static_linkage) - microhttpd_dep = dependency('libmicrohttpd', static:static_linkage) - z_dep = dependency('zlib', static:static_linkage) diff --git a/kiwix-tools.spec b/kiwix-tools.spec index ccd6de5..518806c 100644 --- a/kiwix-tools.spec +++ b/kiwix-tools.spec @@ -8,9 +8,6 @@ Summary: Common code base for all Kiwix ports URL: https://github.com/kiwix/%{name} Source0: %{url}/archive/%{version}/%{name}-%{version}.tar.gz -# https://github.com/kiwix/kiwix-tools/pull/374 -Patch100: %{name}-pr374.patch - BuildRequires: libmicrohttpd-devel BuildRequires: kiwix-lib-devel BuildRequires: pugixml-devel