base-specs/gnome-system-monitor.spec
author chrisk
Mon, 31 Aug 2009 16:23:04 +0000
changeset 16434 f21f22550fe9
parent 16429 fe72291e50fd
child 16650 fffb95029f0f
permissions -rw-r--r--
2009-08-31 Christian Kelly <[email protected]> * base-specs/*.spec, *.spec: Change owner field to be parsable with spectool.
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-system-monitor 
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 niall
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: 16402
diff changeset
    10
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16402
diff changeset
    11
%define OSR gnome.org:0
fe72291e50fd 2009-08-31 Christian Kelly <[email protected]>
chrisk
parents: 16402
diff changeset
    12
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    13
%include l10n.inc
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    14
Name:         gnome-system-monitor 
14562
94f6f67c7f2a +2008-11-05 Henry Zhang <[email protected]>
henryz
parents: 12723
diff changeset
    15
License:      GPL v2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    16
Group:        System/GUI/GNOME 
16402
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
    17
Version:      2.27.4
15641
ec41a0f5a07e 2009-04-16 Niall Power <[email protected]>
niall
parents: 15628
diff changeset
    18
Release:      2
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    19
Distribution: Java Desktop System
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    20
Vendor:	      Sun Microsystems, Inc.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    21
Summary:      Simple process monitor 
15398
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 15295
diff changeset
    22
Source:       http://ftp.gnome.org/pub/GNOME/sources/%{name}/2.26/%{name}-%{version}.tar.bz2
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    23
Source1:      %{name}-po-sun-%{po_sun_version}.tar.bz2
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    24
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    25
Source2:                 l10n-configure.sh
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    26
%endif
9937
721a2c20b82c Add bugzilla info.
dcarbery
parents: 9932
diff changeset
    27
# The G_GNUC_INTERNAL portions of the 01-solaris patch are in bugzilla 373041.
15477
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15398
diff changeset
    28
# date:2006-11-15 owner:niall type:feature
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    29
#This patch make libgtop run at Solaris
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    30
Patch1:       gnome-system-monitor-01-solaris.diff
14917
e31d22762f81 2009-01-16 henry <[email protected]>
henryz
parents: 14796
diff changeset
    31
# date:2006-11-15 owner:calumb type:bug bugster:6489289 bugzilla:375669
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    32
Patch2:       gnome-system-monitor-02-launch-menu-item.diff
15477
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15398
diff changeset
    33
# date:2008-11-27 owner:niall type:bug bugster:6777351
14670
92e2184bdc03 2008-11-27 henry <[email protected]>
henryz
parents: 14562
diff changeset
    34
Patch3:       gnome-system-monitor-03-zfs.diff
16402
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
    35
# date:2009-08-27 owner:chrisk type:bug
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
    36
Patch4:       gnome-system-monitor-04-solaris2.diff
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    37
URL:          http://www.gnome.org
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    38
BuildRoot:    %{_tmppath}/%{name}-%{version}-build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    39
Autoreqprov:  on
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    40
Prereq:       GConf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    41
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    42
%define libgnomeui_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    43
%define libwnck_version 2.6.0
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    44
%define libgtop_version 2.9.5
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    45
%define scrollkeeper_version 0.3.14
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    46
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    47
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    48
BuildRequires: libwnck-devel >= %{libwnck_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    49
BuildRequires: libgtop-devel >= %{libgtop_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    50
BuildRequires: scrollkeeper >= %{scrollkeeper_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    51
Requires:      libgnomeui >= %{libgnomeui_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    52
Requires:      libwnck >= %{libwnck_version}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    53
Requires:      libgtop >= %{libgtop_version}
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    56
%description
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    57
Gnome-system-monitor is a simple process and system monitor for Gnome.
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
%prep
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    60
%setup -q
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    61
%if %build_l10n
9400
f3c0f4f1c2ee update to delete references to linux manpages
laca
parents: 9397
diff changeset
    62
bzcat %SOURCE1 | tar xf -
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    63
cd po-sun; make; cd ..
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    64
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    65
%patch1 -p1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    66
%patch2 -p1
14670
92e2184bdc03 2008-11-27 henry <[email protected]>
henryz
parents: 14562
diff changeset
    67
%patch3 -p1
16402
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
    68
%patch4 -p1
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    69
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    70
%build
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    71
%ifos linux
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    72
if [ -x /usr/bin/getconf ]; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    73
  CPUS=`getconf _NPROCESSORS_ONLN`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    74
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    75
%else
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    76
  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
    77
%endif
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    78
if test "x$CPUS" = "x" -o $CPUS = 0; then
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    79
  CPUS=1
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    80
fi
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    81
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    82
gnome-doc-common
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    83
libtoolize --force
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 9997
diff changeset
    84
intltoolize --force --copy --automake
12031
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    85
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    86
%if %build_l10n
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    87
bash -x %SOURCE2 --enable-copyright
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    88
%endif
8ed3afd23a6f 2008-04-04 Takao Fujiwara <[email protected]>
fujiwara
parents: 11699
diff changeset
    89
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    90
aclocal $ACLOCAL_FLAGS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    91
automake -a -c -f
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    92
autoconf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    93
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    94
CFLAGS="$RPM_OPT_FLAGS" \
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    95
./configure --prefix=%{_prefix}	\
11699
452a7faa77bb 2008-02-22 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
    96
	    --disable-scrollkeeper \
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    97
            --sysconfdir=%{_sysconfdir}
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    98
# Create a missing file. Fixed in cvs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
    99
touch pixmaps/side.png
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   100
make -j $CPUS
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   101
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   102
%install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   103
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   104
make DESTDIR=$RPM_BUILD_ROOT install
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   105
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
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
#Copy zh_HK from zh_TW
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   108
#Fixes bug 4930405
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   109
install -d $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   110
install --mode=0644 $RPM_BUILD_ROOT%{_datadir}/locale/zh_TW/LC_MESSAGES/*.mo $RPM_BUILD_ROOT%{_datadir}/locale/zh_HK/LC_MESSAGES/
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
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   113
# Delete scrollkeeper files - conflict with eog files!
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   114
rm -rf $RPM_BUILD_ROOT%{_prefix}/var/scrollkeeper
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   115
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   116
%clean
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   117
rm -rf $RPM_BUILD_ROOT
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   118
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   119
%post
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   120
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   121
SCHEMAS="gnome-system-monitor.schemas"
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   122
for S in $SCHEMAS; do
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   123
  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
   124
done
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   125
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   126
%files
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   127
%defattr(-, root, root)
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   128
%doc AUTHORS COPYING ChangeLog HACKING NEWS README TODO
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   129
%{_bindir}/gnome-system-monitor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   130
%{_datadir}/applications/gnome-system-monitor.desktop
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   131
%{_datadir}/locale/*/*/gnome-system-monitor.mo
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   132
%{_datadir}/gnome/help/gnome-system-monitor
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   133
%{_datadir}/omf/gnome-system-monitor/*.omf
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   134
%{_sysconfdir}/gconf/schemas/*.schemas
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   135
%{_mandir}/man1/*
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   136
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   137
%changelog
16402
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
   138
* Thu Aug 27 2009 - [email protected]
643d238292ca 2009-08-27 Christian Kelly <[email protected]>
chrisk
parents: 16025
diff changeset
   139
- Bump to 2.27.4.
16025
f6bea2862215 2009-07-15 Lin Ma <[email protected]>
lin
parents: 15879
diff changeset
   140
* Wed Jul 15 2009 - [email protected]
f6bea2862215 2009-07-15 Lin Ma <[email protected]>
lin
parents: 15879
diff changeset
   141
- Update gnome-system-monitor-01-solaris.diff to fix doo#9931
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   142
* Mon Jun 08 2009 - [email protected]
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   143
- Bump to 2.26.2.
15641
ec41a0f5a07e 2009-04-16 Niall Power <[email protected]>
niall
parents: 15628
diff changeset
   144
* Thu Apr 16 2009 - [email protected]
ec41a0f5a07e 2009-04-16 Niall Power <[email protected]>
niall
parents: 15628
diff changeset
   145
- zfs patch reworked - no longer indiana specific
15628
2d07f9379a86 2009-04-16 Dave Lin <[email protected]>
davelam
parents: 15477
diff changeset
   146
* Wed Apr 15 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   147
- Bump to 2.26.1.
15477
8736bfbb659a 2009-03-23 Niall Power <[email protected]>
niall
parents: 15398
diff changeset
   148
* Mon Mar 23 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   149
  Take ownership of spec file + patches.
15398
18c42d912f3e * base-specs/eog.spec: Bump to 2.25.92.
davelam
parents: 15295
diff changeset
   150
* Fri Mar 13 2009 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   151
- Bump to 2.26.0.
15295
7d571bcbd86f Bump to 2.25.91
davelam
parents: 14917
diff changeset
   152
* Wed Mar 04 2009 - [email protected]
7d571bcbd86f Bump to 2.25.91
davelam
parents: 14917
diff changeset
   153
- Bump to 2.25.91.
14670
92e2184bdc03 2008-11-27 henry <[email protected]>
henryz
parents: 14562
diff changeset
   154
* Fri Nov 27 2008 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   155
- Add patch to fix 6777351.
11699
452a7faa77bb 2008-02-22 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
   156
* Fri Feb 22 2008 - [email protected]
452a7faa77bb 2008-02-22 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
   157
- Add --disable-scrollkeeper to configure because scrollkeeper-update breaks
452a7faa77bb 2008-02-22 Damien Carbery <[email protected]>
dcarbery
parents: 10407
diff changeset
   158
  build.
10407
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 9997
diff changeset
   159
* Thu Aug 30 2007 - [email protected]
3172f39c4b0b 2007-08-30 Damien Carbery <[email protected]>
dcarbery
parents: 9997
diff changeset
   160
- Add intltoolize call to update intltool scripts.
9953
37d844804f78 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9937
diff changeset
   161
* Mon May 28 2007 - [email protected]
37d844804f78 2007-05-28 Damien Carbery <[email protected]>
dcarbery
parents: 9937
diff changeset
   162
- Bump to 2.18.2.
9719
675fa450dda4 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9539
diff changeset
   163
* Wed Apr 11 2007 - [email protected]
675fa450dda4 2007-04-11 Damien Carbery <[email protected]>
dcarbery
parents: 9539
diff changeset
   164
- Bump to 2.18.1.1
9539
147aa2a39613 Some missed in commit
dcarbery
parents: 9437
diff changeset
   165
* Tue Mar 13 2007 - [email protected]
147aa2a39613 Some missed in commit
dcarbery
parents: 9437
diff changeset
   166
- Bump to 2.18.0.
9437
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   167
* Mon Mar 05 2007 - [email protected]
e5a1d2abb76f 2007-03-05 Damien Carbery <[email protected]>
dcarbery
parents: 9400
diff changeset
   168
- Bump to 2.17.95.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   169
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   170
- Add l10n tarball.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   171
* Tue Feb 13 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   172
- Bump to 2.17.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   173
* Mon Jan 22 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   174
- Bump to 2.17.6.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   175
* Tue Jan 09 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   176
- Bump to 2.17.5.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   177
* Thu Jan 04 2007 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   178
- Add patch, 04-src-link, to fix #392776, unresolved symbols during link.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   179
* Wed Dec 20 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   180
- Bump to 2.17.4.2.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   181
* Tue Dec 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   182
- Bump to 2.17.4.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   183
* Mon Dec 18 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   184
- Bump to 2.17.4. Remove upstream patch 03-wifexited-wait.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   185
* Thu Dec 07 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   186
- Add patch, 03-wifexited-wait to include sys/wait.h in src/sysinfo.cpp.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   187
  Fixes 383291.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   188
* Tue Dec 05 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   189
- Bump to 2.17.3.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   190
* Wed Nov 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   191
- Bump to 2.17.2.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   192
* Thu Nov 16 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   193
- add patch comments.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   194
* Wed Nov 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   195
- Modify launch menu entry to match latest UI spec.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   196
* Mon Oct 02 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   197
- Bump to 2.16.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   198
* Wed Sep 06 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   199
- Bump to 2.16.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   200
* Tue Aug 22 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   201
- Bump to 2.15.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   202
* Tue Aug 08 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   203
- Bump to 2.15.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   204
* Wed Jul 26 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   205
- Bump to 2.15.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   206
* Wed July 19 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   207
- Add one patch so that Monitor can run at Solaris,
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   208
  also fix some existed bugs.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   209
* Fri Apr 10 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   210
- Bump to 2.14.1.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   211
  Mon Mar 13 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   212
- Bump to 2.14.0.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   213
  Tue Feb 28 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   214
- Bump to 2.13.92.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   215
* Tue Jan 31 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   216
- Bump to 2.13.90.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   217
* Tue Jan 17 2006 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   218
- Bump to 2.13.5.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   219
* Sun Jan 15 2006 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   220
- Bump to 2.13.4.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   221
* Tue Nov 29 2005 - laca.com
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   222
- remove javahelp stuff
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   223
* Tue Oct 11 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   224
- Bump to 2.12.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   225
* Sat Sep 17 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   226
- Bump to 2.12.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   227
* Mon Aug 15 2005 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   228
- Bump to 2.11.91.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   229
* Thu May 19 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   230
- Bump to 2.10.1.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   231
* Wed Mar 09 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   232
- Updated gnome-system-monitor-01-l10n-online-help.diff for l10n help.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   233
* Fri Jan 14 2005 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   234
- Updated l10n help tarball for cinnabar-linux.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   235
* Thu Oct 28 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   236
- Updated l10n help tarball and added pt_BR.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   237
* Wed Aug 25 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   238
- Updated l10n help tarball name for Cinnabar.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   239
* Thu Aug 05 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   240
- Integrated docs 0.3 tarball from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   241
* Thu Jul 08 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   242
- Updated l10n content to gnome-system-monitor-l10n-po-1.2.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   243
* Wed Jul 07 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   244
- added "-j $CPUS" to make to speed up builds.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   245
* Fri Jun 11 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   246
- Integrated docs 0.2 tarball from [email protected].
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   247
* Wed May 12 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   248
- Updated l10n content to gnome-system-monitor-l10n-po-1.1.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   249
* Sun Apr 18 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   250
- enable javahelp conversion on Solaris.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   251
* Thu Apr 08 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   252
- bump to 2.6.0.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   253
* Thu Apr 01 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   254
- Javahelp conversion.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   255
* Mon Mar 29 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   256
- Updated l10n content to gnome-system-monitor-l10n-po-1.0.tar.bz2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   257
* Mon Feb 16 2004 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   258
- Bump to 2.5.3, port docs/l10n.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   259
* Tue Dec 16 2003 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   260
- Bump to 2.5.2.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   261
* Fri Oct 31 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   262
- Remove the Sun Supported keyword, reorder patches.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   263
* Tue Oct 14 2003 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   264
- updated to version 2.4.0, reset release.
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   265
* Fri Aug 08 2003 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   266
- Remove mnemonics from notebook tab labels (#4903256).
9397
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   267
* Tue Aug 05 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   268
- Update tarball, bump version, reset release.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   269
* Fri Aug 01 2003 - [email protected]
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   270
- Add menu category to the menu entry.
b16e349d18c5 the easy part of the reorg (most files moved around)
laca
parents:
diff changeset
   271
* Wed May 14 2003 - [email protected]
15879
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   272
- Initial release.
e423a05d6778 2009-06-08 Brian Cameron <[email protected]>
yippi
parents: 15641
diff changeset
   273