rpms/keepassx/F-10 keepassx-0.3.4-rhbz489820.patch, NONE, 1.1 keepassx.spec, 1.13, 1.14

Aurelien Bompard abompard at fedoraproject.org
Thu Mar 12 21:57:23 UTC 2009


Author: abompard

Update of /cvs/pkgs/rpms/keepassx/F-10
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv19282/F-10

Modified Files:
	keepassx.spec 
Added Files:
	keepassx-0.3.4-rhbz489820.patch 
Log Message:
* Thu Mar 12 2009 Aurelien Bompard <abompard at fedoraproject.org> 0.3.4-3
- backport fix from upstream for bug #489820


keepassx-0.3.4-rhbz489820.patch:

--- NEW FILE keepassx-0.3.4-rhbz489820.patch ---
--- trunk/src/Kdb3Database.cpp	2009/03/11 21:18:28	280
+++ trunk/src/Kdb3Database.cpp	2009/03/11 23:52:42	281
@@ -1364,14 +1364,14 @@
 
 	for(int i=0; i < UnknownMetaStreams.size(); i++){
 		FileSize
-			+=164
+			+=165
 			+UnknownMetaStreams[i].Comment.toUtf8().length()+1
 			+UnknownMetaStreams[i].Binary.length();
 	}
 
 	for(int i=0; i < MetaStreams.size(); i++){
 		FileSize
-				+=164
+				+=165
 				+MetaStreams[i].Comment.toUtf8().length()+1
 				+MetaStreams[i].Binary.length();
 	}


Index: keepassx.spec
===================================================================
RCS file: /cvs/pkgs/rpms/keepassx/F-10/keepassx.spec,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- keepassx.spec	11 Nov 2008 13:33:55 -0000	1.13
+++ keepassx.spec	12 Mar 2009 21:56:53 -0000	1.14
@@ -1,12 +1,14 @@
 Name:           keepassx
 Version:        0.3.4
-Release:        1%{?dist}
+Release:        3%{?dist}
 Summary:        Cross-platform password manager
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://keepassx.sourceforge.net
 Source0:        http://download.sf.net/keepassx/KeePassX-%{version}.tar.gz
+# Fix from upstream: https://bugzilla.redhat.com/show_bug.cgi?id=489820
+Patch0:         keepassx-0.3.4-rhbz489820.patch
 Patch1:         keepassx-0.3.3-gcc43.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -34,6 +36,7 @@
 
 %prep
 %setup -q
+%patch0 -p1 -b .rhbz489820
 %patch1 -p0 -b .gcc43
 
 
@@ -107,6 +110,12 @@
 
 
 %changelog
+* Thu Mar 12 2009 Aurelien Bompard <abompard at fedoraproject.org> 0.3.4-3
+- backport fix from upstream for bug #489820
+
+* Wed Feb 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.3.4-2
+- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
+
 * Tue Nov 11 2008 Aurelien Bompard <abompard at fedoraproject.org> 0.3.4-1
 - version 0.3.4
 




More information about the fedora-extras-commits mailing list