Hello community,

here is the log from the commit of package dynamips for openSUSE:Factory 
checked in at 2014-02-20 06:21:34
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dynamips (Old)
 and      /work/SRC/openSUSE:Factory/.dynamips.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dynamips"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dynamips/dynamips.changes        2013-11-22 
06:54:05.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.dynamips.new/dynamips.changes   2014-02-20 
06:21:37.000000000 +0100
@@ -1,0 +2,22 @@
+Wed Feb 19 18:08:40 UTC 2014 - [email protected]
+
+- clean up spec file
+
+-------------------------------------------------------------------
+Mon Feb 17 19:46:00 UTC 2014 - [email protected]
+
+- new upstream version 0.2.11
+  * Full update of hypervisor documentation.
+  * Change default NPE for c7200 platform from npe-200 to npe-400.
+  * New hypervisor commands
+  * Fixed issue #20 - segmentation fault when accessing a device
+    that failed to memory map it's file
+  * Implemented enhancement #21 - Renaming devices
+  * Closed issue #22 - Hypervisor documentation is out of date
+  * Implemented enhancement #36 - hypervisor command to clean
+    the files of a vm
+  * Fixed issue #27 - Rename issues.
+  * Old text is replayed when you connect to the console/aux port.
+  * Warn the VM isn't running when connecting to the console/aux port.
+
+-------------------------------------------------------------------

Old:
----
  dynamips-0.2.10-source.zip

New:
----
  dynamips-0.2.11-source.zip

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

Other differences:
------------------
++++++ dynamips.spec ++++++
--- /var/tmp/diff_new_pack.ZdRd4x/_old  2014-02-20 06:21:38.000000000 +0100
+++ /var/tmp/diff_new_pack.ZdRd4x/_new  2014-02-20 06:21:38.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dynamips
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013,2014 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
@@ -17,19 +17,26 @@
 
 
 Name:           dynamips
-Version:        0.2.10
+Version:        0.2.11
 Release:        0
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if %{defined fedora}
+BuildRequires:  elfutils-libelf-devel
+%else
 BuildRequires:  libelf-devel
+%endif
 BuildRequires:  libpcap-devel
 BuildRequires:  libuuid-devel
 BuildRequires:  unzip
 BuildRequires:  dos2unix
 Url:            http://www.gns3.net
 %ifarch x86_64
+%if %{undefined fedora}
 BuildRequires:  glibc-devel-32bit
+BuildRequires:  glibc-32bit
+%endif
 %endif
-Source:         
http://sourceforge.net/projects/gns-3/files/Dynamips/0.2.10/%{name}-%{version}-source.zip
+Source:         
http://sourceforge.net/projects/gns-3/files/Dynamips/%{version}/%{name}-%{version}-source.zip
 Summary:        Cisco router Emulator
 License:        GPL-2.0+
 Group:          System/Emulators/Other
@@ -47,31 +54,17 @@
 %setup -q -n %{name}-%{version}-source
 
 %build
-CFLAGS="%{optflags} -I/usr/include/libelf -fno-strict-aliasing"
-CXXFLAGS="%{optflags} -I/usr/include/libelf -fno-strict-aliasing"
-CFLAGS="$CFLAGS -fstack-protector"
-CXXFLAGS="$CXXFLAGS -fstack-protector"
-export CFLAGS
-export CXXFLAGS
-
 %ifarch x86_64
-%{__make} DYNAMIPS_ARCH=amd64
-%else
-%{__make}
+make_opts="DYNAMIPS_ARCH=amd64"
 %endif
+export CFLAGS="%{optflags} -I/usr/include/libelf -fno-strict-aliasing 
-fstack-protector"
+export CXXFLAGS="$CFLAGS"
+%{__make} $make_opts
 
 %install
-
-%ifarch x86_64
-%{__make} DYNAMIPS_ARCH=amd64  install DESTDIR=%{buildroot}/usr 
mandir=%{_mandir} bindir=%{_bindir} prefix=/usr
-%else
-%{__make}  install DESTDIR=%{buildroot}/usr mandir=%{_mandir} bindir=%{_bindir}
-%endif
+%{__make} install DESTDIR=%{buildroot} mandir=%{_mandir} bindir=%{_bindir} 
prefix=/usr $make_opts
 dos2unix COPYING  README README.hypervisor  TODO
 
-%clean
-%{__rm} -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 %doc COPYING  README README.hypervisor  TODO

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to