summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-07-08 11:33:24 -0400
committerB Stack <bgstack15@gmail.com>2019-07-08 11:33:24 -0400
commitd31f66eb342d04028bdd4808d772c0e3755c780e (patch)
tree33a7292371732d696d963ae0e5cf824f8972e152 /palemoon
parentMerge branch 'waterfox-bump' into 'master' (diff)
downloadstackrpms-d31f66eb342d04028bdd4808d772c0e3755c780e.tar.gz
stackrpms-d31f66eb342d04028bdd4808d772c0e3755c780e.tar.bz2
stackrpms-d31f66eb342d04028bdd4808d772c0e3755c780e.zip
palemoon, more stock build
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/palemoon-stackrpms.spec14
-rw-r--r--palemoon/palemoon.spec14
2 files changed, 24 insertions, 4 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
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 53abff1..6ef6867 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.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