base-specs/orca.spec
author yippi
Thu, 31 May 2012 20:16:52 +0000
changeset 22481 1ff6784d9b6f
parent 21948 b25618e446f0
permissions -rw-r--r--
2012-05-31 Brian Cameron <[email protected]> * base-specs/shared-mime-info.spec: Bump to 1.0. * base-specs/nautilus.spec, base-specs/pulseaudio.spec, base-specs/gnome-settings-daemon.spec, specs/SUNWdconf.spec: Add patch comments. * base-specs/gnome-panel.spec: Add --disable-telepathy-glib so it does not build with this module we do not deliver.
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 orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
     4
# Copyright (c) 2008 Sun Microsystems, Inc.
9397
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: 16426
diff changeset
     8
%define owner liyuan 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     9
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16398
diff changeset
    10
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17781
diff changeset
    11
%define OSR LFI#105446 (gnome Exec. summary):n/a
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16398
diff changeset
    12
14402
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    13
%include l10n.inc
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:           orca
21359
e0aa02b6b405 2011-01-20 Li Yuan <[email protected]>
liyuan
parents: 20201
diff changeset
    15
License:        LGPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:          System/Library
20201
33ac0296e01d 2010-10-20 Brian Cameron <[email protected]>
yippi
parents: 17934
diff changeset
    17
Version:        2.30.2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    18
Release:        1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution:   Java Desktop System
17865
b7ff02e93f66 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    20
Vendor:	        Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:        Orca Screen Reader/Magnifier
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17673
diff changeset
    22
Source:         http://ftp.gnome.org/pub/GNOME/sources/orca/2.30/orca-%{version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    23
%if %build_l10n
14402
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    24
Source1:        l10n-configure.sh
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    25
Source2:        %{name}-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    26
%endif
21948
b25618e446f0 merge from gnome-2-30
laca
parents: 21359
diff changeset
    27
# date:2011-06-22 owner:liyuan type:branding bugster:7034984
b25618e446f0 merge from gnome-2-30
laca
parents: 21359
diff changeset
    28
Patch1:         orca-01-sunray-mag.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
URL:            http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
BuildRoot:      %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Docdir:         %{_defaultdocdir}/doc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Autoreqprov:    on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    33
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    34
%define pyorbit_version 2.0.1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define pygtk2_version 2.6.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define gnome_python_version 2.6.2
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define brltty_version 3.6.1
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    38
%define python_version 2.6
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Requires: pygtk2 >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
Requires: pyorbit >= %{pyorbit_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: gnome-python >= %{gnome_python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: brltty >= %{brltty_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
BuildRequires: pygtk2-devel >= %{pygtk2_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
BuildRequires: pyorbit-devel >= %{pyorbit_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: gnome-python-devel >= %{gnome_python_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
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
Orca a scriptable screen reader/magnifier that is under development.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
As such it is highly unstable and undergoes frequent changes.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
To read more about Orca, please refer to the "Programmer's Guide" in
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
the docs/programmers-guide directory.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    54
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    55
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%setup -q -n orca-%{version}
21948
b25618e446f0 merge from gnome-2-30
laca
parents: 21359
diff changeset
    57
%patch1 -p1
14402
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    58
%if %build_l10n
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    59
bzcat %SOURCE2 | tar xf -
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    60
cd po-sun; make; cd ..
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    61
%endif
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
    62
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
libtoolize --force
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
intltoolize -c -f --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    66
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    67
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    68
bash -x %SOURCE1 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    69
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11829
diff changeset
    70
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
aclocal $ACLOCAL_FLAGS -I .
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
CFLAGS="$RPM_OPT_FLAGS"                         \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
./configure     --prefix=%{_prefix}             \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
                --libdir=%{_libdir}             \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
                --bindir=%{_bindir}             \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
                --datadir=%{_datadir}           \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
                --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
# FIXME: hack: stop the build from looping
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
touch po/stamp-it
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
make \
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    85
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    86
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    88
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    89
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
make DESTDIR=$RPM_BUILD_ROOT install \
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    91
    pyexecdir=%{_libdir}/python%{python_version}/vendor-packages \
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
    92
    pythondir=%{_libdir}/python%{python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
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
    94
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
    95
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
%{_libdir}/python?.?/vendor-packages/orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
%{_bindir}/orca
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%{_bindir}/orca-setup
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
%doc AUTHORS NEWS README ChangeLog
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
%changelog
21948
b25618e446f0 merge from gnome-2-30
laca
parents: 21359
diff changeset
   113
* Wed Jun 22 2011 - [email protected]
b25618e446f0 merge from gnome-2-30
laca
parents: 21359
diff changeset
   114
- Add patch orca-01-sunray-mag.diff.
21359
e0aa02b6b405 2011-01-20 Li Yuan <[email protected]>
liyuan
parents: 20201
diff changeset
   115
* Thu Jan 20 2011 - [email protected]
e0aa02b6b405 2011-01-20 Li Yuan <[email protected]>
liyuan
parents: 20201
diff changeset
   116
- Fix license to LGPLv2.
20201
33ac0296e01d 2010-10-20 Brian Cameron <[email protected]>
yippi
parents: 17934
diff changeset
   117
* Wed Oct 20 2010 - [email protected]
33ac0296e01d 2010-10-20 Brian Cameron <[email protected]>
yippi
parents: 17934
diff changeset
   118
- Bump to 2.30.2.
17934
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17865
diff changeset
   119
* Mon Apr 26 2010 - [email protected]
a2a06609d9f0 2010-04-26 Christian Kelly <[email protected]>
chrisk
parents: 17865
diff changeset
   120
- Bump to 2.30.1.
17781
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17673
diff changeset
   121
* Tue Mar 30 2010 - [email protected]
074db3c51640 2010-03-30 Christian Kelly <[email protected]>
chrisk
parents: 17673
diff changeset
   122
- Bump to 2.30.0.
17673
7c2baa559c59 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17589
diff changeset
   123
* Thu Mar 11 2010 - [email protected]
7c2baa559c59 2010-03-11 Christian Kelly <[email protected]>
chrisk
parents: 17589
diff changeset
   124
- Bump to 2.29.92.
17589
c9af7bb47cc8 2010-02-24 Christian Kelly <[email protected]>
chrisk
parents: 17552
diff changeset
   125
* Wed Feb 24 2010 - [email protected]
c9af7bb47cc8 2010-02-24 Christian Kelly <[email protected]>
chrisk
parents: 17552
diff changeset
   126
- Bump to 2.29.91.
c9af7bb47cc8 2010-02-24 Christian Kelly <[email protected]>
chrisk
parents: 17552
diff changeset
   127
- Fix download link.
17552
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 17485
diff changeset
   128
* Mon Feb 15 2010 - [email protected]
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 17485
diff changeset
   129
- Bump to 2.29.90.
17485
c2fa865e9a4a 2010-02-01 Christian Kelly <[email protected]>
chrisk
parents: 17384
diff changeset
   130
* Mon Feb  1 2010 - [email protected]
c2fa865e9a4a 2010-02-01 Christian Kelly <[email protected]>
chrisk
parents: 17384
diff changeset
   131
- Bump to 2.29.6.
17384
486946cfc419 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 16819
diff changeset
   132
* Mon Jan 18 2010 - [email protected]
486946cfc419 2010-01-18 Christian Kelly <[email protected]>
chrisk
parents: 16819
diff changeset
   133
- Bump to 2.29.5.
16819
bbd79b14ddfa 2009-10-20 Dave Lin <[email protected]>
davelam
parents: 16769
diff changeset
   134
* Tue Oct 20 2009 - [email protected]
bbd79b14ddfa 2009-10-20 Dave Lin <[email protected]>
davelam
parents: 16769
diff changeset
   135
- Bump to 2.28.1
16769
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
   136
* Thu Oct 15 2009 - [email protected]
5fdd7ecad8ed 2009-10-15 Li Yuan <[email protected]>
liyuan
parents: 16739
diff changeset
   137
- Use Python 2.6.
16739
4a255d4bba29 Use %{default_python_version} for orca
ww36193
parents: 16696
diff changeset
   138
* Tue Oct 13 2009 - [email protected]
4a255d4bba29 Use %{default_python_version} for orca
ww36193
parents: 16696
diff changeset
   139
- Use %{default_python_version} instead of hardcoding the version
16696
37d3268b2ca4 Bump Orca from python 2.4 to python 2.6
ww36193
parents: 16657
diff changeset
   140
* Mon Oct  5 2009 - [email protected]
37d3268b2ca4 Bump Orca from python 2.4 to python 2.6
ww36193
parents: 16657
diff changeset
   141
- Bump python from 2.4 to 2.6
16657
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16485
diff changeset
   142
* Wed Sep 23 2009 - [email protected]
c16ab44a6a3e 2009-09-25 Dave Lin <[email protected]>
davelam
parents: 16485
diff changeset
   143
- Bump to 2.28.0
16485
7ae4aac484f3 2009-09-07 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
   144
* Mon Sep 07 2009 - [email protected]
7ae4aac484f3 2009-09-07 Li Yuan <[email protected]>
liyuan
parents: 16434
diff changeset
   145
- Bump to 2.27.92.
16324
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 16251
diff changeset
   146
* Fri Aug 21 2009 - [email protected]
1f07a362343f 2009-08-21 Li Yuan <[email protected]>
liyuan
parents: 16251
diff changeset
   147
- Change owner to liyuan.
16251
b5e6c3d3956f 2009-08-12 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   148
* Wed Aug 11 2009 - [email protected]
b5e6c3d3956f 2009-08-12 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   149
- Bump to 2.27.90.
16155
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16061
diff changeset
   150
* Tue Jul 28 2009 - [email protected]
f27abd8cf322 2009-07-28 Christian Kelly <[email protected]>
chrisk
parents: 16061
diff changeset
   151
- Bump to 2.27.5.
16061
6a1fca84a178 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15922
diff changeset
   152
* Sun Jul 19 2009 - [email protected]
6a1fca84a178 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15922
diff changeset
   153
- Bump to 2.27.4.
15922
8d93059df841 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15897
diff changeset
   154
* Tue Jun 16 2009 - [email protected]
8d93059df841 2009-06-16 Christian Kelly <[email protected]>
chrisk
parents: 15897
diff changeset
   155
- Bump to 2.27.3.
15897
7038b259dc5f 2009-06-15 Christian Kelly <[email protected]
chrisk
parents: 15875
diff changeset
   156
* Mon Jun 15 2009 - [email protected]
7038b259dc5f 2009-06-15 Christian Kelly <[email protected]
chrisk
parents: 15875
diff changeset
   157
- Bump to 2.27.2.
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   158
* Mon Jun 08 2009 - [email protected]
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   159
- Bump to 2.26.2.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15409
diff changeset
   160
* Wed Apr 15 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   161
- Bump to 2.26.1.
15409
e3ec3214270e * base-specs/glibmm.spec: Bump to 2.20.0.
davelam
parents: 15318
diff changeset
   162
* Tue Mar 17 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   163
- Bump to 2.26.0.
15318
58184148e338 2009-03-06 Li Yuan <[email protected]>
liyuan
parents: 15140
diff changeset
   164
* Fri Mar 06 2009 - [email protected]
58184148e338 2009-03-06 Li Yuan <[email protected]>
liyuan
parents: 15140
diff changeset
   165
- Bump to 2.25.92.
15140
1ef2109f3e3d 2009-02-18 Dave Lin <[email protected]>
davelam
parents: 15027
diff changeset
   166
* Tue Feb 17 2009 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   167
- Bump to 2.25.91.
15027
2b515cb708a4 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14697
diff changeset
   168
* Thu Feb 05 2009 - [email protected]
2b515cb708a4 2009-02-05 Christian Kelly <[email protected]>
chrisk
parents: 14697
diff changeset
   169
- Bump to 2.25.90.
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 14402
diff changeset
   170
* Wed Dec 03 2008 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   171
- Bump to 2.25.2.
14402
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
   172
* Wed Oct 01 2008 - [email protected]
03dd5cf0fba9 2008-10-01 Takao Fujiwara <[email protected]>
fujiwara
parents: 13818
diff changeset
   173
- Add l10n tarball.
13818
65befe3970bf 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13472
diff changeset
   174
* Mon Sep 29 2008 - [email protected]
65befe3970bf 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13472
diff changeset
   175
- Bump to 2.24.0.
13472
d092a342f408 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13367
diff changeset
   176
* Tue Sep 09 2008 - [email protected]
d092a342f408 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13367
diff changeset
   177
- Bump to 2.23.92.
13367
4de0935ce57a 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13219
diff changeset
   178
* Tue Sep 02 2008 - [email protected]
4de0935ce57a 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13219
diff changeset
   179
- Bump to 2.23.91.
13219
a27e1378e1d9 2008-08-21 Wang Xin <[email protected]>
jedy
parents: 13186
diff changeset
   180
* Thu Aug 21 2008 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   181
- add 01-menu-entry.diff.
13186
3d74aba01abe 2008-08-20 Dave Lin <[email protected]>
davelam
parents: 13031
diff changeset
   182
* Tue Aug 19 2008 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   183
- Bump to 2.23.90.
13031
64a530c06ec0 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12877
diff changeset
   184
* Tue Aug 05 2008 - [email protected]
64a530c06ec0 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12877
diff changeset
   185
- Bump to 2.23.6.
12877
8228b7e942ff 2008-07-22 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   186
* Tue Jul 22 2008 - [email protected]
8228b7e942ff 2008-07-22 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   187
- Bump to 2.23.5.
12682
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12570
diff changeset
   188
* Tue Jun 17 2008 - [email protected]
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12570
diff changeset
   189
- Bump to 2.23.4.
12570
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12520
diff changeset
   190
* Tue Jun 03 2008 - [email protected]
a1b3a4defa67 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12520
diff changeset
   191
- Bump to 2.23.3.
12520
0ea838dad808 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12362
diff changeset
   192
* Wed May 28 2008 - [email protected]
0ea838dad808 2008-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 12362
diff changeset
   193
- Bump to 2.23.2.
12362
5fc9cede1de6 2008-05-27 Li Yuan <[email protected]>
liyuan
parents: 12308
diff changeset
   194
* Tue May 27 2008 - [email protected]
5fc9cede1de6 2008-05-27 Li Yuan <[email protected]>
liyuan
parents: 12308
diff changeset
   195
- Bump to 2.22.2 and remove patch #1.
12308
bae61b356443 2008-05-16 Li Yuan <[email protected]>
liyuan
parents: 12270
diff changeset
   196
* Fri May 16 2008 - [email protected]
bae61b356443 2008-05-16 Li Yuan <[email protected]>
liyuan
parents: 12270
diff changeset
   197
- Updated patch info.
12270
d981739a452d 2008-05-08 Li Yuan <[email protected]>
liyuan
parents: 12071
diff changeset
   198
* Thu May 08 2008 - [email protected]
d981739a452d 2008-05-08 Li Yuan <[email protected]>
liyuan
parents: 12071
diff changeset
   199
- Fixed 6699122. Do not read password in login window.
12071
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   200
* Wed Apr 09 2008 - [email protected]
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 12031
diff changeset
   201
- Bump to 2.22.1.
11829
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   202
* Mon Mar 10 2008 - [email protected]
3c4ccf04fc37 2008-03-10 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   203
- Bump to 2.22.0.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   204
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   205
- Bump to 2.21.92.
11619
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11545
diff changeset
   206
* Tue Feb 12 2008 - [email protected]
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11545
diff changeset
   207
- Bump to 2.21.91.
11545
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   208
* Tue Jan 29 2008 - [email protected]
079ff0f3885a 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   209
- Bump to 2.21.90.
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   210
* Thu Jan 17 2008 - [email protected]
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   211
- Bump to 2.21.5.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   212
* Tue Dec 18 2007 - [email protected]
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   213
- Bump to 2.21.4.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   214
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   215
- Bump to 2.21.3.
11180
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   216
* Tue Nov 13 2007 - [email protected]
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 11077
diff changeset
   217
- Bump to 2.21.2.
10726
4e65a010b836 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10626
diff changeset
   218
* Tue Oct 30 2007 - [email protected]
11077
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10726
diff changeset
   219
- Bump to 2.21.1.
f06ce3f6eb7d 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10726
diff changeset
   220
* Tue Oct 30 2007 - [email protected]
10726
4e65a010b836 2007-10-30 Damien Carbery <[email protected]>
dcarbery
parents: 10626
diff changeset
   221
- Bump to 2.20.1.
10626
a80fdc2d6295 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10524
diff changeset
   222
* Mon Oct 08 2007 - [email protected]
a80fdc2d6295 2007-10-08 Damien Carbery <[email protected]>
dcarbery
parents: 10524
diff changeset
   223
- Bump to 2.20.0.1.
10524
6ad57a3f5ff3 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10434
diff changeset
   224
* Wed Sep 19 2007 - [email protected]
6ad57a3f5ff3 2007-09-19 Damien Carbery <[email protected]>
dcarbery
parents: 10434
diff changeset
   225
- Bump to 2.20.0.
10434
2c5872f1e09e 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   226
* Mon Sep 03 2007 - [email protected]
2c5872f1e09e 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10373
diff changeset
   227
- Bump to 2.19.92.
10373
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10326
diff changeset
   228
* Mon Aug 27 2007 - [email protected]
d66af1973807 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10326
diff changeset
   229
- Bump to 2.19.91.
10326
d965a8f43e54 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   230
* Wed Aug 15 2007 - [email protected]
d965a8f43e54 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10230
diff changeset
   231
- Bump to 2.19.90.
10230
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10170
diff changeset
   232
* Mon Jul 30 2007 - [email protected]
be2290ab3987 2007-07-30 Damien Carbery <[email protected]>
dcarbery
parents: 10170
diff changeset
   233
- Bump to 2.19.6.
10170
426f00c92b69 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 10069
diff changeset
   234
* Mon Jul 09 2007 - [email protected]
426f00c92b69 2007-07-09 Damien Carbery <[email protected]>
dcarbery
parents: 10069
diff changeset
   235
- Bump to 2.19.5.
10069
b07db6b5fdb8 Oops, forgtten files.
dcarbery
parents: 10004
diff changeset
   236
* Mon Jun 18 2007 - [email protected]
b07db6b5fdb8 Oops, forgtten files.
dcarbery
parents: 10004
diff changeset
   237
- Bump to 2.19.4.
10004
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9886
diff changeset
   238
* Wed Jun 06 2007 - [email protected]
749465fa8400 2007-06-06 Damien Carbery <[email protected]>
dcarbery
parents: 9886
diff changeset
   239
- Bump to 2.19.3.
9886
2221a9921800 2007-05-14 Damien Carbery <[email protected]>
dcarbery
parents: 9864
diff changeset
   240
* Mon May 14 2007 - [email protected]
2221a9921800 2007-05-14 Damien Carbery <[email protected]>
dcarbery
parents: 9864
diff changeset
   241
- Bump to 2.19.2.
9864
52b98191c71f 2007-05-10 Damien Carbery <[email protected]>
dcarbery
parents: 9732
diff changeset
   242
* Thu May 10 2007 - [email protected]
52b98191c71f 2007-05-10 Damien Carbery <[email protected]>
dcarbery
parents: 9732
diff changeset
   243
- Bump to 2.19.1.
9732
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   244
* Thu Apr 12 2007 - [email protected]
29353b43604f 2007-04-12 Damien Carbery <[email protected]>
dcarbery
parents: 9538
diff changeset
   245
- Bump to 2.18.1.
9538
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   246
* Tue Mar 13 2007 - [email protected]
ffc0aaba7dc1 2007-03-13 Damien Carbery <[email protected]>
dcarbery
parents: 9437
diff changeset
   247
- Bump to 2.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   248
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   249
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Tue Jan 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Mon Jan 08 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Bump to 2.17.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
* Mon Dec 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
- Bump to 2.17.4. Remove upstream patch orca-01-g11n-i18n-ui.diff.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Tue Dec 12 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Added intltoolize to read LINGUAS file.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
- Add orca-01-g11n-i18n-ui.diff to localize UI. Fixes 6499543.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Tue Dec 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- Bump to 2.17.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Thu Nov 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
- Bump to 2.17.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Mon Sep 04 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   266
- Bump to 1.0.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Tue Aug 21 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Bump to 0.9.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Bump to 0.2.8.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Mon Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- Bump to 0.2.7.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Wed Jul 12 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   274
- Update to 0.2.6.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Wed Jun 14 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   276
- Update to 0.2.5.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Tue May 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Remove unneeded intltoolize call.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Sat Mar 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- Bump to 0.2.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Thu Feb 23 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- Use bzip source tarball. It's smaller.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Thu Feb 23 2006 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   284
- Update to orca-0.2.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Tue Feb 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- Add hack to fix infinite loop problem in po/Makefile.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Wed Nov 30 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   288
- Update to orca-0.2.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Thu Oct 27 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   290
- move from site-packages to vendor-packages.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Thu Sep 15 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   292
- autotoolize.
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   293
- add patch bindir.diff.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   294
* Mon Aug 15 2005 - [email protected]
15875
829b16bd534c 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15628
diff changeset
   295
- Initial Sun release.