SPECS: STLport.spec - fix unwanted type promotions that causes bad...
pluto
pluto at pld-linux.org
Mon Oct 23 17:00:13 CEST 2006
Author: pluto Date: Mon Oct 23 15:00:13 2006 GMT
Module: SPECS Tag: HEAD
---- Log message:
- fix unwanted type promotions that causes bad stream formatting.
- release 3.
---- Files affected:
SPECS:
STLport.spec (1.61 -> 1.62)
---- Diffs:
================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.61 SPECS/STLport.spec:1.62
--- SPECS/STLport.spec:1.61 Wed May 31 14:32:26 2006
+++ SPECS/STLport.spec Mon Oct 23 17:00:08 2006
@@ -3,13 +3,14 @@
Summary(pl): Biblioteki standardowe C++
Name: STLport
Version: 5.0.2
-Release: 2
+Release: 3
Epoch: 2
License: distributable (see README.gz)
Group: Libraries
Source0: http://dl.sourceforge.net/stlport/%{name}-%{version}.tar.bz2
# Source0-md5: 784be5e0499009aeea6e9ec8f7259c41
Patch0: %{name}-endianness.patch
+Patch1: %{name}-type_promotion.patch
URL: http://stlport.sourceforge.net/
BuildRequires: libstdc++-devel >= 5:3.3.2
BuildRequires: sed >= 4.0
@@ -52,6 +53,7 @@
%prep
%setup -q -n %{name}
%patch0 -p1
+%patch1 -p1
sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
@@ -102,6 +104,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.62 2006/10/23 15:00:08 pluto
+- fix unwanted type promotions that causes bad stream formatting.
+- release 3.
+
Revision 1.61 2006/05/31 12:32:26 pluto
- release 2 for rebuild with gcc-4.1.2.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/SPECS/STLport.spec?r1=1.61&r2=1.62&f=u
More information about the pld-cvs-commit
mailing list