rpms/soprano/F-7 soprano-1.98.0-glibc.patch, NONE, 1.1 .cvsignore, 1.4, 1.5 soprano.spec, 1.6, 1.7 sources, 1.4, 1.5 soprano-1.97.1-glibc.patch, 1.1, NONE

Rex Dieter (rdieter) fedora-extras-commits at redhat.com
Mon Dec 3 02:22:45 UTC 2007


Author: rdieter

Update of /cvs/pkgs/rpms/soprano/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27816

Modified Files:
	.cvsignore soprano.spec sources 
Added Files:
	soprano-1.98.0-glibc.patch 
Removed Files:
	soprano-1.97.1-glibc.patch 
Log Message:
* Sun Dec 2 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.98.0-1
- soprano-1.98.0 (soprano 2 rc 1)
- update glibc/open patch


soprano-1.98.0-glibc.patch:

--- NEW FILE soprano-1.98.0-glibc.patch ---
diff -ur soprano-1.98.0-rc1/server/lockfile.cpp soprano-1.98.0-rc1-glibc/server/lockfile.cpp
--- soprano-1.98.0-rc1/server/lockfile.cpp	2007-11-22 11:09:02.000000000 +0100
+++ soprano-1.98.0-rc1-glibc/server/lockfile.cpp	2007-12-03 00:24:49.000000000 +0100
@@ -84,7 +84,7 @@
         f.setPermissions( f.permissions() | QFile::WriteOwner );
     }
 
-    d->fd = open( QFile::encodeName( d->path ).data(), O_WRONLY|O_CREAT );
+    d->fd = open( QFile::encodeName( d->path ).data(), O_WRONLY|O_CREAT, S_IRUSR|S_IWUSR );
     if ( d->fd == -1 ) {
         qDebug() << "(LockFile) could not open" << d->path << QString( "(%1)" ).arg( strerror( errno ) );
         return false;


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-7/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	12 Nov 2007 03:22:19 -0000	1.4
+++ .cvsignore	3 Dec 2007 02:22:12 -0000	1.5
@@ -1 +1 @@
-soprano-1.97.1-beta4.tar.bz2
+soprano-1.98.0-rc1.tar.bz2


Index: soprano.spec
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-7/soprano.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- soprano.spec	12 Nov 2007 03:22:19 -0000	1.6
+++ soprano.spec	3 Dec 2007 02:22:12 -0000	1.7
@@ -3,12 +3,12 @@
 
 # TODO: package apidocs (make apidox, BR doxygen and qt4-doc)
 
-%define beta -beta4
+%define beta -rc1
 
 Summary: Qt wrapper API to different RDF storage solutions
 Name:    soprano
-Version: 1.97.1
-Release: 2%{?dist}
+Version: 1.98.0
+Release: 1%{?dist}
 
 Group:   System Environment/Libraries
 License: LGPLv2+
@@ -17,7 +17,7 @@
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 # glibc/open issues
-Patch1: soprano-1.97.1-glibc.patch
+Patch1: soprano-1.98.0-glibc.patch
 
 BuildRequires: cmake
 BuildRequires: redland-devel >= 1.0.6
@@ -88,6 +88,10 @@
 
 
 %changelog
+* Sun Dec 2 2007 Kevin Kofler <Kevin at tigcc.ticalc.org> 1.98.0-1
+- soprano-1.98.0 (soprano 2 rc 1)
+- update glibc/open patch
+
 * Sat Nov 10 2007 Rex Dieter <rdieter[AT]fedoraproject.org> 1.97.1-2
 - glibc/open patch
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/soprano/F-7/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	12 Nov 2007 03:22:19 -0000	1.4
+++ sources	3 Dec 2007 02:22:12 -0000	1.5
@@ -1 +1 @@
-5a307d33c654ce3fbbe42b7ce6dec342  soprano-1.97.1-beta4.tar.bz2
+2166c6d1142a574880f31df885fd4804  soprano-1.98.0-rc1.tar.bz2


--- soprano-1.97.1-glibc.patch DELETED ---




More information about the fedora-extras-commits mailing list