Logoj0ke.net Open Build Service > Projects > devel:python > python-gtk > python-gtk.changes
Sign Up | Log In

File python-gtk.changes of Package python-gtk (Revision 2)

Currently displaying revision 2, show latest

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