From 073fe115637cb837f3dbc2295d5776877e285a2d Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Mon, 9 Jul 2018 19:06:54 +0200 Subject: [PATCH 01/45] add BuildRequires: gcc Reference: https://fedoraproject.org/wiki/Changes/Remove_GCC_from_BuildRoot --- zimlib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/zimlib.spec b/zimlib.spec index 272c96e..f6f82b7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -7,6 +7,7 @@ License: GPLv2+ URL: http://openzim.org/wiki/Main_Page Source0: http://www.openzim.org/download/%{name}-%{version}.tar.gz +BuildRequires: gcc BuildRequires: xz-devel %description From 18cd51d8dc547c9b2bc908c2f75fe2b2a5977053 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sat, 14 Jul 2018 09:50:23 +0000 Subject: [PATCH 02/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_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 f6f82b7..ac00a62 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,6 +1,6 @@ Name: zimlib Version: 1.0 -Release: 16%{?dist} +Release: 17%{?dist} Summary: Library for reading/writing ZIM files License: GPLv2+ @@ -62,6 +62,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* 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 From fb5b542ab2b871c71631de42bd9c8fc97007a975 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 24 Jul 2018 16:42:15 +0200 Subject: [PATCH 03/45] Add missing BuildRequires on gcc-c++ ../libtool: line 1125: g++: command not found References: https://bugzilla.redhat.com/show_bug.cgi?id=1606792 Signed-off-by: Igor Gnatenko --- zimlib.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/zimlib.spec b/zimlib.spec index ac00a62..0586c5b 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -7,6 +7,7 @@ License: GPLv2+ URL: http://openzim.org/wiki/Main_Page Source0: http://www.openzim.org/download/%{name}-%{version}.tar.gz +BuildRequires: gcc-c++ BuildRequires: gcc BuildRequires: xz-devel From 5df37ea0825f2a97100ff0b198eace61d3e379be Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Tue, 22 Jan 2019 18:41:24 +0100 Subject: [PATCH 04/45] Remove obsolete ldconfig scriptlets References: https://fedoraproject.org/wiki/Changes/RemoveObsoleteScriptlets Signed-off-by: Igor Gnatenko --- zimlib.spec | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/zimlib.spec b/zimlib.spec index 0586c5b..f3e8094 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -45,10 +45,7 @@ make %{?_smp_mflags} find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' -%post -p /sbin/ldconfig - - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files From b4e42d5c2ef19ddd9a23ffa67ec52b8cd0f19546 Mon Sep 17 00:00:00 2001 From: Fedora Release Engineering Date: Sun, 3 Feb 2019 13:11:08 +0000 Subject: [PATCH 05/45] - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_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 f3e8094..180a60c 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,6 +1,6 @@ Name: zimlib Version: 1.0 -Release: 17%{?dist} +Release: 18%{?dist} Summary: Library for reading/writing ZIM files License: GPLv2+ @@ -60,6 +60,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* 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 From afc259dacca54f9e844a7d5df613d97b0af45cf9 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 19 Mar 2019 14:20:18 +0100 Subject: [PATCH 06/45] Updated to version 4.0.5. Major SPEC cleanup. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 85 ++++++++++++++++++++++++++--------------------------- 3 files changed, 43 insertions(+), 45 deletions(-) diff --git a/.gitignore b/.gitignore index 26bcd70..ca06d4c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /zimlib-1.0.tar.gz +/4.0.5.tar.gz diff --git a/sources b/sources index a59a905..d3061e2 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -d5370ef03c4399ffb73e73807e0bec14 zimlib-1.0.tar.gz +SHA512 (4.0.5.tar.gz) = 7329976f25fee9d6c6c97b58582fd081dff438604af97847578e9d4ae1dbf6d2b8b5e09ac653e2b3299ac5a948bcde05c1d41b5b580570871c3b348a97f21e6c diff --git a/zimlib.spec b/zimlib.spec index 180a60c..364fbaf 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,65 +1,62 @@ -Name: zimlib -Version: 1.0 -Release: 18%{?dist} -Summary: Library for reading/writing ZIM files +%global appname libzim -License: GPLv2+ -URL: http://openzim.org/wiki/Main_Page -Source0: http://www.openzim.org/download/%{name}-%{version}.tar.gz +Name: zimlib +Version: 4.0.5 +Release: 1%{?dist} -BuildRequires: gcc-c++ -BuildRequires: gcc -BuildRequires: xz-devel +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 + +BuildRequires: xapian-core-devel +BuildRequires: libicu-devel +BuildRequires: gtest-devel +BuildRequires: ninja-build +BuildRequires: zlib-devel +BuildRequires: xz-devel +BuildRequires: gcc-c++ +BuildRequires: meson +BuildRequires: gcc %description -The zimlib is the standard implementation of the ZIM specification. It is a -library which implements the read and write method for ZIM files. Use zimlib in -your own software - like reader applications - to make them ZIM-capable without -the need having to dig too much into the ZIM file format. zimlib is written in -C++. It also includes the binaries zimsearch and zimdump, for directly -searching and viewing ZIM file contents. +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} -%package devel -Summary: Development files for %{name} -Requires: %{name}%{?_isa} = %{version}-%{release} - - -%description devel -The %{name}-devel package contains libraries and header files for -developing applications that use %{name}. - +%description devel +%{summary}. %prep -%setup -q - +%autosetup -n %{appname}-%{version} %build -%configure --disable-static -make %{?_smp_mflags} - +%meson +%meson_build %install -# notified upstream about non-preserving installation of files. He filed a bug. -%make_install INSTALL="/usr/bin/install -c -p" -find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' - - -%ldconfig_scriptlets - +%meson_install %files -%doc AUTHORS COPYING -%{_bindir}/zimdump -%{_bindir}/zimsearch -%{_libdir}/*.so.* +%doc AUTHORS ChangeLog README.md +%license COPYING +%{_libdir}/%{appname}.so.4* %files devel -%{_includedir}/zim/ -%{_libdir}/*.so - +%{_includedir}/zim +%{_libdir}/%{appname}.so +%{_libdir}/pkgconfig/%{appname}.pc %changelog +* 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 From 9aaee29314baff95b6dbb0dc7451f160747c154e Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 10 Apr 2019 13:41:53 +0200 Subject: [PATCH 07/45] Updated to version 4.0.6. --- .gitignore | 1 + sources | 2 +- zimlib.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index ca06d4c..4e881d4 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /zimlib-1.0.tar.gz /4.0.5.tar.gz +/4.0.6.tar.gz diff --git a/sources b/sources index d3061e2..b97ec76 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -SHA512 (4.0.5.tar.gz) = 7329976f25fee9d6c6c97b58582fd081dff438604af97847578e9d4ae1dbf6d2b8b5e09ac653e2b3299ac5a948bcde05c1d41b5b580570871c3b348a97f21e6c +SHA512 (4.0.6.tar.gz) = 163777ec1e3935b1e71cc30c72a5645c8519592ad30aa544b08fbdfc0f5c50a7d4199d9038028209fa9accc0e2264008aa8931c49e831273ce2b9a6c4062ad37 diff --git a/zimlib.spec b/zimlib.spec index 364fbaf..ee34e19 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -1,7 +1,7 @@ %global appname libzim Name: zimlib -Version: 4.0.5 +Version: 4.0.6 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 +* 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. From d4a49b5dd3df8a086b7df6e9218c6711bd8f7705 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 10 Apr 2019 14:22:13 +0200 Subject: [PATCH 08/45] Removed Rpath. --- zimlib.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/zimlib.spec b/zimlib.spec index ee34e19..fe790d7 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 4.0.6 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -34,6 +34,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %prep %autosetup -n %{appname}-%{version} +sed -e '/rpath/d' -i src/meson.build %build %meson @@ -53,6 +54,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* 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. From 6e37d3cc8299ba9da567db0167a49fa809446433 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 10 Apr 2019 14:32:52 +0200 Subject: [PATCH 09/45] Added patch with rpath remove. --- zimlib-no-rpath.patch | 26 ++++++++++++++++++++++++++ zimlib.spec | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) create mode 100644 zimlib-no-rpath.patch diff --git a/zimlib-no-rpath.patch b/zimlib-no-rpath.patch new file mode 100644 index 0000000..eacfda6 --- /dev/null +++ b/zimlib-no-rpath.patch @@ -0,0 +1,26 @@ +From dd7e0ec915e4ad782328b496677bf7b122282560 Mon Sep 17 00:00:00 2001 +From: Vitaly Zaitsev +Date: Wed, 10 Apr 2019 14:31:32 +0200 +Subject: [PATCH] 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 fe790d7..54d68d0 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -9,6 +9,7 @@ Summary: Reference implementation of the ZIM specification URL: https://github.com/openzim/%{appname} Source0: %{url}/archive/%{version}.tar.gz +Patch0: %{name}-no-rpath.patch BuildRequires: xapian-core-devel BuildRequires: libicu-devel @@ -33,8 +34,7 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{summary}. %prep -%autosetup -n %{appname}-%{version} -sed -e '/rpath/d' -i src/meson.build +%autosetup -n %{appname}-%{version} -p1 %build %meson From 91364e3aad96f20e026961ee771712939d3ed7a3 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 10 Apr 2019 14:58:58 +0200 Subject: [PATCH 10/45] Removed -Werror build flag. --- zimlib-fix-flags.patch | 25 +++++++++++++++++++++++++ zimlib-no-rpath.patch | 2 +- zimlib.spec | 6 +++++- 3 files changed, 31 insertions(+), 2 deletions(-) create mode 100644 zimlib-fix-flags.patch diff --git a/zimlib-fix-flags.patch b/zimlib-fix-flags.patch new file mode 100644 index 0000000..63a16b0 --- /dev/null +++ b/zimlib-fix-flags.patch @@ -0,0 +1,25 @@ +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-no-rpath.patch b/zimlib-no-rpath.patch index eacfda6..46279e7 100644 --- a/zimlib-no-rpath.patch +++ b/zimlib-no-rpath.patch @@ -1,7 +1,7 @@ From dd7e0ec915e4ad782328b496677bf7b122282560 Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Wed, 10 Apr 2019 14:31:32 +0200 -Subject: [PATCH] Removed Rpath build. +Subject: [PATCH 1/2] Removed Rpath build. --- src/meson.build | 4 +--- diff --git a/zimlib.spec b/zimlib.spec index 54d68d0..6348acf 100644 --- a/zimlib.spec +++ b/zimlib.spec @@ -2,7 +2,7 @@ Name: zimlib Version: 4.0.6 -Release: 2%{?dist} +Release: 3%{?dist} License: GPLv2 and ASL 2.0 and BSD Summary: Reference implementation of the ZIM specification @@ -10,6 +10,7 @@ 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 BuildRequires: xapian-core-devel BuildRequires: libicu-devel @@ -54,6 +55,9 @@ Requires: %{name}%{?_isa} = %{?epoch:%{epoch}:}%{version}-%{release} %{_libdir}/pkgconfig/%{appname}.pc %changelog +* 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. From 037613886bc9e5df21561c5a31d6256665d3850c Mon Sep 17 00:00:00 2001 From: Vitaly Zaitsev Date: Tue, 23 Apr 2019 16:23:05 +0200 Subject: [PATCH 11/45] 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 12/45] 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 13/45] 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 14/45] 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 15/45] - 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 16/45] 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 17/45] 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 18/45] 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 19/45] - 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 20/45] 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 21/45] 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 22/45] 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 23/45] 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 24/45] 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 25/45] - 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 26/45] 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 27/45] 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 28/45] 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 29/45] - 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 30/45] 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 31/45] 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 32/45] 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 33/45] - 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 34/45] - 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 35/45] 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 36/45] 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 37/45] 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 38/45] 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 39/45] 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 40/45] 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 41/45] 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 42/45] 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 43/45] 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 44/45] 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 45/45] 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