summaryrefslogtreecommitdiff
path: root/firefox.spec
diff options
context:
space:
mode:
authorTom Callaway <spot@fedoraproject.org>2015-12-01 16:54:09 -0500
committerTom Callaway <spot@fedoraproject.org>2015-12-01 16:54:09 -0500
commitb7242a3f9b40c5150533a8c8b3293e44cf7ee125 (patch)
tree3545625ad368fc7d3cdfa9ec5a337dfd5a8c5121 /firefox.spec
parentRevert changes to pkgconfig for libvpx, cannot build right now in koji (diff)
downloadlibrewolf-fedora-ff-b7242a3f9b40c5150533a8c8b3293e44cf7ee125.tar.gz
librewolf-fedora-ff-b7242a3f9b40c5150533a8c8b3293e44cf7ee125.tar.bz2
librewolf-fedora-ff-b7242a3f9b40c5150533a8c8b3293e44cf7ee125.zip
rebuild for libvpx 1.5.0
Diffstat (limited to 'firefox.spec')
-rw-r--r--firefox.spec5
1 files changed, 4 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index a5bf75b..afec1fa 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -86,7 +86,7 @@
Summary: Mozilla Firefox Web browser
Name: firefox
Version: 42.0
-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
@@ -762,6 +762,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
#---------------------------------------------------------------------
%changelog
+* Tue Dec 1 2015 Tom Callaway <spot@fedoraproject.org> - 42.0-4
+- rebuild for libvpx 1.5.0
+
* Wed Nov 4 2015 Thierry Vignaud <thierry.vignaud@gmail.com> - 42.0-3
- Use pkgconfig for BuildRequires where possible
bgstack15