Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory checked in 
at 2017-05-17 17:18:22
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gns3 (Old)
 and      /work/SRC/openSUSE:Factory/.gns3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gns3"

Wed May 17 17:18:22 2017 rev:28 rq:492581 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gns3/gns3.changes        2016-05-26 
23:54:20.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gns3.new/gns3.changes   2017-05-17 
17:18:50.272982356 +0200
@@ -1,0 +2,59 @@
+Wed May  3 07:21:24 UTC 2017 - and...@opensuse.org
+
+- new upstream version 2.0.0
+  * full changelog here: https://github.com/GNS3/gns3-gui/releases
+- removed gns3-net-converter requirement
+
+-------------------------------------------------------------------
+Wed Aug 24 08:28:37 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.5.2
+  * Make more clear that VMware VM are not ESXi
+  * Add AppData and Desktop files
+  * Fix you can not select the server for VPCS
+  * Fix error when removing an interface from a cloud
+  * Fix crash when scanning a directory for image and you don't have 
permission on a file
+  * Bring back the warning dialog when no router is configured
+  * Fix rare crash in server summary
+  * Fix crash during export
+
+-------------------------------------------------------------------
+Fri Jul  8 20:54:13 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.5.1
+  * Try to fix a crash when reseting interface label
+  * Fix a crash with broken file system
+  * Fix EtherSwitch default name format
+  * Fix crash when you have utf-8 char in the README
+  * Fix rare crash when creating a link
+  * Stop node before hot unlink
+  * Prevent a crash due to issue in Qt
+  * Add another security to prevent client to send empty hostname
+  * Fix rare crash when deleting interface from the cloud
+  * Fix rare crash in topology summary view
+  * Ask user to send explanation if they cross a rare error
+  * Fix rare crash when deleting a node
+  * Hotlink support for Docker
+  * Fix typo in the a warning dialog
+  * Fix Remote GNS3 VM requires local server
+  * Fix AttributeError: 'NoneType' object has no attribute '_server'
+  * No timeout when importing a .gns3project
+
+-------------------------------------------------------------------
+Tue Jun 28 19:25:48 UTC 2016 - and...@opensuse.org
+
+- New upstream version 1.5.0
+  * Fix double extension of portable project
+  * Disallow export of project with a cloud
+  * Change view grid -> show the grid.
+  * Check if a link can be removed from a running node. Fixes #1320.
+  * Hide non implemented console options in general preferences. Ref #1315.
+  * Improve snap to grid
+  * Change grid color
+  * Avoid a crash with snap to grid and ostinato logo
+  * Add a view grid
+  * Fix you can no longer capture if you start stop capture multiple time
+  * A button to open the file browser with the configuration file location
+  * Add snap to grid feature
+
+-------------------------------------------------------------------

Old:
----
  gns3-gui-1.4.6.tar.gz

New:
----
  gns3-gui-2.0.0.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ gns3.spec ++++++
--- /var/tmp/diff_new_pack.G7iast/_old  2017-05-17 17:18:52.092725734 +0200
+++ /var/tmp/diff_new_pack.G7iast/_new  2017-05-17 17:18:52.096725170 +0200
@@ -27,7 +27,7 @@
 Summary:        A graphical network simulator
 License:        GPL-3.0+
 Group:          Productivity/Networking/Other
-Version:        1.4.6
+Version:        2.0.0
 Release:        0
 Url:            http://www.gns3.net/
 Source0:        %{name}-gui-%{version}.tar.gz
@@ -47,7 +47,6 @@
 Requires:       python3-jsonschema >= 2.4.0
 Requires:       python3-raven >= 5.2.0
 Requires:              python3-psutil >= 3.0.0
-Requires:       gns3-net-converter >= 1.3.0
 Requires:              python3-configobj
 Requires:              python3-sip
 Requires:              python3-qt5
@@ -74,20 +73,30 @@
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
 %__rm %{buildroot}/%{python3_sitelib}/%{name}/static/.keep
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/registry/registry.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/symbol.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/items/utils.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/main.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/local_server.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/export_project_worker.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/sudo.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/items/drawing_item.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/compute.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/import_project_worker.py
 chmod +x 
%{buildroot}/%{python3_sitelib}/%{name}/dialogs/vm_with_images_wizard.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/application.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/controller.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/registry/config.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/dialogs/appliance_wizard.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/__init__.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/compute_manager.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/server_select.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/qt/qimage_svg_renderer.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/__main__.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/registry/appliance.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/__main__.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/logger.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/dialogs/appliance_wizard.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/registry/registry.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/application.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/iouvm_converter.py
+chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/http.py
 chmod +x %{buildroot}/%{python3_sitelib}/%{name}/update_manager.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/sudo.py
-chmod +x %{buildroot}/%{python3_sitelib}/%{name}/utils/server_select.py
 find %{buildroot}/%{python3_sitelib}/%{name} -name "*.ui" -exec chmod -x {} \;
 
 mkdir -p %buildroot/%{_datadir}/pixmaps
@@ -112,7 +121,6 @@
 %defattr(-, root, root, 0755)
 %doc AUTHORS LICENSE README.rst
 %{_bindir}/%{name}
-%{_bindir}/gns3-iouvm-converter
 %{_datadir}/applications/%{name}.desktop
 %dir %{_datadir}/icons/hicolor
 %dir %{_datadir}/icons/hicolor/48x48


++++++ gns3-gui-1.4.6.tar.gz -> gns3-gui-2.0.0.tar.gz ++++++
++++ 456102 lines of diff (skipped)



Reply via email to