rpms/dssi-vst/devel dssi-vst-glibc212.patch, 1.1, 1.2 dssi-vst.spec, 1.4, 1.5

Orcan Ogetbil oget at fedoraproject.org
Sat Feb 13 20:47:35 UTC 2010


Author: oget

Update of /cvs/pkgs/rpms/dssi-vst/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv17268

Modified Files:
	dssi-vst-glibc212.patch dssi-vst.spec 
Log Message:
* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-6
- Disable parallel build
- Correct the glibc212 patch


dssi-vst-glibc212.patch:
 dssi-vst-scanner.cpp |    1 +
 dssi-vst_gui.cpp     |    1 +
 remotevstclient.cpp  |    1 +
 3 files changed, 3 insertions(+)

Index: dssi-vst-glibc212.patch
===================================================================
RCS file: /cvs/pkgs/rpms/dssi-vst/devel/dssi-vst-glibc212.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- dssi-vst-glibc212.patch	13 Feb 2010 20:01:14 -0000	1.1
+++ dssi-vst-glibc212.patch	13 Feb 2010 20:47:35 -0000	1.2
@@ -9,6 +9,17 @@ diff -rupN dssi-vst-0.8.old/dssi-vst_gui
  #include <sys/time.h>
  #include <unistd.h>
  #include <time.h>
+diff -rupN dssi-vst-0.8.old/dssi-vst-scanner.cpp dssi-vst-0.8/dssi-vst-scanner.cpp
+--- dssi-vst-0.8.old/dssi-vst-scanner.cpp	2008-12-12 07:34:31.000000000 -0500
++++ dssi-vst-0.8/dssi-vst-scanner.cpp	2010-02-13 15:15:41.000000000 -0500
+@@ -10,6 +10,7 @@
+ #include <vector>
+ #include <string>
+ 
++#include <sys/stat.h>
+ #include <sys/types.h>
+ #include <sys/socket.h>
+ #include <fcntl.h>
 diff -rupN dssi-vst-0.8.old/remotevstclient.cpp dssi-vst-0.8/remotevstclient.cpp
 --- dssi-vst-0.8.old/remotevstclient.cpp	2008-12-12 07:34:31.000000000 -0500
 +++ dssi-vst-0.8/remotevstclient.cpp	2010-02-13 14:33:12.000000000 -0500


Index: dssi-vst.spec
===================================================================
RCS file: /cvs/pkgs/rpms/dssi-vst/devel/dssi-vst.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -p -r1.4 -r1.5
--- dssi-vst.spec	13 Feb 2010 20:01:14 -0000	1.4
+++ dssi-vst.spec	13 Feb 2010 20:47:35 -0000	1.5
@@ -1,7 +1,7 @@
 Summary:       VST plugins host
 Name:          dssi-vst
 Version:       0.8
-Release:       5%{?dist}
+Release:       6%{?dist}
 License:       GPLv2
 Group:         Applications/Multimedia
 URL:           http://dssi.sourceforge.net/
@@ -68,11 +68,12 @@ This package contains the plugin wrapper
 %patch3 -p1 -b .linking
 
 %build
+# Parallel build fails sometimes:
 %ifarch %{ix86}
-make %{?_smp_mflags} CXXFLAGS="%{optflags} -Ivestige -fPIC"
+make CXXFLAGS="%{optflags} -Ivestige -fPIC"
 %else
 # Build non-wine parts only on x86_64:
-make %{?_smp_mflags} dssi-vst.so vsthost dssi-vst_gui CXXFLAGS="%{optflags} -Ivestige -fPIC"
+make dssi-vst.so vsthost dssi-vst_gui CXXFLAGS="%{optflags} -Ivestige -fPIC"
 %endif
 
 
@@ -117,6 +118,10 @@ rm -rf %{buildroot}
 %endif
 
 %changelog
+* Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-6
+- Disable parallel build
+- Correct the glibc212 patch
+
 * Sat Feb 13 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 0.8-5
 - Fix build failure against glibc-2.12 RHBZ#564821
 - Fix DSO linking failure



More information about the scm-commits mailing list