SHA256
1
0
forked from pool/python-gtk
OBS User unknown 2007-05-08 23:15:15 +00:00 committed by Git OBS Bridge
parent fea6316431
commit cf4d35659d
4 changed files with 51 additions and 8 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:03a605f106e30bea448b04007635a21140eeaba4c8844188d661c3b133cbee89
size 1977441

3
pygtk-2.10.4.tar.bz2 Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab9ad4481af435894db27e78010f6bbc21c62252dbe7a254121453419edde8f5
size 1888801

View File

@ -1,3 +1,26 @@
-------------------------------------------------------------------
Mon May 7 14:46:24 CEST 2007 - sbrabec@suse.cz
- Reduced BuildRequires.
-------------------------------------------------------------------
Sat May 5 19:12:06 CEST 2007 - james@usr-local-bin.org
- Updated to 2.10.4:
* Documentation and build fixes
* Return NULL on error in TextBuffer.register_serialize_format
* Do not overwrite sys.argv
* Add status icon example
* Make it possible to remove rows in the gtk.TreeModel.foreach
callback
* Code generator fix for %define
* Duplicate GdkEvent.string member when setting it
* Make it possible to use automake 1.10
* distutils build fixes
* Allow None to be passed into gdk.Display
* Undeprecate gtk.container_class_list_child_properties
* Fix memory leak in gtk.Container.child_get
-------------------------------------------------------------------
Tue Dec 19 16:16:52 CET 2006 - sbrabec@suse.cz

View File

@ -1,5 +1,5 @@
#
# spec file for package python-gtk (Version 2.10.3)
# spec file for package python-gtk (Version 2.10.4)
#
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
@ -12,13 +12,16 @@
Name: python-gtk
%define _name pygtk
BuildRequires: libglade2-devel python-cairo-devel python-devel python-gobject2-devel python-gobject2-doc python-numeric update-desktop-files
BuildRequires: libglade2-devel python-cairo-devel python-devel python-gobject2-devel python-numeric
%if %suse_version >= 1021
BuildRequires: python-gobject2-doc
%endif
# Only for directory ownership:
BuildRequires: gtk-doc
URL: http://www.pygtk.org/
Summary: Python bindings for the GTK+ widget set
Version: 2.10.3
Release: 23
Version: 2.10.4
Release: 1
License: GNU Library General Public License v. 2.0 and 2.1 (LGPL)
Group: Development/Libraries/Python
Source: %{_name}-%{version}.tar.bz2
@ -107,7 +110,24 @@ rm -rf $RPM_BUILD_ROOT
%defattr(-,root,root)
%{_datadir}/gtk-doc/html/*
%changelog -n python-gtk
%changelog
* Mon May 07 2007 - sbrabec@suse.cz
- Reduced BuildRequires.
* Sat May 05 2007 - james@usr-local-bin.org
- Updated to 2.10.4:
* Documentation and build fixes
* Return NULL on error in TextBuffer.register_serialize_format
* Do not overwrite sys.argv
* Add status icon example
* Make it possible to remove rows in the gtk.TreeModel.foreach
callback
* Code generator fix for %%define
* Duplicate GdkEvent.string member when setting it
* Make it possible to use automake 1.10
* distutils build fixes
* Allow None to be passed into gdk.Display
* Undeprecate gtk.container_class_list_child_properties
* Fix memory leak in gtk.Container.child_get
* Tue Dec 19 2006 - sbrabec@suse.cz
- Spec file cleanup.
- Splitted python-gtk-doc from python-gtk-devel.