summaryrefslogtreecommitdiff
path: root/palemoon/palemoon.spec
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-12-11 18:13:33 +0000
committerB Stack <bgstack15@gmail.com>2019-12-11 18:13:33 +0000
commit27baab46a8ffc51bea5f802b3ebb1a5254621596 (patch)
tree92f6967ea472080094ed4631a889e315e6ca03ba /palemoon/palemoon.spec
parentMerge branch 'updates' into 'master' (diff)
parentfc30 now explicitly requires python2-devel (diff)
downloadstackrpms-27baab46a8ffc51bea5f802b3ebb1a5254621596.tar.gz
stackrpms-27baab46a8ffc51bea5f802b3ebb1a5254621596.tar.bz2
stackrpms-27baab46a8ffc51bea5f802b3ebb1a5254621596.zip
Merge branch 'updates' into 'master'
Palemoon 28.8.0 See merge request bgstack15/stackrpms!104
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r--palemoon/palemoon.spec8
1 files changed, 6 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec
index 764e08c..868b388 100644
--- a/palemoon/palemoon.spec
+++ b/palemoon/palemoon.spec
@@ -40,7 +40,7 @@ Summary: Pale Moon web browser with stackrpms prefs
Name: palemoon
Summary: Pale Moon web browser
%endif
-Version: 28.7.2
+Version: 28.8.0
Release: 1
Group: Networking/Web
@@ -82,7 +82,7 @@ BuildRequires: unzip
BuildRequires: yasm
BuildRequires: zip
BuildRequires: zlib-devel
-%if 0%{?fedora} >= 31 || 0%{?rhel} >= 8
+%if 0%{?fedora} >= 30 || 0%{?rhel} >= 8
BuildRequires: python2-devel
%endif
BuildRoot: %{_tmppath}/%{name}-%{version}
@@ -279,6 +279,10 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & :
%doc AUTHORS LICENSE
%changelog
+* Wed Dec 11 2019 B Stack <bgstack15@gmail.com> - 28.8.0-1
+- update version
+- fc30 now also explicitly requires python2-devel. Fc31 already did.
+
* Wed Oct 30 2019 B Stack <bgstack15@gmail.com> - 28.7.2-1
- update version
- remove custom patch for mz1533969 because it was upstreamed
bgstack15