forked from pool/hugin
This commit is contained in:
parent
cab66f8f8c
commit
778816930a
21
hugin-includes.patch
Normal file
21
hugin-includes.patch
Normal file
@ -0,0 +1,21 @@
|
||||
--- src/foreign/vigra/imageinfo.hxx
|
||||
+++ src/foreign/vigra/imageinfo.hxx
|
||||
@@ -52,6 +52,7 @@
|
||||
|
||||
#include <memory>
|
||||
#include <string>
|
||||
+#include <cstring>
|
||||
#include "vigra/utilities.hxx"
|
||||
#include "vigra/codec.hxx"
|
||||
|
||||
--- src/include/common/utils.h
|
||||
+++ src/include/common/utils.h
|
||||
@@ -29,6 +29,8 @@
|
||||
#include <iostream>
|
||||
#include <sstream>
|
||||
#include <cassert>
|
||||
+#include <cstring>
|
||||
+#include <cstdlib>
|
||||
|
||||
#include "platform.h"
|
||||
|
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 12 10:25:37 CET 2007 - prusnak@suse.cz
|
||||
|
||||
- fix missing includes (includes.patch)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Oct 30 11:54:51 CET 2007 - prusnak@suse.cz
|
||||
|
||||
|
@ -16,7 +16,7 @@ License: GPL v2 or later
|
||||
Group: Productivity/Graphics/Bitmap Editors
|
||||
Summary: Front-End for Panorama Tools
|
||||
Version: 0.6.99.4
|
||||
Release: 55
|
||||
Release: 60
|
||||
%define _version 0.7_beta4
|
||||
Source: %{name}-%{_version}.tar.bz2
|
||||
Patch2: hugin-fftw.patch
|
||||
@ -25,6 +25,7 @@ Patch64: hugin-lib64.patch
|
||||
Patch11: hugin-0.5-autoconf.diff
|
||||
Patch12: hugin-string-compare.patch
|
||||
Patch13: hugin-CVE-2007-5200.patch
|
||||
Patch14: hugin-includes.patch
|
||||
Url: http://hugin.sourceforge.net/
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: licenses
|
||||
@ -57,6 +58,7 @@ Authors:
|
||||
%patch11
|
||||
%patch12
|
||||
%patch13
|
||||
%patch14
|
||||
# Rename Spanish Catalan to Catalan.
|
||||
mv src/hugin/po/ca_ES.po src/hugin/po/ca.po
|
||||
# Rename Czech Czech Republic to Czech.
|
||||
@ -113,6 +115,8 @@ fi
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%doc %{_mandir}/man?/*
|
||||
%changelog
|
||||
* Mon Nov 12 2007 - prusnak@suse.cz
|
||||
- fix missing includes (includes.patch)
|
||||
* Tue Oct 30 2007 - prusnak@suse.cz
|
||||
- renamed optim_file.patch to CVE-2007-5200 (after CVE assigned)
|
||||
- fixed tempfile creation also in AutoCtrlPointCreator
|
||||
|
Loading…
Reference in New Issue
Block a user