diff --git a/mujs.spec b/mujs.spec index 4c9e524..0089bd9 100644 --- a/mujs.spec +++ b/mujs.spec @@ -1,6 +1,6 @@ Name: mujs Version: 1.0.4 -Release: 2%{?dist} +Release: 3%{?dist} Summary: An embeddable Javascript interpreter License: AGPLv3+ URL: http://mujs.com/ @@ -48,6 +48,9 @@ make install DESTDIR=%{buildroot} prefix="%{_prefix}" libdir="%{_libdir}" \ %{_libdir}/lib%{name}.a %changelog +* Fri Feb 01 2019 Fedora Release Engineering - 1.0.4-3 +- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild + * Wed Jan 30 2019 Leigh Scott - 1.0.4-2 - Fix build flags so debuginfo is generated - Compile with fPIC