summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 347abfd..1ea1ddc 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -43,7 +43,7 @@ Name: palemoon
%endif
Summary: Pale Moon web browser
Version: 28.9.3
-Release: 1
+Release: 2
Group: Networking/Web
License: MPLv2.0
@@ -121,6 +121,7 @@ sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig
%if 0%{stackrpms_custom}
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%endif
%build
@@ -284,6 +285,9 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Tue May 26 2020 B Stack <bgstack15@gmail.com> - 28.9.3-2
+- add the aboutdialog customization
+
* Fri May 08 2020 B Stack <bgstack15@gmail.com> - 28.9.3-1
- update version
bgstack15