Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 510844 - app-emulation/spice-0.12.5 version bump
Summary: app-emulation/spice-0.12.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Tiziano Müller (RETIRED)
URL:
Whiteboard:
Keywords: EBUILD
Depends on:
Blocks:
 
Reported: 2014-05-20 12:08 UTC by David
Modified: 2014-07-01 16:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
spice-0.12.5.ebuild (spice-0.12.5.ebuild,2.12 KB, text/plain)
2014-05-20 12:14 UTC, David
Details
spice-0.12.5.ebuild (spice-0.12.5.ebuild,2.12 KB, patch)
2014-05-20 12:27 UTC, David
Details | Diff
spice-0.12.5.ebuild (spice-0.12.5.ebuild,2.13 KB, text/plain)
2014-05-20 12:29 UTC, David
Details

Note You need to log in before you can comment on or make changes to this bug.
Description David 2014-05-20 12:08:54 UTC
app-emulation/spice-0.12.5 is released with fixes as reported in #496474.

It's also include the "spice-0.12.4-alsa-conditional.patch" downstream patch.

Reproducible: Always
Comment 1 David 2014-05-20 12:14:39 UTC
Created attachment 377278 [details]
spice-0.12.5.ebuild

Ebuild for 0.12.5 that remove "spice-0.12.4-alsa-conditional.patch"
Comment 2 Jeroen Roovers (RETIRED) gentoo-dev 2014-05-20 12:19:32 UTC
Comment on attachment 377278 [details]
spice-0.12.5.ebuild

--- spice-0.12.4-r1.ebuild      2014-04-02 15:52:41.198710234 +0200
+++ -   2014-05-20 14:19:15.918113086 +0200
@@ -1,10 +1,10 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/spice/spice-0.12.4-r1.ebuild,v 1.2 2014/03/31 20:29:32 mgorny Exp $
+# $Header: $
 EAPI=5
-PYTHON_COMPAT=( python{2_6,2_7} pypy pypy2_0 )
+PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
 inherit autotools eutils python-any-r1
@@ -14,7 +14,7 @@
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="client sasl smartcard static-libs" # static
 RDEPEND=">=x11-libs/pixman-0.17.7
@@ -69,8 +69,7 @@
 src_prepare() {
        epatch \
-               "${FILESDIR}/0.11.0-gold.patch" \
-               "${FILESDIR}/${P}-alsa-conditional.patch"
+               "${FILESDIR}/0.11.0-gold.patch"
        epatch_user
        eautoreconf
Comment 3 David 2014-05-20 12:27:48 UTC
Created attachment 377280 [details, diff]
spice-0.12.5.ebuild

Re-keyword ~amd64 and ~x86
Comment 4 David 2014-05-20 12:29:45 UTC
Created attachment 377282 [details]
spice-0.12.5.ebuild

Attach the good ebuild (sorry).
Comment 5 Tiziano Müller (RETIRED) gentoo-dev 2014-07-01 16:42:23 UTC
Done, thanks.