gnome-system-monitor/gnome-system-monitor.spec

622 lines
18 KiB
RPMSpec
Raw Normal View History

# Note that this is NOT a relocatable package
2011-05-11 14:22:35 +00:00
%define libgtop2_version 2.28.2
%define libwnck_version 2.91.0
%define pango_version 1.2.0
2007-12-06 04:42:58 +00:00
%define gtk2_version 2.12
%define desktop_file_utils_version 0.2.90
2005-03-21 21:44:36 +00:00
%define libselinux_version 1.23.2
2009-06-09 16:42:14 +00:00
%define polkit_version 0.92
2008-11-23 08:21:41 +00:00
Summary: Process and resource monitor
Name: gnome-system-monitor
2012-08-07 11:27:26 +00:00
Version: 3.5.90
Release: 1%{?dist}
2007-08-03 02:55:22 +00:00
License: GPLv2+
Group: Applications/System
2006-08-23 16:48:18 +00:00
URL: http://www.gnome.org/
2010-03-31 00:22:17 +00:00
#VCS: git:git://git.gnome.org/gnome-system-monitor
2012-04-16 22:43:46 +00:00
Source: http://download.gnome.org/sources/gnome-system-monitor/3.4/%{name}-%{version}.tar.xz
2011-03-26 22:43:17 +00:00
BuildRequires: libgtop2-devel >= %{libgtop2_version}
2011-05-11 14:22:35 +00:00
BuildRequires: libwnck3-devel >= %{libwnck_version}
BuildRequires: pango-devel >= %{pango_version}
2011-02-22 06:17:06 +00:00
BuildRequires: gtk3-devel
BuildRequires: gtkmm30-devel
BuildRequires: desktop-file-utils
BuildRequires: startup-notification-devel
BuildRequires: intltool scrollkeeper gettext
2005-03-21 21:44:36 +00:00
BuildRequires: libselinux-devel >= %{libselinux_version}
2006-08-04 05:51:02 +00:00
BuildRequires: gnome-icon-theme
2006-11-07 19:19:14 +00:00
BuildRequires: pcre-devel
2008-01-15 01:42:18 +00:00
BuildRequires: librsvg2-devel
2007-02-12 19:25:23 +00:00
BuildRequires: gnome-doc-utils >= 0.3.2
2008-05-28 03:54:04 +00:00
BuildRequires: gnome-common
2011-02-22 06:25:49 +00:00
BuildRequires: libwnck3-devel
BuildRequires: libxml2-devel
2007-12-21 21:00:59 +00:00
# needed for autoreconf
BuildRequires: autoconf, automake, libtool
%description
2009-03-03 01:15:39 +00:00
gnome-system-monitor allows to graphically view and manipulate the running
processes on your system. It also provides an overview of available resources
2008-11-23 08:21:41 +00:00
such as CPU and memory.
%prep
2006-08-23 16:48:18 +00:00
%setup -q
2009-06-09 16:42:14 +00:00
%build
%configure --disable-scrollkeeper
make %{?_smp_mflags}
%install
2011-02-22 06:17:06 +00:00
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor gnome --delete-original \
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
2011-02-22 06:17:06 +00:00
--remove-category Application \
$RPM_BUILD_ROOT%{_datadir}/applications/*
rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
2008-10-09 03:32:01 +00:00
2007-08-07 15:41:32 +00:00
%find_lang %{name} --with-gnome
2011-02-22 06:17:06 +00:00
%postun
if [ $1 -eq 0 ]; then
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
2006-10-18 20:37:09 +00:00
fi
2011-02-22 06:17:06 +00:00
%posttrans
glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
2006-05-17 18:35:33 +00:00
%files -f %{name}.lang
2007-08-07 15:41:32 +00:00
%doc AUTHORS NEWS COPYING README
2006-08-23 16:48:18 +00:00
%{_bindir}/gnome-system-monitor
%{_datadir}/applications/*
2006-11-07 20:06:15 +00:00
%{_datadir}/pixmaps/gnome-system-monitor/
2011-02-22 06:17:06 +00:00
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.enums.xml
%{_datadir}/glib-2.0/schemas/org.gnome.gnome-system-monitor.gschema.xml
%{_datadir}/gnome-system-monitor/
2007-12-21 21:00:59 +00:00
%changelog
2012-08-07 11:27:26 +00:00
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
- Update to 3.5.90
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.4.1-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
* Sat Jul 21 2012 Ville Skyttä <ville.skytta@iki.fi> - 3.4.1-3
- Own the %%{_datadir}/gnome-system-monitor dir.
- Escape rpm macros in %%changelog.
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
- Silence rpm scriptlet output
2012-04-16 22:43:46 +00:00
* Tue Apr 17 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-1
- Update to 3.4.1
2012-03-27 15:25:48 +00:00
* Tue Mar 27 2012 Richard Hughes <hughsient@gmail.com> - 3.4.0-1
- Update to 3.4.0
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
- Update to 3.3.92
2012-03-06 04:15:00 +00:00
* Mon Mar 6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
- Update to 3.3.91
2012-02-26 07:08:38 +00:00
* Sun Feb 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.90-1
- Update to 3.3.90
2012-01-17 22:53:10 +00:00
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
- Update to 3.3.4
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2011-12-21 03:32:09 +00:00
* Tue Dec 20 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
- Update to 3.3.3
2011-11-24 16:05:02 +00:00
* Thu Nov 24 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2.1-1
- Update to 3.3.2.1
2011-11-22 02:40:53 +00:00
* Mon Nov 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.2-1
- Update to 3.3.2
2011-10-26 23:57:06 +00:00
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
- Rebuilt for glibc bug#747377
2011-10-19 05:03:31 +00:00
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
- Update to 3.2.1
2011-09-28 01:22:02 +00:00
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
- Update to 3.2.0
2011-10-19 05:03:31 +00:00
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> 3.1.90-1
- Update to 3.1.90
2011-07-05 09:26:28 +00:00
* Tue Jul 05 2011 Bastien Nocera <bnocera@redhat.com> 3.1.3-1
- Update to 3.1.3
2011-06-15 17:31:29 +00:00
* Wed Jun 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.2-1
- Update to 3.1.2
2011-05-13 02:54:54 +00:00
* Thu May 12 2011 Christopher Aillon <caillon@redhat.com> - 3.1.1.1-1
- Update to 3.1.1.1
2011-05-11 14:22:35 +00:00
* Wed May 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
- Update to 3.1.1
2011-04-04 20:40:47 +00:00
* Mon Apr 4 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.0-1
- Update to 3.0.0
2011-03-26 22:43:17 +00:00
* Sat Mar 26 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-2
- Fix runtime error with > 4 cpus
2011-03-25 17:35:13 +00:00
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.3-1
- Update to 2.99.3
2011-03-22 03:42:56 +00:00
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.2-1
- Update to 2.99.2
2011-03-08 00:30:52 +00:00
* Mon Mar 7 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.1-1
- Update to 2.99.1
- Drop 'About this computer', we no longer show it anyway
2011-02-22 06:17:06 +00:00
* Tue Feb 22 2011 Matthias Clasen <mclasen@redhat.com> - 2.99.0-1
- Update to 2.99.0
- Drop accumulated patches
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.28.2-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
2010-09-29 15:03:14 +00:00
* Wed Sep 29 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.2-1
- Update to 2.28.2
2010-03-31 00:22:17 +00:00
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.28.1-1
- Update to 2.28.1
2009-09-22 14:22:55 +00:00
* Tue Sep 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-2
- Include more translations for 'About this computer'
2009-09-22 03:34:26 +00:00
* Mon Sep 21 2009 Matthias Clasen <mclasen@redhat.com> - 2.28.0-1
- Update to 2.28.0
* Wed Sep 9 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-4
- Include new translations for 'About this computer'
2009-08-22 22:53:35 +00:00
* Sat Aug 22 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-3
- Fix a button image
- Add a close button to the memmaps dialog
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
2009-07-14 04:27:22 +00:00
* Tue Jul 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
- Update to 2.27.4
2009-07-01 14:48:41 +00:00
* Wed Jul 1 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.3-1
- Update to 2.27.3
2009-06-09 16:42:14 +00:00
* Wed May 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-3
- Port to PolicyKit 1
2009-04-27 20:12:50 +00:00
* Mon Apr 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
- Rebuild against newer GConf/intltool
- Pick up fixes from F-11
2009-04-14 01:33:43 +00:00
* Mon Apr 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
- Update to 2.26.1
- See http://download.gnome.org/sources/gnome-system-monitor/2.26/gnome-system-monitor-2.26.1.news
2009-03-16 18:19:09 +00:00
* Mon Mar 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0.1-1
- Update to 2.26.0.1
* Tue Mar 3 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-2
- No need to explicitly require PolicyKit-gnome
2009-03-03 01:15:39 +00:00
* Mon Mar 2 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-1
- Update to 2.26.0
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
2009-02-18 04:41:22 +00:00
* Tue Feb 17 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
- Update to 2.25.91
2009-01-20 18:36:45 +00:00
* Tue Jan 20 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.4-1
- Update to 2.24.4
2009-01-16 05:05:46 +00:00
* Fri Jan 16 2009 Matthias Clasen <mclasen@redhat.com> - 2.24.3-1
- Update to 2.24.3
2008-11-23 08:21:41 +00:00
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-2
- Improve description
2008-10-21 02:15:29 +00:00
* Mon Oct 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
- Update to 2.24.1
* Thu Oct 9 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-3
- Add a TryExec line to about-this-computer.desktop
2008-10-09 03:32:01 +00:00
* Wed Oct 8 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
- Save some space
2008-09-23 16:06:17 +00:00
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-1
- Update to 2.24.0
2008-09-03 02:47:12 +00:00
* Tue Sep 2 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
- Update to 2.23.91
2008-08-23 03:27:21 +00:00
* Fri Aug 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.90-1
- Update to 2.23.90
2008-08-13 21:04:41 +00:00
* Wed Aug 13 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-2
- Add session mgmt information in a Session column
2008-08-05 05:11:41 +00:00
* Tue Aug 5 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.6-1
- Update to 2.23.6
2008-07-22 04:06:18 +00:00
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
- Update to 2.23.5
2008-06-05 15:45:56 +00:00
* Thu Jun 05 2008 Than Ngo <than@redhat.com> 2.23.3-2
- don't show it in KDE menu
2008-06-04 17:14:16 +00:00
* Wed Jun 4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.3-1
- Update to 2.23.3
2008-05-28 03:42:54 +00:00
* Tue May 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.2-1
- Update to 2.23.2
* Fri Apr 18 2008 Will Woods <wwoods@redhat.com> - 2.22.1-4
- about-this-computer.desktop: it,ja,pa,ro,sk,zh_TW,ta,hi,mr,kn,te translations
2008-04-18 13:35:31 +00:00
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-3
- Actually apply the patch
* Fri Apr 18 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-2
- Apply a patch that reduces the resource consumption when drawing graphs
2008-04-15 03:25:37 +00:00
* Mon Apr 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
- Update to 2.22.1
* Fri Apr 4 2008 Will Woods <wwoods@redhat.com> - 2.22.0-2
- Update translations in about-this-computer.desktop
2008-03-10 23:22:05 +00:00
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
- Update to 2.22.0
2008-03-10 05:50:10 +00:00
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-4
- Don't show "About this computer" in the regular menus
* Sat Mar 8 2008 Will Woods <wwoods@redhat.com> - 2.21.92-3
- Add --show-system-tab commandline flag and about-this-computer.desktop
2008-03-07 04:44:39 +00:00
* Thu Mar 6 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-2
- Don't OnlyShowIn=GNOME
2008-02-26 04:45:28 +00:00
* Mon Feb 25 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
- Update to 2.21.92
2008-02-20 02:02:59 +00:00
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 2.21.5-2
- Autorebuild for GCC 4.3
2008-01-15 00:43:40 +00:00
* Mon Jan 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.5-1
- Update to 2.21.5
2007-12-21 21:00:59 +00:00
* Fri Dec 21 2007 David Zeuthen <davidz@redhat.com> - 2.21.4-2%{?dist}
- Add PolicyKit support
2007-12-19 01:54:08 +00:00
* Tue Dec 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.4-1
- Update to 2.21.4
2007-12-06 04:42:58 +00:00
* Wed Dec 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.3-1
- Update to 2.21.3
2007-11-13 19:11:30 +00:00
* Tue Nov 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.21.2-1
- Update to 2.21.2
2007-10-15 18:35:50 +00:00
* Mon Oct 15 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.1-1
- Update to 2.20.1
2007-09-17 19:26:45 +00:00
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0-1
- Update to 2.20.0
2007-09-04 13:23:58 +00:00
* Tue Sep 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
- Update to 2.19.91
2007-08-23 18:18:16 +00:00
* Thu Aug 23 2007 Adam Jackson <ajax@redhat.com> - 2.19.6-4
- Rebuild for ppc toolchain bug
2007-08-07 15:41:32 +00:00
* Tue Aug 7 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-3
- Use %%find_lang for help files
2007-08-03 02:55:22 +00:00
* Thu Aug 2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
- Update license field
- Add some %%doc files
2007-08-03 02:55:22 +00:00
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
2007-07-31 00:33:27 +00:00
- Update to 2.19.6
2007-07-10 15:06:55 +00:00
* Tue Jul 10 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
- Update to 2.19.5
2007-06-18 17:48:20 +00:00
* Mon Jun 18 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.4-1
- Update to 2.19.4
2007-06-06 03:51:12 +00:00
* Tue Jun 5 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-2
- Rebuild
2007-06-04 23:04:45 +00:00
* Mon Jun 4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.3-1
- Update to 2.19.3
2007-05-20 01:36:57 +00:00
* Sat May 19 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
- Update to 2.19.2
2007-03-13 18:32:33 +00:00
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 2.18.0-1
- Update to 2.18.0
2007-02-28 02:00:31 +00:00
* Tue Feb 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.94-1
- Update to 2.17.94
2007-02-27 21:58:41 +00:00
2007-02-12 19:16:26 +00:00
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.91-1
- Update to 2.17.91
2007-02-08 13:55:42 +00:00
* Thu Feb 8 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.6-2
- Remove an obsolete Obsoletes:
- Don't add X-Redhat-Base to the desktop file anymore
2007-01-23 05:46:49 +00:00
* Tue Jan 22 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.6-1
- Update to 2.17.6
2007-01-11 05:25:25 +00:00
* Thu Jan 11 2007 Matthias Clasen <mclasen@redhat.com> - 2.17.5-1
- Update to 2.17.5
2006-12-20 05:26:15 +00:00
* Wed Dec 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4.2-1
- Update to 2.17.4.2
2006-12-19 05:25:15 +00:00
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.4-1
- Update to 2.17.4
2006-12-05 06:00:11 +00:00
* Tue Dec 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.3-1
- Update to 2.17.3
2006-11-18 06:24:57 +00:00
* Sat Nov 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-2
- Add disto info
2006-11-13 04:27:55 +00:00
* Sun Nov 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2.1-1
- Update to 2.17.2.1
2006-11-07 18:37:57 +00:00
* Tue Nov 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.17.2-1
- Update to 2.17.2
2006-11-07 18:47:06 +00:00
- Update Requires
2006-11-07 18:37:57 +00:00
2006-10-22 01:27:35 +00:00
* Sat Oct 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.1-1
- Update to 2.16.1
2006-10-18 20:37:09 +00:00
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-2
- Fix scripts according to the packaging guidelines
2006-09-05 18:57:30 +00:00
* Tue Sep 5 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0-1.fc6
- Update to 2.16.0
2006-08-23 16:48:18 +00:00
* Wed Aug 23 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-2.fc6
- Apply a patch by Matthias Saou to clean up the .spec file
2006-08-21 19:34:42 +00:00
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
- Update to 2.15.92
2006-08-12 22:38:06 +00:00
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
- Update to 2.15.91
2006-08-04 05:43:28 +00:00
* Fri Aug 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
- Update to 2.15.90
2006-07-12 05:24:36 +00:00
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> 2.15.4-1
- Update to 2.15.4
2006-07-12 02:26:41 +00:00
* Tue Jul 11 2006 Matthias Clasen <mclasen@redhat.com> 2.15.0-1
- Update to 2.15.0
* Mon Jun 12 2006 Bill Nottingham <notting@redhat.com> 2.14.3-4
- don't buildreq libtool/automake/autoconf, they're not called during
the build
2006-05-18 17:13:29 +00:00
* Thu May 18 2006 Bill Nottingham <notting@redhat.com> 2.14.3-3
- s/GConf/GConf2
2006-05-17 18:21:10 +00:00
* Wed May 17 2006 Matthias Clasen <mclasen@redhat.com> 2.14.3-2
- Update to 2.14.3
2006-05-10 04:23:39 +00:00
* Wed May 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.2-2
- Update to 2.14.2
2006-04-10 17:15:53 +00:00
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> 2.14.1-2
- Update to 2.14.1
2006-03-13 14:59:09 +00:00
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> 2.14.0-1
- Update to 2.14.0
2006-02-28 02:42:34 +00:00
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> 2.13.92-1
- Update to 2.13.92
2006-02-11 03:17:44 +00:00
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.2
- bump again for double-long bug on ppc(64)
2006-02-07 11:56:02 +00:00
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 2.13.90-1.1
- rebuilt for new gcc4.1 snapshot and glibc changes
2006-01-31 18:18:12 +00:00
* Tue Jan 31 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
- Update to 2.13.90
2006-01-17 16:35:00 +00:00
* Tue Jan 17 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
- Update to 2.13.5
2006-01-03 18:36:24 +00:00
* Tue Jan 03 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
- Update to 2.13.4
2005-12-16 16:09:16 +00:00
* Fri Dec 16 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-2
- Rebuild against the new libgtop
2005-12-15 05:48:12 +00:00
* Thu Dec 15 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
- Update to 2.13.3
2005-12-09 22:40:44 +00:00
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt
2005-12-02 05:46:17 +00:00
* Fri Dec 2 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
- Update to 2.13.2
2005-11-22 06:03:08 +00:00
* Tue Nov 22 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-2
- Classify gnome-system-monitor as a monitor for better menus
2005-10-06 04:43:08 +00:00
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
- Update to 2.12.1
2005-09-07 19:06:01 +00:00
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
- Update to 2.12.0
2005-08-16 19:23:19 +00:00
* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com>
- Rebuilt
2005-08-11 19:33:46 +00:00
* Thu Aug 11 2005 Ray Strode <rstrode@redhat.com> 2.11.91-2
- rebuilt
* Wed Aug 10 2005 Ray Strode <rstrode@redhat.com> 2.11.91-1
2005-08-10 17:48:08 +00:00
- New upstream version
2005-08-04 18:39:26 +00:00
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
- New upstream version
2005-07-13 04:00:05 +00:00
* Tue Jul 12 2005 Matthias Clasen <mclasen@redhat.com> 2.11.4-1
- Newer upstream version
2005-03-21 21:44:36 +00:00
* Mon Mar 21 2005 David Zeuthen <davidz@redhat.com> 2.10.0-2
- Build with selinux support (#139896)
2005-03-14 16:02:12 +00:00
* Mon Mar 14 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
- Update to 2.10.0
- Bump BuildRequires for libwnck
- Remove libgnomesu-removing patch
2005-03-04 20:33:08 +00:00
* Fri Mar 4 2005 David Zeuthen <davidz@redhat.com> 2.9.91-2
- Rebuild
2005-02-09 18:40:19 +00:00
* Wed Feb 9 2005 Matthias Clasen <mclasen@redhat.com> 2.9.91-1
- Update to 2.9.91
2005-02-02 19:53:25 +00:00
* Wed Feb 2 2005 Matthias Clasen <mclasen@redhat.com> 2.9.90-1
2005-02-02 19:51:36 +00:00
- Update to 2.9.90
- Remove libgnomesu dependency
2005-01-30 15:52:31 +00:00
* Sun Jan 30 2005 Florian La Roche <laroche@redhat.com>
- rebuild against new libs
2004-12-20 20:11:32 +00:00
* Mon Dec 20 2004 Christopher Aillon <caillon@redhat.com> 2.8.1-1
- Update to 2.8.1
2004-11-03 20:33:57 +00:00
* Wed Nov 03 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
- Update to 2.8.0
* Wed Sep 01 2004 Florian La Roche <Florian.LaRoche@redhat.de>
- rebuild
* Fri Aug 06 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-1
- Update to 2.7.0
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Mon May 03 2004 Than Ngo <than@redhat.com> 2.6.0-3
- cleanup GNOME/KDE menu, only show in GNOME
* Tue Apr 13 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
- #110918 BR intltool scrollkeeper gettext
* Fri Apr 2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
- update to 2.6.0
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
- update to 2.5.3
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Tue Jan 27 2004 Alexander Larsson <alexl@redhat.com> 2.5.2-1
- update to 2.5.2
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
- 2.4.0
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.0-1
- update for gnome 2.3
* Mon Jul 28 2003 Havoc Pennington <hp@redhat.com> 2.0.5-3
- rebuild, require newer libgtop2
* Fri Jul 18 2003 <timp@redhat.com> 2.0.5-2
- rebuild against newer libgtop
* Tue Jul 8 2003 Havoc Pennington <hp@redhat.com> 2.0.5-1
- 2.0.5
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Fri Feb 14 2003 Havoc Pennington <hp@redhat.com> 2.0.4-2
- don't buildreq xft
* Wed Feb 5 2003 Havoc Pennington <hp@redhat.com> 2.0.4-1
- 2.0.4
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
- rebuilt
* Tue Dec 3 2002 Tim Powers <timp@redhat.com> 2.0.3-1
- updated to 2.0.3
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
- 2.0.0
- add a bunch of build requires
- put omf in file list
- fix location of desktop file
- use desktop-file-install
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
- build with new libs
* Sun May 26 2002 Tim Powers <timp@redhat.com>
- automated rebuild
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- rebuild in different environment
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- obsolete gtop
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
- 1.1.7
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
- rebuild with new libs
* Thu Apr 18 2002 Havoc Pennington <hp@redhat.com>
- 1.1.6
* Wed Jan 30 2002 Owen Taylor <otaylor@redhat.com>
- Version 1.1.3 (should rename package to gnome-system-monitor as upstream)
* Thu Jan 10 2002 Havoc Pennington <hp@pobox.com>
- make spec "Red Hat style"
- add GConf stuff
- langify