Blame SOURCES/esc-1.1.0-fix21.patch
|
|
ec4b96 |
diff -up ./esc/src/app/xul/esc/application.ini.fix21 ./esc/src/app/xul/esc/application.ini
|
|
|
ec4b96 |
--- ./esc/src/app/xul/esc/application.ini.fix21 2013-11-07 10:56:36.647816721 -0800
|
|
|
ec4b96 |
+++ ./esc/src/app/xul/esc/application.ini 2013-11-07 10:57:36.456818594 -0800
|
|
|
ec4b96 |
@@ -25,11 +25,11 @@ Vendor=RedHat
|
|
|
ec4b96 |
Name=ESC
|
|
|
ec4b96 |
;
|
|
|
ec4b96 |
; This field specifies your application's version. This field is optional.
|
|
|
ec4b96 |
-Version=1.1.0-19
|
|
|
ec4b96 |
+Version=1.1.0-25
|
|
|
ec4b96 |
;
|
|
|
ec4b96 |
; This field specifies your application's build ID (timestamp). This field is
|
|
|
ec4b96 |
; required.
|
|
|
ec4b96 |
-BuildID=0000001019
|
|
|
ec4b96 |
+BuildID=0000001025
|
|
|
ec4b96 |
;
|
|
|
ec4b96 |
; This ID is just an example. Every XUL app ought to have it's own unique ID.
|
|
|
ec4b96 |
; You can use the microsoft "guidgen" or "uuidgen" tools, or go on
|
|
|
ec4b96 |
@@ -41,12 +41,12 @@ ID={6380471b-1924-4b48-b652-49f42951af86
|
|
|
ec4b96 |
; This field is required. It specifies the minimum Gecko version that this
|
|
|
ec4b96 |
; application requires. Specifying 1.8 matches all releases with a version
|
|
|
ec4b96 |
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
|
|
|
ec4b96 |
-MinVersion=6.0.0
|
|
|
ec4b96 |
+MinVersion=24.0.0
|
|
|
ec4b96 |
;
|
|
|
ec4b96 |
; This field is optional. It specifies the maximum Gecko version that this
|
|
|
ec4b96 |
; application requires. It should be specified if your application uses
|
|
|
ec4b96 |
; unfrozen interfaces. Specifying 1.8 matches all releases with a version
|
|
|
ec4b96 |
; prefixed by 1.8 (e.g., 1.8a4, 1.8b, 1.8.2).
|
|
|
ec4b96 |
-MaxVersion=22.0.0
|
|
|
ec4b96 |
+MaxVersion=25.0.0
|
|
|
ec4b96 |
|
|
|
ec4b96 |
[Shell]
|