SPECS: STLport.spec - make copy constructor of slice_array class p...

adamg adamg at pld-linux.org
Mon Nov 5 10:18:06 CET 2007


Author: adamg                        Date: Mon Nov  5 09:18:06 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- make copy constructor of slice_array class public (hopefully unbreaks
  openoffice.org build)
- release 2

---- Files affected:
SPECS:
   STLport.spec (1.87 -> 1.88) 

---- Diffs:

================================================================
Index: SPECS/STLport.spec
diff -u SPECS/STLport.spec:1.87 SPECS/STLport.spec:1.88
--- SPECS/STLport.spec:1.87	Sat Nov  3 23:08:54 2007
+++ SPECS/STLport.spec	Mon Nov  5 10:18:01 2007
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	Biblioteki standardowe C++
 Name:		STLport
 Version:	5.1.4
-Release:	1
+Release:	2
 Epoch:		2
 License:	distributable (see README.gz)
 Group:		Libraries
@@ -11,6 +11,7 @@
 # Source0-md5:	b8d1cba9fd823e1edbfd83b4bbcb237d
 Patch0:		%{name}-endianness.patch
 Patch1:		%{name}-alpha.patch
+Patch2:		%{name}-valarray-copy-constructor.patch
 URL:		http://stlport.sourceforge.net/
 BuildRequires:	libstdc++-devel >= 6:4.2.0-1
 BuildRequires:	sed >= 4.0
@@ -54,6 +55,7 @@
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 sed -i -e 's/= -O2$/= %{rpmcflags}/' build/Makefiles/gmake/gcc.mak
 
@@ -109,6 +111,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.88  2007/11/05 09:18:01  adamg
+- make copy constructor of slice_array class public (hopefully unbreaks
+  openoffice.org build)
+- release 2
+
 Revision 1.87  2007/11/03 22:08:54  qboosh
 - adapted alpha patch from AC-branch
 - dropped libstlport.so.5 symlink, soname is libstlport.so.5.1, so nothing
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/STLport.spec?r1=1.87&r2=1.88&f=u



More information about the pld-cvs-commit mailing list