File python-gtk.changes of Package python-gtk (Revision 0bf114815ceddac2fe1fd4f3339044da)
Currently displaying revision 0bf114815ceddac2fe1fd4f3339044da, show latest
1
-------------------------------------------------------------------
2
Fri Apr 5 13:22:32 UTC 2013 - idonmez@suse.com
3
4
- Add Source URL, see https://en.opensuse.org/SourceUrls
5
6
-------------------------------------------------------------------
7
Tue Oct 11 13:28:52 UTC 2011 - jmatejek@suse.com
8
9
- moving docs to /usr/share/doc/gtk for FHS compliance (bnc#597244)
10
11
-------------------------------------------------------------------
12
Wed May 4 14:02:48 UTC 2011 - jmatejek@novell.com
13
14
- added Provides: pygtk2 for cross-distro compatibility (bnc#688452)
15
16
-------------------------------------------------------------------
17
Wed May 4 13:02:36 CEST 2011 - vuntz@opensuse.org
18
19
- Update to version 2.24.0:
20
+ Many many documentation improvements and updates
21
+ Add --without-glade configure option. No change to current
22
behaviour.
23
+ Small setup.py fixes
24
- Changes from version 2.23.1:
25
+ Many many documentation improvements and updates
26
- Changes from version 2.23.0:
27
+ Many windows build fixes (bgo#371317)
28
+ Fix mainloop hangs with signalfd (bgo#638780, bgo#640738)
29
+ Fix TypeError when running tests (bgo#636589)
30
+ gtk.gdk.GC.set_clip_mask() should accept None (bgo#638994)
31
+ gtk.AboutDialog.set_program_name() should accept None
32
+ Add "import gtk; gtk.require('2.0')" statements to the examples
33
+ Add GTK-2.24 API
34
35
-------------------------------------------------------------------
36
Wed Feb 9 18:15:22 UTC 2011 - jmatejek@novell.com
37
38
- added patch that switches to new Capsule API, because the deprecated
39
PyCObject API will cause a segfault when warnings are exceptions
40
(bnc#669802)
41
42
-------------------------------------------------------------------
43
Sun Sep 26 06:23:42 CEST 2010 - vuntz@opensuse.org
44
45
- Update to version 2.22.0:
46
+ Fix build with Python 2.5
47
+ Add final GTK/GDK-2.22 API
48
+ Add missing GDK-2.18 API
49
50
-------------------------------------------------------------------
51
Sun Aug 8 18:54:07 CEST 2010 - vuntz@opensuse.org
52
53
- Only have a python-gobject2-doc BuildRequires on openSUSE 11.3
54
and earlier: starting with 11.4, this package is merged in
55
python-gobject2-devel.
56
57
-------------------------------------------------------------------
58
Sun Aug 8 14:27:13 CEST 2010 - vuntz@opensuse.org
59
60
- Update to version 2.21.0:
61
+ Bump version number so next stable release will be aligned with
62
the final gtk+-2.0 release (gtk+-2.22)
63
+ Wrap new API added in GTK/GDK 2.21/2.22
64
+ Wrap new API added in GTK/GDK 2.20
65
+ Add forgotten API from GTK/GDK 2.12/14/16/18/20
66
- Drop python-gtk-fix-pkg-config.patch: fixed upstream.
67
- Move /usr/share/pygobject/ and files belonging to the demo
68
application to devel subpackage.
69
70
-------------------------------------------------------------------
71
Sat Aug 7 12:36:27 CEST 2010 - vuntz@opensuse.org
72
73
- Add python-gtk-fix-pkg-config.patch to add missing gtk+-2.0 in
74
pkg-config file. Taken from upstream.
75
76
-------------------------------------------------------------------
77
Thu Apr 8 16:34:46 CEST 2010 - vuntz@opensuse.org
78
79
- Change python-numpy BuildRequires to python-numpy-devel to really
80
build with numpy support. Fix bnc#591012.
81
82
-------------------------------------------------------------------
83
Fri Jan 15 12:09:02 CET 2010 - vuntz@opensuse.org
84
85
- Update to version 2.17.0:
86
+ Some docs improvements
87
+ Wrap new API added in GTK/GDK 2.18
88
+ Release GIL in several gdk.Pixbuf methods (bgo#591726)
89
+ Fix override for gtk.TreeSortable.do_get_sorted_column_id
90
+ Make it possible to implement gtk.TreeSortable to some extent
91
+ Fix wrong gtk.gdk.color_from_hsv definition (bgo#594347)
92
+ Plug memory leaks in a few Pango Cairo functions (bgo#599730)
93
+ Plug a huge leak in gtk.Widget.get_snapshot() (bgo#596612)
94
+ Undeprecate gtk.Toolbar.(un)set_icon_size() again
95
- Remove python-gtk-acinclude.m4: it should not be needed anymore.
96
We can also remove the autoreconf call.
97
- Use makeinstall macro.
98
99
-------------------------------------------------------------------
100
Thu Dec 17 21:15:34 CET 2009 - jengelh@medozas.de
101
102
- Package documentation as noarch
103
104
-------------------------------------------------------------------
105
Tue Sep 29 10:36:04 CEST 2009 - vuntz@opensuse.org
106
107
- Update to version 2.16.0:
108
+ Allow to use automake 1.11
109
+ Remove compiler warnings
110
+ Add gtk.gdk.CURRENT_TIME constant
111
+ Fix gtk.IMContext().set_client_window()
112
+ Some docs fix
113
+ Fixed invocation of FileChooserDialog in print demo
114
+ Some autotools tweaks
115
+ Fix arg parsing format typo for gtk_toggle_button_new
116
+ Update some docs to the new 2.16 API
117
- Changes from version 2.15.2:
118
+ Rename gtk.Statusbar.remove() to gtk.Statusbar.remove_message
119
+ Allow pango.Context creation (bgo#550855)
120
+ Make gtk.gdk.Pixbuf.add_alpha accept integers, retaining
121
backward compatibility accepting also chars (bgo#586094)
122
+ Protect window obj from GC in gtk.window_get_toplevels
123
(bgo#574259)
124
+ Plug huge number of memory leaks in Pango wrappers
125
+ Add gtk.gdk.WINDOWING constant (bgo#555112)
126
+ Wrap gdk_pixbuf_apply_embedded_orientation
127
+ Modernize constructors of seven more types
128
+ Don't free a string we don't own (bgo#585458)
129
+ Some docs tweaking
130
- Changes from version 2.15.1:
131
+ Add HSV support to gtk.gdk.Color objects
132
+ Add floating-point support to gtk.gdk.Color
133
+ Retire hand-written ChangeLog; autocreate from Git history
134
+ Fix conditional in docs/Makefile.am
135
+ Document that gtk.gdk.GC coordinates are not related to
136
allocation
137
+ Make pygtk_boxed_unref_shared() also handle Py_None
138
+ Make gtk.MenuItem.set_submenu accept None
139
+ Don't run 'fixxref.py' if documentation is not built
140
+ Apply libtool 2.2 compatibility patch
141
+ Plug reference leak on main signal watch source
142
+ Add extra warning against accidental misuse of tree model
143
columns
144
+ Wrap gtk.Border attributes and constructor
145
+ Make gtk.gdk.Event.time accept 'long' in assignments
146
+ Wrap gtk.RcStyle attributes
147
- Changes from version 2.15.0:
148
+ Update pygtk to use numpy instead of Numeric
149
(bgo#397544)
150
+ Update the address of the FSF (bgo#577154)
151
+ Wrap gtk_builder_add_objects_from_string and
152
gtk_builder_add_objects_from_file.
153
+ Add GTK+ 2.16 API
154
+ wrap gtk.IconView.convert_widget_to_bin_window_coords
155
+ add gtk.gdk.Window.redirect_to_drawable
156
+ add GtkNumberUpLayout enum
157
+ some method argument fixes
158
+ add gtk.PrintSettings.[get|set]_number_up_layout
159
+ Some demo fixes
160
+ Add various deprecation warnings
161
- Drop pygtk-2.14.1-numpy.patch: fixed upstream.
162
- Always BuildRequires/Requires python-numpy, and no longer use
163
python-numeric on old openSUSE versions.
164
165
-------------------------------------------------------------------
166
Tue Apr 21 18:32:41 CEST 2009 - matejcik@suse.cz
167
168
- update to 2.14.1
169
* support for new gtk api
170
* numerous bugfixes
171
- removed python-numeric dependency in favour of python-numpy
172
173
-------------------------------------------------------------------
174
Sat Jan 10 09:46:38 CET 2009 - olh@suse.de
175
176
- remove -fno-schedule-insns workaround, gcc is fixed
177
178
-------------------------------------------------------------------
179
Wed Nov 26 22:56:24 CET 2008 - vuntz@novell.com
180
181
- Add python-gtk-bgo534083-memory-corruption.patch to fix
182
bnc#449152. Patch taken from upstream (see bgo#534083).
183
184
-------------------------------------------------------------------
185
Tue Oct 28 17:10:06 CET 2008 - olh@suse.de
186
187
- build with -fno-schedule-insns on ppc64 (bnc#428413)
188
189
-------------------------------------------------------------------
190
Mon Apr 7 17:27:24 CEST 2008 - matejcik@suse.cz
191
192
- update to 2.12.1
193
* minor bugfixes
194
* includes treeview fix, removing the patch
195
196
-------------------------------------------------------------------
197
Tue Dec 11 16:09:15 CET 2007 - matejcik@suse.cz
198
199
- fixed treeview coordinate methods (#344311, gnome #479012)
200
201
-------------------------------------------------------------------
202
Wed Oct 17 15:57:20 CEST 2007 - sbrabec@suse.cz
203
204
- Fixed name of python-gobject2 in previous change.
205
206
-------------------------------------------------------------------
207
Tue Oct 16 18:25:49 CEST 2007 - sbrabec@suse.cz
208
209
- Fixed autoreconf.
210
- Use requirement versions defined by upstream.
211
- Use %fdupes.
212
- Fixed scripts executable flag.
213
214
-------------------------------------------------------------------
215
Thu Sep 20 11:57:38 CEST 2007 - sbrabec@suse.cz
216
217
- Updated to version 2.12.0:
218
* Make pango bindings more pythonic
219
* Remove X11 specific calls from non-X11 builds
220
* Allow string parameters to have default empty string ("")
221
* Make pango.Context non-instantiable
222
* defsgen.py fixes
223
* Docs build fixes
224
225
-------------------------------------------------------------------
226
Wed Jul 25 17:50:02 CEST 2007 - jmatejek@suse.cz
227
228
- update to 2.10.6
229
* builds correctly with new glib/gtk
230
* minor bugfixes
231
232
-------------------------------------------------------------------
233
Fri May 25 12:24:52 CEST 2007 - sbrabec@suse.cz
234
235
- Build correctly in the GNOME Build Service.
236
- Examples moved to devel package.
237
238
-------------------------------------------------------------------
239
Mon May 7 14:46:24 CEST 2007 - sbrabec@suse.cz
240
241
- Reduced BuildRequires.
242
243
-------------------------------------------------------------------
244
Sat May 5 19:12:06 CEST 2007 - james@usr-local-bin.org
245
246
- Updated to 2.10.4:
247
* Documentation and build fixes
248
* Return NULL on error in TextBuffer.register_serialize_format
249
* Do not overwrite sys.argv
250
* Add status icon example
251
* Make it possible to remove rows in the gtk.TreeModel.foreach
252
callback
253
* Code generator fix for %define
254
* Duplicate GdkEvent.string member when setting it
255
* Make it possible to use automake 1.10
256
* distutils build fixes
257
* Allow None to be passed into gdk.Display
258
* Undeprecate gtk.container_class_list_child_properties
259
* Fix memory leak in gtk.Container.child_get
260
261
-------------------------------------------------------------------
262
Tue Dec 19 16:16:52 CET 2006 - sbrabec@suse.cz
263
264
- Spec file cleanup.
265
- Splitted python-gtk-doc from python-gtk-devel.
266
267
-------------------------------------------------------------------
268
Sat Oct 21 13:39:18 CEST 2006 - cthiel@suse.de
269
270
- update to version 2.10.3
271
* Fix a crasher bug introduced in 2.10.2
272
* Make PyGTK work with Python 2.5 and 64-bit
273
- changes from 2.10.0 to 2.10.2
274
* distutils / win32 compilation fixes
275
* gtk.TreeSelection.selected_foreach bug fix
276
* Fix compilation older C compilers
277
- changes from 2.9.6 to 2.10.0
278
* Issue a warning when a DISPLAY is not set
279
* Copy style.css from pygobject docs when installing docs.
280
* Include the built docs in the tarball
281
282
-------------------------------------------------------------------
283
Wed Aug 16 11:16:50 CEST 2006 - cthiel@suse.de
284
285
- split of -devel package
286
287
-------------------------------------------------------------------
288
Thu Aug 10 17:54:50 CEST 2006 - cthiel@suse.de
289
290
- update to version 2.9.6
291
* GtkTreePath can be converted from integers again
292
* Fix parallel build
293
* Reduce exception abuse in code generator
294
* Documentation improvements
295
- changes in 2.9.5
296
* Make it possible to build with GTK+ 2.10
297
* Make sure dir(gtk.keysyms) work again
298
* reloading the gtk module works again
299
- changes in 2.9.4
300
* Include John Finlay's PyGTK reference manual
301
* Setters and getters for GtkWidget.activate_signal
302
* GtkToolItemType setter/getter
303
* Code generator fixes
304
* Add more gtk+ 2.10 API
305
* Don't copy treeiters in callbacks
306
* Provide full information for GtkTreeSelection.set_select_function
307
* Export less symbols and reduce the size of the libraries
308
* Allow negative values for GtkTreeModel.set/getitem
309
* Much improved interface/virtual method support
310
* Remove evil 100ms timeout timer
311
- changes in 2.9.3
312
* Update to latest gtk+ 2.10 API changes
313
* Many more new gtk+ 2.10 APIs wrapped
314
* Wrap gtk_widget_class_find_style_property
315
* gtk.gdk.CairoContext.rectangle bug fix
316
* Update defs for atk 1.8
317
* Misc. module cleanups
318
* New pango APIs wrapped
319
* Fix refcount error in gtk.Clipboard
320
* Enable GDK X11-specific APIs available also with gtk+ 2.8
321
* Lazy loading of the gtk.keysyms module
322
- changes in 2.9.2
323
* Fix a codegen bug that prevent build of other extensions
324
* Builds with pycairo 1.1.6
325
* gtk.TextBuffer rich text copy and serialization
326
* Correct Print Editor example
327
- changes in 2.9.1
328
* Allow gtk.TreeSortable.set_default_sort_func callback to be None
329
* Add API to unset the g_log handlers
330
* Allow the gtk module to be imported without DISPLAY
331
* Code cleanup and fixes considering Coverity reports
332
* Add codegen support for const-Object return type
333
* Add codgen support for unblocking threads around method calls
334
* Wrap gdk_event_handler_set
335
* Codegen reverse wrapper bug fix (#340162, Yevgen Muntyan)
336
* Wrap GdkRegion (John Ehresman)
337
* Add codegen support for ignore-type statement in override
338
* Add conditional support for gtk+ 2.10 API, especially printing
339
* Complete the support for gtk.Container virtual methods
340
* Fix misc. reference leaks
341
* Allow None parameter in pangocairo.CairoContext.set_font_options
342
* Complete the support for gtk.CellRenderer virtual methods
343
* IconView.set_cursor method params 'cell' and 'start_editing' made
344
optional
345
* Wrap a few more gdk_cairo_* methods
346
* Add a 'selection' field to gdk.OWNER_CHANGE events
347
* Allow None in gtk.Entry.set_inner_border()
348
* gtk.Clipboard rich text methods
349
* Add gtk.MessageDialog.set_image()
350
* Wrap gtk_link_button_set_uri_hook()
351
* Allow None in gtk.Widget.input_shape_combine_mask()
352
* Allow gtk.LinkButton() constructor to optionally receive a label
353
* Allow None in gtk.Label.set_mnemonic_widget()
354
* Wrap a bunch of X11 specific gdk methods
355
* Add gtk.SizeGroup.get_widgets()
356
* Wrap gtk_style_lookup_color()
357
* Wrap a bunch of gtk treeview grid lines methods
358
* Better Drag and drop API support
359
* Add -I option to codegen (defs search path)
360
- changes in 2.9.0
361
* Remove gobject, pygobject is now a hard dependency
362
* Set encoding in pango instead of gtk
363
* Wrap gdk.Screen.get_rgba_colormap/get_rgbma_visual
364
* Remove private gtk wrappers
365
* Add a bunch of missing wrappers
366
* Add inout support in reverse wrappers
367
* Update h2defs to allow whitespace before parenthesis
368
* Make it possible to reimplement interfaces
369
* Allow log_handler to be called when python is not initialized
370
* Support for const object args
371
* Export pygtk tree model api
372
* Allow overrides to be in base classes
373
* Wrap a pango cairo font options acecssors
374
* Add GDK_PARENT_RELATIVE relative handling
375
* Improve pixbuf demo
376
* Set default markup accel marker to \x00
377
* Set 1 as default argument to SpinButton.spin()
378
* Wrap gdk.Drawable.gdk_draw_indexed_image
379
* Mark rowreference.free() as deprecated
380
* Rename name of first keyword argument to pango.LayoutLine.index_to_x
381
* Run reindent on all python code
382
* Improve generictreemodel example
383
* Wrap gdk.Pixbuf.rotate_simple
384
* Use in argument in gtk.TreeView.cell_get_size
385
- changes in 2.8.5
386
* String list bug fix
387
* Improved examples
388
* Proper refcounting in gdk.Window constructor
389
* Fix a bunch of reference leaks
390
* __init__.py fixes for pydoc
391
* gtk.Dialog.new_with_buttons leak
392
- changes in 2.8.4
393
* Re-include gobject wrappers if pygobject is not found
394
* gtk.IconView should implement GtkCellLayout
395
* Always install pygtk-2.0.pc
396
- changes in 2.8.3
397
* Split out gobject wrappers into a separate module and
398
depend on pygobject 2.9.0
399
* Bug fixes
400
* Size group example
401
* Plug mem leaks
402
* Build cairo on win32
403
404
-------------------------------------------------------------------
405
Tue Mar 28 19:21:36 CEST 2006 - jmatejek@suse.cz
406
407
- fixed permissions on pygtk-demo
408
409
-------------------------------------------------------------------
410
Tue Mar 7 00:26:45 CET 2006 - gekker@suse.de
411
412
- Add python-cairo to Requires to fix issues in packages
413
that require python-gtk
414
415
-------------------------------------------------------------------
416
Tue Feb 28 18:41:36 CET 2006 - sbrabec@suse.cz
417
418
- Added missing python-cairo to BuildRequires (#153456).
419
420
-------------------------------------------------------------------
421
Wed Jan 25 21:32:38 CET 2006 - mls@suse.de
422
423
- converted neededforbuild to BuildRequires
424
425
-------------------------------------------------------------------
426
Mon Oct 10 12:02:22 CEST 2005 - jmatejek@suse.cz
427
428
- update to 2.8.2
429
430
-------------------------------------------------------------------
431
Mon Sep 5 08:39:16 CEST 2005 - aj@suse.de
432
433
- Update to 2.8.0.
434
435
-------------------------------------------------------------------
436
Wed Aug 10 11:36:32 CEST 2005 - sbrabec@suse.cz
437
438
- Do not require -devel packages.
439
440
-------------------------------------------------------------------
441
Wed Aug 3 00:08:41 CEST 2005 - gekker@suse.de
442
443
- update to 2.7.1 (adds gtk 2.8 support)
444
445
-------------------------------------------------------------------
446
Tue May 10 16:06:31 CEST 2005 - mcihar@suse.cz
447
448
- update to 2.6.2
449
450
-------------------------------------------------------------------
451
Thu Apr 14 16:41:01 CEST 2005 - mcihar@suse.cz
452
453
- update to 2.6.1
454
455
-------------------------------------------------------------------
456
Tue Feb 8 17:02:43 CET 2005 - mcihar@suse.cz
457
458
- update to 2.5.3 (adds gtk 2.6 support)
459
- fix permissions
460
461
-------------------------------------------------------------------
462
Wed Dec 01 12:11:03 CET 2004 - mcihar@suse.cz
463
464
- no need to recompile modules with current automake
465
466
-------------------------------------------------------------------
467
Wed Nov 24 15:35:39 CET 2004 - mcihar@suse.cz
468
469
- udpdate to 2.4.1
470
471
-------------------------------------------------------------------
472
Tue Nov 23 14:13:22 CET 2004 - ro@suse.de
473
474
- fix build for <= 9.0 (only py_ver works everywhere)
475
476
-------------------------------------------------------------------
477
Thu Apr 15 19:32:01 CEST 2004 - mcihar@suse.cz
478
479
- updated to 2.2.0
480
- drop gtk 1.2 support
481
482
-------------------------------------------------------------------
483
Mon Feb 23 11:42:27 CET 2004 - mcihar@suse.cz
484
485
- really fix sed call
486
487
-------------------------------------------------------------------
488
Sat Feb 21 12:10:41 CET 2004 - ro@suse.de
489
490
- fix typo in specfile
491
492
-------------------------------------------------------------------
493
Fri Feb 20 15:50:02 CET 2004 - sbrabec@suse.cz
494
495
- Fixed names of GNOME2 packages.
496
497
-------------------------------------------------------------------
498
Fri Feb 20 09:43:21 CET 2004 - mcihar@suse.cz
499
500
- enable threading in GTK 2 version (bug #34648)
501
- build GTK 1.2 version with -fno-strict-aliasing
502
503
-------------------------------------------------------------------
504
Mon Nov 3 12:27:18 CET 2003 - meissner@suse.de
505
506
- requires python-numeric in installed system too.
507
508
-------------------------------------------------------------------
509
Wed Oct 15 15:24:38 CEST 2003 - mcihar@suse.cz
510
511
- record-rpm is really not needed
512
- don't build as root
513
514
-------------------------------------------------------------------
515
Tue Sep 02 19:07:18 CEST 2003 - mcihar@suse.cz
516
517
- updated to 2.0.0 (final GNOME 2 version, just minor bugfixes)
518
519
-------------------------------------------------------------------
520
Tue Aug 26 19:18:42 CEST 2003 - mcihar@suse.cz
521
522
- force usage of pygtk.py from 1.99.18 and not from 0.6.11 (caused
523
problems with default sys.path in python 2.3)
524
525
-------------------------------------------------------------------
526
Tue Aug 26 12:58:52 CEST 2003 - mcihar@suse.cz
527
528
- updated to 1.99.18:
529
- Fix up a duplicate symbol bug in the atk module, that was
530
causing build problems on MacOS X (hopefully the last such
531
problem).
532
- add gtk.glade.set_custom_handler() API, that provides more
533
info to the custom widget callback. Deprecate
534
set_custom_widget_callbacks().
535
- some other bug fixes.
536
537
-------------------------------------------------------------------
538
Thu Aug 07 16:09:45 CEST 2003 - mcihar@suse.cz
539
540
- updated to 1.99.17:
541
- Threading support is compiled in by default now. It is
542
necessary to call gtk.threads_init() in order to make use of
543
threading though. There have been a number of fixes to the
544
threading support too.
545
- Fix up some problems with multiple definitions of global
546
variables in gobject module, that was causing problems on
547
Mac OS X.
548
- Wrappers for many new APIs (John Finlay, Naofumi Yasufuku,
549
Johan Dahlin and others).
550
- Improvements to the code generator to give better error
551
messages.
552
- Some fixes to property APIs to work correctly on 64 bit
553
systems, and to handle ATOM type properties.
554
- Fix copyright headers on source files.
555
556
-------------------------------------------------------------------
557
Wed Aug 06 15:06:41 CEST 2003 - mcihar@suse.cz
558
559
- added workaround for lib64 dirs and pkgconfig
560
561
-------------------------------------------------------------------
562
Tue Aug 05 15:36:22 CEST 2003 - mcihar@suse.cz
563
564
- use distutils when possible
565
- compile python files with correct paths inside
566
- fix pkgconfig and codegen files to not contain buildroot
567
568
-------------------------------------------------------------------
569
Mon Jul 14 16:40:05 CEST 2003 - sbrabec@suse.cz
570
571
- GNOME prefix change to /opt/gnome.
572
573
-------------------------------------------------------------------
574
Thu May 29 14:07:19 CEST 2003 - mcihar@suse.cz
575
576
- make executable only files that should be
577
578
-------------------------------------------------------------------
579
Mon May 12 14:16:27 CEST 2003 - mcihar@suse.cz
580
581
- use versioned dependency on python
582
583
-------------------------------------------------------------------
584
Mon May 05 16:25:54 CEST 2003 - mcihar@suse.cz
585
586
- gnome 2 version updated to 1.99.16
587
588
-------------------------------------------------------------------
589
Wed Mar 12 13:02:07 CET 2003 - mcihar@suse.cz
590
591
- include both pygtk versions (for Gtk 1.2 and 2.0) making 1.2
592
version default, this fixes bug #25148
593
594
-------------------------------------------------------------------
595
Thu Jan 23 11:32:55 CET 2003 - mcihar@suse.cz
596
597
- updated to 1.99.14
598
599
-------------------------------------------------------------------
600
Fri Nov 29 12:31:13 CET 2002 - mcihar@suse.cz
601
602
- added libxml2{,-devel} to neededforbuild to enable building with glade
603
604
-------------------------------------------------------------------
605
Wed Nov 27 18:14:35 CET 2002 - mcihar@suse.cz
606
607
- cleaned up specfile
608
- fixed building for lib64 (this is temporary, should be fixed in autoconf)
609
610
-------------------------------------------------------------------
611
Wed Nov 27 15:12:07 CET 2002 - mcihar@suse.cz
612
613
- version for GNOME 2
614
- fixes #21066 - dangling symlink
615
616