[mingw32-dirac/el5/master] Revert "Revert patch for gcc 4.4.x and later for el5"

Nicolas Chauvet kwizart at fedoraproject.org
Sun Nov 7 16:39:36 UTC 2010


commit b4104adf32f07b979a61f665f8b734117e40b7d2
Author: Nicolas Chauvet <kwizart at gmail.com>
Date:   Sun Nov 7 17:40:06 2010 +0100

    Revert "Revert patch for gcc 4.4.x and later for el5"
    
    This reverts commit 64df3c1f921a8067654562a7a990cbc410da1b4a.

 mingw32-dirac.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-dirac.spec b/mingw32-dirac.spec
index 2f2ff03..ab6bc22 100644
--- a/mingw32-dirac.spec
+++ b/mingw32-dirac.spec
@@ -6,13 +6,14 @@
 
 Name:           mingw32-dirac
 Version:        1.0.2
-Release:        1%{?dist}
+Release:        2%{?dist}
 Summary:        Dirac is an open source video codec
 
 Group:          System Environment/Libraries
 License:        MPLv1.1 or GPLv2+ or LGPLv2+
 URL:            http://dirac.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/dirac/dirac-%{version}.tar.gz
+Patch0:         dirac-1.0.2-mingw32-gcc44.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
@@ -28,6 +29,7 @@ MinGW Windows dirac compression library.
 
 %prep
 %setup -q -n dirac-%{version}
+%patch0 -p1 -b .gcc44
 rm util/conversion/common/setstdiomode.cpp
 touch util/conversion/common/setstdiomode.cpp
 
@@ -65,6 +67,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mingw32_libdir}/libdirac_encoder.la
 
 %changelog
+* Thu Jul  9 2009 kwizart < kwizart at gmail.com > - 1.0.2-2
+- Fix for mingw32-gcc 4.4.0 and binary mode
+
 * Tue Mar 24 2009 kwizart < kwizart at gmail.com > - 1.0.2-1
 - Update to 1.0.2
 


More information about the scm-commits mailing list