Hello community, here is the log from the commit of package aranym checked in at Thu Nov 29 17:52:04 CET 2007. -------- --- aranym/aranym.changes 2007-07-22 12:30:25.000000000 +0200 +++ /mounts/work_src_done/STABLE/aranym/aranym.changes 2007-11-29 14:03:59.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Nov 29 14:03:42 CET 2007 - schwab@suse.de + +- Update to head of trunk. + +------------------------------------------------------------------- New: ---- aranym-cvs.diff.bz2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ aranym.spec ++++++ --- /var/tmp/diff_new_pack.R22959/_old 2007-11-29 17:47:40.000000000 +0100 +++ /var/tmp/diff_new_pack.R22959/_new 2007-11-29 17:47:40.000000000 +0100 @@ -8,19 +8,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild Name: aranym BuildRequires: Mesa-devel SDL-devel SDL_image-devel gcc-c++ unzip -URL: http://aranym.atari.org/ +Url: http://aranym.atari.org/ Summary: ARAnyM (Atari Running on Any Machine) Version: 0.9.5beta -Release: 5 +Release: 45 Group: System/Emulators/Other -License: GPL v2 or later, LGPL v2 or later +License: GPL v2 or later; LGPL v2.1 or later Source: %{name}-%{version}.tar.gz Source1: afros-0.9.5-2.zip Patch: %{name}-%{version}.diff +Patch42: %{name}-cvs.diff.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -79,11 +79,12 @@ Andreas Schwab <schwab@suse.de> %prep -%setup -q -n %{name}-%{version}/src/Unix -a 1 -cd .. +%setup -q -n %{name}-%{version} -a 1 +%patch42 %patch %build +autoreconf -fi %ifarch %ix86 ./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ --prefix=/usr --mandir=%{_mandir} --disable-nat-debug \ @@ -91,6 +92,7 @@ make depend make %{?jobs:-j%jobs} mv aranym aranym-jit +make clean %endif ./configure CFLAGS="$RPM_OPT_FLAGS" CXXFLAGS="$RPM_OPT_FLAGS" \ --prefix=/usr --mandir=%{_mandir} --disable-nat-debug \ @@ -118,12 +120,11 @@ install -m 755 aranym-jit $RPM_BUILD_ROOT%{_bindir} %endif install -m 755 aranym-mmu $RPM_BUILD_ROOT%{_bindir} -cp -a afros* $RPM_BUILD_ROOT%{_datadir}/aranym -find $RPM_BUILD_ROOT%{_datadir}/aranym/afros* -type d -name CVS | xargs rm -rf +cp -a afros-* $RPM_BUILD_ROOT%{_datadir}/aranym/afros +find $RPM_BUILD_ROOT%{_datadir}/aranym/afros -type d -name CVS | xargs rm -rf %post %run_permissions - %verifyscript %verify_permissions -e %{_bindir}/aratapif @@ -139,6 +140,8 @@ %{_datadir}/aranym %changelog +* Thu Nov 29 2007 - schwab@suse.de +- Update to head of trunk. * Sun Jul 22 2007 - schwab@suse.de - Update to afros 0.9.5-2. * Wed Jul 11 2007 - schwab@suse.de ++++++ aranym-0.9.5beta.diff ++++++ --- /var/tmp/diff_new_pack.R22959/_old 2007-11-29 17:47:41.000000000 +0100 +++ /var/tmp/diff_new_pack.R22959/_new 2007-11-29 17:47:41.000000000 +0100 @@ -1,5 +1,5 @@ ---- Unix/Makefile.in -+++ Unix/Makefile.in +--- Makefile.in ++++ Makefile.in @@ -49,7 +49,7 @@ AUTOHEADER = autoheader @@ -9,8 +9,8 @@ INSTALL_DATA = @INSTALL_DATA@ host_alias = @host_alias@ ---- Unix/configure.ac -+++ Unix/configure.ac +--- configure.ac ++++ configure.ac @@ -1494,11 +1494,6 @@ CPUSRCS="../uae_cpu/aranym_glue.cpp ../uae_cpu/memory.cpp ../uae_cpu/newcpu.cpp ../uae_cpu/readcpu.cpp $FPUSRCS cpudefs.cpp cpustbl.cpp $CPUSRCS $JITSRCS $MMUSRCS" fi @@ -38,8 +38,8 @@ dnl Remove -O[23] for cygwin gcc 3.x (gcc-3.3.3-3 found buggy). if [[ "x$OS_TYPE" = "xcygwin" -a "x$HAVE_GCC30" = "xyes" ]]; then CFLAGS=`echo $CFLAGS | sed -e 's/-O[[23]]//g'` ---- bootos_linux.cpp -+++ bootos_linux.cpp +--- src/bootos_linux.cpp ++++ src/bootos_linux.cpp @@ -331,7 +331,7 @@ *length += unc_len; unc_len = gzread(handle, buffer, MAXREAD_BLOCK_SIZE); ++++++ aranym-cvs.diff.bz2 ++++++ ++++ 79494 lines (skipped) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Remember to have fun... --------------------------------------------------------------------- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@Hilbert.suse.de