diff --git a/mozilla-https-everywhere.spec b/mozilla-https-everywhere.spec index 42c9b90..5f52002 100644 --- a/mozilla-https-everywhere.spec +++ b/mozilla-https-everywhere.spec @@ -52,8 +52,8 @@ to these sites to HTTPS. install -Dpm644 %{SOURCE0} %{buildroot}%{firefox_inst_dir}/%{src_ext_id}.xpi # symlink from seamonkey extension to firefox extension -mkdir -p %{buildroot}%{seamonkey_inst_dir} -ln -s %{firefox_inst_dir}/%{src_ext_id}.xpi %{buildroot}%{seamonkey_inst_dir} +#mkdir -p {buildroot}{seamonkey_inst_dir} +#ln -s {firefox_inst_dir}/{src_ext_id}.xpi {buildroot}{seamonkey_inst_dir} # install MetaInfo file for firefox, etc @@ -64,7 +64,7 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %files %{firefox_inst_dir}/%{src_ext_id}.xpi -%{seamonkey_inst_dir}/%{src_ext_id}.xpi +#{seamonkey_inst_dir}/{src_ext_id}.xpi # GNOME Software Center metadata %if 0%{?fedora} || 0%{?rhel} >= 7 %{_datadir}/appdata/%{name}.metainfo.xml @@ -72,15 +72,22 @@ DESTDIR=%{buildroot} appstream-util install %{SOURCE1} %changelog -* Sat Aug 26 2017 Russell Golden +* Mon Sep 04 2017 Russell Golden - 2017.8.31-1 +- Comment out SeaMonkey stuff +- Add counter badge to indicate how many rulesets are active +- Use Map instead of Object for targets (improves lookups) +- Fix race condition with persistent storage +- Ruleset updates + +* Sat Aug 26 2017 Russell Golden - 2017.8.19-1 - Fix wildcard matching - Remove usage of HTML string assignment - Ruleset updates -* Thu Aug 17 2017 Russell Golden +* Thu Aug 17 2017 Russell Golden - 2017.8.17-1 - Fix localStorage reference for users with cookies disabled -* Wed Aug 16 2017 Russell Golden +* Wed Aug 16 2017 Russell Golden - 2017.8.15-1 - No longer SeaMonkey compatible; Fedora 26 and 25 will no longer receive updates - Incorporating numerous fixes for WebExtensions to work within Firefox - Firefox: Creating Embedded WebExtension wrapper to migrate legacy settings