Update to 23.0
This commit is contained in:
parent
5d828fceb1
commit
c8c9dfb709
2
.gitignore
vendored
2
.gitignore
vendored
@ -78,3 +78,5 @@ firefox-3.6.4.source.tar.bz2
|
|||||||
/firefox-langpacks-21.0-20130514.tar.xz
|
/firefox-langpacks-21.0-20130514.tar.xz
|
||||||
/firefox-22.0.source.tar.bz2
|
/firefox-22.0.source.tar.bz2
|
||||||
/firefox-langpacks-22.0-20130621.tar.xz
|
/firefox-langpacks-22.0-20130621.tar.xz
|
||||||
|
/firefox-23.0.source.tar.bz2
|
||||||
|
/firefox-langpacks-23.0-20130731.tar.xz
|
||||||
|
13
firefox.spec
13
firefox.spec
@ -15,8 +15,8 @@
|
|||||||
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
%define default_bookmarks_file %{_datadir}/bookmarks/default-bookmarks.html
|
||||||
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
%define firefox_app_id \{ec8030f7-c20a-464f-9b0e-13a3a9e97384\}
|
||||||
|
|
||||||
%global xulrunner_version 22.0
|
%global xulrunner_version 23.0
|
||||||
%global xulrunner_version_max 22.1
|
%global xulrunner_version_max 23.1
|
||||||
%global xulrunner_release 1
|
%global xulrunner_release 1
|
||||||
%global alpha_version 0
|
%global alpha_version 0
|
||||||
%global beta_version 0
|
%global beta_version 0
|
||||||
@ -58,14 +58,14 @@
|
|||||||
|
|
||||||
Summary: Mozilla Firefox Web browser
|
Summary: Mozilla Firefox Web browser
|
||||||
Name: firefox
|
Name: firefox
|
||||||
Version: 22.0
|
Version: 23.0
|
||||||
Release: 3%{?pre_tag}%{?dist}
|
Release: 1%{?pre_tag}%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/firefox/
|
URL: http://www.mozilla.org/projects/firefox/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
|
Source0: ftp://ftp.mozilla.org/pub/firefox/releases/%{version}%{?pre_version}/source/firefox-%{version}%{?pre_version}.source.tar.bz2
|
||||||
%if %{build_langpacks}
|
%if %{build_langpacks}
|
||||||
Source1: firefox-langpacks-%{version}%{?pre_version}-20130621.tar.xz
|
Source1: firefox-langpacks-%{version}%{?pre_version}-20130731.tar.xz
|
||||||
%endif
|
%endif
|
||||||
Source10: firefox-mozconfig
|
Source10: firefox-mozconfig
|
||||||
Source11: firefox-mozconfig-branded
|
Source11: firefox-mozconfig-branded
|
||||||
@ -431,6 +431,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
|||||||
#---------------------------------------------------------------------
|
#---------------------------------------------------------------------
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Aug 5 2013 Martin Stransky <stransky@redhat.com> - 23.0-1
|
||||||
|
- Updated to latest upstream (23.0)
|
||||||
|
|
||||||
* Thu Jul 25 2013 Martin Stransky <stransky@redhat.com> - 22.0-3
|
* Thu Jul 25 2013 Martin Stransky <stransky@redhat.com> - 22.0-3
|
||||||
- Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used
|
- Fixed rhbz#988363 - firefox-redhat-default-prefs.js is not used
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1,2 +1,4 @@
|
|||||||
f5e67dc477e0d2f7b7d23b105047d37b firefox-22.0.source.tar.bz2
|
f5e67dc477e0d2f7b7d23b105047d37b firefox-22.0.source.tar.bz2
|
||||||
0fe5306c32d15ed46e101d76f5829e9d firefox-langpacks-22.0-20130621.tar.xz
|
0fe5306c32d15ed46e101d76f5829e9d firefox-langpacks-22.0-20130621.tar.xz
|
||||||
|
794e0139c4df0392146353c655d94bb9 firefox-23.0.source.tar.bz2
|
||||||
|
731e892b2f5988348b078ce7a84b4aad firefox-langpacks-23.0-20130731.tar.xz
|
||||||
|
Loading…
Reference in New Issue
Block a user