From: Jan Palus Date: Wed, 19 Aug 2020 22:38:24 +0000 (+0200) Subject: up to 0.5.0 (new soname) X-Git-Tag: auto/th/simdjson-0.5.0-1 X-Git-Url: https://git.pld-linux.org/?a=commitdiff_plain;h=45b686abb0fdbb4a04d553af8cf7554aca495c96;p=packages%2Fsimdjson.git up to 0.5.0 (new soname) --- diff --git a/simdjson.spec b/simdjson.spec index 8ce4b1a..48afb59 100644 --- a/simdjson.spec +++ b/simdjson.spec @@ -1,12 +1,12 @@ Summary: Parsing gigabytes of JSON per second Name: simdjson -Version: 0.4.7 +Version: 0.5.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: ea45863d24fc2ec1a050fa03eca2d379 +# Source0-md5: f1b1f4047b90f4fce2ec70facad8199e URL: https://simdjson.org BuildRequires: cmake >= 3.9 BuildRequires: libstdc++-devel >= 6:5 @@ -49,7 +49,7 @@ rm -rf $RPM_BUILD_ROOT %defattr(644,root,root,755) %doc AUTHORS CONTRIBUTING.md CONTRIBUTORS HACKING.md README.md RELEASES.md %attr(755,root,root) %{_libdir}/libsimdjson.so.*.*.* -%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.2 +%attr(755,root,root) %ghost %{_libdir}/libsimdjson.so.3 %files devel %defattr(644,root,root,755)