diff options
author | B Stack <bgstack15@gmail.com> | 2019-03-27 11:22:33 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2019-03-27 11:22:54 -0400 |
commit | 274ae43ad62bf0f6e6c5758e58609d9e7e4107df (patch) | |
tree | 79af3fb1a60ee94bc61270bd0e01bcf808b9e48b /palemoon/palemoon.spec | |
parent | Merge branch 'libdvdcss-dpkg' into 'master' (diff) | |
download | stackrpms-274ae43ad62bf0f6e6c5758e58609d9e7e4107df.tar.gz stackrpms-274ae43ad62bf0f6e6c5758e58609d9e7e4107df.tar.bz2 stackrpms-274ae43ad62bf0f6e6c5758e58609d9e7e4107df.zip |
palemoon 28.4.1 rpm rc1
fixes #3 palemoon customization
Diffstat (limited to 'palemoon/palemoon.spec')
-rw-r--r-- | palemoon/palemoon.spec | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/palemoon/palemoon.spec b/palemoon/palemoon.spec index a0b97f5..05aca70 100644 --- a/palemoon/palemoon.spec +++ b/palemoon/palemoon.spec @@ -35,7 +35,7 @@ Summary: Pale Moon web browser with stackrpms prefs Name: palemoon Summary: Pale Moon web browser %endif -Version: 28.4.0 +Version: 28.4.1 Release: 1 Group: Networking/Web @@ -46,8 +46,9 @@ Source1: palemoon-mozconfig Source2: palemoon.desktop Source3: palemoon-mimeinfo.xml %if 0%{stackrpms_custom} -Source4: bgstack15-prefs.js +Source4: bgstack15-palemoon-prefs.js Patch0: small-icons.patch +Patch1: bgstack15-palemoon.patch %endif Packager: Bgstack15 <bgstack15@gmail.com> @@ -103,6 +104,7 @@ and themes to make the browser truly your own. %if 0%{stackrpms_custom} %patch0 -p1 +%patch1 -p1 %endif %build |