summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorJan Horak <jhorak@redhat.com>2012-11-07 13:39:39 +0100
committerJan Horak <jhorak@redhat.com>2012-11-07 13:39:39 +0100
commitd5c6caa5699e2ad2e73427ab6015ee6f135efadd (patch)
treee951ee20e33dea2c9165ed77fabd3d9f6b8f45f6 /firefox.spec
parentUpdate to 16.0.2, rebuild with new fedora-bookmarks (diff)
downloadlibrewolf-fedora-ff-d5c6caa5699e2ad2e73427ab6015ee6f135efadd.tar.gz
librewolf-fedora-ff-d5c6caa5699e2ad2e73427ab6015ee6f135efadd.tar.bz2
librewolf-fedora-ff-d5c6caa5699e2ad2e73427ab6015ee6f135efadd.zip
Added duckduckgo.com
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec9
1 files changed, 7 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index 6900ba0..b039e85 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -56,7 +56,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 16.0.2
-Release: 3%{?pre_tag}%{?dist}
+Release: 4%{?pre_tag}%{?dist}
URL: http://www.mozilla.org/projects/firefox/
License: MPLv1.1 or GPLv2+ or LGPLv2+
Group: Applications/Internet
@@ -72,12 +72,13 @@ Source20: firefox.desktop
Source21: firefox.sh.in
Source23: firefox.1
-#Build patches
+# Build patches
Patch0: firefox-install-dir.patch
# Fedora patches
Patch14: firefox-5.0-asciidel.patch
Patch15: firefox-15.0-enable-addons.patch
+Patch16: firefox-duckduckgo.patch
# Upstream patches
@@ -123,6 +124,7 @@ cd %{tarballdir}
# Fedora patches
%patch14 -p1 -b .asciidel
%patch15 -p2 -b .addons
+%patch16 -p1 -b .duckduckgo
# Upstream patches
@@ -399,6 +401,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Wed Nov 7 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-4
+- Added duckduckgo.com search engine
+
* Thu Nov 1 2012 Jan Horak <jhorak@redhat.com> - 16.0.2-3
- Added keywords to desktop file (871900)
bgstack15