SHA256
1
0
forked from pool/hugin
OBS User unknown 2007-12-12 17:11:50 +00:00 committed by Git OBS Bridge
parent 778816930a
commit 211f801f1d
4 changed files with 37 additions and 1 deletions

View File

@ -1,5 +1,14 @@
--- bootstrap
+++ bootstrap
@@ -42,7 +42,7 @@
gettextize_version=`$GETTEXTIZE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
# echo gettextize version: $gettextize_version
case $gettextize_version in
- 0.11*|0.12*|0.13*|0.14*|0.15*|0.16*)
+ 0.11*|0.12*|0.13*|0.14*|0.15*|0.16*|0.1[1-9]*)
have_gettextize=true
;;
esac
@@ -79,7 +79,7 @@
automake_version=`$AUTOMAKE --version | sed 's/^[^0-9]*\([0-9.][0-9.]*\).*/\1/'`
# echo automake version: $automake_version

View File

@ -19,3 +19,20 @@
#include "platform.h"
--- src/tools/color_correct_tiff.cpp
+++ src/tools/color_correct_tiff.cpp
@@ -1,4 +1,4 @@
-/**
+ /**
* @file one.cc
* @author Philippe Thomin <philippe.thomin@univ-valenciennes.fr>
* @date 200511
@@ -22,6 +22,8 @@
#include <utility>
#include <cctype>
#include <cmath>
+#include <cstdlib>
+#include <cstring>
#include <tiffio.h>
/**

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 12 14:41:20 CET 2007 - nadvornik@suse.cz
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
-------------------------------------------------------------------
Mon Nov 12 10:25:37 CET 2007 - prusnak@suse.cz

View File

@ -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: 60
Release: 61
%define _version 0.7_beta4
Source: %{name}-%{_version}.tar.bz2
Patch2: hugin-fftw.patch
@ -114,7 +114,11 @@ fi
%{_datadir}/mime/packages/*.xml
%{_datadir}/pixmaps/*.png
%doc %{_mandir}/man?/*
%changelog
* Wed Dec 12 2007 - nadvornik@suse.cz
- accept gettext 0.17 - 0.19
- more missing includes added to includes.patch
* Mon Nov 12 2007 - prusnak@suse.cz
- fix missing includes (includes.patch)
* Tue Oct 30 2007 - prusnak@suse.cz