Author: shadzik Date: Mon Mar 24 21:24:53 2008 GMT Module: SPECS Tag: HEAD ---- Log message: - add patch0 - fixes build with qt 4.4.0, breaks build with older qt4 version (NOTE: Titanium needs a branch here for now)
---- Files affected: SPECS: soprano.spec (1.18 -> 1.19) ---- Diffs: ================================================================ Index: SPECS/soprano.spec diff -u SPECS/soprano.spec:1.18 SPECS/soprano.spec:1.19 --- SPECS/soprano.spec:1.18 Mon Mar 24 22:05:49 2008 +++ SPECS/soprano.spec Mon Mar 24 22:24:47 2008 @@ -17,6 +17,7 @@ Group: X11/Applications Source0: http://dl.sourceforge.net/soprano/%{name}-%{version}.tar.bz2 # Source0-md5: 3f33799c6ebd03048621057d268fb62f +Patch0: %{name}-qt44.patch URL: http://sourceforge.net/projects/soprano BuildRequires: QtCore-devel BuildRequires: QtDBus-devel @@ -60,6 +61,7 @@ %prep %setup -q +%patch0 -p0 %build install -d build @@ -131,6 +133,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.19 2008-03-24 21:24:47 shadzik +- add patch0 +- fixes build with qt 4.4.0, breaks build with older qt4 version (NOTE: Titanium needs a branch here for now) + Revision 1.18 2008-03-24 21:05:49 shadzik - added one more file - build on Titanium with Qt4.3.4 (seems not to build on Th builders with Qt 4.4.0.beta1) ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/soprano.spec?r1=1.18&r2=1.19&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
