From 037613886bc9e5df21561c5a31d6256665d3850c Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 23 Apr 2019 16:23:05 +0200 Subject: [PATCH] Updated to version 4.0.7. --- .gitignore | 1 + sources | 2 +- zimlib-no-rpath.patch | 26 -------------------------- zimlib.spec | 10 ++++++---- 4 files changed, 8 insertions(+), 31 deletions(-) delete mode 100644 zimlib-no-rpath.patch diff --git a/.gitignore b/.gitignore index 4e881d4..b283911 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /zimlib-1.0.tar.gz /4.0.5.tar.gz /4.0.6.tar.gz +/4.0.7.tar.gz diff --git a/sources b/sources index b97ec76..0a31433 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (4.0.6.tar.gz) = 163777ec1e3935b1e71cc30c72a5645c8519592ad30aa544b08fbdfc0f5c50a7d4199d9038028209fa9accc0e2264008aa8931c49e831273ce2b9a6c4062ad37 +SHA512 (4.0.7.tar.gz) = 5fbb7b112acccefab1fc325258a6353285a7f5e1e002d90ca851e3caf7805f503c6a87e31b7d1131ea3e1564bc02c4a81e196a0f0ab7fd8f708ba650b50f1447 diff --git a/zimlib-no-rpath.patch b/zimlib-no-rpath.patch deleted file mode 100644 index 46279e7..0000000 --- a/zimlib-no-rpath.patch +++ /dev/null @@ -1,26 +0,0 @@ -From dd7e0ec915e4ad782328b496677bf7b122282560 Mon Sep 17 00:00:00 2001 -From: Vitaly Zaitsev -Date: Wed, 10 Apr 2019 14:31:32 +0200 -Subject: [PATCH 1/2] Removed Rpath build. - ---- - src/meson.build | 4 +--- - 1 file changed, 1 insertion(+), 3 deletions(-) - -diff --git a/src/meson.build b/src/meson.build -index 671a23f..003047d 100644 ---- a/src/meson.build -+++ b/src/meson.build -@@ -71,8 +71,6 @@ libzim = library('zim', - link_args : extra_link_args, - cpp_args : extra_cpp_args, - version: meson.project_version(), -- install : true, -- build_rpath : join_paths(get_option('prefix'), get_option('libdir')), -- install_rpath: '$ORIGIN') -+ install : true) - libzim_dep = declare_dependency(link_with: libzim, - include_directories: include_directory) --- -2.20.1 - diff --git a/zimlib.spec b/zimlib.spec index 6348acf..5b766d1 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,16 +1,15 @@ %global appname libzim Name: zimlib -Version: 4.0.6 -Release: 3%{?dist} +Version: 4.0.7 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} Source0: %{url}/archive/%{version}.tar.gz -Patch0: %{name}-no-rpath.patch -Patch1: %{name}-fix-flags.patch +Patch0: %{name}-fix-flags.patch BuildRequires: xapian-core-devel BuildRequires: libicu-devel @@ -55,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Tue Apr 23 2019 Vitaly Zaitsev - 4.0.7-1 +- Updated to version 4.0.7. + * Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-3 - Removed Werror build flag.