diff --git a/firefox.spec b/firefox.spec index 80cd3c9..a24b4f1 100644 --- a/firefox.spec +++ b/firefox.spec @@ -17,7 +17,7 @@ %define pkgver %(echo %version | tr . _) Name: firefox -Version: 116.0 +Version: 116.0.1 Release: 1mamba Epoch: 1 Summary: The next generation browsing technology from mozilla.org @@ -282,9 +282,8 @@ This package contains the %{2} language support files for Firefox.\ #% debug_package %prep -%setup -q -#-D -T -#:<< ___EOF +%setup -q -D -T +:<< ___EOF sed -e 's|__RPM_VERSION_INTERNAL__|%{firefox_internal_version}|' %{PATCH0} | patch -p0 @@ -523,7 +522,7 @@ includedir=%{firefoxincludedir} Name: Mozilla Plug-In API Description: Mozilla Plug-In API -Version: 116.0 +Version: 116.0.1 Cflags: -I\${includedir} -DXP_UNIX _EOF @@ -610,9 +609,6 @@ fi #%{firefoxappdir}/chrome.manifest %{firefoxappdir}/lib*.so %{firefoxappdir}/glxtest -%ifarch aarch64 -%{firefoxappdir}/v4l2test -%endif %{firefoxappdir}/vaapitest %{firefoxappdir}/minidump-analyzer %{firefoxappdir}/pingsender @@ -631,6 +627,9 @@ fi #%{firefoxappdir}/gtk2/libmozgtk.so %{firefoxappdir}/omni.ja %{firefoxappdir}/plugin-container +%ifarch aarch64 +%{firefoxappdir}/v4l2test +%endif %doc LICENSE %files devel @@ -638,6 +637,9 @@ fi %{_libdir}/pkgconfig/mozilla-plugin.pc %changelog +* Fri Aug 04 2023 Automatic Build System 116.0.1-1mamba +- automatic version update by autodist + * Tue Aug 01 2023 Automatic Build System 116.0-1mamba - automatic version update by autodist