This commit is contained in:
parent
0dffe162d4
commit
f5f16cfd93
318
inkscape-g_assert.patch
Normal file
318
inkscape-g_assert.patch
Normal file
@ -0,0 +1,318 @@
|
|||||||
|
=== modified file 'src/attributes.cpp'
|
||||||
|
--- src/attributes.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/attributes.cpp 2008-01-28 23:21:23 +0000
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/ghash.h>
|
||||||
|
#include "attributes.h"
|
||||||
|
|
||||||
|
|
||||||
|
=== modified file 'src/color-rgba.h'
|
||||||
|
--- src/color-rgba.h 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/color-rgba.h 2008-01-28 23:35:51 +0000
|
||||||
|
@@ -12,6 +12,7 @@
|
||||||
|
#ifndef SEEN_COLOR_RGBA_H
|
||||||
|
#define SEEN_COLOR_RGBA_H
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
#include "libnr/nr-pixops.h"
|
||||||
|
#include "decimal-round.h"
|
||||||
|
|
||||||
|
=== modified file 'src/display/bezier-utils.cpp'
|
||||||
|
--- src/display/bezier-utils.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/display/bezier-utils.cpp 2008-01-28 23:33:40 +0000
|
||||||
|
@@ -33,6 +33,7 @@
|
||||||
|
# include <ieeefp.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
#include <glib/gmem.h>
|
||||||
|
#include "bezier-utils.h"
|
||||||
|
|
||||||
|
=== modified file 'src/helper/sp-marshal.cpp'
|
||||||
|
--- src/helper/sp-marshal.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/helper/sp-marshal.cpp 2008-01-28 23:37:47 +0000
|
||||||
|
@@ -57,10 +57,10 @@
|
||||||
|
/* NONE:POINTER,BOOLEAN (./helper/sp-marshal.list:5) */
|
||||||
|
void
|
||||||
|
sp_marshal_VOID__POINTER_BOOLEAN (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef void (*GMarshalFunc_VOID__POINTER_BOOLEAN) (gpointer data1,
|
||||||
|
@@ -94,10 +94,10 @@
|
||||||
|
/* NONE:POINTER,UINT (./helper/sp-marshal.list:6) */
|
||||||
|
void
|
||||||
|
sp_marshal_VOID__POINTER_UINT (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef void (*GMarshalFunc_VOID__POINTER_UINT) (gpointer data1,
|
||||||
|
@@ -131,10 +131,10 @@
|
||||||
|
/* NONE:POINTER,DOUBLE (./helper/sp-marshal.list:7) */
|
||||||
|
void
|
||||||
|
sp_marshal_VOID__POINTER_DOUBLE (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef void (*GMarshalFunc_VOID__POINTER_DOUBLE) (gpointer data1,
|
||||||
|
@@ -168,10 +168,10 @@
|
||||||
|
/* NONE:DOUBLE,DOUBLE (./helper/sp-marshal.list:8) */
|
||||||
|
void
|
||||||
|
sp_marshal_VOID__DOUBLE_DOUBLE (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef void (*GMarshalFunc_VOID__DOUBLE_DOUBLE) (gpointer data1,
|
||||||
|
@@ -205,10 +205,10 @@
|
||||||
|
/* NONE:STRING,BOOL (./helper/sp-marshal.list:9) */
|
||||||
|
void
|
||||||
|
sp_marshal_VOID__STRING_BOOLEAN (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef void (*GMarshalFunc_VOID__STRING_BOOLEAN) (gpointer data1,
|
||||||
|
@@ -242,10 +242,10 @@
|
||||||
|
/* BOOLEAN:NONE (./helper/sp-marshal.list:10) */
|
||||||
|
void
|
||||||
|
sp_marshal_BOOLEAN__VOID (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gboolean (*GMarshalFunc_BOOLEAN__VOID) (gpointer data1,
|
||||||
|
@@ -279,10 +279,10 @@
|
||||||
|
/* BOOLEAN:UINT (./helper/sp-marshal.list:11) */
|
||||||
|
void
|
||||||
|
sp_marshal_BOOLEAN__UINT (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gboolean (*GMarshalFunc_BOOLEAN__UINT) (gpointer data1,
|
||||||
|
@@ -318,10 +318,10 @@
|
||||||
|
/* BOOLEAN:POINTER (./helper/sp-marshal.list:12) */
|
||||||
|
void
|
||||||
|
sp_marshal_BOOLEAN__POINTER (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER) (gpointer data1,
|
||||||
|
@@ -357,10 +357,10 @@
|
||||||
|
/* BOOLEAN:POINTER,UINT (./helper/sp-marshal.list:13) */
|
||||||
|
void
|
||||||
|
sp_marshal_BOOLEAN__POINTER_UINT (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_UINT) (gpointer data1,
|
||||||
|
@@ -398,10 +398,10 @@
|
||||||
|
/* BOOLEAN:POINTER,POINTER (./helper/sp-marshal.list:14) */
|
||||||
|
void
|
||||||
|
sp_marshal_BOOLEAN__POINTER_POINTER (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gboolean (*GMarshalFunc_BOOLEAN__POINTER_POINTER) (gpointer data1,
|
||||||
|
@@ -439,10 +439,10 @@
|
||||||
|
/* INT:POINTER,POINTER (./helper/sp-marshal.list:15) */
|
||||||
|
void
|
||||||
|
sp_marshal_INT__POINTER_POINTER (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gint (*GMarshalFunc_INT__POINTER_POINTER) (gpointer data1,
|
||||||
|
@@ -480,10 +480,10 @@
|
||||||
|
/* DOUBLE:POINTER,UINT (./helper/sp-marshal.list:16) */
|
||||||
|
void
|
||||||
|
sp_marshal_DOUBLE__POINTER_UINT (GClosure *closure,
|
||||||
|
- GValue *return_value,
|
||||||
|
+ GValue *return_value G_GNUC_UNUSED,
|
||||||
|
guint n_param_values,
|
||||||
|
const GValue *param_values,
|
||||||
|
- gpointer invocation_hint,
|
||||||
|
+ gpointer invocation_hint G_GNUC_UNUSED,
|
||||||
|
gpointer marshal_data)
|
||||||
|
{
|
||||||
|
typedef gdouble (*GMarshalFunc_DOUBLE__POINTER_UINT) (gpointer data1,
|
||||||
|
|
||||||
|
=== modified file 'src/helper/units.cpp'
|
||||||
|
--- src/helper/units.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/helper/units.cpp 2008-01-28 23:38:40 +0000
|
||||||
|
@@ -19,6 +19,7 @@
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include "helper/units.h"
|
||||||
|
#include <glibmm/i18n.h>
|
||||||
|
#include "unit-constants.h"
|
||||||
|
|
||||||
|
=== modified file 'src/io/resource.cpp'
|
||||||
|
--- src/io/resource.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/io/resource.cpp 2008-01-28 23:40:15 +0000
|
||||||
|
@@ -16,6 +16,8 @@
|
||||||
|
#include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
+
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
#include <glib/gstrfuncs.h>
|
||||||
|
#include <glib/gfileutils.h>
|
||||||
|
|
||||||
|
=== modified file 'src/libnr/nr-matrix.h'
|
||||||
|
--- src/libnr/nr-matrix.h 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/libnr/nr-matrix.h 2008-01-28 23:26:28 +0000
|
||||||
|
@@ -17,6 +17,7 @@
|
||||||
|
* This code is in public domain.
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
|
||||||
|
#include "libnr/nr-coord.h"
|
||||||
|
|
||||||
|
=== modified file 'src/svg/svg-color.cpp'
|
||||||
|
--- src/svg/svg-color.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/svg/svg-color.cpp 2008-01-28 23:49:06 +0000
|
||||||
|
@@ -22,6 +22,7 @@
|
||||||
|
#include "svg-icc-color.h"
|
||||||
|
#include <cassert>
|
||||||
|
#include <math.h>
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/gmem.h>
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
#include <glib/gstrfuncs.h>
|
||||||
|
|
||||||
|
=== modified file 'src/svg/svg-path.cpp'
|
||||||
|
--- src/svg/svg-path.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/svg/svg-path.cpp 2008-01-28 23:49:27 +0000
|
||||||
|
@@ -27,6 +27,7 @@
|
||||||
|
*/
|
||||||
|
|
||||||
|
#include <cassert>
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glib/gmem.h>
|
||||||
|
#include <glib/gmessages.h>
|
||||||
|
#include <glib/gstrfuncs.h>
|
||||||
|
|
||||||
|
=== modified file 'src/xml/composite-node-observer.cpp'
|
||||||
|
--- src/xml/composite-node-observer.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/xml/composite-node-observer.cpp 2008-01-28 23:49:50 +0000
|
||||||
|
@@ -12,6 +12,7 @@
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <cstring>
|
||||||
|
#include "algorithms/find-if-before.h"
|
||||||
|
#include "xml/composite-node-observer.h"
|
||||||
|
|
||||||
|
=== modified file 'src/xml/event.cpp'
|
||||||
|
--- src/xml/event.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/xml/event.cpp 2008-01-28 23:52:19 +0000
|
||||||
|
@@ -13,6 +13,7 @@
|
||||||
|
* Released under GNU GPL, read the file 'COPYING' for more information
|
||||||
|
*/
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include "event.h"
|
||||||
|
#include "event-fns.h"
|
||||||
|
#include "util/reverse-list.h"
|
||||||
|
|
||||||
|
=== modified file 'src/xml/node-fns.cpp'
|
||||||
|
--- src/xml/node-fns.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/xml/node-fns.cpp 2008-01-28 23:50:19 +0000
|
||||||
|
@@ -2,6 +2,7 @@
|
||||||
|
# include "config.h"
|
||||||
|
#endif
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <map>
|
||||||
|
#include <cstring>
|
||||||
|
#include <string>
|
||||||
|
|
||||||
|
=== modified file 'src/xml/repr-css.cpp'
|
||||||
|
--- src/xml/repr-css.cpp 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/xml/repr-css.cpp 2008-01-28 23:50:05 +0000
|
||||||
|
@@ -4,7 +4,7 @@
|
||||||
|
|
||||||
|
#define SP_REPR_CSS_C
|
||||||
|
|
||||||
|
-
|
||||||
|
+#include <glib.h>
|
||||||
|
#include <glibmm/ustring.h>
|
||||||
|
#include <cstring>
|
||||||
|
#include "xml/repr.h"
|
||||||
|
|
||||||
|
=== modified file 'src/xml/simple-node.h'
|
||||||
|
--- src/xml/simple-node.h 2008-01-28 23:20:47 +0000
|
||||||
|
+++ src/xml/simple-node.h 2008-01-28 23:50:38 +0000
|
||||||
|
@@ -15,6 +15,7 @@
|
||||||
|
#ifndef SEEN_INKSCAPE_XML_SIMPLE_NODE_H
|
||||||
|
#define SEEN_INKSCAPE_XML_SIMPLE_NODE_H
|
||||||
|
|
||||||
|
+#include <glib.h>
|
||||||
|
#include "xml/node.h"
|
||||||
|
#include "xml/attribute-record.h"
|
||||||
|
#include "xml/transaction-logger.h"
|
||||||
|
|
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 28 17:59:41 CST 2008 - maw@suse.de
|
||||||
|
|
||||||
|
- Add inkscape-g_assert.patch.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jan 11 10:41:20 CET 2008 - coolo@suse.de
|
Fri Jan 11 10:41:20 CET 2008 - coolo@suse.de
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@ Requires: cairomm ghostscript-fonts-std python-gtk python-numeric pstoedit
|
|||||||
AutoReqProv: on
|
AutoReqProv: on
|
||||||
Summary: Inkscape Vector Illustration Program
|
Summary: Inkscape Vector Illustration Program
|
||||||
Version: 0.45.1
|
Version: 0.45.1
|
||||||
Release: 119
|
Release: 120
|
||||||
Provides: sodipodi
|
Provides: sodipodi
|
||||||
Obsoletes: sodipodi
|
Obsoletes: sodipodi
|
||||||
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
PreReq: /bin/rm /bin/ln /bin/sh /usr/bin/perl
|
||||||
@ -34,6 +34,7 @@ Patch10: gc6.4.patch
|
|||||||
Patch13: %{name}-polyutil-newpoly.patch
|
Patch13: %{name}-polyutil-newpoly.patch
|
||||||
Patch14: %{name}-buffer-overrun.patch
|
Patch14: %{name}-buffer-overrun.patch
|
||||||
Patch15: inkscape-0.45.1-gcc43.patch
|
Patch15: inkscape-0.45.1-gcc43.patch
|
||||||
|
Patch16: inkscape-g_assert.patch
|
||||||
Url: http://www.inkscape.org/
|
Url: http://www.inkscape.org/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: %{name}-lang = %{version}
|
Requires: %{name}-lang = %{version}
|
||||||
@ -99,6 +100,7 @@ Authors:
|
|||||||
%patch13
|
%patch13
|
||||||
%patch14 -p1
|
%patch14 -p1
|
||||||
%patch15 -p1
|
%patch15 -p1
|
||||||
|
%patch16
|
||||||
pushd ../gc*
|
pushd ../gc*
|
||||||
%patch10
|
%patch10
|
||||||
popd
|
popd
|
||||||
@ -179,46 +181,48 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%files lang -f %{name}.lang
|
%files lang -f %{name}.lang
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Jan 11 2008 - coolo@suse.de
|
* Mon Jan 28 2008 maw@suse.de
|
||||||
|
- Add inkscape-g_assert.patch.
|
||||||
|
* Fri Jan 11 2008 coolo@suse.de
|
||||||
- take more gcc43 patches from SVN
|
- take more gcc43 patches from SVN
|
||||||
* Sat Nov 10 2007 - mauro@suse.de
|
* Sat Nov 10 2007 mauro@suse.de
|
||||||
- Added inkscape-0.45.1-gcc43.patch
|
- Added inkscape-0.45.1-gcc43.patch
|
||||||
+ Fixes issues with gcc 4.3.
|
+ Fixes issues with gcc 4.3.
|
||||||
* Wed Aug 08 2007 - maw@suse.de
|
* Tue Aug 07 2007 maw@suse.de
|
||||||
- Use %%fdupes
|
- Use %%fdupes
|
||||||
- Split off a -lang subpackage.
|
- Split off a -lang subpackage.
|
||||||
* Thu May 10 2007 - prusnak@suse.cz
|
* Thu May 10 2007 prusnak@suse.cz
|
||||||
- recommends pyxml [#271758]
|
- recommends pyxml [#271758]
|
||||||
* Wed Apr 18 2007 - aj@suse.de
|
* Wed Apr 18 2007 aj@suse.de
|
||||||
- Fix spec list so that package builds again.
|
- Fix spec list so that package builds again.
|
||||||
* Thu Mar 29 2007 - maw@suse.de
|
* Thu Mar 29 2007 maw@suse.de
|
||||||
- Update to version 0.45
|
- Update to version 0.45
|
||||||
- Remove upstreamed inkscape-siox-max.patch
|
- Remove upstreamed inkscape-siox-max.patch
|
||||||
- Remove now-unnecessary inkscape-session-manager-strcmp.patch and
|
- Remove now-unnecessary inkscape-session-manager-strcmp.patch and
|
||||||
inkscape-enable-perl.patch
|
inkscape-enable-perl.patch
|
||||||
- Add inkscape-buffer-overrun.patch
|
- Add inkscape-buffer-overrun.patch
|
||||||
* Wed Jan 31 2007 - sbrabec@suse.cz
|
* Wed Jan 31 2007 sbrabec@suse.cz
|
||||||
- Removed remaining references to /opt/gnome (#240571).
|
- Removed remaining references to /opt/gnome (#240571).
|
||||||
* Tue Jan 23 2007 - prusnak@suse.cz
|
* Tue Jan 23 2007 prusnak@suse.cz
|
||||||
- fixed build errors
|
- fixed build errors
|
||||||
* polyutil-newpoly.patch - uninitialized structure
|
* polyutil-newpoly.patch - uninitialized structure
|
||||||
* session-manager-strcmp.patch - comparing char* w/ string literal
|
* session-manager-strcmp.patch - comparing char* w/ string literal
|
||||||
* Mon Jan 22 2007 - sbrabec@suse.cz
|
* Mon Jan 22 2007 sbrabec@suse.cz
|
||||||
- Prefix changed to /usr.
|
- Prefix changed to /usr.
|
||||||
- Spec file cleanup.
|
- Spec file cleanup.
|
||||||
* Thu Jan 04 2007 - prusnak@suse.cz
|
* Thu Jan 04 2007 prusnak@suse.cz
|
||||||
- fixed illegal comparison (siox-max.patch) [#231224]
|
- fixed illegal comparison (siox-max.patch) [#231224]
|
||||||
* Mon Nov 06 2006 - jhargadon@suse.de
|
* Mon Nov 06 2006 jhargadon@suse.de
|
||||||
- applied a patch that fixes a problem where the package would not
|
- applied a patch that fixes a problem where the package would not
|
||||||
compile with the --with-perl option.
|
compile with the --with-perl option.
|
||||||
* Sat Oct 21 2006 - schwab@suse.de
|
* Sat Oct 21 2006 schwab@suse.de
|
||||||
- Don't use obsolete macro.
|
- Don't use obsolete macro.
|
||||||
* Fri Oct 13 2006 - danw@suse.de
|
* Fri Oct 13 2006 danw@suse.de
|
||||||
- Remove dead patches
|
- Remove dead patches
|
||||||
* Thu Oct 05 2006 - jhargadon@suse.de
|
* Thu Oct 05 2006 jhargadon@suse.de
|
||||||
- added --datadir=%%prefix/share as a configuration option. This
|
- added --datadir=%%prefix/share as a configuration option. This
|
||||||
is a work around for bug #204719
|
is a work around for bug #204719
|
||||||
* Fri Sep 29 2006 - jhargadon@suse.de
|
* Fri Sep 29 2006 jhargadon@suse.de
|
||||||
- update to version 0.44.1
|
- update to version 0.44.1
|
||||||
- Layers dialog
|
- Layers dialog
|
||||||
- Outline mode, many performance improvements
|
- Outline mode, many performance improvements
|
||||||
@ -232,61 +236,61 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
- Persistent rotation centers, Paste Size command
|
- Persistent rotation centers, Paste Size command
|
||||||
- many bug fixes
|
- many bug fixes
|
||||||
- removed the --with-perl option from configuration in the specfile
|
- removed the --with-perl option from configuration in the specfile
|
||||||
* Sat Sep 09 2006 - meissner@suse.de
|
* Sat Sep 09 2006 meissner@suse.de
|
||||||
- use RPM_OPT_FLAGS.
|
- use RPM_OPT_FLAGS.
|
||||||
* Wed Aug 16 2006 - cthiel@suse.de
|
* Wed Aug 16 2006 cthiel@suse.de
|
||||||
- buildrequire python-gtk-devel instead of python-gtk
|
- buildrequire python-gtk-devel instead of python-gtk
|
||||||
* Fri Jul 07 2006 - jpr@suse.de
|
* Fri Jul 07 2006 jpr@suse.de
|
||||||
- add patch to not use freetype2 internals
|
- add patch to not use freetype2 internals
|
||||||
* Sat Feb 18 2006 - stbinner@suse.de
|
* Sat Feb 18 2006 stbinner@suse.de
|
||||||
- fix typo .desktop file
|
- fix typo .desktop file
|
||||||
* Sat Feb 18 2006 - gekker@suse.de
|
* Fri Feb 17 2006 gekker@suse.de
|
||||||
- fixup .desktop file for UI team
|
- fixup .desktop file for UI team
|
||||||
* Tue Jan 31 2006 - ro@suse.de
|
* Mon Jan 30 2006 ro@suse.de
|
||||||
- take fix from swig to swig-generated source file
|
- take fix from swig to swig-generated source file
|
||||||
* Wed Jan 25 2006 - mls@suse.de
|
* Wed Jan 25 2006 mls@suse.de
|
||||||
- converted neededforbuild to BuildRequires
|
- converted neededforbuild to BuildRequires
|
||||||
* Wed Nov 23 2005 - sbrabec@suse.cz
|
* Wed Nov 23 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.43 (#134655).
|
- Updated to version 0.43 (#134655).
|
||||||
- Enabled Inkboard Collaborative Editing.
|
- Enabled Inkboard Collaborative Editing.
|
||||||
* Mon Nov 07 2005 - sbrabec@suse.cz
|
* Mon Nov 07 2005 sbrabec@suse.cz
|
||||||
- Fixed qualification and type conversion errors.
|
- Fixed qualification and type conversion errors.
|
||||||
* Thu Aug 25 2005 - nadvornik@suse.cz
|
* Thu Aug 25 2005 nadvornik@suse.cz
|
||||||
- updated to bugfix release 0.42.2 [#112918]
|
- updated to bugfix release 0.42.2 [#112918]
|
||||||
* Mon Aug 01 2005 - ro@suse.de
|
* Mon Aug 01 2005 ro@suse.de
|
||||||
- added dir to filelist /usr/share/man/fr/man1
|
- added dir to filelist /usr/share/man/fr/man1
|
||||||
* Fri Jul 29 2005 - sbrabec@suse.cz
|
* Fri Jul 29 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.42.
|
- Updated to version 0.42.
|
||||||
* Tue May 31 2005 - schwab@suse.de
|
* Tue May 31 2005 schwab@suse.de
|
||||||
- Fix more invalid casts.
|
- Fix more invalid casts.
|
||||||
* Wed May 18 2005 - ro@suse.de
|
* Wed May 18 2005 ro@suse.de
|
||||||
- fix build with current pkgconfig
|
- fix build with current pkgconfig
|
||||||
* Thu Apr 28 2005 - sbrabec@suse.cz
|
* Thu Apr 28 2005 sbrabec@suse.cz
|
||||||
- Build boehm-gc with -fPIC and -fno-strict-aliasing.
|
- Build boehm-gc with -fPIC and -fno-strict-aliasing.
|
||||||
* Wed Apr 27 2005 - ro@suse.de
|
* Wed Apr 27 2005 ro@suse.de
|
||||||
- remove boehm-gc from nfb (dropped)
|
- remove boehm-gc from nfb (dropped)
|
||||||
- use private copy of gc6.4
|
- use private copy of gc6.4
|
||||||
* Tue Apr 26 2005 - sbrabec@suse.cz
|
* Tue Apr 26 2005 sbrabec@suse.cz
|
||||||
- Install missing translation files.
|
- Install missing translation files.
|
||||||
* Mon Apr 11 2005 - sbrabec@suse.cz
|
* Mon Apr 11 2005 sbrabec@suse.cz
|
||||||
- Fixed invalid casts.
|
- Fixed invalid casts.
|
||||||
* Mon Mar 21 2005 - sbrabec@suse.cz
|
* Mon Mar 21 2005 sbrabec@suse.cz
|
||||||
- Bi-arch fix (#66780).
|
- Bi-arch fix (#66780).
|
||||||
- Require skencil needed for PS/EPS input (#66780).
|
- Require skencil needed for PS/EPS input (#66780).
|
||||||
* Mon Feb 28 2005 - sbrabec@suse.cz
|
* Mon Feb 28 2005 sbrabec@suse.cz
|
||||||
- Added needed Requires and triggers for optional extensions
|
- Added needed Requires and triggers for optional extensions
|
||||||
(#66780).
|
(#66780).
|
||||||
- Turned on perl, python and gnome-print support.
|
- Turned on perl, python and gnome-print support.
|
||||||
* Mon Feb 21 2005 - sbrabec@suse.cz
|
* Mon Feb 21 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.41.
|
- Updated to version 0.41.
|
||||||
- Worked around problems with boehm-gc detection.
|
- Worked around problems with boehm-gc detection.
|
||||||
* Fri Feb 11 2005 - sbrabec@suse.cz
|
* Fri Feb 11 2005 sbrabec@suse.cz
|
||||||
- Updated to version 0.40.
|
- Updated to version 0.40.
|
||||||
* Fri Feb 11 2005 - ro@suse.de
|
* Thu Feb 10 2005 ro@suse.de
|
||||||
- change to libsigc++12 in neededforbuild
|
- change to libsigc++12 in neededforbuild
|
||||||
* Tue Nov 02 2004 - mmj@suse.de
|
* Tue Nov 02 2004 mmj@suse.de
|
||||||
- Locale rename: no -> nb
|
- Locale rename: no -> nb
|
||||||
* Thu Aug 12 2004 - hhetter@suse.de
|
* Thu Aug 12 2004 hhetter@suse.de
|
||||||
- Obsolete and Provide sodipodi
|
- Obsolete and Provide sodipodi
|
||||||
* Mon Aug 02 2004 - hhetter@suse.de
|
* Mon Aug 02 2004 hhetter@suse.de
|
||||||
- initial SuSE package
|
- initial SuSE package
|
||||||
|
Loading…
Reference in New Issue
Block a user