2004-09-09 04:32:42 +00:00
|
|
|
%define glib2_version 2.2.0
|
|
|
|
%define pango_version 1.2.0
|
2006-05-09 16:56:22 +00:00
|
|
|
%define gtk2_version 2.7.1
|
2005-07-08 17:37:19 +00:00
|
|
|
%define libgnomeui_version 2.5.92
|
2004-09-30 20:42:54 +00:00
|
|
|
%define desktop_file_utils_version 0.9
|
2004-09-09 04:32:42 +00:00
|
|
|
%define gail_version 1.2.0
|
2004-09-09 04:32:52 +00:00
|
|
|
%define eel2_version 2.2.0
|
2005-07-08 17:37:19 +00:00
|
|
|
%define gnome_vfs2_version 2.5.91
|
2004-09-09 04:33:32 +00:00
|
|
|
%define libgnomeprintui22_version 2.2.1.1
|
2005-07-08 17:37:19 +00:00
|
|
|
%define libglade_version 2.3.6
|
|
|
|
%define libexif_version 0.6.12
|
2004-09-09 04:31:56 +00:00
|
|
|
|
|
|
|
Summary: Eye of GNOME image viewer
|
|
|
|
Name: eog
|
2006-09-05 00:06:22 +00:00
|
|
|
Version: 2.16.0.1
|
2006-10-18 16:48:17 +00:00
|
|
|
Release: 3%{?dist}
|
2004-09-09 04:31:56 +00:00
|
|
|
URL: http://www.gnome.org
|
2004-09-22 09:29:18 +00:00
|
|
|
Source: ftp://ftp.gnome.org/pub/GNOME/pre-gnome2/sources/eog/%{name}-%{version}.tar.bz2
|
2004-09-09 04:31:56 +00:00
|
|
|
License: GPL
|
|
|
|
Group: User Interface/Desktops
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-root
|
|
|
|
BuildRequires: glib2-devel >= %{glib2_version}
|
2004-09-09 04:32:02 +00:00
|
|
|
BuildRequires: pango-devel >= %{pango_version}
|
2004-09-09 04:31:56 +00:00
|
|
|
BuildRequires: gtk2-devel >= %{gtk2_version}
|
|
|
|
BuildRequires: libgnomeui-devel >= %{libgnomeui_version}
|
2005-07-08 17:37:19 +00:00
|
|
|
BuildRequires: libglade2-devel >= %{libglade_version}
|
2004-09-09 04:32:02 +00:00
|
|
|
BuildRequires: gail-devel >= %{gail_version}
|
2004-09-09 04:32:52 +00:00
|
|
|
BuildRequires: eel2-devel >= %{eel2_version}
|
2004-09-09 04:33:32 +00:00
|
|
|
BuildRequires: gnome-vfs2-devel >= %{gnome_vfs2_version}
|
|
|
|
BuildRequires: libgnomeprintui22-devel >= %{libgnomeprintui22_version}
|
2005-07-08 17:37:19 +00:00
|
|
|
BuildRequires: libexif-devel >= %{libexif_version}
|
2004-09-09 04:33:54 +00:00
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: libjpeg-devel
|
|
|
|
BuildRequires: scrollkeeper
|
|
|
|
BuildRequires: gettext
|
2004-09-30 20:42:54 +00:00
|
|
|
BuildRequires: desktop-file-utils >= %{desktop_file_utils_version}
|
2006-05-21 03:52:05 +00:00
|
|
|
BuildRequires: gnome-doc-utils
|
|
|
|
BuildRequires: gnome-desktop-devel
|
|
|
|
BuildRequires: libXt-devel
|
2004-09-09 04:32:52 +00:00
|
|
|
|
2006-05-09 16:56:22 +00:00
|
|
|
Requires(post): desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
Requires(post): scrollkeeper
|
|
|
|
Requires(post): GConf2
|
2006-10-18 16:48:17 +00:00
|
|
|
Requires(pre): GConf2
|
2006-05-09 16:56:22 +00:00
|
|
|
Requires(preun): GConf2
|
|
|
|
|
|
|
|
Requires(postun): desktop-file-utils >= %{desktop_file_utils_version}
|
|
|
|
Requires(postun): scrollkeeper
|
2004-09-09 04:31:56 +00:00
|
|
|
|
2006-05-09 16:56:22 +00:00
|
|
|
%description
|
|
|
|
Eye of GNOME (EOG) is an image viewer.
|
2004-09-09 04:31:56 +00:00
|
|
|
|
|
|
|
%prep
|
|
|
|
%setup -q
|
2006-02-16 03:32:24 +00:00
|
|
|
|
2006-02-13 15:48:07 +00:00
|
|
|
echo "NoDisplay=true" >> eog.desktop.in.in
|
2004-09-09 04:31:56 +00:00
|
|
|
|
|
|
|
%build
|
|
|
|
|
2006-05-09 17:15:48 +00:00
|
|
|
%configure --disable-scrollkeeper
|
2004-09-09 04:31:56 +00:00
|
|
|
make
|
|
|
|
|
|
|
|
%install
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
|
|
|
|
%makeinstall
|
|
|
|
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
|
|
|
|
|
2004-09-09 04:32:02 +00:00
|
|
|
desktop-file-install --vendor gnome --delete-original \
|
|
|
|
--dir $RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
--add-category X-Red-Hat-Extra \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*
|
|
|
|
|
2004-09-09 04:31:56 +00:00
|
|
|
%find_lang %{name}
|
|
|
|
|
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post
|
2006-05-09 16:56:22 +00:00
|
|
|
update-desktop-database -q
|
|
|
|
scrollkeeper-update -q
|
2004-09-09 04:31:56 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
2006-10-18 16:48:17 +00:00
|
|
|
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
|
|
|
|
|
|
|
|
%pre
|
|
|
|
if [ "$1" -gt 1 ]; then
|
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
|
|
|
|
fi
|
2006-05-09 16:56:22 +00:00
|
|
|
|
|
|
|
%preun
|
|
|
|
if [ "$1" -eq 0 ]; then
|
2006-10-18 16:48:17 +00:00
|
|
|
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
|
|
|
|
gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/eog.schemas > /dev/null || :
|
2006-05-09 16:56:22 +00:00
|
|
|
fi
|
2004-09-09 04:31:56 +00:00
|
|
|
|
2004-09-30 20:42:54 +00:00
|
|
|
%postun
|
2006-05-09 16:56:22 +00:00
|
|
|
update-desktop-database -q
|
|
|
|
scrollkeeper-update -q
|
2004-09-30 20:42:54 +00:00
|
|
|
|
2004-09-09 04:31:56 +00:00
|
|
|
%files -f %{name}.lang
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%doc AUTHORS COPYING ChangeLog NEWS README
|
2004-09-09 04:32:42 +00:00
|
|
|
%{_datadir}/eog
|
2006-09-08 03:46:54 +00:00
|
|
|
%{_datadir}/pixmaps/*
|
|
|
|
%{_datadir}/gnome/*
|
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/omf/*
|
2004-09-09 04:31:56 +00:00
|
|
|
%{_bindir}/*
|
|
|
|
%{_sysconfdir}/gconf/schemas/*.schemas
|
|
|
|
|
|
|
|
%changelog
|
2006-10-18 16:48:17 +00:00
|
|
|
* Wed Oct 18 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-3
|
|
|
|
- Fix scripts according to the packaging guidelines
|
|
|
|
|
2006-09-08 03:46:54 +00:00
|
|
|
* Thu Sep 7 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-2.fc6
|
|
|
|
- Fix some directory ownership issues
|
|
|
|
|
2006-09-05 00:06:22 +00:00
|
|
|
* Mon Sep 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.16.0.1-1.fc6
|
|
|
|
- Update to 2.16.0.1
|
|
|
|
|
2006-08-21 18:49:36 +00:00
|
|
|
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.92-1.fc6
|
|
|
|
- Update to 2.15.92
|
|
|
|
|
2006-08-12 23:25:59 +00:00
|
|
|
* Sat Aug 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.91-1.fc6
|
|
|
|
- Update to 2.15.91
|
|
|
|
|
2006-08-03 02:18:00 +00:00
|
|
|
* Wed Aug 2 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.90-1.fc6
|
|
|
|
- Update to 2.15.90
|
|
|
|
|
2006-07-12 18:40:45 +00:00
|
|
|
* Wed Jul 12 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.4-1
|
|
|
|
- Update to 2.15.4
|
|
|
|
|
2006-07-12 05:44:53 +00:00
|
|
|
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 2.15.3-1.1
|
|
|
|
- rebuild
|
|
|
|
|
2006-06-13 04:23:13 +00:00
|
|
|
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.3-1
|
|
|
|
- Update to 2.15.3
|
|
|
|
|
2006-05-23 02:27:03 +00:00
|
|
|
* Mon May 22 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.2-1
|
2006-05-23 02:24:41 +00:00
|
|
|
- Update to 2.15.2
|
|
|
|
|
2006-05-21 03:52:05 +00:00
|
|
|
* Sat May 20 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-2
|
|
|
|
- Add missing BuildRequires (#129025)
|
|
|
|
|
2006-05-09 16:56:22 +00:00
|
|
|
* Tue May 9 2006 Matthias Clasen <mclasen@redhat.com> - 2.15.1-1
|
|
|
|
- Update to 2.15.1
|
2006-05-09 17:25:42 +00:00
|
|
|
- Remove workaround for a long-fixed bug
|
2006-05-09 16:56:22 +00:00
|
|
|
|
2006-04-11 04:17:02 +00:00
|
|
|
* Mon Apr 10 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.1-2
|
|
|
|
- Update to 2.14.1
|
|
|
|
|
2006-03-13 21:16:29 +00:00
|
|
|
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.14.0-1
|
|
|
|
- Update to 2.14.0
|
|
|
|
|
2006-03-04 05:40:44 +00:00
|
|
|
* Sat Mar 4 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.92-1
|
|
|
|
- Update to 2.13.92
|
|
|
|
- Drop upstreamed patch
|
|
|
|
|
2006-02-16 03:32:24 +00:00
|
|
|
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-2
|
|
|
|
- silence excessive debug output
|
|
|
|
|
2006-02-15 06:35:37 +00:00
|
|
|
* Wed Feb 15 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.91-1
|
|
|
|
- Update to 2.13.91
|
|
|
|
|
2006-02-13 15:48:07 +00:00
|
|
|
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 2.13.90-2
|
|
|
|
- Append NoDisplay=true to the right file
|
|
|
|
|
2006-02-11 02:38:18 +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:30: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-30 20:33:19 +00:00
|
|
|
* Mon Jan 30 2006 Matthias Clasen <mclasen@redhat.com> 2.13.90-1
|
|
|
|
- Update to 2.13.90
|
|
|
|
|
2006-01-17 03:46:37 +00:00
|
|
|
* Mon Jan 16 2006 Matthias Clasen <mclasen@redhat.com> 2.13.5-1
|
|
|
|
- Update to 2.13.5
|
|
|
|
|
2006-01-13 18:07:16 +00:00
|
|
|
* Fri Jan 13 2006 Matthias Clasen <mclasen@redhat.com> 2.13.4-1
|
2006-01-13 18:06:13 +00:00
|
|
|
- Update to 2.13.4
|
|
|
|
|
2005-12-14 20:47:45 +00:00
|
|
|
* Wed Dec 14 2005 Matthias Clasen <mclasen@redhat.com> 2.13.3-1
|
|
|
|
- Update to 2.13.3
|
|
|
|
|
2005-12-09 22:40:19 +00:00
|
|
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2005-11-30 18:06:10 +00:00
|
|
|
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 2.13.2-1
|
|
|
|
- Update to 2.13.2
|
|
|
|
|
2005-10-06 04:36:16 +00:00
|
|
|
* Thu Oct 6 2005 Matthias Clasen <mclasen@redhat.com> 2.12.1-1
|
|
|
|
- Update to 2.12.1
|
|
|
|
|
2005-09-07 18:38:18 +00:00
|
|
|
* Wed Sep 7 2005 Matthias Clasen <mclasen@redhat.com> 2.12.0-1
|
|
|
|
- Update to 2.12.0
|
|
|
|
|
2005-08-16 16:54:00 +00:00
|
|
|
* Tue Aug 16 2005 Matthias Clasen <mclasen@redhat.com>
|
|
|
|
- Rebuilt
|
|
|
|
|
2005-08-04 17:33:01 +00:00
|
|
|
* Thu Aug 4 2005 Matthias Clasen <mclasen@redhat.com> 2.11.90-1
|
|
|
|
- Newer upstream version
|
|
|
|
|
2005-07-08 17:37:19 +00:00
|
|
|
* Fri Jul 8 2005 Matthias Clasen <mclasen@redhat.com> 2.11.0-1
|
|
|
|
- Update to 2.11.0
|
|
|
|
|
2005-03-29 03:12:26 +00:00
|
|
|
* Mon Mar 28 2005 Matthias Clasen <mclasen@redhat.com> 2.10.0-1
|
|
|
|
- Update to 2.10.0
|
|
|
|
|
2005-03-03 15:07:56 +00:00
|
|
|
* Thu Mar 3 2005 Marco Pesenti Gritti <mpg@redhat.com> 2.9.0-2
|
|
|
|
- Rebuild
|
|
|
|
|
2005-01-31 05:11:44 +00:00
|
|
|
* Mon Jan 31 2005 Matthias Clasen <mclasen@redhat.com> 2.9.0-1
|
|
|
|
- Update to 2.9.0
|
|
|
|
|
2004-11-06 13:03:45 +00:00
|
|
|
* Sat Nov 6 2004 Marco Pesenti Gritti <mpg@redhat.com> 2.8.1-1
|
|
|
|
- Update to 2.8.1
|
|
|
|
|
2004-09-30 20:42:54 +00:00
|
|
|
* Thu Sep 30 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-3
|
|
|
|
- Prereq desktop-file-utils >= 0.9
|
|
|
|
- update-desktop-database on uninstall
|
|
|
|
|
2004-09-27 05:48:21 +00:00
|
|
|
* Sun Sep 26 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-2
|
|
|
|
- Remove the graphics menu entry (#131724)
|
|
|
|
|
2004-09-22 09:29:18 +00:00
|
|
|
* Wed Sep 22 2004 Christopher Aillon <caillon@redhat.com> 2.8.0-1
|
|
|
|
- Update to 2.8.0
|
|
|
|
|
2004-09-09 04:35:07 +00:00
|
|
|
* Wed Aug 19 2004 Christopher Aillon <caillon@redhat.com> 2.7.1-1
|
|
|
|
- Update to 2.7.1
|
|
|
|
|
2004-09-09 04:35:01 +00:00
|
|
|
* Mon Aug 16 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-3
|
|
|
|
- Use update-desktop-database instead of rebuild-mime-info-cache
|
|
|
|
|
2004-09-09 04:34:57 +00:00
|
|
|
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-2
|
|
|
|
- Rebuild MIME info cache
|
|
|
|
|
2004-09-09 04:34:44 +00:00
|
|
|
* Sun Aug 15 2004 Christopher Aillon <caillon@redhat.com> 2.7.0-1
|
|
|
|
- Update to 2.7.0
|
|
|
|
|
2004-09-09 04:34:25 +00:00
|
|
|
* Tue Jun 29 2004 Christopher Aillon <caillon@redhat.com> 2.6.1-1
|
|
|
|
- Update to 2.6.1
|
|
|
|
|
2004-09-09 04:34:09 +00:00
|
|
|
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:33:54 +00:00
|
|
|
* Sat Apr 10 2004 Warren Togami <wtogami@redhat.com> 2.6.0-2
|
|
|
|
- BR intltool libjpeg-devel scrollkeeper gettext
|
|
|
|
|
|
|
|
* Fri Apr 2 2004 Alex Larsson <alexl@redhat.com> 2.6.0-1
|
|
|
|
- update to 2.6.0
|
|
|
|
|
2004-09-09 04:33:44 +00:00
|
|
|
* Wed Mar 10 2004 Alex Larsson <alexl@redhat.com> 2.5.90-1
|
|
|
|
- update to 2.5.90
|
|
|
|
|
|
|
|
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Thu Feb 26 2004 Alexander Larsson <alexl@redhat.com> 2.5.6-1
|
|
|
|
- update to 2.5.6
|
|
|
|
|
|
|
|
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:33:32 +00:00
|
|
|
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 2.5.3-1
|
|
|
|
- update to 2.5.3
|
|
|
|
|
2004-09-09 04:33:26 +00:00
|
|
|
* Fri Oct 3 2003 Alexander Larsson <alexl@redhat.com> 2.4.0-1
|
|
|
|
- 2.4.0
|
|
|
|
|
|
|
|
* Fri Aug 29 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-2
|
|
|
|
- prereq gconf2 (#90698)
|
|
|
|
|
|
|
|
* Tue Aug 19 2003 Alexander Larsson <alexl@redhat.com> 2.3.5-1
|
|
|
|
- update for gnome 2.3
|
|
|
|
|
|
|
|
* Tue Jul 29 2003 Havoc Pennington <hp@redhat.com> 2.2.2-2
|
|
|
|
- rebuild
|
|
|
|
|
|
|
|
* Mon Jul 7 2003 Havoc Pennington <hp@redhat.com> 2.2.2-1
|
|
|
|
- 2.2.2
|
|
|
|
- remove arg-escaping patch now upstream
|
|
|
|
|
|
|
|
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
2004-09-09 04:32:52 +00:00
|
|
|
* Tue Apr 1 2003 Havoc Pennington <hp@redhat.com> 2.2.0-2
|
|
|
|
- add patch to better escape filenames passed in as arguments
|
|
|
|
- add eel2-devel buildreq
|
|
|
|
|
2004-09-09 04:32:42 +00:00
|
|
|
* Thu Feb 6 2003 Havoc Pennington <hp@redhat.com> 2.2.0-1
|
|
|
|
- 2.2.0
|
|
|
|
- fix dependency versions
|
|
|
|
|
|
|
|
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
|
|
|
|
- rebuilt
|
|
|
|
|
|
|
|
* Fri Dec 13 2002 Tim Powers <timp@redhat.com> 1.1.3-1
|
|
|
|
- update to 1.1.3
|
|
|
|
- include glade file
|
2004-09-09 04:32:40 +00:00
|
|
|
|
2004-09-09 04:32:42 +00:00
|
|
|
* Sun Dec 1 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.1.2
|
2004-09-09 04:32:40 +00:00
|
|
|
|
2004-09-09 04:32:05 +00:00
|
|
|
* Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.0.2
|
|
|
|
- remove --copy-generic-name-to-name because there's no GenericName
|
|
|
|
anymore
|
|
|
|
- include libexecdir stuff
|
|
|
|
|
2004-09-09 04:32:02 +00:00
|
|
|
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- copy generic name to name and move to -Extra
|
|
|
|
|
|
|
|
* Mon Jul 29 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.0.1, rebuild with new gail
|
|
|
|
|
|
|
|
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 1.0.0
|
|
|
|
- use desktop-file-install
|
|
|
|
|
|
|
|
* Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
2004-09-09 04:31:56 +00:00
|
|
|
* Wed Jun 05 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
|
|
|
|
* Sun May 26 2002 Tim Powers <timp@redhat.com>
|
|
|
|
- automated rebuild
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- rebuild in different environment
|
|
|
|
- build requires libgnomeprint
|
|
|
|
|
|
|
|
* Tue May 21 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.118.0
|
|
|
|
|
|
|
|
* Fri May 3 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- 0.117.0
|
|
|
|
|
|
|
|
* Thu Apr 25 2002 Havoc Pennington <hp@redhat.com>
|
|
|
|
- initial build
|
|
|
|
|
|
|
|
|
|
|
|
|