From 10b08766e3bf52a689d6bd29f259c6d7785ce770 Mon Sep 17 00:00:00 2001 From: Jan Palus Date: Mon, 30 Oct 2023 19:32:19 +0100 Subject: [PATCH] up to 3.6.0 (new soname) --- simdjson.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/simdjson.spec b/simdjson.spec index d4c2c3a..c9b6eb2 100644 --- a/simdjson.spec +++ b/simdjson.spec @@ -1,12 +1,12 @@ Summary: Parsing gigabytes of JSON per second Name: simdjson -Version: 3.5.0 +Version: 3.6.0 Release: 1 License: Apache v2.0 Group: Libraries #Source0Download: https://github.com/simdjson/simdjson/releases Source0: https://github.com/simdjson/simdjson/archive/v%{version}/%{name}-%{version}.tar.gz -# Source0-md5: 9eb2b8c1567e94eb62ba9f2ef0e1d4c4 +# Source0-md5: 67679d6c5d60fec5f382dbb95d202219 URL: https://simdjson.org BuildRequires: cmake >= 3.14 BuildRequires: libstdc++-devel >= 6:5 @@ -50,7 +50,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md README.md %attr(755,root,root) %{_libdir}/libsimdjson.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.18 +%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.19 %files devel %defattr(644,root,root,755) -- 2.44.0