Hello community, here is the log from the commit of package gns3 for openSUSE:Factory checked in at Mon May 2 18:30:40 CEST 2011.
-------- New Changes file: --- /dev/null 2010-08-26 16:28:41.000000000 +0200 +++ gns3/gns3.changes 2011-04-18 23:52:52.000000000 +0200 @@ -0,0 +1,81 @@ +------------------------------------------------------------------- +Mon Apr 18 21:52:34 UTC 2011 - [email protected] + +- added man page + +------------------------------------------------------------------- +Tue Apr 12 07:39:02 UTC 2011 - [email protected] + +- new upstream version 0.7.4 + * Greek translation + * Hypervisor allocation per IOS type + * Improvements on Ethernet Switch (dynamic remapping of VLAN or type) + * Adaptations to support Dynamips 0.2.8 RC3 community + * Integration of a loopback manager for Windows + +------------------------------------------------------------------- +Sun Apr 10 23:22:31 UTC 2011 - [email protected] + +- added mime type for .net topology files + +------------------------------------------------------------------- +Mon Feb 7 18:35:08 UTC 2011 - [email protected] + +- New upstream version 0.7.3 + * Only the necessary files (nvram, flash, disks etc.) are copied + or kept when creating projects and snapshots. + * Preventing unsaved interface labels to show up after loading a + topology. This can be reset using the + "show interface labels" button. + * Improvements for ATM and Frame Relay switches: proper naming, + dynamic mapping support and it is not needed to remove a link to + change its DLCI/VC mapping. + * PCAP capture support for Qemu based devices + (Qemu host, JunOS ASA, PIX, IDS). This option cannot be used after + the selected device is started. + * Fixed many issues with the snapshot feature. + Now it should work as expected. + * New node type: EtherSwitch router. This is a c3700 router + with a Etherswitch NM-16ESW loaded. + * Better consistency between buttons and menus. Many items have + been renamed, toolbar buttons accessible from the menu etc. + * Possibility to configure the AUX port. Only works for c7200 routers + (Preferences -> Dynamips -> Base AUX port). + * Changed standard naming convention for project and snapshots. + Topology file is named topology.net, working directory: working and + configurations directory: configs. + * Double click on a running node opens a console. + * Reload all devices option. + * Translation updates. + * Many more + +------------------------------------------------------------------- +Mon Oct 25 00:57:29 UTC 2010 - [email protected] + +- New upstream version 0.7.2 +- Installed qemuwrapper utils +- added qemu as dependency + +------------------------------------------------------------------- +Fri Jun 4 08:13:13 UTC 2010 - [email protected] + +- New upstream version 0.7.1 + +------------------------------------------------------------------- +Tue Dec 1 00:12:42 UTC 2009 - [email protected] + +- fixed 11.2 building (as noarch) + +------------------------------------------------------------------- +* Sun Jun 07 2009 - Andrea Florio <[email protected]> 0.6.1 +- new upstream version 0.6.1 +* Fri Dec 19 2008 - Andrea Florio <[email protected]> 0.6 +- new upstream version 0.6 +* Wed Nov 05 2008 - Andrea Florio <[email protected]> +- no longer a no arch. py_sitedit is /usr/lib/ecc or /usr/lib64/ecc +* Mon Aug 04 2008 - Andrea Florio <[email protected]> +- new package +- added menu icon +~ + + calling whatdependson for head-i586 New: ---- GNS3-0.5-tutorial.pdf GNS3-0.7.4-src.tar.bz2 application-x-gns3.png gns3.changes gns3.desktop gns3.png gns3.spec gns3.xml ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gns3.spec ++++++ # # spec file for package gns3 # # Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed # upon. The license for this file, and modifications and additions to the # file, is the same license as for the pristine package itself (unless the # license for the pristine package is not an Open Source License, in which # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. # Please submit bugfixes or comments via http://bugs.opensuse.org/ # # norootforbuild Name: gns3 Summary: GNS3 is a graphical network simulator Version: 0.7.4 Release: 1 License: GPLv2 Url: http://www.gns3.net/ Group: Productivity/Networking/Other Source0: GNS3-%{version}-src.tar.bz2 Source1: %{name}.png Source2: http://kent.dl.sourceforge.net/sourceforge/gns-3/GNS3-0.5-tutorial.pdf Source3: %{name}.xml Source4: %{name}.desktop Source5: application-x-%{name}.png BuildRequires: python-devel BuildRequires: libqt4-devel BuildRequires: libosip2-devel BuildRequires: python-sip BuildRequires: python-qt4 BuildRequires: hicolor-icon-theme BuildRequires: desktop-file-utils BuildRequires: dos2unix Requires: python-qt4 Requires: python-sip Requires: dynamips Requires: wireshark Requires: qemu Provides: GNS3 = %version Obsoletes: GNS3 < %version %{py_requires} %if %suse_version >= 1120 BuildArch: noarch %endif BuildRoot: %{_tmppath}/%{name}-%{version}-build %description GNS3 is a excellent complementary tool to real labs for administrators of Cisco networks or people wanting to pass their CCNA, CCNP, CCIP or CCIE certifications. It can also be used to experiment features of Cisco IOS or to check configurations that need to be deployed later on real routers. Important notice: users must provide their own Cisco IOS to use GNS3. %prep %setup -q -n GNS3-%{version}-src %build %__cp %SOURCE2 . %{__python} setup.py build %install %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT --prefix /usr %__mkdir_p %buildroot/%_datadir/%{name} %__cp -R qemuwrapper %buildroot/%_datadir/%{name}/ %__mkdir_p %buildroot/%_datadir/icons/hicolor/48x48/mimetypes/ %__mkdir_p %buildroot/%_datadir/mime/packages/ %__mkdir_p %buildroot/%_datadir/applications/ %__mkdir_p %buildroot/%_datadir/pixmaps %__mkdir_p %buildroot/%_mandir/man1/ %__cp %SOURCE1 %buildroot/%_datadir/pixmaps %__cp %SOURCE3 %buildroot/%_datadir/mime/packages/%{name}.xml %__cp %SOURCE4 %buildroot/%_datadir/applications/ %__cp %SOURCE5 %buildroot/%_datadir/icons/hicolor/48x48/mimetypes/application-x-%{name}.png %__cp docs/man/gns3.1 %buildroot/%_mandir/man1/ chmod -x CHANGELOG README TODO LICENSE AUTHORS dos2unix README %clean rm -rf $RPM_BUILD_ROOT %post /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : /usr/bin/update-desktop-database %postun /usr/bin/update-mime-database %{_datadir}/mime &> /dev/null || : /usr/bin/update-desktop-database %files %defattr(-, root, root, 0755) %doc CHANGELOG README TODO LICENSE AUTHORS GNS3-0.5-tutorial.pdf %{_bindir}/%{name} %{_datadir}/applications/%{name}.desktop %{_datadir}/pixmaps/%{name}.png %{_datadir}/%{name} %{_datadir}/icons/hicolor/48x48/mimetypes/application-x-%{name}.png %{_datadir}/mime/packages/%{name}.xml %{_mandir}/man1/* %if %suse_version >= 1120 %dir %{python_sitelib}/GNS3 %{python_sitelib}/GNS3/* %{python_sitelib}/GNS3-%{version}-py%{py_ver}.egg-info %else %dir %{py_sitedir}/GNS3 %{py_sitedir}/GNS3/* %{py_sitedir}/GNS3-%{version}-py%{py_ver}.egg-info %endif %changelog ++++++ gns3.desktop ++++++ [Desktop Entry] X-SuSE-translate=true Categories=System;Emulator; Encoding=UTF-8 Name=GNS3 GenericName=GNS3 is a graphical network simulator Type=Application Exec=gns3 Icon=gns3.png MimeType=application/x-gns3; ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
