rpms/soprano/F-13 soprano-2.4.4-qdebug.patch, NONE, 1.1 .cvsignore, 1.34, 1.35 soprano.spec, 1.57, 1.58 sources, 1.35, 1.36 soprano-2.4.3-missing-qdebug-header.patch, 1.1, NONE soprano-2.4.3-version.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Mon Jul 19 17:43:31 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/F-13
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv10073

Modified Files:
	.cvsignore soprano.spec sources 
Added Files:
	soprano-2.4.4-qdebug.patch 
Removed Files:
	soprano-2.4.3-missing-qdebug-header.patch 
	soprano-2.4.3-version.patch 
Log Message:
* Mon Jul 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.4-1
- soprano-2.4.4


soprano-2.4.4-qdebug.patch:
 localsocketclient.cpp |    1 +
 1 file changed, 1 insertion(+)

--- NEW FILE soprano-2.4.4-qdebug.patch ---
diff -up soprano-2.4.4/client/localsocketclient.cpp.qdebug soprano-2.4.4/client/localsocketclient.cpp
--- soprano-2.4.4/client/localsocketclient.cpp.qdebug	2010-04-22 04:34:57.000000000 -0500
+++ soprano-2.4.4/client/localsocketclient.cpp	2010-07-19 10:50:32.186857467 -0500
@@ -23,6 +23,7 @@
 #include "clientconnection.h"
 #include "clientmodel.h"
 
+#include <QtCore/QDebug>
 #include <QtCore/QDir>
 #include <QtCore/QThread>
 #include <QtNetwork/QLocalSocket>


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-13/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- .cvsignore	22 Apr 2010 13:03:29 -0000	1.34
+++ .cvsignore	19 Jul 2010 17:43:30 -0000	1.35
@@ -1 +1 @@
-soprano-2.4.3.tar.bz2
+soprano-2.4.4.tar.bz2


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-13/soprano.spec,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -p -r1.57 -r1.58
--- soprano.spec	25 Apr 2010 17:44:11 -0000	1.57
+++ soprano.spec	19 Jul 2010 17:43:30 -0000	1.58
@@ -7,8 +7,8 @@
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 2.4.3
-Release: 2%{?dist}
+Version: 2.4.4
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -21,10 +21,9 @@ Source0: http://downloads.sf.net/soprano
 Source1: soprano-svn_checkout.sh
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
-## upstreamable patches
+## upstream patches
 # fix missing #include which breaks QT_NO_DEBUG_OUTPUT build
-Patch50:  soprano-2.4.3-missing-qdebug-header.patch
-Patch51:  soprano-2.4.3-version.patch
+Patch100:  soprano-2.4.4-qdebug.patch
 
 BuildRequires: clucene-core-devel >= 0.9.20-2
 BuildRequires: cmake
@@ -99,8 +98,7 @@ format for easy browsing.
 %prep
 %setup -q -n soprano%{!?snap:-%{version}}
 
-%patch50 -p1 -b .missing-qdebug-header
-%patch51 -p1 -b .version
+%patch100 -p1 -b .qdebug
 
 
 %build
@@ -129,13 +127,15 @@ make install/fast DESTDIR=$RPM_BUILD_ROO
 
 
 %check
-# verify pkg-config version (notoriously wrong in recent soprano releases)
-export PKG_CONFIG_PATH=%{buildroot}%{_libdir}/pkgconfig
+# verify pkg-config version 
+export PKG_CONFIG_PATH=%{buildroot}%{_datadir}/pkgconfig:%{buildroot}%{_libdir}/pkgconfig
 test "$(pkg-config --modversion soprano)" = "%{version}"
 %if 0%{?tests:1}
 ## expected doing manual build (with active dbus/user session?)
 ## TODO/FIXME: mock builds have many more, find out why.
 #The following tests FAILED:
+#          6 - redlandmemorymodeltest (Failed)
+#          7 - redlandpersistentmodeltest (Failed)
 #         17 - sopranodclienttest (Failed)
 #         18 - localsocketmultithreadtest (Failed)
 #         19 - sopranodsocketclienttest (Failed)
@@ -204,6 +204,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Mon Jul 19 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.4-1
+- soprano-2.4.4
+
 * Sun Apr 25 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.3-2
 - fix version, and test to %%check 
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-13/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- sources	22 Apr 2010 13:03:29 -0000	1.35
+++ sources	19 Jul 2010 17:43:30 -0000	1.36
@@ -1 +1 @@
-e2bfa179a03810af60618110f5f832e2  soprano-2.4.3.tar.bz2
+11a83941f290e8719883df49a4cd8faa  soprano-2.4.4.tar.bz2


--- soprano-2.4.3-missing-qdebug-header.patch DELETED ---


--- soprano-2.4.3-version.patch DELETED ---



More information about the scm-commits mailing list