From 5ccaa3ff2536520a54bd8130b5b36748a1fbe4ef Mon Sep 17 00:00:00 2001 From: twittner Date: Sun, 4 Nov 2007 19:08:09 +0000 Subject: [PATCH] - fix for version number and missing files Changed files: GNS3-setup.patch -> 1.1 GNS3-version.patch -> 1.2 --- GNS3-setup.patch | 20 ++++++++++++++++++++ GNS3-version.patch | 11 ----------- 2 files changed, 20 insertions(+), 11 deletions(-) create mode 100644 GNS3-setup.patch delete mode 100644 GNS3-version.patch diff --git a/GNS3-setup.patch b/GNS3-setup.patch new file mode 100644 index 0000000..18822e8 --- /dev/null +++ b/GNS3-setup.patch @@ -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@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 ? diff --git a/GNS3-version.patch b/GNS3-version.patch deleted file mode 100644 index 98a52b5..0000000 --- a/GNS3-version.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- o.GNS3-0.3.2/setup.py 2007-10-29 12:12:35.000000000 +0100 -+++ n.GNS3-0.3.2/setup.py 2007-11-04 14:50:11.000000000 +0100 -@@ -10,7 +10,7 @@ - - setup( # Distribution meta-data - name = "gns3", -- version = "0.2alpha", -+ version = "0.3.2", - description = "A graphical frontend to dynamips", - author = "Jeremy Grossmann, David Ruiz, Romain Lamaison, Aurelien Levesque, Xavier Alt", - author_email = "contact@gns3.net", -- 2.44.0