[Pkg-mozext-commits] [sage-extension] 14/20: wildcard value for minVersion prevents install with FF 38, fixes #134

David Prévot taffit at moszumanska.debian.org
Sat Feb 13 01:36:53 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository sage-extension.

commit 5d9eee294af6d33999f8b864cbd7fb684ba0a32a
Author: Peter Andrews <petea at jhu.edu>
Date:   Wed Aug 5 06:18:10 2015 -0700

    wildcard value for minVersion prevents install with FF 38, fixes #134
---
 src/install.rdf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/install.rdf b/src/install.rdf
index 466bf11..ef18952 100644
--- a/src/install.rdf
+++ b/src/install.rdf
@@ -82,7 +82,7 @@
     <em:targetApplication>
       <Description>
         <em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id>
-        <em:minVersion>38.*</em:minVersion>
+        <em:minVersion>38.0</em:minVersion>
         <em:maxVersion>40.*</em:maxVersion>
       </Description>
     </em:targetApplication>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/sage-extension.git



More information about the Pkg-mozext-commits mailing list