base-specs/deskbar-applet.spec
author convert-repo
Tue, 28 Sep 2010 11:41:29 +0000
changeset 20122 34a34bffcb68
parent 18037 fbb6029d041b
permissions -rw-r--r--
update tags
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 deskbar-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     3
#
18037
fbb6029d041b 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
     4
# Copyright (c) 2010 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.
16434
f21f22550fe9 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16426
diff changeset
     7
%define owner migi
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
     8
#
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16238
diff changeset
     9
17852
edfc096bfd70 2010-04-16 Christian Kelly <[email protected]>
chrisk
parents: 17792
diff changeset
    10
%define OSR LFI#105446 (gnome Exec. summary):n/a
16426
6e0af232ec80 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16238
diff changeset
    11
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    12
Name:			deskbar-applet
18037
fbb6029d041b 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    13
License:		GPLv2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Group:			System/GUI/GNOME
18037
fbb6029d041b 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
    15
Version:		2.30.1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Release:		1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    17
Distribution:		Java Desktop System
17864
337913e88a9d 2010-04-19 Christian Kelly <[email protected]>
chrisk
parents: 17852
diff changeset
    18
Vendor:			Gnome Community
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Summary:		Deskbar Applet
17792
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 17708
diff changeset
    20
Source:                 http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.30/%{name}-%{version}.tar.bz2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
# date:2003-10-17 owner:gman type:branding
10285
1a6aa219ed6e 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10284
diff changeset
    22
Patch1:                 deskbar-applet-01-webeyes-compatibility.diff
12126
8a6596718276 * base-specs/deskbar-applet.spec : Add patch 02-multihead-support
mattman
parents: 12071
diff changeset
    23
# date:2008-04-15 owner:mattman type:bug bugster:6436071 bugzilla:353412
8a6596718276 * base-specs/deskbar-applet.spec : Add patch 02-multihead-support
mattman
parents: 12071
diff changeset
    24
Patch2:         deskbar-applet-02-multihead-support.diff
17183
77f32de12b80 Use python2.6 explicitly in deskbar-applet.py to fix CR 6909661
jouby
parents: 16790
diff changeset
    25
# date:2009-12-15 owner:jouby   type:bug bugster:6909661
77f32de12b80 Use python2.6 explicitly in deskbar-applet.py to fix CR 6909661
jouby
parents: 16790
diff changeset
    26
Patch3:         deskbar-applet-03-py26.diff 
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    27
URL:			http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    28
BuildRoot:		%{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
Docdir:			%{_defaultdocdir}/%{name}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Autoreqprov:		on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    31
Prereq:                 /sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Prereq:                 GConf
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 pygtk2_version 2.7.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    35
%define gnome_desktop_version 2.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    36
%define gnome_python 2.10
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
%define gnome_python_desktop 2.13
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
%define evolution_data_server_version 1.5
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: gnome-python >= %{gnome_python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
Requires: gnome-python-desktop >= %{gnome_python_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
Requires: gnome-desktop >= %{gnome_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
Requires: evolution-data-server >= %{evolution_data_server_version}
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: gnome-python-devel >= %{gnome_python_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: gnome-python-desktop-devel >= %{gnome_python_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: gnome-desktop-devel >= %{gnome_desktop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: intltool
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Search applet for the GNOME panel.
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
10285
1a6aa219ed6e 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10284
diff changeset
    57
%patch1 -p1
15313
073935bd7076 * base-specs/deskbar-applet.spec : Uncomment patch 02-multihead-support
mattman
parents: 15101
diff changeset
    58
%patch2 -p1
17183
77f32de12b80 Use python2.6 explicitly in deskbar-applet.py to fix CR 6909661
jouby
parents: 16790
diff changeset
    59
%patch3 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
for po in po/*.po; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    62
  dos2unix -ascii $po $po
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%build
16790
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
    66
export PYTHON=/usr/bin/python%{default_python_version}
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    67
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    68
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
  CPUS=`/usr/sbin/psrinfo | grep on-line | wc -l | tr -d ' '`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    77
14962
ffb9b16fe80e 2009-01-22 Brian Cameron <[email protected]>
yippi
parents: 14697
diff changeset
    78
libtoolize --force
11757
1eb32a777b22 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
    79
aclocal $ACLOCAL_FLAGS -I ./m4
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
./configure --prefix=%{_prefix}			\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
	    --sysconfdir=%{_sysconfdir}		\
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    84
	    --disable-scrollkeeper		\
16442
62c2347fec22 2009-09-01 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
    85
	    --libexecdir=%{_libexecdir}		\
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    86
            --mandir=%{_mandir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    87
make -j $CPUS \
16790
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
    88
    pyexecdir=%{_libdir}/python%{default_python_version}/vendor-packages \
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
    89
    pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
make DESTDIR=$RPM_BUILD_ROOT install \
16790
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
    93
    pyexecdir=%{_libdir}/python%{default_python_version}/vendor-packages \
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
    94
    pythondir=%{_libdir}/python%{default_python_version}/vendor-packages
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
find $RPM_BUILD_ROOT -type f -name "*.a" -exec rm -f {} ';'
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    96
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
    97
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
    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
/sbin/ldconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
SCHEMAS="deskbar-applet.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
        gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/$S >/dev/null
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   106
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   107
%postun
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
/sbin/ldconfig
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
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   111
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   112
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
%defattr(-,root,root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
%{_libdir}/bonobo/servers
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%{_libdir}/pkgconfig
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
%{_libdir}/deskbar-applet
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
%{_sysconfdir}/gconf/schemas/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%{_datadir}/deskbar-applet/
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
%{_datadir}/locale
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
%{_datadir}/pixmaps
16790
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
   122
%{_libdir}/python%{default_python_version}/
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   124
%changelog
18037
fbb6029d041b 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   125
* Tue May 25 2010 - [email protected]
fbb6029d041b 2010-05-26 Brian Cameron <[email protected]>
yippi
parents: 17864
diff changeset
   126
- Bump to 2.30.1.
17792
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 17708
diff changeset
   127
* Sat Apr  3 2010 - [email protected]
ece276b4466f 2010-04-03 Christian Kelly <[email protected]>
chrisk
parents: 17708
diff changeset
   128
- Bump to 2.30.0.
17708
39ebdbc715b7 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17599
diff changeset
   129
* Sat Mar 13 2010 - [email protected]
39ebdbc715b7 2010-03-12 Christian Kelly <[email protected]>
chrisk
parents: 17599
diff changeset
   130
- Bump to 2.29.91.
17552
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 17183
diff changeset
   131
* Mon Feb 15 2010 - [email protected]
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 17183
diff changeset
   132
- Bump to 2.29.90.
a5cc3ca42ade 2010-02-15 Christian Kelly <[email protected]>
chrisk
parents: 17183
diff changeset
   133
* Tue Dec 15 2009 - [email protected]
17183
77f32de12b80 Use python2.6 explicitly in deskbar-applet.py to fix CR 6909661
jouby
parents: 16790
diff changeset
   134
- Use python2.6 explicitly in deskbar-applet.py to fix CR 6909661 
16790
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
   135
* Fri Oct 16 2009 - [email protected]
4e44b9236907 2009-10-16 Michal Pryc <[email protected]>
migi
parents: 16666
diff changeset
   136
- Use %{default_python_version} instead of hardcoding the version
16666
99149f8cd3be 2009-09-26 Dave Lin <[email protected]>
davelam
parents: 16549
diff changeset
   137
* Wed Sep 23 2009 - [email protected]
99149f8cd3be 2009-09-26 Dave Lin <[email protected]>
davelam
parents: 16549
diff changeset
   138
- Bump to 2.28.0
16549
3cda32919900 bump to 2.27.92.
davelam
parents: 16442
diff changeset
   139
* Tue Sep 08 2009 - [email protected]
3cda32919900 bump to 2.27.92.
davelam
parents: 16442
diff changeset
   140
- Bump to 2.27.92
16442
62c2347fec22 2009-09-01 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   141
* Tue Sep 01 2009 - [email protected]
62c2347fec22 2009-09-01 Dave Lin <[email protected]>
davelam
parents: 16434
diff changeset
   142
- Bump to 2.27.91
16238
405fd23be807 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   143
* Tue Aug 11 2009 - [email protected]
405fd23be807 2009-08-11 Christian Kelly <[email protected]>
chrisk
parents: 16224
diff changeset
   144
- Bump to 2.27.90.
16064
a91c608578b2 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15879
diff changeset
   145
* Sun Jul 19 2009 - [email protected]
a91c608578b2 2009-07-19 Christian Kelly <[email protected]>
chrisk
parents: 15879
diff changeset
   146
- Bump to 2.27.4.
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   147
* Bump to 2.26.2.
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15437
diff changeset
   148
* Wed Apr 15 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   149
- Bump to 2.26.1.
15437
69b954302417 * base-specs/deskbar-applet.spec: Bump to 2.26.0.
davelam
parents: 15386
diff changeset
   150
* Wed Mar 18 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   151
- Bump to 2.26.0.
15386
e8877e71c767 * base-specs/gnome-icon-theme.spec: Bump to 2.25.92.
davelam
parents: 15313
diff changeset
   152
* Fri Mar 13 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   153
- Bump to 2.25.92.
15313
073935bd7076 * base-specs/deskbar-applet.spec : Uncomment patch 02-multihead-support
mattman
parents: 15101
diff changeset
   154
* Thu Mar 05 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   155
- Uncoomment deskbar-applet-02-multihead-support.diff reworked.
15101
c58f707cf6b7 * base-specs/gnome-applets.spec : Bump to 2.25.90
mattman
parents: 14991
diff changeset
   156
* Mon Feb 16 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   157
- Bump to 2.25.90.
14991
651e5addb880 2009-01-30 Michal Pryc <[email protected]>
migi
parents: 14962
diff changeset
   158
* Fri Jan 30 2009 - [email protected]
651e5addb880 2009-01-30 Michal Pryc <[email protected]>
migi
parents: 14962
diff changeset
   159
- Commented deskbar-applet-02-multihead-support.diff, needs rework.
15873
e90bef7211f5 Fix comment.
yippi
parents: 15628
diff changeset
   160
* Thu Jan 22 2009 - [email protected]
14962
ffb9b16fe80e 2009-01-22 Brian Cameron <[email protected]>
yippi
parents: 14697
diff changeset
   161
- Add call to libtoolize.
14697
44961511f070 bump to gnome2.25.2
davelam
parents: 13829
diff changeset
   162
* Wed Dec 03 2008 - [email protected]
44961511f070 bump to gnome2.25.2
davelam
parents: 13829
diff changeset
   163
- Bump to 2.25.2
13829
44fc78eafded 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13462
diff changeset
   164
* Sun Sep 28 2008 - [email protected]
44fc78eafded 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13462
diff changeset
   165
- Bump to 2.24.0.
13462
a84142f0a018 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13386
diff changeset
   166
* Tue Sep 09 2008 - [email protected]
a84142f0a018 2008-09-09 Christian Kelly <[email protected]>
chrisk
parents: 13386
diff changeset
   167
- Bump to 2.23.92.
13386
611885ed0d08 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13360
diff changeset
   168
* Wed Sep 03 2008 - [email protected]
611885ed0d08 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13360
diff changeset
   169
- Rework patch #2.
13360
2f8550130bb0 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13175
diff changeset
   170
* Tue Sep 02 2008 - [email protected]
2f8550130bb0 2008-09-02 Christian Kelly <[email protected]>
chrisk
parents: 13175
diff changeset
   171
- Bump to 2.23.91.
13175
37b4be9cba2c 2008-08-19 Dave Lin <[email protected]>
davelam
parents: 13030
diff changeset
   172
* Tue Aug 19 2008 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   173
- Bump to 2.23.90.
13030
6b118454cdb7 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12900
diff changeset
   174
* Tue Aug 05 2008 - [email protected]
6b118454cdb7 2008-08-05 Damien Carbery <[email protected]>
dcarbery
parents: 12900
diff changeset
   175
- Bump to 2.23.6.
12900
10c4a534bef5 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   176
* Wed Jul 23 2008 - [email protected]
10c4a534bef5 2008-07-23 Damien Carbery <[email protected]>
dcarbery
parents: 12682
diff changeset
   177
- Bump to 2.23.5.
12682
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12572
diff changeset
   178
* Tue Jun 17 2008 - [email protected]
1a1be652584b 2008-06-17 Damien Carbery <[email protected]>
dcarbery
parents: 12572
diff changeset
   179
- Bump to 2.23.4.
12572
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12533
diff changeset
   180
* Tue Jun 03 2008 - [email protected]
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12533
diff changeset
   181
- Bump to 2.23.3.
12533
81517f29d7d2 * base-specs/deskbar-applet.spec : Bump to 2.23.2
mattman
parents: 12372
diff changeset
   182
* Tue May 29 2008 - [email protected]
12572
acb8b72bd682 2008-06-03 Damien Carbery <[email protected]>
dcarbery
parents: 12533
diff changeset
   183
- Bump to 2.23.2.
12372
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12126
diff changeset
   184
* Tue May 27 2008 - [email protected]
3b39ab00abdf 2008-05-27 Damien Carbery <[email protected]>
dcarbery
parents: 12126
diff changeset
   185
- Bump to 2.22.2.1.
12126
8a6596718276 * base-specs/deskbar-applet.spec : Add patch 02-multihead-support
mattman
parents: 12071
diff changeset
   186
* Tue Apr 15 2008 - [email protected]
8a6596718276 * base-specs/deskbar-applet.spec : Add patch 02-multihead-support
mattman
parents: 12071
diff changeset
   187
- Patch for multihead support
12071
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   188
* Wed Apr 09 2008 - [email protected]
bc965b34358f 2008-04-09 Damien Carbery <[email protected]>
dcarbery
parents: 11842
diff changeset
   189
- Bump to 2.22.1.
11842
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11757
diff changeset
   190
* Tue Mar 11 2008 - [email protected]
ef341ae585f3 2008-03-11 Damien Carbery <[email protected]>
dcarbery
parents: 11757
diff changeset
   191
- Bump to 2.22.0.1.
11757
1eb32a777b22 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   192
* Thu Feb 28 2008 - [email protected]
1eb32a777b22 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   193
- Reorder aclocal params to pick up patched intltool.m4 instead of the one
1eb32a777b22 2008-02-28 Damien Carbery <[email protected]>
dcarbery
parents: 11725
diff changeset
   194
  in the deskbar-applet area.
11725
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   195
* Tue Feb 26 2008 - [email protected]
b731d2d412a2 2008-02-26 Damien Carbery <[email protected]>
dcarbery
parents: 11619
diff changeset
   196
- Bump to 2.21.92.
11619
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   197
* Tue Feb 12 2008 - [email protected]
142af4376d61 2008-02-12 Damien Carbery <[email protected]>
dcarbery
parents: 11610
diff changeset
   198
- Bump to 2.21.91.
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   199
* Tue Jan 29 2008 - [email protected]
11554
ede04fe836f4 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   200
- Bump to 2.21.90.1.
ede04fe836f4 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11546
diff changeset
   201
* Tue Jan 29 2008 - [email protected]
11546
5472fd62fab6 2008-01-29 Damien Carbery <[email protected]>
dcarbery
parents: 11477
diff changeset
   202
- Bump to 2.21.90.
11477
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   203
* Thu Jan 17 2008 - [email protected]
18198fb39803 2008-01-17 Damien Carbery <[email protected]>
dcarbery
parents: 11330
diff changeset
   204
- Bump to 2.21.5.
11330
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   205
* Tue Dec 18 2007 - [email protected]
f17af88e96f0 2007-12-18 Damien Carbery <[email protected]>
dcarbery
parents: 11280
diff changeset
   206
- Bump to 2.21.4.
11280
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   207
* Tue Dec 04 2007 - [email protected]
426cb4b7de24 2007-12-04 Damien Carbery <[email protected]>
dcarbery
parents: 11180
diff changeset
   208
- Bump to 2.21.3.
11180
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   209
* Tue Nov 13 2007 - [email protected]
7f911e6f7c0e 2007-11-13 Damien Carbery <[email protected]>
dcarbery
parents: 10674
diff changeset
   210
- Bump to 2.21.2.
10674
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10647
diff changeset
   211
* Fri Oct 19 2007 - [email protected]
13ff310554af 2007-10-19 Damien Carbery <[email protected]>
dcarbery
parents: 10647
diff changeset
   212
- Bump to 2.20.1. Remove upstream patches, 02-iconv-solaris and 03-add-newline.
10635
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10561
diff changeset
   213
* Wed Oct 10 2007 - [email protected]
ea9c5ea506dd 2007-10-10 Damien Carbery <[email protected]>
dcarbery
parents: 10561
diff changeset
   214
- Don't delete *.pyc files - they are needed.
10561
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10498
diff changeset
   215
* Thu Sep 27 2007 - [email protected]
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10498
diff changeset
   216
- Add patch deskbar-applet-03-add-newline.diff which fixes a bug that
2e7fecf0591b 2007-09-27 Brian Cameron <[email protected]>
yippi
parents: 10498
diff changeset
   217
  was causing you to be unable to add the deskbar applet to the panel.
10498
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10428
diff changeset
   218
* Tue Sep 18 2007 - [email protected]
dedaba00d36f 2007-09-18 Damien Carbery <[email protected]>
dcarbery
parents: 10428
diff changeset
   219
- Bump to 2.20.0.
10428
70effb603f44 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10384
diff changeset
   220
* Mon Sep 03 2007 - [email protected]
70effb603f44 2007-09-03 Damien Carbery <[email protected]>
dcarbery
parents: 10384
diff changeset
   221
- Bump to 2.19.92.
10374
3c74640b18c1 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10328
diff changeset
   222
* Mon Aug 27 2007 - [email protected]
3c74640b18c1 2007-08-27 Damien Carbery <[email protected]>
dcarbery
parents: 10328
diff changeset
   223
- Bump to 2.19.91.
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10289
diff changeset
   224
* Wed Aug 15 2007 - [email protected]
10328
8448a2976c6b 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   225
- Bump to 2.19.90.1.
8448a2976c6b 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10327
diff changeset
   226
* Wed Aug 15 2007 - [email protected]
10327
fc6ac4e5fab4 2007-08-15 Damien Carbery <[email protected]>
dcarbery
parents: 10289
diff changeset
   227
- Bump to 2.19.90.
10284
c4a6bab99cd2 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   228
* Tue Aug 07 2007 - [email protected]
10287
b8e32ec2d0b0 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10286
diff changeset
   229
- Bump to 2.19.6.1. Remove upstream patch, 02-evo-handler.
b8e32ec2d0b0 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10286
diff changeset
   230
* Tue Aug 07 2007 - [email protected]
10285
1a6aa219ed6e 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10284
diff changeset
   231
- Remove patch 01-browser-locations because it is obsolete. Renumber rest.
10286
55c86b338d34 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10285
diff changeset
   232
- Add upstream patch, 02-evo-handler, to fix build error.
10285
1a6aa219ed6e 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10284
diff changeset
   233
* Tue Aug 07 2007 - [email protected]
10284
c4a6bab99cd2 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   234
- Bump to 2.19.6. Disable patch1 01-browser-locations because we don't install
c4a6bab99cd2 2007-08-07 Damien Carbery <[email protected]>
dcarbery
parents: 10175
diff changeset
   235
  mozilla or firefox under /usr/sfw.
10175
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   236
* Tue Jul 10 2007 - [email protected]
d1e1900b8e98 2007-07-10 Damien Carbery <[email protected]>
dcarbery
parents: 9988
diff changeset
   237
- Bump to 2.19.5.
9988
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   238
* Tue Jun 05 2007 - [email protected]
a349549365dc 2007-06-05 Damien Carbery <[email protected]>
dcarbery
parents: 9693
diff changeset
   239
- Bump to 2.19.3.
9693
12e6e5d802b3 2007-04-08 Damien Carbery <[email protected]>
dcarbery
parents: 9553
diff changeset
   240
* Sun Apr 08 2007 - [email protected]
12e6e5d802b3 2007-04-08 Damien Carbery <[email protected]>
dcarbery
parents: 9553
diff changeset
   241
- Bump to 2.18.1.
9553
ccdbc407d57e 2007-03-14 Damien Carbery <[email protected]>
dcarbery
parents: 9539
diff changeset
   242
* Wed Mar 14 2007 - [email protected]
ccdbc407d57e 2007-03-14 Damien Carbery <[email protected]>
dcarbery
parents: 9539
diff changeset
   243
- Bump to 2.18.0.
9539
147aa2a39613 Some missed in commit
dcarbery
parents: 9437
diff changeset
   244
* Tue Mar 13 2007 - [email protected]
147aa2a39613 Some missed in commit
dcarbery
parents: 9437
diff changeset
   245
- Bump to 2.17.93.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   246
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9397
diff changeset
   247
- Bump to 2.17.92.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   248
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   250
* Tue Jan 23 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
- Bump to 2.17.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   252
* Thu Jan 11 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
- Bump to 2.17.5.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   254
* Wed Jan 10 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
- Disable scrollkeeper in configure as files not needed.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   256
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
- Bump to 2.17.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   258
* Mon Nov 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
- Bump to 2.17.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   260
* Tue Oct 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
* Tue Oct 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
- Add a patch for webeyes compatibility, a recently
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   264
  EOL'd component.
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 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Tue Aug 29 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Bump to 2.15.92.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Thu Aug 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Bump to 2.15.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   272
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   273
* Fri Jul 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   274
- Bump to 2.15.90.1. dos2unix the po files.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   275
* Wed Jul 24 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   276
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   277
* Wed Jul 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   278
- Bump to 2.15.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   279
* Tue Apr 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   280
- Bump to 2.14.1.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   281
* Mon Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   282
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   283
* Fri Mar 17 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   284
- Fix up the browser locations. Patch from Rich Lowe.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   285
* Tue Mar 14 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   286
- Bump to 2.14.0.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   287
* Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   288
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   289
* Wed Mar 1 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   290
- Bump to 2.13.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   291
* Wed Mar 1 2006 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15873
diff changeset
   292
- Initial version.
13829
44fc78eafded 2008-09-29 Brian Cameron <[email protected]>
yippi
parents: 13462
diff changeset
   293