Hello community, here is the log from the commit of package dynamips for openSUSE:Factory checked in at 2013-11-22 06:54:04 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2012-07-30 09:10:01.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.dynamips.new/dynamips.changes 2013-11-22 06:54:05.000000000 +0100 @@ -1,0 +2,17 @@ +Sat Nov 16 11:37:26 UTC 2013 - [email protected] + +- Minor spec file clean up +- Added dos2unix to convert documentation files + +------------------------------------------------------------------- +Sat Nov 9 11:37:26 UTC 2013 - [email protected] + +- Bump to stable 0.2.10 + +------------------------------------------------------------------- +Fri Jul 12 23:37:26 UTC 2013 - [email protected] + +- Bump to stable 0.2.8 +- Switch to maintained fork of dynamips + +------------------------------------------------------------------- Old: ---- arm-little-endian.diff dynamips-0.2.8-RC3-make.patch dynamips-0.2.8-RC3.tar.bz2 New: ---- dynamips-0.2.10-source.zip ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ dynamips.spec ++++++ --- /var/tmp/diff_new_pack.yAc5jB/_old 2013-11-22 06:54:06.000000000 +0100 +++ /var/tmp/diff_new_pack.yAc5jB/_new 2013-11-22 06:54:06.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package dynamips # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 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 @@ -16,25 +16,23 @@ # -%define pkg_extraver RC3 - Name: dynamips -Version: 0.2.8%{pkg_extraver} +Version: 0.2.10 Release: 0 BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libelf-devel BuildRequires: libpcap-devel BuildRequires: libuuid-devel +BuildRequires: unzip +BuildRequires: dos2unix Url: http://www.gns3.net %ifarch x86_64 BuildRequires: glibc-devel-32bit %endif -Source: %{name}-0.2.8-%{pkg_extraver}.tar.bz2 +Source: http://sourceforge.net/projects/gns-3/files/Dynamips/0.2.10/%{name}-%{version}-source.zip Summary: Cisco router Emulator License: GPL-2.0+ Group: System/Emulators/Other -Patch0: dynamips-0.2.8-%{pkg_extraver}-make.patch -Patch1: arm-little-endian.diff %description Cisco Router Emulator supported by GNS3 Community @@ -46,9 +44,7 @@ or people wanting to pass their CCNA/CCNP/CCIE exams. %prep -%setup -q -n %{name}-0.2.8-%{pkg_extraver} -%patch0 -p1 -%patch1 +%setup -q -n %{name}-%{version}-source %build CFLAGS="%{optflags} -I/usr/include/libelf -fno-strict-aliasing" @@ -58,20 +54,29 @@ export CFLAGS export CXXFLAGS +%ifarch x86_64 +%{__make} DYNAMIPS_ARCH=amd64 +%else %{__make} +%endif %install -%{__make} install DESTDIR=%{buildroot} mandir=%{_mandir} bindir=%{_bindir} -chmod -x README.community + +%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 +dos2unix COPYING README README.hypervisor TODO %clean %{__rm} -rf %{buildroot} %files %defattr(-,root,root) -%doc README.community COPYING README README.hypervisor TODO +%doc COPYING README README.hypervisor TODO %{_bindir}/dynamips %{_bindir}/nvram_export -%{_mandir}/man*/*.gz +%{_mandir}/man*/* %changelog -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
