]> git.pld-linux.org Git - packages/qemu.git/commitdiff
Start update to 1.0
authorArtur Frysiak <artur@frysiak.net>
Fri, 2 Dec 2011 00:10:08 +0000 (00:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    qemu-ncurses.patch -> 1.4
    qemu.spec -> 1.185

qemu-ncurses.patch
qemu.spec

index 33e61c7274a8ba012776cdd7f49a3ce1b4a88a47..5b62e0c9472fae0ac00ecd397f62a597380ccebb 100644 (file)
  #include "keymaps.h"
  
  
+--- qemu-1.0/console.h.wiget   2011-12-01 23:44:44.809570527 +0100
++++ qemu-1.0/console.h 2011-12-01 23:45:02.775490445 +0100
+@@ -329,7 +329,7 @@ static inline int ds_get_bytes_per_pixel
+ }
+ #ifdef CONFIG_CURSES
+-#include <curses.h>
++#include <ncurses/curses.h>
+ typedef chtype console_ch_t;
+ #else
+ typedef unsigned long console_ch_t;
index 257e4dace14edaaafc6724a8cf538ff5e1035bef..d7915d92d0ac56b84b846bb8836a32aba68a8af0 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
-Version:       0.15.1
-Release:       1
+Version:       1.0
+Release:       0.1
 License:       GPL
 Group:         Applications/Emulators
 # Source0Download: http://fabrice.bellard.free.fr/qemu/download.html
 #Source0:      http://download.savannah.gnu.org/releases/qemu/%{name}-%{version}.tar.gz
 Source0:       http://wiki.qemu.org/download/%{name}-%{version}.tar.gz
-# Source0-md5: 34f17737baaf1b3495c89cd6d4a607ed
+# Source0-md5: a64b36067a191451323b0d34ebb44954
 Patch0:                %{name}-ncurses.patch
 Patch6:                %{name}-nosdlgui.patch
 # Proof of concept, for reference, do not remove
@@ -116,7 +116,7 @@ ln -s ../error.h qapi/error.h
        --enable-mixemu \
        --audio-drv-list="alsa" \
        --interp-prefix=%{_libdir}/%{name}
-%{__make}
+%{__make} V=1
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.155826 seconds and 4 git commands to generate.