diff options
author | B Stack <bgstack15@gmail.com> | 2019-12-11 18:13:33 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-12-11 18:13:33 +0000 |
commit | 27baab46a8ffc51bea5f802b3ebb1a5254621596 (patch) | |
tree | 92f6967ea472080094ed4631a889e315e6ca03ba /palemoon/palemoon-stackrpms.spec | |
parent | Merge branch 'updates' into 'master' (diff) | |
parent | fc30 now explicitly requires python2-devel (diff) | |
download | stackrpms-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-stackrpms.spec')
-rw-r--r-- | palemoon/palemoon-stackrpms.spec | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/palemoon/palemoon-stackrpms.spec b/palemoon/palemoon-stackrpms.spec index d0825c1..9e1fdca 100644 --- a/palemoon/palemoon-stackrpms.spec +++ b/palemoon/palemoon-stackrpms.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 |