]> git.pld-linux.org Git - packages/iceweasel.git/commitdiff
- fix xul version
authorJan Rękorajski <baggins@pld-linux.org>
Mon, 26 Nov 2012 23:59:48 +0000 (00:59 +0100)
committerJan Rękorajski <baggins@pld-linux.org>
Mon, 26 Nov 2012 23:59:48 +0000 (00:59 +0100)
iceweasel.spec

index 273d026133f82a3c22153a22f9adb46115df5b79..835afba0bb71fb4beb9cf849c966e9c6f271a6ea 100644 (file)
@@ -15,7 +15,7 @@
 
 # convert firefox release number to platform version: 9.0.x -> 9.0.x
 %define                xulrunner_main  17.0
-%define                xulrunner_ver   %(v=%{version}; echo %{xulrunner_main}${v#16.0})
+%define                xulrunner_ver   %(v=%{version}; echo %{xulrunner_main}${v#17.0})
 
 %if %{without xulrunner}
 # The actual sqlite version (see RHBZ#480989):
This page took 0.04993 seconds and 4 git commands to generate.