Hello community,

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

Package is "gns3-server"

Wed May 17 17:18:25 2017 rev:9 rq:492645 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/gns3-server/gns3-server.changes  2016-05-02 
10:44:13.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.gns3-server.new/gns3-server.changes     
2017-05-17 17:19:00.911482097 +0200
@@ -1,0 +2,44 @@
+Wed May  3 13:29:48 UTC 2017 - [email protected]
+
+- renamed rpmlintrc into gns3-server-rpmlintrc
+
+-------------------------------------------------------------------
+Wed May  3 07:20:09 UTC 2017 - [email protected]
+
+- new upstream version 2.0.0
+  * full changelog here: https://github.com/GNS3/gns3-server/releases
+
+-------------------------------------------------------------------
+Wed Aug 24 08:26:32 UTC 2016 - [email protected]
+
+- New upstream version 1.5.2
+  * Move utils.vmnet to gns3 namespace
+  * Fix Exporting portable projects with QEMU includes base images even when 
selecting no.
+  * Catch error when md5sum file is corrupted
+  * requirements.txt : added support for newer aiohttp version
+  * Improve compaction of .gns3project
+  * Fix crash when winpcap is not installed
+
+-------------------------------------------------------------------
+Fri Jul  8 20:49:40 UTC 2016 - [email protected]
+
+- New upstream verson 1.5.1
+  * Increase the number of interface for docker
+  * Add the method in the bad request answer
+  * Fix a rare crash in IOU
+  * Fix a crash when docker is used but not installed
+  * Backport Docker node hot linking
+  * Allows hot-linking for Docker containers. Ref #267
+
+-------------------------------------------------------------------
+Tue Jun 28 19:24:07 UTC 2016 - [email protected]
+
+- New upstream version 1.5.0
+  * Fix import of project with no disk
+  * Allow for (a lot) more docker container ports. Fixes #593.
+  * Raise an error if you try to use Docker on non Linux host
+  * Fix a crash in Docker if daemon stop to respond
+  * Fix a crash if Dynamips router has no initial configuration
+  * Kill ghosts process at startup (Dynamips, VPCS, Ubridge)
+
+-------------------------------------------------------------------

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

New:
----
  gns3-server-2.0.0.tar.gz
  gns3-server-rpmlintrc

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

Other differences:
------------------
++++++ gns3-server.spec ++++++
--- /var/tmp/diff_new_pack.V9m0UW/_old  2017-05-17 17:19:01.763361963 +0200
+++ /var/tmp/diff_new_pack.V9m0UW/_new  2017-05-17 17:19:01.767361399 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gns3-server
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,23 +27,28 @@
 Summary:        GNS3 is 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}-%{version}.tar.gz
+Source1:               %{name}-rpmlintrc
 BuildRequires:  python3-devel >= 3.3
 BuildRequires:  python3-pip
 BuildRequires:  python3-setuptools
+BuildRequires: busybox
 Requires:       cpulimit
 Requires:       dynamips >= 0.2.11
+Requires:              docker
 Requires:       iouyap
 Requires:       python3-Jinja2 >= 2.7.3
-Requires:       python3-aiohttp >= 0.15.1
+Requires:       python3-aiohttp >= 0.21.5
 Requires:       python3-jsonschema >= 2.4.0
 Requires:       python3-raven >= 5.2.0
 Requires:              python3-psutil >= 3.0.0
 Requires:              python3-docker-py >= 1.4.0
+Requires:              python3-zipstream >= 1.1.3
 Requires:       qemu
+Requires:              busybox
 Requires:       vpcs >= 0.5b1
 Requires:       wireshark
 %if 0%{?suse_version}
@@ -66,24 +71,70 @@
 
 %install
 python3 setup.py install --root=%{buildroot} --prefix=%{_prefix}
-chmod +x %{buildroot}/%{python3_sitelib}/gns3server/main.py
-chmod +x %{buildroot}/%{python3_sitelib}/gns3server/modules/iou/ioucon.py
+rm -rf %{buildroot}/%{python3_sitelib}/gns3server/symbols/.gitkeep
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/handlers/api/compute/__init__.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/vmnet.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/import_project.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/qt.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/topology.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/asyncio/pool.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/handlers/api/controller/__init__.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/compute/qemu/qcow2.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/ports/port_factory.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/__init__.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/node.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/handlers/api/controller/gns3_vm_handler.py
 chmod +x %{buildroot}/%{python3_sitelib}/gns3server/web/logger.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/link.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/node.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/compute/builtin/nodes/nat.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/drawing.py
 chmod +x %{buildroot}/%{python3_sitelib}/gns3server/__main__.py
-chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/modules/iou/utils/iou_export.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/topology.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/main.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/compute.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/path.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/windows_loopback.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/vmware_gns3_vm.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/compute/iou/utils/iou_import.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/notification.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/notification_queue.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/remote_gns3_vm.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/snapshot.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/udp_link.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/port.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/handlers/api/controller/symbol_handler.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/compute/notification_manager.py
 chmod +x %{buildroot}/%{python3_sitelib}/gns3server/run.py
-chmod +x %{buildroot}/%{python3_sitelib}/utils/vmnet.py
-chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/vm.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/controller_error.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/file_watcher.py
 chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/__init__.py
-chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/modules/iou/utils/iou_import.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/link.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/base_gns3_vm.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/compute/iou/utils/iou_export.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/schemas/label.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/picture.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/gns3_vm_error.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/__init__.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/drawing.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/utils/asyncio/serial.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/project.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/gns3vm/virtualbox_gns3_vm.py
+chmod +x %{buildroot}/%{python3_sitelib}/gns3server/controller/symbols.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/handlers/api/controller/snapshot_handler.py
+chmod +x 
%{buildroot}/%{python3_sitelib}/gns3server/controller/export_project.py
+find %{buildroot}/%{python3_sitelib}/gns3server -name "*.svg" -exec chmod -x 
{} \;
+
 rm -rf %{buildroot}/%{python3_sitelib}/tests
+rm -rf 
%{buildroot}/%{python3_sitelib}/gns3server/compute/docker/resources/bin/busybox
+ln -sf %{_bindir}/busybox 
%{buildroot}/%{python3_sitelib}/gns3server/compute/docker/resources/bin/busybox
 
 %files
 %defattr(-, root, root, 0755)
 %doc AUTHORS LICENSE README.rst
 %{_bindir}/gns3server
 %{_bindir}/gns3vmnet
-%{python3_sitelib}/utils
+%{_bindir}/gns3loopback
 %{python3_sitelib}/gns3server
 %{python3_sitelib}/gns3_server-%{version}-py%{py3_ver}.egg-info
 

++++++ gns3-server-1.4.6.tar.gz -> gns3-server-2.0.0.tar.gz ++++++
++++ 132831 lines of diff (skipped)

++++++ gns3-server-rpmlintrc ++++++
# docker builds an isolated buildroot, this not in the system
addFilter("E: wrong-script-interpreter")

Reply via email to