]> git.pld-linux.org Git - packages/qemu.git/commitdiff
- up to 2.5.1.1 auto/th/qemu-2.5.1.1-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 10 May 2016 07:28:58 +0000 (09:28 +0200)
committerArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 10 May 2016 07:28:58 +0000 (09:28 +0200)
qemu-sh.patch
qemu.spec

index daee83823380a814d32e3a892270e7b9a631c490..21fd374732e8196224a1c83d3eef5d862774157f 100644 (file)
@@ -1,11 +1,12 @@
 --- qemu-2.5.0/configure~      2015-12-21 22:39:21.000000000 +0100
 +++ qemu-2.5.0/configure       2015-12-21 22:39:58.952714685 +0100
 --- qemu-2.5.0/configure~      2015-12-21 22:39:21.000000000 +0100
 +++ qemu-2.5.0/configure       2015-12-21 22:39:58.952714685 +0100
-@@ -4754,7 +4754,7 @@
- echo "GNUTLS support    $gnutls"
+@@ -4755,7 +4755,7 @@ echo "GNUTLS support    $gnutls"
  echo "GNUTLS hash       $gnutls_hash"
  echo "libgcrypt         $gcrypt"
  echo "GNUTLS hash       $gnutls_hash"
  echo "libgcrypt         $gcrypt"
--echo "nettle            $nettle ${nettle+($nettle_version)}"
-+echo "nettle            $nettle ${nettle+\($nettle_version)}"
- echo "libtasn1          $tasn1"
- echo "VTE support       $vte"
- echo "curses support    $curses"
+ if test "$nettle" = "yes"; then
+-    echo "nettle            $nettle ($nettle_version)"
++    echo "nettle            $nettle \($nettle_version)"
+ else
+     echo "nettle            $nettle"
+ fi
+
index a6fc2c7794b05de5e9f3a556b91b33fa67612d09..577b75e74477d4e72c9c1e5a94f40aa825179d8a 100644 (file)
--- a/qemu.spec
+++ b/qemu.spec
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
 Summary:       QEMU CPU Emulator
 Summary(pl.UTF-8):     QEMU - emulator procesora
 Name:          qemu
-Version:       2.5.0
-Release:       2
+Version:       2.5.1.1
+Release:       1
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
 License:       GPL v2
 Group:         Applications/Emulators
 Source0:       http://wiki.qemu-project.org/download/%{name}-%{version}.tar.bz2
-# Source0-md5: f469f2330bbe76e3e39db10e9ac4f8db
+# Source0-md5: f5ff0e71398b9e428b4f177001ba4285
 Source2:       %{name}.binfmt
 # Loads kvm kernel modules at boot
 Source3:       kvm-modules-load.conf
 Source2:       %{name}.binfmt
 # Loads kvm kernel modules at boot
 Source3:       kvm-modules-load.conf
This page took 0.028085 seconds and 4 git commands to generate.