Hello community,

here is the log from the commit of package gns3 for openSUSE:Factory checked in 
at 2015-04-16 14:12:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gns3 (Old)
 and      /work/SRC/openSUSE:Factory/.gns3.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gns3"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gns3/gns3.changes        2015-01-20 
19:01:10.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.gns3.new/gns3.changes   2015-04-16 
14:12:36.000000000 +0200
@@ -1,0 +2,58 @@
+Sun Apr 12 11:11:56 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.1
+  * Fix crash when save as can't create a directory
+  * Initial config file content can be empty (fix export issues)
+  * Return more informations about bad requests for crash reports
+  * Allow less strict dependencies for easier install
+  *   * Some spring cleaning
+  * Fix missing IOU documentation
+  * Add missing project name in curl documentation
+  * Look in old IOU images location in order to smooth transition
+  * Send HTTP errors 400 to the crash report system
+  * Fix race condition during old project import
+  * Do not overwrite initial-config IOU if client send an empty
+  * Fix documentation about /ports/udp
+  * Fix rare occasion when user manage to put text in port field
+  * Fix a crash when exporting vpcs startup script
+  * Fix an issue with sending iourc when a topologies is reloaded
+  * Solve issue when iourc contains non ascii characters
+  * Handle corrupted zip file with IOS image
+  * Don't crash if we try to contact a non GNS3 remote server returning JSON
+  * Skip tests in package
+  * Check port range
+  * Add a warning about too much ram for IOS
+  * Fix crash if project is already closed
+  * Check if wait for connection thread still running before emitting a signal.
+  * Check if process files thread still running before emitting a signal.
+  * Raven is an optional dependencies for Debian
+  * Fix crash if a dumped topology as no node during save as
+  * Fix: remove old ID references for ATM and Frame-Relay switches
+
+-------------------------------------------------------------------
+Wed Apr  1 13:01:57 UTC 2015 - and...@opensuse.org
+
+- New upstream version 1.3.0
+  * Fix etherswitch router
+  * Fix issues with progress dialog
+  * Fix save as
+  * Fix crash when in same occasion the project name is missing
+  * Update sentry key
+  * Display adapters in the tooltips in the correct order.
+  * Open consoles in alphanumerical order.
+  * Auto idle-PC improvements.
+  * Adds project id when requesting UDP port.
+  * Fixes Thread problem. Fixes #229.
+  * Cancel network requests if the progress dialog itself is canceled.
+    Avoid closing the preferences dialog or any configuration dialog if there 
is a pending request. Fixes #227.
+  * Fixes #228 (no alternative interface has been chosen).
+  * Catch OSError when reading or writing the local server config file.
+  * Fixes GUI that could not be closed when using an already running local 
server.
+  * Save configs when project is committed.
+  * Del key deletes selected link
+  * Fix crash is no remote servers is available
+  * For more detailed changelog, check 
https://github.com/GNS3/gns3-gui/releases
+
+- added gns3-1.3.0-requires.patch
+
+-------------------------------------------------------------------

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

New:
----
  gns3-1.3.0-requires.patch
  gns3-gui-1.3.1.tar.gz

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

Other differences:
------------------
++++++ gns3.spec ++++++
--- /var/tmp/diff_new_pack.NHrrq8/_old  2015-04-16 14:12:37.000000000 +0200
+++ /var/tmp/diff_new_pack.NHrrq8/_new  2015-04-16 14:12:37.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package gns3
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 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,7 +27,7 @@
 Summary:        A graphical network simulator
 License:        GPL-3.0+
 Group:          Productivity/Networking/Other
-Version:        1.2.3
+Version:        1.3.1
 Release:        0
 Url:            http://www.gns3.net/
 Source0:        %{name}-gui-%{version}.tar.gz
@@ -35,6 +35,7 @@
 Source2:        %{name}.xml
 Source3:        %{name}.desktop
 Source4:        application-x-%{name}.png
+Patch0:         %{name}-1.3.0-requires.patch
 BuildArch:      noarch
 BuildRequires:  desktop-file-utils
 BuildRequires:  python3-devel >= 3.3
@@ -50,10 +51,10 @@
 Requires:       python3-apache-libcloud >= 0.14.1
 Requires:       python3-configobj
 Requires:       python3-paramiko
-Requires:       python3-pip
 Requires:       python3-qt4
+Requires:       python3-raven
 Requires:       python3-requests
-Requires:       python3-ws4py = 0.3.4
+Requires:       python3-sip
 Provides:       gns3-gui > %{version}
 Obsoletes:      gns3-gui <= %{version}
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -70,6 +71,7 @@
 
 %prep
 %setup -q -n %{name}-gui-%{version}
+%patch0 -p1
 
 %build
 python3 setup.py build
@@ -87,6 +89,7 @@
 %__cp %SOURCE2 %buildroot/%{_datadir}/mime/packages/
 %__cp %SOURCE3 %buildroot/%{_datadir}/applications/
 %__cp %SOURCE4 %buildroot/%{_datadir}/icons/hicolor/48x48/mimetypes/
+rm -rf %{buildroot}/%{python3_sitelib}/tests
 
 %post
 /usr/bin/update-mime-database %{_datadir}/mime > /dev/null 2>&1 || :
@@ -109,7 +112,5 @@
 %{_datadir}/pixmaps/%{name}.png
 %{python3_sitelib}/%{name}
 %{python3_sitelib}/%{name}_gui-%{version}-py%{py3_ver}.egg-info
-# to be soon removed
-%{python3_sitelib}/tests
 
 %changelog


++++++ gns3-1.3.0-requires.patch ++++++
diff -uNr old-gns3-gui-1.3.0/requirements.txt gns3-gui-1.3.0/requirements.txt
--- old-gns3-gui-1.3.0/requirements.txt 2015-04-01 19:30:27.299783615 +0200
+++ gns3-gui-1.3.0/requirements.txt     2015-04-01 19:30:50.900783021 +0200
@@ -1,4 +1,4 @@
-apache-libcloud==0.16.0
-paramiko==1.15.1
-requests==2.4.3
+apache-libcloud>=0.16.0
+paramiko>=1.15.1
+requests>=2.4.1
 raven==5.2.0
 ++++++ gns3-gui-1.2.3.tar.gz -> gns3-gui-1.3.1.tar.gz ++++++
/work/SRC/openSUSE:Factory/gns3/gns3-gui-1.2.3.tar.gz 
/work/SRC/openSUSE:Factory/.gns3.new/gns3-gui-1.3.1.tar.gz differ: char 13, 
line 1




Reply via email to