summaryrefslogtreecommitdiff
path: root/palemoon/palemoon-stackrpms.spec
diff options
context:
space:
mode:
Diffstat (limited to 'palemoon/palemoon-stackrpms.spec')
-rw-r--r--palemoon/palemoon-stackrpms.spec14
1 files changed, 12 insertions, 2 deletions
diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec
index 358b7e6..136a667 100644
--- a/palemoon/palemoon-stackrpms.spec
+++ b/palemoon/palemoon-stackrpms.spec
@@ -41,7 +41,7 @@ Name: palemoon
Summary: Pale Moon web browser
%endif
Version: 28.6.0.1
-Release: 1
+Release: 2
Group: Networking/Web
License: MPLv2.0
@@ -114,10 +114,11 @@ sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig
%if 0%{stackrpms_custom}
%patch0 -p1
%patch1 -p1
-%endif
# Mozilla patches
+# this one is needed for fedora rawhide as of 2019-07.
%patch100 -p0
+%endif
%build
%if "%{?scl_env}" != ""
@@ -280,6 +281,15 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Mon Jul 8 2019 B Stack <bgstack15@gmail.com> - 28.6.0.1-2
+- remove custom patches from stock build
+
+* Tue Jul 2 2019 B Stack <bgstack15@gmail.com> - 28.6.0-1-1
+- update version
+- improve scriptlets for streamlining
+
+* Tue Jun 4 2019 B Stack <bgstack15@gmail.com> - 28.5.2-1
+- update version
* Fri Jul 5 2019 B Stack <bgstack15@gmail.com> - 28.6.0.1-1
- update version
bgstack15