From 037613886bc9e5df21561c5a31d6256665d3850c Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 23 Apr 2019 16:23:05 +0200 Subject: [PATCH 01/35] 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. From 379d80c9ac2956fb91d82ed5085a4f8d8b6adfc0 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 23 Apr 2019 16:34:08 +0200 Subject: [PATCH 02/35] Removed no longer needed patches. --- zimlib-fix-flags.patch | 25 ------------------------- zimlib.spec | 2 +- 2 files changed, 1 insertion(+), 26 deletions(-) delete mode 100644 zimlib-fix-flags.patch diff --git a/zimlib-fix-flags.patch b/zimlib-fix-flags.patch deleted file mode 100644 index 63a16b0..0000000 --- a/zimlib-fix-flags.patch +++ /dev/null @@ -1,25 +0,0 @@ -From f28658b6dd722e548e93f5d45a03ac7c8d078501 Mon Sep 17 00:00:00 2001 -From: Vitaly Zaitsev -Date: Wed, 10 Apr 2019 14:57:47 +0200 -Subject: [PATCH 2/2] Removed Werror build flag. - ---- - meson.build | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/meson.build b/meson.build -index 2d38684..42e5253 100644 ---- a/meson.build -+++ b/meson.build -@@ -1,7 +1,7 @@ - project('libzim', ['c', 'cpp'], - version : '4.0.6', - license : 'GPL2', -- default_options : ['c_std=c11', 'cpp_std=c++11', 'werror=true']) -+ default_options : ['c_std=c11', 'cpp_std=c++11']) - - if build_machine.system() != 'windows' - add_project_arguments('-D_LARGEFILE64_SOURCE=1', '-D_FILE_OFFSET_BITS=64', language: 'cpp') --- -2.20.1 - diff --git a/zimlib.spec b/zimlib.spec index 5b766d1..6e7d5db 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -9,7 +9,6 @@ Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} Source0: %{url}/archive/%{version}.tar.gz -Patch0: %{name}-fix-flags.patch BuildRequires: xapian-core-devel BuildRequires: libicu-devel @@ -35,6 +34,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %prep %autosetup -n %{appname}-%{version} -p1 +sed -e "s/, 'werror=true'//" -i meson.build %build %meson From 86d336c67b39e31617fd877587b10dfacd65e9bf Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 4 Jun 2019 12:59:37 +0200 Subject: [PATCH 03/35] Updated to version 5.0.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index b283911..27ce759 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /4.0.5.tar.gz /4.0.6.tar.gz /4.0.7.tar.gz +/5.0.0.tar.gz diff --git a/sources b/sources index 0a31433..9a7fcaa 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (4.0.7.tar.gz) = 5fbb7b112acccefab1fc325258a6353285a7f5e1e002d90ca851e3caf7805f503c6a87e31b7d1131ea3e1564bc02c4a81e196a0f0ab7fd8f708ba650b50f1447 +SHA512 (5.0.0.tar.gz) = b1d5bee583364dcd7967e3b826afb08bea25a11512b7a522cb74cde25ae304d4b7f65354ec2160599d145c5b67ba26109e281482021ba1d8d88a1041c0c785d9 diff --git a/zimlib.spec b/zimlib.spec index 6e7d5db..b7f3f2e 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 4.0.7 +Version: 5.0.0 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Tue Jun 04 2019 Vitaly Zaitsev - 5.0.0-1 +- Updated to version 5.0.0. + * Tue Apr 23 2019 Vitaly Zaitsev - 4.0.7-1 - Updated to version 4.0.7. From 6faa4a5dcb169747f6cd7b50cefb18fa21f71a76 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 4 Jun 2019 13:03:27 +0200 Subject: [PATCH 04/35] SOVERSION bump. --- zimlib.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index b7f3f2e..0d15baa 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -46,7 +46,7 @@ sed -e "s/, 'werror=true'//" -i meson.build %files %doc AUTHORS ChangeLog README.md %license COPYING -%{_libdir}/%{appname}.so.4* +%{_libdir}/%{appname}.so.5* %files devel %{_includedir}/zim From 5e0001f377eb9a5eb0b976a0b2c617584dbdf6af Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 27 Jul 2019 05:00:35 +0000 Subject: [PATCH 05/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 0d15baa..ccf38d6 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 5.0.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Jul 27 2019 Fedora Release Engineering - 5.0.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + * Tue Jun 04 2019 Vitaly Zaitsev - 5.0.0-1 - Updated to version 5.0.0. From 23c1a3fb405ed80c740c09b005399a3350c95b3d Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sat, 17 Aug 2019 11:31:39 +0200 Subject: [PATCH 06/35] Updated to version 5.0.1. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 27ce759..0c0dcdc 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ /4.0.6.tar.gz /4.0.7.tar.gz /5.0.0.tar.gz +/5.0.1.tar.gz diff --git a/sources b/sources index 9a7fcaa..e90e317 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (5.0.0.tar.gz) = b1d5bee583364dcd7967e3b826afb08bea25a11512b7a522cb74cde25ae304d4b7f65354ec2160599d145c5b67ba26109e281482021ba1d8d88a1041c0c785d9 +SHA512 (5.0.1.tar.gz) = 56845ff14e80800b145305c89e1fc47fbb5210df32886e42b5dec0a1dd4bc9f725cd82a9aa6e46935baefc9cde33e329cb8bb7eb4978c892cec3158d02adc604 diff --git a/zimlib.spec b/zimlib.spec index ccf38d6..5a0bc6e 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 5.0.0 -Release: 2%{?dist} +Version: 5.0.1 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Aug 17 2019 Vitaly Zaitsev - 5.0.1-1 +- Updated to version 5.0.1. + * Sat Jul 27 2019 Fedora Release Engineering - 5.0.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild From 8ac6410a3157c08f91f830609877680de2edb8cc Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sun, 13 Oct 2019 16:20:56 +0200 Subject: [PATCH 07/35] Updated to version 6.0.2. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 0c0dcdc..0618372 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ /4.0.7.tar.gz /5.0.0.tar.gz /5.0.1.tar.gz +/6.0.2.tar.gz diff --git a/sources b/sources index e90e317..86f69f3 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (5.0.1.tar.gz) = 56845ff14e80800b145305c89e1fc47fbb5210df32886e42b5dec0a1dd4bc9f725cd82a9aa6e46935baefc9cde33e329cb8bb7eb4978c892cec3158d02adc604 +SHA512 (6.0.2.tar.gz) = 4014980ba0ae6db36f729bb86665d4829ce6f3f2f45e5e49c24acd0a8b948afc9dd2ac89f245f7cdd38d74cb72f7bd3385ba64ac631f5dbd2281b34ef02a43ae diff --git a/zimlib.spec b/zimlib.spec index 5a0bc6e..a22c3e6 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 5.0.1 +Version: 6.0.2 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -46,7 +46,7 @@ sed -e "s/, 'werror=true'//" -i meson.build %files %doc AUTHORS ChangeLog README.md %license COPYING -%{_libdir}/%{appname}.so.5* +%{_libdir}/%{appname}.so.6* %files devel %{_includedir}/zim @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sun Oct 13 2019 Vitaly Zaitsev - 6.0.2-1 +- Updated to version 6.0.2. + * Sat Aug 17 2019 Vitaly Zaitsev - 5.0.1-1 - Updated to version 5.0.1. From 733d0016dba582cd2eac2632913c774e32b8c924 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Fri, 1 Nov 2019 15:52:48 +0000 Subject: [PATCH 08/35] Rebuild for ICU 65 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index a22c3e6..e4ea3c0 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.0.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Fri Nov 01 2019 Pete Walter - 6.0.2-2 +- Rebuild for ICU 65 + * Sun Oct 13 2019 Vitaly Zaitsev - 6.0.2-1 - Updated to version 6.0.2. From 6cb1c53a80195f7ecc0e9b7c25915f2757ecf4c6 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 31 Jan 2020 05:19:24 +0000 Subject: [PATCH 09/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index e4ea3c0..9e514c1 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.0.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Fri Jan 31 2020 Fedora Release Engineering - 6.0.2-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + * Fri Nov 01 2019 Pete Walter - 6.0.2-2 - Rebuild for ICU 65 From 05187dd893cad49120cfd1c562c665a89a14b2de Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 9 Apr 2020 12:51:58 +0200 Subject: [PATCH 10/35] Updated to version 6.1.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 10 ++++++---- 3 files changed, 8 insertions(+), 5 deletions(-) diff --git a/.gitignore b/.gitignore index 0618372..306a5c4 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /5.0.0.tar.gz /5.0.1.tar.gz /6.0.2.tar.gz +/6.1.0.tar.gz diff --git a/sources b/sources index 86f69f3..58b4213 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.0.2.tar.gz) = 4014980ba0ae6db36f729bb86665d4829ce6f3f2f45e5e49c24acd0a8b948afc9dd2ac89f245f7cdd38d74cb72f7bd3385ba64ac631f5dbd2281b34ef02a43ae +SHA512 (6.1.0.tar.gz) = e8135e5de5a518d5d6c6393cc1af8794b6e4fb6f310e37997896c600330d368bb00b8f2cb98ea78d4608dcef7cf78e421002e19b324ef144ac5a6dd5b5ca3fdc diff --git a/zimlib.spec b/zimlib.spec index 9e514c1..edc0d23 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 6.0.2 -Release: 3%{?dist} +Version: 6.1.0 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -34,10 +34,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %prep %autosetup -n %{appname}-%{version} -p1 -sed -e "s/, 'werror=true'//" -i meson.build %build -%meson +%meson -Dwerror=false %meson_build %install @@ -54,6 +53,9 @@ sed -e "s/, 'werror=true'//" -i meson.build %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Apr 09 2020 Vitaly Zaitsev - 6.1.0-1 +- Updated to version 6.1.0. + * Fri Jan 31 2020 Fedora Release Engineering - 6.0.2-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild From f05303f83e4816e4adec1ab5c0662250c27b2180 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sun, 10 May 2020 10:59:22 +0200 Subject: [PATCH 11/35] Updated to version 6.1.1. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 306a5c4..f3b5c9d 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ /5.0.1.tar.gz /6.0.2.tar.gz /6.1.0.tar.gz +/6.1.1.tar.gz diff --git a/sources b/sources index 58b4213..5ed4a35 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.1.0.tar.gz) = e8135e5de5a518d5d6c6393cc1af8794b6e4fb6f310e37997896c600330d368bb00b8f2cb98ea78d4608dcef7cf78e421002e19b324ef144ac5a6dd5b5ca3fdc +SHA512 (6.1.1.tar.gz) = 9481efd8cabe895b5048f40339514053377e8a6a40259dea5c726f62ea738edb97c9fca1845f155c35cd60ae12f85dc1c10f793da4decc890a2d5f3a7f6e8cbc diff --git a/zimlib.spec b/zimlib.spec index edc0d23..6ba4719 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 6.1.0 +Version: 6.1.1 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sun May 10 2020 Vitaly Zaitsev - 6.1.1-1 +- Updated to version 6.1.1. + * Thu Apr 09 2020 Vitaly Zaitsev - 6.1.0-1 - Updated to version 6.1.0. From 18276d02087298cc36ce3c6574afa636705b6d39 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Fri, 15 May 2020 14:20:07 +0100 Subject: [PATCH 12/35] Rebuild for ICU 67 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 6ba4719..7b753c9 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.1.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Fri May 15 2020 Pete Walter - 6.1.1-2 +- Rebuild for ICU 67 + * Sun May 10 2020 Vitaly Zaitsev - 6.1.1-1 - Updated to version 6.1.1. From b7c36c6fc3c642412cb4e82b2af011b4f1871b9a Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Fri, 3 Jul 2020 12:19:11 +0200 Subject: [PATCH 13/35] Updated to version 6.1.7. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index f3b5c9d..3fdb144 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ /6.0.2.tar.gz /6.1.0.tar.gz /6.1.1.tar.gz +/6.1.7.tar.gz diff --git a/sources b/sources index 5ed4a35..08bafb4 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.1.1.tar.gz) = 9481efd8cabe895b5048f40339514053377e8a6a40259dea5c726f62ea738edb97c9fca1845f155c35cd60ae12f85dc1c10f793da4decc890a2d5f3a7f6e8cbc +SHA512 (6.1.7.tar.gz) = ed65fbcf9e52c39211d186e35896da3fc2ae0e1be3b96794d3feb079f5d92956360e24aa50e9641576aba5a3141887551ed4caa105589598dbf3c1da30a82be6 diff --git a/zimlib.spec b/zimlib.spec index 7b753c9..235bce8 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 6.1.1 -Release: 2%{?dist} +Version: 6.1.7 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Wed Jul 01 2020 Vitaly Zaitsev - 6.1.7-1 +- Updated to version 6.1.7. + * Fri May 15 2020 Pete Walter - 6.1.1-2 - Rebuild for ICU 67 From 69141f8e0ed0cde611761e368e13b947d43fd81f Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 16 Jul 2020 09:55:52 +0200 Subject: [PATCH 14/35] Updated to version 6.1.8. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 3fdb144..e8dde99 100644 --- a/.gitignore +++ b/.gitignore @@ -8,3 +8,4 @@ /6.1.0.tar.gz /6.1.1.tar.gz /6.1.7.tar.gz +/6.1.8.tar.gz diff --git a/sources b/sources index 08bafb4..e76c4d0 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.1.7.tar.gz) = ed65fbcf9e52c39211d186e35896da3fc2ae0e1be3b96794d3feb079f5d92956360e24aa50e9641576aba5a3141887551ed4caa105589598dbf3c1da30a82be6 +SHA512 (6.1.8.tar.gz) = f51b23b7bfda265a019bcbcaca9f27830ad74414dfd6b53d121066b097c1a8bc271783cc9c5954f861de23f3e2d74e161d5e21406975cb7f06452587614b9f80 diff --git a/zimlib.spec b/zimlib.spec index 235bce8..57731ac 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 6.1.7 +Version: 6.1.8 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Jul 16 2020 Vitaly Zaitsev - 6.1.8-1 +- Updated to version 6.1.8. + * Wed Jul 01 2020 Vitaly Zaitsev - 6.1.7-1 - Updated to version 6.1.7. From 0852fcd1dbc1b4f4a79a30e1e27417c10bbd0c36 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Wed, 29 Jul 2020 15:23:24 +0000 Subject: [PATCH 15/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 57731ac..03617f1 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.1.8 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Wed Jul 29 2020 Fedora Release Engineering - 6.1.8-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + * Thu Jul 16 2020 Vitaly Zaitsev - 6.1.8-1 - Updated to version 6.1.8. From 2276e62054a8e828f15dba5d3ef52bb17fc1b25a Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 15 Oct 2020 16:22:41 +0200 Subject: [PATCH 16/35] Updated to version 6.2.2. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index e8dde99..1612c15 100644 --- a/.gitignore +++ b/.gitignore @@ -9,3 +9,4 @@ /6.1.1.tar.gz /6.1.7.tar.gz /6.1.8.tar.gz +/6.2.2.tar.gz diff --git a/sources b/sources index e76c4d0..920b01e 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.1.8.tar.gz) = f51b23b7bfda265a019bcbcaca9f27830ad74414dfd6b53d121066b097c1a8bc271783cc9c5954f861de23f3e2d74e161d5e21406975cb7f06452587614b9f80 +SHA512 (6.2.2.tar.gz) = 5359cad01e3bb5bddfc3186c679e54e7ab7bbdd5d8f00d2e632d134b5841dfb3de2e86150226ac8d1622b3e6cec3c9e8ae81abce662379ef6da3dce3ee5d5a2b diff --git a/zimlib.spec b/zimlib.spec index 03617f1..830e071 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 6.1.8 -Release: 2%{?dist} +Version: 6.2.2 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -53,6 +53,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Oct 15 2020 Vitaly Zaitsev - 6.2.2-1 +- Updated to version 6.2.2. + * Wed Jul 29 2020 Fedora Release Engineering - 6.1.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild From 9986b2e8cf6164911eb714ce4a4b04d0b319b6b4 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 15 Oct 2020 16:32:48 +0200 Subject: [PATCH 17/35] Added missing build requirement. --- zimlib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/zimlib.spec b/zimlib.spec index 830e071..4380d7c 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -11,6 +11,7 @@ URL: https://github.com/openzim/%{appname} Source0: %{url}/archive/%{version}.tar.gz BuildRequires: xapian-core-devel +BuildRequires: libzstd-devel BuildRequires: libicu-devel BuildRequires: gtest-devel BuildRequires: ninja-build From c7d5eaef6bb187df6ada2041e6d0e46fee772866 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 7 Jan 2021 17:39:16 +0100 Subject: [PATCH 18/35] Updated to version 6.3.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1612c15..7b9d184 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ /6.1.7.tar.gz /6.1.8.tar.gz /6.2.2.tar.gz +/6.3.0.tar.gz diff --git a/sources b/sources index 920b01e..32974f1 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.2.2.tar.gz) = 5359cad01e3bb5bddfc3186c679e54e7ab7bbdd5d8f00d2e632d134b5841dfb3de2e86150226ac8d1622b3e6cec3c9e8ae81abce662379ef6da3dce3ee5d5a2b +SHA512 (6.3.0.tar.gz) = 822e293bb1dc376256063326951571b705e5735132a137f5966d0f6ed0bb8c8289765680503b449c271ffce7e771da1f304d9ab9455cfc968a2d9943a5955090 diff --git a/zimlib.spec b/zimlib.spec index 4380d7c..b1402d0 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 6.2.2 +Version: 6.3.0 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Jan 07 2021 Vitaly Zaitsev - 6.3.0-1 +- Updated to version 6.3.0. + * Thu Oct 15 2020 Vitaly Zaitsev - 6.2.2-1 - Updated to version 6.2.2. From 188cd39752a53e26979038cba41d6ea59f4377ab Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Thu, 28 Jan 2021 00:42:15 +0000 Subject: [PATCH 19/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index b1402d0..dfc4617 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Jan 28 2021 Fedora Release Engineering - 6.3.0-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + * Thu Jan 07 2021 Vitaly Zaitsev - 6.3.0-1 - Updated to version 6.3.0. From fc49333f0d65c71c1c2ae4cbbd2212be8fc44b55 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Tue, 30 Mar 2021 19:41:12 +0100 Subject: [PATCH 20/35] Rebuilt for removed libstdc++ symbol (#1937698) --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index dfc4617..7d41821 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Tue Mar 30 2021 Jonathan Wakely - 6.3.0-3 +- Rebuilt for removed libstdc++ symbol (#1937698) + * Thu Jan 28 2021 Fedora Release Engineering - 6.3.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild From e6f6ed5fb14fb062a43910360959535ad51557fa Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Wed, 19 May 2021 16:52:15 +0100 Subject: [PATCH 21/35] Rebuild for ICU 69 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 7d41821..d13561d 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Wed May 19 2021 Pete Walter - 6.3.0-4 +- Rebuild for ICU 69 + * Tue Mar 30 2021 Jonathan Wakely - 6.3.0-3 - Rebuilt for removed libstdc++ symbol (#1937698) From f0194293d96471aa7f19e31c8956a80c5d9511d5 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Thu, 20 May 2021 01:25:16 +0100 Subject: [PATCH 22/35] Rebuild for ICU 69 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index d13561d..8a412c8 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 4%{?dist} +Release: 5%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu May 20 2021 Pete Walter - 6.3.0-5 +- Rebuild for ICU 69 + * Wed May 19 2021 Pete Walter - 6.3.0-4 - Rebuild for ICU 69 From d23de86b37753222b1282f8faa93b99da33464d8 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Fri, 23 Jul 2021 22:18:12 +0000 Subject: [PATCH 23/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 8a412c8..6e1dca8 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 5%{?dist} +Release: 6%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Fri Jul 23 2021 Fedora Release Engineering - 6.3.0-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild + * Thu May 20 2021 Pete Walter - 6.3.0-5 - Rebuild for ICU 69 From 1d23574a56b4d765f3357771e4d00a96d2167db2 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 22 Jan 2022 05:51:50 +0000 Subject: [PATCH 24/35] - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 6e1dca8..82bd399 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 6.3.0 -Release: 6%{?dist} +Release: 7%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Jan 22 2022 Fedora Release Engineering - 6.3.0-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild + * Fri Jul 23 2021 Fedora Release Engineering - 6.3.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild From 11c97039a2d0e23ae2ba6d1612410a8d28d01b7a Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Mon, 24 Jan 2022 14:43:20 +0100 Subject: [PATCH 25/35] Updated to version 7.2.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 27 +++++++++++++++------------ 3 files changed, 17 insertions(+), 13 deletions(-) diff --git a/.gitignore b/.gitignore index 7b9d184..10f6779 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ /6.1.8.tar.gz /6.2.2.tar.gz /6.3.0.tar.gz +/7.2.0.tar.gz diff --git a/sources b/sources index 32974f1..1e29cde 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (6.3.0.tar.gz) = 822e293bb1dc376256063326951571b705e5735132a137f5966d0f6ed0bb8c8289765680503b449c271ffce7e771da1f304d9ab9455cfc968a2d9943a5955090 +SHA512 (7.2.0.tar.gz) = ada1f31879ed6729cd2305269c6bd243ad524caed916d5389c4f2dcbd7d95316b3f8836c326b20a896c5dca3c9bcbd4ec0d0a88775b4c7c00dc5ad476d420cac diff --git a/zimlib.spec b/zimlib.spec index 82bd399..333e44a 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 6.3.0 -Release: 7%{?dist} +Version: 7.2.0 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -10,16 +10,16 @@ Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} Source0: %{url}/archive/%{version}.tar.gz -BuildRequires: xapian-core-devel -BuildRequires: libzstd-devel -BuildRequires: libicu-devel -BuildRequires: gtest-devel -BuildRequires: ninja-build -BuildRequires: zlib-devel -BuildRequires: xz-devel -BuildRequires: gcc-c++ -BuildRequires: meson BuildRequires: gcc +BuildRequires: gcc-c++ +BuildRequires: gtest-devel +BuildRequires: libicu-devel +BuildRequires: libzstd-devel +BuildRequires: meson +BuildRequires: ninja-build +BuildRequires: xapian-core-devel +BuildRequires: xz-devel +BuildRequires: zlib-devel %description The ZIM library is the reference implementation for the ZIM file @@ -46,7 +46,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %files %doc AUTHORS ChangeLog README.md %license COPYING -%{_libdir}/%{appname}.so.6* +%{_libdir}/%{appname}.so.7* %files devel %{_includedir}/zim @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Mon Jan 24 2022 Vitaly Zaitsev - 7.2.0-1 +- Updated to version 7.2.0. + * Sat Jan 22 2022 Fedora Release Engineering - 6.3.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild From c8129a0141355a769cf4d067b841b3acc6d5cdc7 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 22 Jun 2022 18:25:32 +0200 Subject: [PATCH 26/35] Updated to version 7.2.2. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 10f6779..8ec0975 100644 --- a/.gitignore +++ b/.gitignore @@ -12,3 +12,4 @@ /6.2.2.tar.gz /6.3.0.tar.gz /7.2.0.tar.gz +/7.2.2.tar.gz diff --git a/sources b/sources index 1e29cde..0382579 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (7.2.0.tar.gz) = ada1f31879ed6729cd2305269c6bd243ad524caed916d5389c4f2dcbd7d95316b3f8836c326b20a896c5dca3c9bcbd4ec0d0a88775b4c7c00dc5ad476d420cac +SHA512 (7.2.2.tar.gz) = e95838feec7381717c3dac39f19c7197eed10c953c8ba3e36afd52e037d7b50b6c56c4ddb0a48e85f707390cd45e2c7e8d1f059fe1bcceb331fd983fe4afc115 diff --git a/zimlib.spec b/zimlib.spec index 333e44a..a0e5ad6 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 7.2.0 +Version: 7.2.2 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Wed Jun 22 2022 Vitaly Zaitsev - 7.2.2-1 +- Updated to version 7.2.2. + * Mon Jan 24 2022 Vitaly Zaitsev - 7.2.0-1 - Updated to version 7.2.0. From 60d188d835d1de18a828fbf4ad0e77daa6b34903 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 23 Jul 2022 13:55:34 +0000 Subject: [PATCH 27/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index a0e5ad6..0bfea4e 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 7.2.2 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Jul 23 2022 Fedora Release Engineering - 7.2.2-2 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild + * Wed Jun 22 2022 Vitaly Zaitsev - 7.2.2-1 - Updated to version 7.2.2. From bdc399d5abf2cceac656bb11395f7e9eff3ba1dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Zatloukal?= Date: Mon, 1 Aug 2022 15:13:35 +0200 Subject: [PATCH 28/35] Rebuilt for ICU 71.1 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 0bfea4e..83bc873 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 7.2.2 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Mon Aug 01 2022 Frantisek Zatloukal - 7.2.2-3 +- Rebuilt for ICU 71.1 + * Sat Jul 23 2022 Fedora Release Engineering - 7.2.2-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild From eed456e273244f461b720fea77a8853204d94ddf Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 8 Sep 2022 14:57:04 +0200 Subject: [PATCH 29/35] Updated to version 8.0.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 9 ++++++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 8ec0975..27d4539 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,4 @@ /6.3.0.tar.gz /7.2.0.tar.gz /7.2.2.tar.gz +/8.0.0.tar.gz diff --git a/sources b/sources index 0382579..621c655 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (7.2.2.tar.gz) = e95838feec7381717c3dac39f19c7197eed10c953c8ba3e36afd52e037d7b50b6c56c4ddb0a48e85f707390cd45e2c7e8d1f059fe1bcceb331fd983fe4afc115 +SHA512 (8.0.0.tar.gz) = 28d3053e55c0562852694acc1bde7fd4511ab375c64b4db77544ef7654c14acaf3715daa88aadd4caeebba386168c45264dbf5a50770ff799a26e2b5fb400769 diff --git a/zimlib.spec b/zimlib.spec index 83bc873..1f01fd9 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,8 +1,8 @@ %global appname libzim Name: zimlib -Version: 7.2.2 -Release: 3%{?dist} +Version: 8.0.0 +Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -46,7 +46,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %files %doc AUTHORS ChangeLog README.md %license COPYING -%{_libdir}/%{appname}.so.7* +%{_libdir}/%{appname}.so.8* %files devel %{_includedir}/zim @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Sep 08 2022 Vitaly Zaitsev - 8.0.0-1 +- Updated to version 8.0.0. + * Mon Aug 01 2022 Frantisek Zatloukal - 7.2.2-3 - Rebuilt for ICU 71.1 From 3def5b4155a9b83e301af3582361a385a29f55b0 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Thu, 1 Dec 2022 16:02:51 +0100 Subject: [PATCH 30/35] Updated to version 8.1.0. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 27d4539..4708b6b 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,4 @@ /7.2.0.tar.gz /7.2.2.tar.gz /8.0.0.tar.gz +/8.1.0.tar.gz diff --git a/sources b/sources index 621c655..24cc1e6 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (8.0.0.tar.gz) = 28d3053e55c0562852694acc1bde7fd4511ab375c64b4db77544ef7654c14acaf3715daa88aadd4caeebba386168c45264dbf5a50770ff799a26e2b5fb400769 +SHA512 (8.1.0.tar.gz) = cd7fa2070c89dd4c24d53b39da243fde88655a480e4ca236576a6b497e994aeb50f13beb2b87c270b89ad82b81e9609a9890fe25c943d26523bc21483d9d647e diff --git a/zimlib.spec b/zimlib.spec index 1f01fd9..6a5a11b 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 8.0.0 +Version: 8.1.0 Release: 1%{?dist} License: GPLv2 and ASL 2.0 and BSD @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Thu Dec 01 2022 Vitaly Zaitsev - 8.1.0-1 +- Updated to version 8.1.0. + * Thu Sep 08 2022 Vitaly Zaitsev - 8.0.0-1 - Updated to version 8.0.0. From 8a4c10986e6cfc7737cf8254138ec36c8938d5a8 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 13 Dec 2022 17:05:48 +0100 Subject: [PATCH 31/35] Converted license tag to SPDX format. --- .gitignore | 18 +----------------- zimlib.spec | 2 +- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.gitignore b/.gitignore index 4708b6b..f6a3a77 100644 --- a/.gitignore +++ b/.gitignore @@ -1,17 +1 @@ -/zimlib-1.0.tar.gz -/4.0.5.tar.gz -/4.0.6.tar.gz -/4.0.7.tar.gz -/5.0.0.tar.gz -/5.0.1.tar.gz -/6.0.2.tar.gz -/6.1.0.tar.gz -/6.1.1.tar.gz -/6.1.7.tar.gz -/6.1.8.tar.gz -/6.2.2.tar.gz -/6.3.0.tar.gz -/7.2.0.tar.gz -/7.2.2.tar.gz -/8.0.0.tar.gz -/8.1.0.tar.gz +/*.tar.gz diff --git a/zimlib.spec b/zimlib.spec index 6a5a11b..5d9e0ed 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -4,7 +4,7 @@ Name: zimlib Version: 8.1.0 Release: 1%{?dist} -License: GPLv2 and ASL 2.0 and BSD +License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} From 38daecf3a253eac4691c881f3e690ccb6f7a82c5 Mon Sep 17 00:00:00 2001 From: Pete Walter Date: Sat, 31 Dec 2022 03:54:02 +0000 Subject: [PATCH 32/35] Rebuild for ICU 72 --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 5d9e0ed..5e7bae7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 1%{?dist} +Release: 2%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Dec 31 2022 Pete Walter - 8.1.0-2 +- Rebuild for ICU 72 + * Thu Dec 01 2022 Vitaly Zaitsev - 8.1.0-1 - Updated to version 8.1.0. From 53b102ac58d68ef4bc632772ee5f19be208d9e98 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 21 Jan 2023 08:16:10 +0000 Subject: [PATCH 33/35] Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild Signed-off-by: Fedora Release Engineering --- zimlib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index 5e7bae7..3ed17f7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 2%{?dist} +Release: 3%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild + * Sat Dec 31 2022 Pete Walter - 8.1.0-2 - Rebuild for ICU 72 From 749ba655f5f2213605b5806dacc3862c54e20d09 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Mon, 30 Jan 2023 16:52:36 +0100 Subject: [PATCH 34/35] Build with C++14 instead of C++11 for gtest-1.13.0. --- zimlib.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/zimlib.spec b/zimlib.spec index 3ed17f7..415e300 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 8.1.0 -Release: 3%{?dist} +Release: 4%{?dist} License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause Summary: Reference implementation of the ZIM specification @@ -37,7 +37,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %autosetup -n %{appname}-%{version} -p1 %build -%meson -Dwerror=false +%meson -Dwerror=false -Dcpp_std=c++14 %meson_build %install @@ -54,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* Mon Jan 30 2023 Vitaly Zaitsev - 8.1.0-4 +- Build with C++14 instead of C++11 for gtest-1.13.0. + * Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild From 13ed68a5176970413797e0e2dce4a6181d4dea92 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Sat, 1 Apr 2023 20:11:51 +0200 Subject: [PATCH 35/35] Renamed to libzim. --- .gitignore | 1 - dead.package | 1 + sources | 1 - zimlib.spec | 228 --------------------------------------------------- 4 files changed, 1 insertion(+), 230 deletions(-) delete mode 100644 .gitignore create mode 100644 dead.package delete mode 100644 sources delete mode 100644 zimlib.spec diff --git a/.gitignore b/.gitignore deleted file mode 100644 index f6a3a77..0000000 --- a/.gitignore +++ /dev/null @@ -1 +0,0 @@ -/*.tar.gz diff --git a/dead.package b/dead.package new file mode 100644 index 0000000..dcb5a86 --- /dev/null +++ b/dead.package @@ -0,0 +1 @@ +Renamed to libzim. diff --git a/sources b/sources deleted file mode 100644 index 24cc1e6..0000000 --- a/sources +++ /dev/null @@ -1 +0,0 @@ -SHA512 (8.1.0.tar.gz) = cd7fa2070c89dd4c24d53b39da243fde88655a480e4ca236576a6b497e994aeb50f13beb2b87c270b89ad82b81e9609a9890fe25c943d26523bc21483d9d647e diff --git a/zimlib.spec b/zimlib.spec deleted file mode 100644 index 415e300..0000000 --- a/zimlib.spec +++ /dev/null @@ -1,228 +0,0 @@ -%global appname libzim - -Name: zimlib -Version: 8.1.0 -Release: 4%{?dist} - -License: GPL-2.0-only AND Apache-2.0 AND BSD-3-Clause -Summary: Reference implementation of the ZIM specification - -URL: https://github.com/openzim/%{appname} -Source0: %{url}/archive/%{version}.tar.gz - -BuildRequires: gcc -BuildRequires: gcc-c++ -BuildRequires: gtest-devel -BuildRequires: libicu-devel -BuildRequires: libzstd-devel -BuildRequires: meson -BuildRequires: ninja-build -BuildRequires: xapian-core-devel -BuildRequires: xz-devel -BuildRequires: zlib-devel - -%description -The ZIM library is the reference implementation for the ZIM file -format. It's a solution to read and write ZIM files on many systems -and architectures. - -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} - -%description devel -%{summary}. - -%prep -%autosetup -n %{appname}-%{version} -p1 - -%build -%meson -Dwerror=false -Dcpp_std=c++14 -%meson_build - -%install -%meson_install - -%files -%doc AUTHORS ChangeLog README.md -%license COPYING -%{_libdir}/%{appname}.so.8* - -%files devel -%{_includedir}/zim -%{_libdir}/%{appname}.so -%{_libdir}/pkgconfig/%{appname}.pc - -%changelog -* Mon Jan 30 2023 Vitaly Zaitsev - 8.1.0-4 -- Build with C++14 instead of C++11 for gtest-1.13.0. - -* Sat Jan 21 2023 Fedora Release Engineering - 8.1.0-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild - -* Sat Dec 31 2022 Pete Walter - 8.1.0-2 -- Rebuild for ICU 72 - -* Thu Dec 01 2022 Vitaly Zaitsev - 8.1.0-1 -- Updated to version 8.1.0. - -* Thu Sep 08 2022 Vitaly Zaitsev - 8.0.0-1 -- Updated to version 8.0.0. - -* Mon Aug 01 2022 Frantisek Zatloukal - 7.2.2-3 -- Rebuilt for ICU 71.1 - -* Sat Jul 23 2022 Fedora Release Engineering - 7.2.2-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild - -* Wed Jun 22 2022 Vitaly Zaitsev - 7.2.2-1 -- Updated to version 7.2.2. - -* Mon Jan 24 2022 Vitaly Zaitsev - 7.2.0-1 -- Updated to version 7.2.0. - -* Sat Jan 22 2022 Fedora Release Engineering - 6.3.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild - -* Fri Jul 23 2021 Fedora Release Engineering - 6.3.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild - -* Thu May 20 2021 Pete Walter - 6.3.0-5 -- Rebuild for ICU 69 - -* Wed May 19 2021 Pete Walter - 6.3.0-4 -- Rebuild for ICU 69 - -* Tue Mar 30 2021 Jonathan Wakely - 6.3.0-3 -- Rebuilt for removed libstdc++ symbol (#1937698) - -* Thu Jan 28 2021 Fedora Release Engineering - 6.3.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild - -* Thu Jan 07 2021 Vitaly Zaitsev - 6.3.0-1 -- Updated to version 6.3.0. - -* Thu Oct 15 2020 Vitaly Zaitsev - 6.2.2-1 -- Updated to version 6.2.2. - -* Wed Jul 29 2020 Fedora Release Engineering - 6.1.8-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild - -* Thu Jul 16 2020 Vitaly Zaitsev - 6.1.8-1 -- Updated to version 6.1.8. - -* Wed Jul 01 2020 Vitaly Zaitsev - 6.1.7-1 -- Updated to version 6.1.7. - -* Fri May 15 2020 Pete Walter - 6.1.1-2 -- Rebuild for ICU 67 - -* Sun May 10 2020 Vitaly Zaitsev - 6.1.1-1 -- Updated to version 6.1.1. - -* Thu Apr 09 2020 Vitaly Zaitsev - 6.1.0-1 -- Updated to version 6.1.0. - -* Fri Jan 31 2020 Fedora Release Engineering - 6.0.2-3 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild - -* Fri Nov 01 2019 Pete Walter - 6.0.2-2 -- Rebuild for ICU 65 - -* Sun Oct 13 2019 Vitaly Zaitsev - 6.0.2-1 -- Updated to version 6.0.2. - -* Sat Aug 17 2019 Vitaly Zaitsev - 5.0.1-1 -- Updated to version 5.0.1. - -* Sat Jul 27 2019 Fedora Release Engineering - 5.0.0-2 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild - -* Tue Jun 04 2019 Vitaly Zaitsev - 5.0.0-1 -- Updated to version 5.0.0. - -* 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. - -* Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-2 -- Removed rpath. - -* Wed Apr 10 2019 Vitaly Zaitsev - 4.0.6-1 -- Updated to version 4.0.6. - -* Tue Mar 19 2019 Vitaly Zaitsev - 4.0.5-1 -- Updated to version 4.0.5. -- Major SPEC cleanup. - -* Sun Feb 03 2019 Fedora Release Engineering - 1.0-18 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild - -* Sat Jul 14 2018 Fedora Release Engineering - 1.0-17 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild - -* Fri Feb 09 2018 Fedora Release Engineering - 1.0-16 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild - -* Thu Aug 03 2017 Fedora Release Engineering - 1.0-15 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild - -* Thu Jul 27 2017 Fedora Release Engineering - 1.0-14 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild - -* Mon May 15 2017 Fedora Release Engineering - 1.0-13 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_27_Mass_Rebuild - -* Sat Feb 11 2017 Fedora Release Engineering - 1.0-12 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild - -* Fri Feb 05 2016 Fedora Release Engineering - 1.0-11 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild - -* Fri Jun 19 2015 Fedora Release Engineering - 1.0-10 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild - -* Sat May 02 2015 Kalev Lember - 1.0-9 -- Rebuilt for GCC 5 C++11 ABI change - -* Mon Aug 18 2014 Fedora Release Engineering - 1.0-8 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild - -* Sat Jun 07 2014 Fedora Release Engineering - 1.0-7 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild - -* Sun Aug 04 2013 Fedora Release Engineering - 1.0-6 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild - -* Fri Apr 26 2013 Micah Roth 1.0-5 -- forced INSTALL to preserve timestamps for non-compiled files - -* Thu Apr 25 2013 Micah Roth 1.0-4 -- --formal review volter-- -- removed INSTALL, NEWS, README files from %%docs -- added COPYING file to %%docs -- removed unnecessary commented lines and empty sections -- improved %%files devel section with asterisk removal and more specificity -- added spaces in the %%changelog area between updates - -* Tue Apr 23 2013 Micah Roth 1.0-3 -- --informal review volter-- -- updated descriptions to match %%files lists -- added --disable-static to %%configure - -* Sat Apr 20 2013 Micah Roth 1.0-2 -- added %%doc files -- removed commented lines -- removed --disable-static because it doesn't apply (right?) -- ---volter's informal review--- -- moved binaries to base package %%files list -- commented libtool BR -- uncommented removal of *la file(s) -- added macros into Source0 -- commented *a %%files list entry - -* Sat Apr 20 2013 Micah Roth 1.0-1 -- created spec file -- commented automake and autotools BRs as recommended by rdieter