forked from pool/hugin
This commit is contained in:
parent
e3c4804863
commit
391fe74984
@ -1,4 +1,6 @@
|
||||
--- src/hugin_base/appbase/ProgressDisplayOld.h
|
||||
Index: src/hugin_base/appbase/ProgressDisplayOld.h
|
||||
===================================================================
|
||||
--- src/hugin_base/appbase/ProgressDisplayOld.h.orig
|
||||
+++ src/hugin_base/appbase/ProgressDisplayOld.h
|
||||
@@ -26,6 +26,7 @@
|
||||
#ifndef _APPBASE_POGRESSDISPLAYOLD_H
|
||||
@ -8,3 +10,28 @@
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <iostream>
|
||||
Index: src/hugin_base/hugin_utils/utils.cpp
|
||||
===================================================================
|
||||
--- src/hugin_base/hugin_utils/utils.cpp.orig
|
||||
+++ src/hugin_base/hugin_utils/utils.cpp
|
||||
@@ -171,7 +171,7 @@ std::string doubleToString(double d, int
|
||||
if (digits < 0) {
|
||||
strcpy(fmt,"%f");
|
||||
} else {
|
||||
- std::sprintf(fmt,"%%.%df",digits);
|
||||
+ sprintf(fmt,"%%.%df",digits);
|
||||
}
|
||||
char c[1024];
|
||||
c[1023] = 0;
|
||||
Index: src/hugin_base/panodata/PTScriptParsing.cpp
|
||||
===================================================================
|
||||
--- src/hugin_base/panodata/PTScriptParsing.cpp.orig
|
||||
+++ src/hugin_base/panodata/PTScriptParsing.cpp
|
||||
@@ -25,6 +25,7 @@
|
||||
#include "PTScriptParsing.h"
|
||||
|
||||
#include <hugin_utils/utils.h>
|
||||
+#include <stdio.h>
|
||||
|
||||
|
||||
namespace HuginBase {
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 9 11:56:59 CEST 2009 - coolo@novell.com
|
||||
|
||||
- continue the previous work
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 02:07:54 CEST 2009 - ro@suse.de
|
||||
|
||||
|
@ -28,7 +28,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Other
|
||||
Summary: Toolchain for Stitching of Images and Creating Panoramas
|
||||
Version: 0.7.0
|
||||
Release: 2
|
||||
Release: 3
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
# For SVN snapshot:
|
||||
# svn co https://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk hugin
|
||||
@ -143,6 +143,8 @@ fi
|
||||
%doc %{_mandir}/man?/*
|
||||
|
||||
%changelog
|
||||
* Tue Jun 09 2009 coolo@novell.com
|
||||
- continue the previous work
|
||||
* Wed May 27 2009 ro@suse.de
|
||||
- fix build with gcc-4.4
|
||||
* Tue Oct 07 2008 sbrabec@suse.cz
|
||||
|
Loading…
Reference in New Issue
Block a user