diff --git a/download b/download new file mode 100644 index 0000000000000000000000000000000000000000..25dbc79df2b5423ba49f20d4f17a62a5bf104f45 --- /dev/null +++ b/download @@ -0,0 +1 @@ +b4668f067145d4eb2a44433d5256f277 libfastjson-0.99.9.tar.gz diff --git a/libfastjson-0.99.9.tar.gz b/libfastjson-0.99.9.tar.gz deleted file mode 100644 index 045b0c3e958927843699dd7875e5da8f2ff2b501..0000000000000000000000000000000000000000 Binary files a/libfastjson-0.99.9.tar.gz and /dev/null differ diff --git a/libfastjson.spec b/libfastjson.spec index c7c71ccdd234bfab5def001c0af1af85f33e8f06..d8c37f0360da2b6ea8033a91c43a3ccdbfca419f 100644 --- a/libfastjson.spec +++ b/libfastjson.spec @@ -1,12 +1,13 @@ Name: libfastjson Version: 0.99.9 -Release: 1%{?dist} +Release: 3%{?dist} Summary: A JSON implementation in C License: MIT URL: https://github.com/rsyslog/libfastjson Source0: http://download.rsyslog.com/libfastjson/libfastjson-%{version}.tar.gz BuildRequires: autoconf automake libtool +BuildRequires: make %description LIBFASTJSON implements a reference counting object @@ -17,7 +18,6 @@ C representation of JSON objects. %package devel Summary: Development files for libfastjson -Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} %description devel @@ -45,9 +45,7 @@ find %{buildroot} -name '*.la' -delete -print %check make V=1 check -%post -p /sbin/ldconfig - -%postun -p /sbin/ldconfig +%ldconfig_scriptlets %files %{!?_licensedir:%global license %%doc} @@ -61,9 +59,34 @@ make V=1 check %{_libdir}/pkgconfig/libfastjson.pc %changelog -* Thu Apr 22 2021 Attila Lakatos - 0.99.9-1 +* Mon Aug 09 2021 Mohan Boddu - 0.99.9-3 +- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags + Related: rhbz#1991688 + +* Fri Apr 16 2021 Mohan Boddu - 0.99.9-2 +- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937 + +* Mon Mar 08 2021 Attila Lakatos - 0.99.9-1 - rebase to v0.99.9 -Resolves: rhbz#1936807 +Resolves: rhbz#1920145 + +* Tue Jan 26 2021 Fedora Release Engineering - 0.99.8-8 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild + +* Tue Jul 28 2020 Fedora Release Engineering - 0.99.8-7 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild + +* Wed Jan 29 2020 Fedora Release Engineering - 0.99.8-6 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild + +* Thu Jul 25 2019 Fedora Release Engineering - 0.99.8-5 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild + +* Fri Feb 01 2019 Fedora Release Engineering - 0.99.8-4 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + +* Fri Jul 13 2018 Fedora Release Engineering - 0.99.8-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Wed Feb 07 2018 Fedora Release Engineering - 0.99.8-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild