File pdfedit-fixbuild2.patch of Package pdfedit

Index: src/kernel/stateupdater.cc
===================================================================
--- src/kernel/stateupdater.cc.orig
+++ src/kernel/stateupdater.cc
@@ -1216,7 +1216,7 @@ bool checkAndFixOperator (const StateUpd
 	PdfOperator::Operands::reverse_iterator rit = operands.rbegin ();
 	// Be careful -- buffer overflow
 	argNum = std::min (argNum, operands.size());
-	advance (rit, argNum);
+	std::advance (rit, argNum);
 	PdfOperator::Operands::iterator it = rit.base ();
 	// Loop from the first operator to the end
 	for (int pos = 0; it != operands.end (); ++it, ++pos)
Index: src/kernel/cobject2xpdf.cc
===================================================================
--- src/kernel/cobject2xpdf.cc.orig
+++ src/kernel/cobject2xpdf.cc
@@ -733,7 +733,7 @@ simpleValueFromXpdfObj<pNull,NullType&>
 }
 template void simpleValueFromXpdfObj<pBool, bool&> (const Object&, bool& val);
 template void simpleValueFromXpdfObj<pInt, int&> (const Object&,  int& val);
-template void simpleValueFromXpdfObj<pReal, double&> (const Object&, double& val);
+/* template void simpleValueFromXpdfObj<pReal, double&> (const Object&, double& val); */
 template void simpleValueFromXpdfObj<pString, string&> (const Object&, string& val);
 template void simpleValueFromXpdfObj<pName, string&> (const Object&, string& val);
 template void simpleValueFromXpdfObj<pRef, IndiRef&> (const Object&, IndiRef& val);
Index: doc/user/qsa-inputdialog.leaf
===================================================================
--- doc/user/qsa-inputdialog.leaf.orig
+++ doc/user/qsa-inputdialog.leaf
@@ -49,7 +49,7 @@ The CheckBox widget provides a checkbox
 is an option button; it can be switched on (checked) or off
 (unchecked).
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i checked : Boolean;
@@ -72,7 +72,7 @@ combobox is a selection widget which dis
 drop down a list of items. A combobox may be editable in which case
 the user can enter arbitrary strings.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i currentItem : String;    
@@ -104,7 +104,7 @@ section to section within the DateEdit b
 with the local date/time settings or in year, month, day order if the
 system doesn't provide a local date order.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i date : Date;
@@ -132,7 +132,7 @@ The Dialog class is the base class of di
 is a top-level window mostly used for short-term tasks and brief
 communications with the user. Dialogs may be modal or modeless.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i caption : String;
@@ -184,7 +184,7 @@ communications with the user. Dialogs ma
 The GroupBox widget provides a group box frame with a title and can
 displays other widgets inside itself.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i title : String; 
@@ -215,7 +215,7 @@ displays other widgets inside itself.
 
 The QLineEdit widget is a single-line text editor.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i label : String; 
@@ -234,7 +234,7 @@ The NumberEdit class provides range chec
 numbers. NumberEdit provides an upper bound, a lower bound and a limit
 on the number of digits after the decimal point.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i decimals : Number;
@@ -265,7 +265,7 @@ RadioButton is an option button; it can
 off (unchecked). Sets of Radio buttons grouped together (for example
 in a GroupBox), are mutually exclusive.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i checked : Boolean;
@@ -290,7 +290,7 @@ by typing the value directly into the sp
 entered directly into the spin box, Enter (or Return) must be pressed
 to apply the new value.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i label : String;
@@ -313,7 +313,7 @@ to apply the new value.
 
 The QTextEdit widget provides a multi-line text editor.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i text : String; 
@@ -333,7 +333,7 @@ edit times by using the keyboard or the
 increase/decrease time values. The arrow keys can be used to move from
 section to section within the TimeEdit box.
 
-\section2 Properties
+\section2 Properties (input)
 
 \list
 \i label : String;
openSUSE Build Service is sponsored by