diff options
author | B Stack <bgstack15@gmail.com> | 2019-10-31 14:31:14 +0000 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-10-31 14:31:14 +0000 |
commit | 30f3c38726153a58d11d67ba5c80dddce097051a (patch) | |
tree | 7d0c490dd8bb3ce8832eb0fc3b14989558234bb6 /palemoon/palemoon.spec | |
parent | Merge branch 'centos-8' into 'master' (diff) | |
parent | Merge branch 'palemoon-rpm' into 'palemoon-bump' (diff) | |
download | stackrpms-30f3c38726153a58d11d67ba5c80dddce097051a.tar.gz stackrpms-30f3c38726153a58d11d67ba5c80dddce097051a.tar.bz2 stackrpms-30f3c38726153a58d11d67ba5c80dddce097051a.zip |
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.7.2
See merge request bgstack15/stackrpms!98
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r-- | palemoon/palemoon.spec | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index 7323c91..764e08c 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.1 +Version: 28.7.2 Release: 1 Group: Networking/Web @@ -55,7 +55,6 @@ Source4: bgstack15-palemoon-prefs.js Patch0: small-icons.patch Patch1: bgstack15-palemoon.patch %endif -Patch100: mozilla-1533969-palemoon.patch Packager: Bgstack15 <bgstack15@gmail.com> %if "%{?scl_env}" != "" @@ -74,7 +73,7 @@ BuildRequires: gtk2-devel BuildRequires: libXt-devel BuildRequires: mesa-libGL-devel BuildRequires: notification-daemon -BuildRequires: openssl-devel +BuildRequires: %{_libdir}/libssl.so BuildRequires: pkgconfig BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pulseaudio-libs-devel @@ -117,10 +116,6 @@ sed -i -r -e '/enable-optimize/s/"\s*$/ -Wno-format-overflow"/' ./.mozconfig %if 0%{stackrpms_custom} %patch0 -p1 %patch1 -p1 - -# Mozilla patches -# this one is needed for fedora rawhide as of 2019-07. -%patch100 -p0 %endif %build @@ -284,6 +279,11 @@ update-mime-database -n ${_datadir}/mime 1>/dev/null 2>&1 & : %doc AUTHORS LICENSE %changelog +* Wed Oct 30 2019 B Stack <bgstack15@gmail.com> - 28.7.2-1 +- update version +- remove custom patch for mz1533969 because it was upstreamed +- buildrequires use ssl lib name instead of package name to use either package + * Thu Sep 12 2019 B Stack <bgstack15@gmail.com> - 28.7.1-1 - update version |