From d31f66eb342d04028bdd4808d772c0e3755c780e Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 8 Jul 2019 11:33:24 -0400 Subject: palemoon, more stock build --- palemoon/palemoon-stackrpms.spec | 14 ++++++++++++-- palemoon/palemoon.spec | 14 ++++++++++++-- 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 - 28.6.0.1-2 +- remove custom patches from stock build + +* Tue Jul 2 2019 B Stack - 28.6.0-1-1 +- update version +- improve scriptlets for streamlining + +* Tue Jun 4 2019 B Stack - 28.5.2-1 +- update version * Fri Jul 5 2019 B Stack - 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 - 28.6.0.1-2 +- remove custom patches from stock build + +* Tue Jul 2 2019 B Stack - 28.6.0-1-1 +- update version +- improve scriptlets for streamlining + +* Tue Jun 4 2019 B Stack - 28.5.2-1 +- update version * Fri Jul 5 2019 B Stack - 28.6.0.1-1 - update version -- cgit From ff2d8846459f9c4a506909ac00d3788d36b44912 Mon Sep 17 00:00:00 2001 From: B Stack Date: Mon, 8 Jul 2019 11:42:12 -0400 Subject: fix %changelog --- palemoon/palemoon-stackrpms.spec | 8 +------- palemoon/palemoon.spec | 8 +------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec index 136a667..b7bf404 100644 --- a/palemoon/palemoon-stackrpms.spec +++ b/palemoon/palemoon-stackrpms.spec @@ -282,14 +282,8 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %changelog * Mon Jul 8 2019 B Stack - 28.6.0.1-2 -- remove custom patches from stock build +- remove custom patches for stock build -* Tue Jul 2 2019 B Stack - 28.6.0-1-1 -- update version -- improve scriptlets for streamlining - -* Tue Jun 4 2019 B Stack - 28.5.2-1 -- update version * Fri Jul 5 2019 B Stack - 28.6.0.1-1 - update version diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 6ef6867..e7a7526 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -282,14 +282,8 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %changelog * Mon Jul 8 2019 B Stack - 28.6.0.1-2 -- remove custom patches from stock build +- remove custom patches for stock build -* Tue Jul 2 2019 B Stack - 28.6.0-1-1 -- update version -- improve scriptlets for streamlining - -* Tue Jun 4 2019 B Stack - 28.5.2-1 -- update version * Fri Jul 5 2019 B Stack - 28.6.0.1-1 - update version -- cgit