[libffado] Update to svn2088.

Orcan Ogetbil oget at fedoraproject.org
Sun Mar 25 18:08:40 UTC 2012


commit 75bf0fc6bc31bbff7551355dc773f8647bb69c01
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Mar 25 14:08:11 2012 -0400

    Update to svn2088.
    
    - Drop upstreamed gcc-4.7 patch.

 libffado-gcc47.patch |  157 --------------------------------------------------
 libffado-snapshot.sh |    1 +
 libffado.spec        |   14 ++--
 3 files changed, 8 insertions(+), 164 deletions(-)
---
diff --git a/libffado-snapshot.sh b/libffado-snapshot.sh
index 4152235..0c3b37f 100644
--- a/libffado-snapshot.sh
+++ b/libffado-snapshot.sh
@@ -15,6 +15,7 @@ cleanup() {
 }
 
 unset CDPATH
+unset GREP_OPTIONS
 pwd=$(pwd)
 name=libffado
 version=2.1.0
diff --git a/libffado.spec b/libffado.spec
index 70036fd..3b1de9d 100644
--- a/libffado.spec
+++ b/libffado.spec
@@ -5,15 +5,15 @@
 Summary:        Free firewire audio driver library
 Name:           libffado
 Version:        2.1.0
-Release:        0.7.20111030.svn2000%{?dist}
+Release:        0.8.20120325.svn2088%{?dist}
 # src/libutil/float_cast.h is LGPLv2+.
 # The rest is (GPLv2 or GPLv3)
 License:        LGPLv2+ and (GPLv2 or GPLv3)
 Group:          System Environment/Libraries
 URL:            http://www.ffado.org/
 # The trunk is tarballed as follows:
-# bash libffado-snapshot.sh 2000
-Source0:        %{name}-%{version}-svn2000.tar.bz2
+# bash libffado-snapshot.sh 2088
+Source0:        %{name}-%{version}-svn2088.tar.bz2
 # Additional README file until we have proper manpages
 Source1:        README.ffado
 # The fetch script
@@ -21,9 +21,6 @@ Source9:        libffado-snapshot.sh
 # We want the documentation for the library API only, not for the entire source:
 # http://subversion.ffado.org/ticket/293
 Patch0:         libffado-api-doc-only.patch
-# Fix gcc-4.7 compilation error
-# http://subversion.ffado.org/ticket/344
-Patch1:         libffado-gcc47.patch
 BuildRequires:  alsa-lib-devel
 BuildRequires:  dbus-c++-devel
 BuildRequires:  dbus-devel
@@ -77,7 +74,6 @@ Applications and utilities for use with libffado.
 %prep
 %setup -q
 %patch0 -p1 -b .api.doc.only
-%patch1 -p1 -b .gcc47
 
 cp -a %{SOURCE1} .
 
@@ -148,6 +144,10 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
 %{python_sitelib}/ffado/
 
 %changelog
+* Sun Mar 25 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.0-0.8.20120325.svn2088
+- Update to svn2088.
+- Drop upstreamed gcc-4.7 patch.
+
 * Thu Mar 22 2012 Orcan Ogetbil <oget[dot]fedora[at]gmail[dot]com> - 2.1.0-0.7.20111030.svn2000
 - Include the ffado-test executable RHBZ#805940
 - Fix .desktop file warning


More information about the scm-commits mailing list