[soprano] 2.9.0-1

Rex Dieter rdieter at fedoraproject.org
Wed Jan 2 13:14:02 UTC 2013


commit c8ce8eb3800520471e26e06dcfec2fa65160fc1e
Author: Rex Dieter <rdieter at math.unl.edu>
Date:   Wed Jan 2 07:13:59 2013 -0600

    2.9.0-1
    
    - 2.9.0
    - disable tests for now
    - omit QT_NO_DEBUG_OUTPUT hack, handled properly now

 0001-No-qDebug-output-in-non-debug-modes.patch     |   36 --
 ...override-QT_USE_FILE-to-fix-include-order.patch |   39 --
 0003-Fix-100-CPU-usage-when-killing-virtuoso.patch |   48 ---
 0004-Check-return-values-from-write-calls.patch    |  414 --------------------
 ...-due-to-using-the-same-QUrls-in-multiple-.patch |   73 ----
 0008-Client-Cache-the-current-bindings.patch       |   90 -----
 ...e-sending-of-LiteralValue-over-the-socket.patch |  213 ----------
 ...-on-destruction-of-ClientModel-if-nepomuk.patch |   30 --
 soprano.spec                                       |   29 +-
 9 files changed, 9 insertions(+), 963 deletions(-)
---
diff --git a/soprano.spec b/soprano.spec
index 915aa1d..73d5c06 100644
--- a/soprano.spec
+++ b/soprano.spec
@@ -1,12 +1,13 @@
 
 # undef or set to 0 to disable items for a faster build
 %global apidocs 1
-%global tests 1
+## upstream says tests busted, maybe to be fixed in some future point release
+#global tests 1
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 2.8.0
-Release: 5%{?dist}
+Version: 2.9.0
+Release: 1%{?dist}
 
 License: LGPLv2+
 URL:     http://sourceforge.net/projects/soprano
@@ -22,14 +23,6 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 ## upstreamable patches
 
 ## upstream patches
-Patch101: 0001-No-qDebug-output-in-non-debug-modes.patch
-Patch102: 0002-override-QT_USE_FILE-to-fix-include-order.patch
-Patch103: 0003-Fix-100-CPU-usage-when-killing-virtuoso.patch
-Patch104: 0004-Check-return-values-from-write-calls.patch
-Patch105: 0005-Fix-crashes-due-to-using-the-same-QUrls-in-multiple-.patch
-Patch108: 0008-Client-Cache-the-current-bindings.patch
-Patch109: 0009-Optimize-sending-of-LiteralValue-over-the-socket.patch
-patch110: 0010-Avoid-crash-on-destruction-of-ClientModel-if-nepomuk.patch
 
 BuildRequires: clucene-core-devel >= 0.9.20-2
 BuildRequires: cmake
@@ -106,15 +99,6 @@ format for easy browsing.
 %setup -q -n soprano-%{version}
 %endif
 
-%patch101 -p1 -b .0001
-%patch102 -p1 -b .0002
-%patch103 -p1 -b .0003
-%patch104 -p1 -b .0004
-%patch105 -p1 -b .0005
-%patch108 -p1 -b .0008
-%patch109 -p1 -b .0009
-%patch110 -p1 -b .0010
-
 
 %build
 
@@ -218,6 +202,11 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
+* Wed Jan 02 2013 Rex Dieter <rdieter at fedoraproject.org> - 2.9.0-1
+- 2.9.0
+- disable tests for now
+- omit QT_NO_DEBUG_OUTPUT hack, handled properly now
+
 * Mon Dec 24 2012 Rex Dieter <rdieter at fedoraproject.org> 2.8.0-5
 - backport some upstream fixes
 


More information about the scm-commits mailing list