diff --git a/jemalloc.spec b/jemalloc.spec index b5c443c..78d0d57 100644 --- a/jemalloc.spec +++ b/jemalloc.spec @@ -1,7 +1,7 @@ Name: jemalloc Version: 5.1.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: General-purpose scalable concurrent malloc implementation Group: System Environment/Libraries @@ -92,13 +92,13 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %files %{_libdir}/libjemalloc.so.* %{_bindir}/jemalloc.sh -%{_bindir}/jemalloc-config -%{_libdir}/pkgconfig/jemalloc.pc %doc COPYING README VERSION %doc doc/jemalloc.html %files devel %{_includedir}/jemalloc +%{_bindir}/jemalloc-config +%{_libdir}/pkgconfig/jemalloc.pc %{_bindir}/jeprof %{_libdir}/libjemalloc.so %{_mandir}/man3/jemalloc.3* @@ -106,6 +106,9 @@ find %{buildroot}%{_libdir}/ -name '*.a' -exec rm -vf {} ';' %ldconfig_scriptlets %changelog +* Wed Jul 18 2018 Joe Orton - 5.1.0-3 +- move jemalloc.pc and jemalloc-config to -devel (#1593484) + * Fri Jul 13 2018 Fedora Release Engineering - 5.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild