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

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