[spice-xpi/f18] upgrade to v2.8

Peter Hatina phatina at fedoraproject.org
Tue Nov 20 15:04:18 UTC 2012


commit a21f56926b1b21e7fac8f94476df14f3ec0eea9e
Author: Peter Hatina <phatina at redhat.com>
Date:   Tue Nov 20 15:51:00 2012 +0100

    upgrade to v2.8

 .gitignore                          |    1 +
 sources                             |    2 +-
 spice-xpi-01-connected-status.patch |   12 ------------
 spice-xpi-02-remove-x86-check.patch |   29 -----------------------------
 spice-xpi.spec                      |   15 +++++----------
 5 files changed, 7 insertions(+), 52 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a562e45..bf09ac8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /spice-xpi-2.5.tar.bz2
+/spice-xpi-2.8.tar.bz2
diff --git a/sources b/sources
index 51c2066..3c35fef 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3f21bc747906a738f17d02590c4a1ef3  spice-xpi-2.7.tar.bz2
+b9075ed8c4c308cb076f2152b8655d69  spice-xpi-2.8.tar.bz2
diff --git a/spice-xpi.spec b/spice-xpi.spec
index 33aa0a7..1e8eadd 100644
--- a/spice-xpi.spec
+++ b/spice-xpi.spec
@@ -1,17 +1,13 @@
 Name:           spice-xpi
-Version:        2.7
-Release:        5%{?dist}
+Version:        2.8
+Release:        1%{?dist}
 Summary:        SPICE extension for Mozilla
 Group:          Applications/Internet
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 URL:            http://spice-space.org
 Source0:        http://spice-space.org/download/releases/%{name}-%{version}.tar.bz2
-Patch0:         spice-xpi-01-connected-status.patch
-Patch1:         spice-xpi-02-remove-x86-check.patch
 
-BuildRequires:  log4cpp-devel
 BuildRequires:  xulrunner-devel >= 8.0
-BuildRequires:  autoconf
 
 ExclusiveArch:  i686 x86_64 armv6l armv7l armv7hl
 
@@ -22,11 +18,8 @@ Spice extension for Mozilla allows the client to be used from a web browser.
 
 %prep
 %setup -q -n %{name}-%{version}
-%patch0 -p1
-%patch1 -p1
 
 %build
-autoreconf
 
 %configure
 make %{?_smp_mflags}
@@ -38,12 +31,14 @@ make install DESTDIR=$RPM_BUILD_ROOT
 %doc COPYING README
 %defattr(-, root, root, -)
 %{_libdir}/mozilla/*
-%{_datadir}/spice/
 %exclude %{_libdir}/mozilla/*.rdf
 %exclude %{_libdir}/mozilla/plugins/*.a
 %exclude %{_libdir}/mozilla/plugins/*.la
 
 %changelog
+* Tue Nov 20 2012 Peter Hatina <phatina at redhat.com> - 2.8-1
+- Upgrade to v2.8
+
 * Tue Sep 11 2012 Peter Hatina <phatina at redhat.com> - 2.7-5
 - Extend build architectures
 


More information about the scm-commits mailing list