SOURCES: GNS3-setup.patch (NEW), GNS3-version.patch (REMOVED) - fi...

twittner twittner at pld-linux.org
Sun Nov 4 20:08:14 CET 2007


Author: twittner                     Date: Sun Nov  4 19:08:14 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix for version number and missing files

---- Files affected:
SOURCES:
   GNS3-setup.patch (NONE -> 1.1)  (NEW), GNS3-version.patch (1.1 -> NONE)  (REMOVED)

---- Diffs:

================================================================
Index: SOURCES/GNS3-setup.patch
diff -u /dev/null SOURCES/GNS3-setup.patch:1.1
--- /dev/null	Sun Nov  4 20:08:14 2007
+++ SOURCES/GNS3-setup.patch	Sun Nov  4 20:08:09 2007
@@ -0,0 +1,20 @@
+--- GNS3-0.3.2/setup.py~	2007-11-04 19:51:48.000000000 +0100
++++ GNS3-0.3.2/setup.py	2007-11-04 19:57:48.000000000 +0100
+@@ -10,7 +10,7 @@
+ 
+ setup( # Distribution meta-data
+         name = "gns3",
+-        version = "0.2alpha",
++        version = "0.3.2-beta",
+         description = "A graphical frontend to dynamips",
+         author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt",
+         author_email = "contact at gns3.net",
+@@ -28,7 +28,7 @@
+             'GNS3.Ui',
+             'GNS3.Ui.ConfigurationPages',
+             'GNS3.Langs'],
+-        package_data = { 'GNS3': ['Langs/*.qm'] }
++        package_data = { 'GNS3': ['Langs/*.qm', 'Dynagen/configspec', 'Dynagen/dynagen.ini'] }
+ )
+ 
+ #TODO: merge the previous setup with the py2exe setup ?
================================================================


More information about the pld-cvs-commit mailing list