]> git.pld-linux.org Git - packages/STLport.git/commitdiff
- fix unwanted type promotions that causes bad stream formatting. auto/th/STLport-5_0_2-3
authorPaweł Sikora <pluto@pld-linux.org>
Mon, 23 Oct 2006 15:00:08 +0000 (15:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- release 3.

Changed files:
    STLport.spec -> 1.62

STLport.spec

index 9e79904c0dcf3fc7b4325658c379cbad2cbea71e..7ce22de88f9766214d78c3c076c8ea0c4b818856 100644 (file)
@@ -2,13 +2,14 @@ Summary:      C++ standard library
 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
@@ -51,6 +52,7 @@ Biblioteki statyczne do STLport.
 %prep
 %setup -q -n %{name}
 %patch0 -p1
+%patch1 -p1
 
 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
 
This page took 0.03092 seconds and 4 git commands to generate.