base-specs/gnome-python.spec
author gman
Thu, 30 Sep 2010 21:37:28 +0000
branchgnome-2-30
changeset 20130 c7dfc176dcbd
parent 17864 337913e88a9d
child 21106 512b7ea38e70
permissions -rw-r--r--
2010-10-01 Glynn Foster <[email protected]> * specs/SUNWos-welcome.spec: Bump to 1.0.6
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     1
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     2
# spec file for package gnome-python
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     4
# Copyright (c) 2005 Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     5
# This file and all modifications and additions to the pristine
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     6
# package are under the same license as the package itself.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     7
#
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16429
diff changeset
     8
%define owner laca
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17793
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16429
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
Name:			gnome-python
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
License:		LGPL	
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    15
Group:			System/Library
17793
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16653
diff changeset
    16
Version:		2.28.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Release:		1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Distribution:		Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    19
Vendor:			Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Summary:		Python bindings for various GNOME libraries
16614
c151ffbda133 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
    21
Source:			http://ftp.gnome.org/pub/GNOME/sources/gnome-python/2.28/gnome-python-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    22
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    23
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    24
Docdir:			%{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    25
Autoreqprov:		off
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    26
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
%define libglade_version           2.4.0
14644
744f9f20aadd 2008-11-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13823
diff changeset
    28
%{?!python_version:%define python_version 2.4}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
%define pygtk2_version             2.4.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
%define pyorbit_version            2.0.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
%define libgnomeui_version         2.0.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
%define gconf_version              1.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
%define nautilus_version           2.0.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define gnome_panel_version        2.0.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gtkhtml_version            2.3.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define libgnomeprintui_version    2.2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
Requires: python >= %{python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Requires: pygtk2 >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: pyorbit >= %{pyorbit_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: libglade >= %{libglade_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: GConf >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: nautilus >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
Requires: gnome-panel >= %{gnome_panel_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
Requires: gtkhtml >= %{gtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
Requires: libgnomeprintui >= %{libgnomeprintui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: python >= %{python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: pygtk2-devel >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
BuildRequires: pyorbit-devel >= %{pyorbit_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
BuildRequires: GConf-devel >= %{gconf_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
BuildRequires: nautilus-devel >= %{nautilus_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
BuildRequires: gnome-panel-devel >= %{gnome_panel_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
BuildRequires: gtkhtml-devel >= %{gtkhtml_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
BuildRequires: libgnomeprintui-devel >= %{libgnomeprintui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    58
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    59
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
GNOME-Python provides the Python language bindings for the GNOME libraries.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
%package devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
Summary: Files needed to build applications using the Python bindings for GNOME libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
Group: Development/Languages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
Requires: %{name} = %{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%description devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
This package contains files required to build Python applications that need 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
to interope rate with the various GNOME libraries
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
%setup -q -n gnome-python-%{version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
%build
16653
a43f99bacd6d Run autoconf to regenerate configure file
davelam
parents: 16614
diff changeset
    75
libtoolize --force
a43f99bacd6d Run autoconf to regenerate configure file
davelam
parents: 16614
diff changeset
    76
aclocal $ACLOCAL_FLAGS
a43f99bacd6d Run autoconf to regenerate configure file
davelam
parents: 16614
diff changeset
    77
automake -a -c -f
a43f99bacd6d Run autoconf to regenerate configure file
davelam
parents: 16614
diff changeset
    78
autoconf
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
CFLAGS="$RPM_OPT_FLAGS"				\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
./configure 	--prefix=%{_prefix}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
	    	--sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
make \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    85
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
make install DESTDIR=$RPM_BUILD_ROOT \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
find $RPM_BUILD_ROOT -type f -name "*.pyo" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%{_libdir}/python?.?/vendor-packages/gtk-2.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%{_libdir}/gnome-vfs-*/modules/lib*.so
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%doc AUTHORS NEWS README ChangeLog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%doc examples
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%files devel
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
%defattr(644, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%{_libdir}/pkgconfig/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
%{_datadir}/pygtk
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%{_includedir}/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%changelog -n gnome-python
17793
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16653
diff changeset
   115
* Sat Apr  3 2010 - [email protected]
208207fdc93f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 16653
diff changeset
   116
- Bump to 2.28.1.
16614
c151ffbda133 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   117
* Tue Sep 22 2009 - [email protected]
c151ffbda133 2009-09-22 Brian Cameron <[email protected]>
yippi
parents: 16434
diff changeset
   118
- Bump to 2.28.0.
15943
69719bd91519 2009-06-18 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
   119
* Thu Jun 18 2009 - [email protected]
69719bd91519 2009-06-18 Christian Kelly <[email protected]>
chrisk
parents: 15621
diff changeset
   120
- Bump to 2.27.1.
15621
b447de05cc21 Bump to 2.26.1
davelam
parents: 15415
diff changeset
   121
* Wed Apr 15 2009 - [email protected]
b447de05cc21 Bump to 2.26.1
davelam
parents: 15415
diff changeset
   122
- Bump to 2.26.1
15415
792b74020cf5 2009-03-17 Dave Lin <[email protected]>
davelam
parents: 15104
diff changeset
   123
* Tue Mar 17 2009 - [email protected]
792b74020cf5 2009-03-17 Dave Lin <[email protected]>
davelam
parents: 15104
diff changeset
   124
- Bump to 2.26.0
15104
c1dc5a1e349d 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14644
diff changeset
   125
* Mon Feb 16 2009 - [email protected]
c1dc5a1e349d 2009-02-17 Dave Lin <[email protected]>
davelam
parents: 14644
diff changeset
   126
- Bump to 2.25.90
14644
744f9f20aadd 2008-11-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13823
diff changeset
   127
* Mon Nov 24 2008 - [email protected]
744f9f20aadd 2008-11-24 Laszlo (Laca) Peter <[email protected]>
laca
parents: 13823
diff changeset
   128
- use %{python_version} macro to select with version of Python to build which
13823
f9612d68534d 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12673
diff changeset
   129
* Mon Sep 29 2008 - [email protected]
f9612d68534d 2008-09-29 Christian Kelly <[email protected]>
chrisk
parents: 12673
diff changeset
   130
- Bump to 2.22.3.
12673
1e662d80607c 2008-06-16 Damien Carbery <[email protected]>
dcarbery
parents: 11829
diff changeset
   131
* Mon Jun 16 2008 - [email protected]
1e662d80607c 2008-06-16 Damien Carbery <[email protected]>
dcarbery
parents: 11829
diff changeset
   132
- Bump to 2.22.1.
11829
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   133
* Mon Mar 10 2008 - [email protected]
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11709
diff changeset
   134
- Bump to 2.22.0.
11709
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   135
* Mon Feb 25 2008 - [email protected]
fdf69cf35651 2008-02-25 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   136
- Bump to 2.21.1.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   137
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11247
diff changeset
   138
- Bump to 2.21.0.
11247
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10517
diff changeset
   139
* Tue Nov 27 2007 - [email protected]
1923a32b2c35 2007-11-27 Damien Carbery <[email protected]>
dcarbery
parents: 10517
diff changeset
   140
- Bump to 2.20.1.
10517
0d56ec9ddcf4 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10238
diff changeset
   141
* Tue Sep 18 2007 - [email protected]
0d56ec9ddcf4 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10238
diff changeset
   142
- Bump to 2.20.0.
10238
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10168
diff changeset
   143
* Tue Jul 31 2007 - [email protected]
56fbd3bc2aae 2007-07-31 Damien Carbery <[email protected]>
dcarbery
parents: 10168
diff changeset
   144
- Bump to 2.19.2.
10168
9e8782bf41d2 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 9732
diff changeset
   145
* Mon Jul 09 2007 - [email protected]
9e8782bf41d2 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 9732
diff changeset
   146
- Bump to 2.19.1.
9732
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9527
diff changeset
   147
* Thu Apr 12 2007 - [email protected]
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9527
diff changeset
   148
- Bump to 2.18.2.
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9527
diff changeset
   149
* Thu Apr 12 2007 - [email protected]
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9527
diff changeset
   150
- Bump to 2.18.1.
9527
15a07332b783 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9439
diff changeset
   151
* Mon Mar 12 2007 - [email protected]
15a07332b783 2007-03-12 Damien Carbery <[email protected]>
dcarbery
parents: 9439
diff changeset
   152
- Bump to 2.18.0.
9439
eae36f164729 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   153
* Mon Mar 05 2007 - [email protected]
eae36f164729 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   154
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   155
* Wed Jan 10 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   156
- Bump back to 2.17.2. Laca fixed an issue in pycc in SUNWPython.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   157
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   158
- Unbump back to 2.16.2 as 2.17.[12] kill the build machine during configure.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   159
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   160
- Bump to 2.17.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   161
* Mon Nov 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   162
- Bump to 2.16.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   163
* Mon Nov 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   164
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   165
* Tue Sep 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   166
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   167
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   168
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Fri Jul 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 2.15.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- Bump to 2.12.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Tue Jan 03 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Bump to 2.12.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Tue Dec 20 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Bump to 2.12.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Thu Oct 27 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- move from site-packages to vendor-packages
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
- include the .pyc files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
* Fri Aug 26 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
- fix dependencies, fix %files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
* Fri Aug 12 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
- Initial Sun release