rpms/soprano/devel .cvsignore, 1.34, 1.35 soprano.spec, 1.61, 1.62 sources, 1.35, 1.36 soprano-2.4.3-version.patch, 1.1, NONE

Rex Dieter rdieter at fedoraproject.org
Sat May 22 14:58:06 UTC 2010


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv2935

Modified Files:
	.cvsignore soprano.spec sources 
Removed Files:
	soprano-2.4.3-version.patch 
Log Message:
* Fri May 21 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.63-1.20100521
- soprano 2.4.63 20100521 snapshot



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/.cvsignore,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -p -r1.34 -r1.35
--- .cvsignore	22 Apr 2010 12:06:35 -0000	1.34
+++ .cvsignore	22 May 2010 14:58:05 -0000	1.35
@@ -1 +1 @@
-soprano-2.4.3.tar.bz2
+soprano-20100521svn.tar.bz2


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/devel/soprano.spec,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -p -r1.61 -r1.62
--- soprano.spec	25 Apr 2010 17:01:12 -0000	1.61
+++ soprano.spec	22 May 2010 14:58:05 -0000	1.62
@@ -5,10 +5,12 @@
 %define apidocs 1
 %define tests 1
 
+%define snap 20100521
+
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 2.4.3
-Release: 2%{?dist}
+Version: 2.4.63
+Release: 1.%{snap}%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -24,7 +26,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version
 ## upstreamable 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
 
 BuildRequires: clucene-core-devel >= 0.9.20-2
 BuildRequires: cmake
@@ -100,7 +101,6 @@ format for easy browsing.
 %setup -q -n soprano%{!?snap:-%{version}}
 
 %patch50 -p1 -b .missing-qdebug-header
-%patch51 -p1 -b .version
 
 
 %build
@@ -130,12 +130,14 @@ 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
+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)
@@ -146,6 +148,7 @@ test "$(pkg-config --modversion soprano)
 make -C %{_target_platform}/test test ||:
 %endif
 
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -204,6 +207,9 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Fri May 21 2010 Rex Dieter <rdieter at fedoraproject.org> - 2.4.63-1.20100521
+- soprano 2.4.63 20100521 snapshot
+
 * 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/devel/sources,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -p -r1.35 -r1.36
--- sources	22 Apr 2010 12:06:36 -0000	1.35
+++ sources	22 May 2010 14:58:05 -0000	1.36
@@ -1 +1 @@
-e2bfa179a03810af60618110f5f832e2  soprano-2.4.3.tar.bz2
+0cc1950876a6a3d06b2cf803232e8db5  soprano-20100521svn.tar.bz2


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



More information about the scm-commits mailing list