Tomas Bzatek 6c5d207
%define glib2_version 2.16.0
cc5d8a9
%define gtk2_version 2.6.0
cc5d8a9
%define dbus_version 1.0
cc5d8a9
%define hal_version 0.5.7
cc5d8a9
%define gcrypt_version 1.2.2
cc5d8a9
%define libtasn1_version 0.3.4
cvsdist 7a743dc
2dfe894
Summary: Framework for managing passwords and other secrets
cvsdist 7a743dc
Name: gnome-keyring
Tomas Bzatek 9bafe20
Version: 2.25.92
Tomas Bzatek 9bafe20
Release: 1%{?dist}
4b9a247
License: GPLv2+ and LGPLv2+
cvsdist 7a743dc
Group: System Environment/Libraries
477294e
Source: http://download.gnome.org/sources/gnome-keyring/2.25/gnome-keyring-%{version}.tar.bz2
cvsdist 7a743dc
URL: http://www.gnome.org
3473f4e
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 
cc5d8a9
BuildRequires: glib2-devel >= %{glib2_version}
cvsdist 7a743dc
BuildRequires: gtk2-devel >= %{gtk2_version}
6ea4fdc
BuildRequires: GConf2-devel
cc5d8a9
BuildRequires: dbus-devel >= %{dbus_version}
cc5d8a9
BuildRequires: hal-devel >= %{hal_version}
cc5d8a9
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
cc5d8a9
BuildRequires: libtasn1-devel >= %{libtasn1_version}
ba9c95a
BuildRequires: pam-devel
6d9194c
BuildRequires: autoconf, automake, libtool
cc5d8a9
BuildRequires: gettext
8958822
BuildRequires: intltool
8958822
BuildRequires: perl(XML::Parser)
a1e13b5
Requires(pre): GConf2
a1e13b5
Requires(preun): GConf2
a1e13b5
Requires(post): GConf2
a1e13b5
cvsdist 7a743dc
%description
2dfe894
The gnome-keyring session daemon manages passwords and other types of 
2dfe894
secrets for the user, storing them encrypted with a main password. 
2dfe894
Applications can use the gnome-keyring library to integrate with the keyring.
cvsdist 7a743dc
cvsdist 7a743dc
%package devel
2dfe894
Summary: Development files for gnome-keyring
4b9a247
License: LGPLv2+
cvsdist 7a743dc
Group: Development/Libraries
7ee0a24
Requires: %name = %{version}-%{release}
cvsdist 7a743dc
Requires: glib2-devel
7ee0a24
Requires: pkgconfig
4142500
# for /usr/share/gtk-doc/html
4142500
Requires: gtk-doc
cvsdist 7a743dc
cvsdist 7a743dc
%description devel
cvsdist 7a743dc
The gnome-keyring-devel package contains the libraries and
2dfe894
header files needed to develop applications that use gnome-keyring.
cvsdist 7a743dc
120d0bb
%package pam
2dfe894
Summary: Pam module for unlocking keyrings
4b9a247
License: LGPLv2+
120d0bb
Group: Development/Libraries
120d0bb
Requires: %{name} = %{version}-%{release}
120d0bb
# for /lib/security
120d0bb
Requires: pam
120d0bb
120d0bb
%description pam
120d0bb
The gnome-keyring-pam package contains a pam module that can
2dfe894
automatically unlock the "login" keyring when the user logs in.
120d0bb
120d0bb
cvsdist 7a743dc
%prep
cvsdist 7a743dc
%setup -q -n gnome-keyring-%{version}
cvsdist 7a743dc
cvsdist 7a743dc
%build
5b46d67
%configure --disable-gtk-doc --with-pam-dir=/%{_lib}/security --disable-acl-prompts
0e5994d
0e5994d
# avoid unneeded direct dependencies
0e5994d
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
0e5994d
cvsdist 7a743dc
make %{?_smp_mflags}
cvsdist 7a743dc
cvsdist 7a743dc
%install
cvsdist 7a743dc
rm -rf $RPM_BUILD_ROOT
a1e13b5
export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
120d0bb
make install install-pam DESTDIR=$RPM_BUILD_ROOT
a1e13b5
unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL
120d0bb
a6d0fe6
rm $RPM_BUILD_ROOT/%{_lib}/security/*.la
a6d0fe6
rm $RPM_BUILD_ROOT%{_libdir}/*.la
cc5d8a9
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/*.la
Tomas Bzatek e3d2d12
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
Tomas Bzatek 2e21f19
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/standalone/*.la
cvsdist 7a743dc
cvsdist 7a743dc
%find_lang gnome-keyring
cvsdist 7a743dc
cvsdist 7a743dc
%clean
cvsdist 7a743dc
rm -rf $RPM_BUILD_ROOT
cvsdist 7a743dc
a1e13b5
%post
a1e13b5
/sbin/ldconfig
a1e13b5
export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a1e13b5
gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gnome-keyring.schemas > /dev/null || :
a1e13b5
a1e13b5
%pre
a1e13b5
if [ "$1" -gt 1 ]; then
a1e13b5
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a1e13b5
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnome-keyring.schemas > /dev/null || :
a1e13b5
fi
a1e13b5
a1e13b5
%preun
a1e13b5
if [ "$1" -eq 0 ]; then
a1e13b5
  export GCONF_CONFIG_SOURCE=`gconftool-2 --get-default-source`
a1e13b5
  gconftool-2 --makefile-uninstall-rule %{_sysconfdir}/gconf/schemas/gnome-keyring.schemas > /dev/null || :
a1e13b5
fi
a1e13b5
cvsdist 7a743dc
%postun -p /sbin/ldconfig
cvsdist 7a743dc
cvsdist 7a743dc
%files -f gnome-keyring.lang
cvsdist 7a743dc
%defattr(-, root, root)
cvsdist 7a743dc
%doc AUTHORS NEWS README COPYING COPYING.LIB
4b9a247
# LGPL
cvsdist 7a743dc
%{_libdir}/lib*.so.*
cc5d8a9
%dir %{_libdir}/gnome-keyring
cc5d8a9
%{_libdir}/gnome-keyring/gnome-keyring-pkcs11.so
Tomas Bzatek e3d2d12
%{_libdir}/gnome-keyring/devel/*.so
Tomas Bzatek 2e21f19
%{_libdir}/gnome-keyring/standalone/*.so
4b9a247
# GPL
cvsdist 7a743dc
%{_bindir}/*
cvsdist 50d9db9
%{_libexecdir}/*
a5f7413
%{_datadir}/dbus-1/services/org.gnome.keyring.service
1b512e3
%{_datadir}/gcr
a1e13b5
%{_sysconfdir}/gconf/schemas/gnome-keyring.schemas
1b512e3
%{_sysconfdir}/xdg/autostart/gnome-keyring-daemon.desktop
cvsdist 7a743dc
cvsdist 7a743dc
%files devel
cvsdist 7a743dc
%defattr(-, root, root)
cvsdist 7a743dc
%{_libdir}/lib*.so
cvsdist 7a743dc
%{_libdir}/pkgconfig/*
cvsdist 7a743dc
%{_includedir}/*
4b9a247
%doc %{_datadir}/gtk-doc/html/gnome-keyring/
188060d
%doc %{_datadir}/gtk-doc/html/gp11/
cvsdist 7a743dc
120d0bb
%files pam
120d0bb
%defattr(-, root, root)
32a77f6
/%{_lib}/security/*.so
120d0bb
120d0bb
cvsdist 7a743dc
%changelog
Tomas Bzatek 9bafe20
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.92-1
Tomas Bzatek 9bafe20
- Update to 2.25.92
Tomas Bzatek 9bafe20
d20a1dc
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
d20a1dc
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
d20a1dc
576493c
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.91-1
576493c
- Update to 2.25.91
576493c
1b512e3
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.90-4
3ff4690
- Update to 2.25.90
3ff4690
Tomas Bzatek 2e21f19
* Tue Jan 20 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.5-1
Tomas Bzatek 2e21f19
- Update to 2.25.5
Tomas Bzatek 2e21f19
0e5994d
* Thu Jan  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.25.4.2-1
0e5994d
- Update to 2.25.4.2
0e5994d
Tomas Bzatek c68aa51
* Tue Jan  6 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4.1-1
Tomas Bzatek c68aa51
- Update to 2.25.4.1
Tomas Bzatek c68aa51
Tomas Bzatek e3d2d12
* Mon Jan  5 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.25.4-1
Tomas Bzatek e3d2d12
- Update to 2.25.4
Tomas Bzatek e3d2d12
835973c
* Sat Dec 20 2008 Ray Strode <rstrode@redhat.com> - 2.25.2-3
835973c
- Init dbus later (fixes ssh-agent,
835973c
  patch from Yanko Kaneti, bug 476300)
835973c
4797041
* Fri Dec 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.2-2
5450c42
- Update to 2.25.2
5450c42
2dfe894
* Sun Nov 23 2008 Matthias Clasen <mclasen@redhat.com> - 2.25.1-2
2dfe894
- Tweak description
2dfe894
Tomas Bzatek 0b264fe
* Mon Nov 10 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.25.1-1
Tomas Bzatek 0b264fe
- Update to 2.25.1
Tomas Bzatek 0b264fe
b9872bc
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.1-1
b9872bc
- Update to 2.24.1
b9872bc
3a9a3f4
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> - 2.24.0-2
b29efc3
- Update to 2.24.0
b29efc3
57e2369
* Sun Sep  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.92-1
57e2369
- Update to 2.23.92
57e2369
a554381
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.91-1
a554381
- Update to 2.23.91
a554381
Tomas Bzatek 4d36021
* Wed Aug 20 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.90-1
Tomas Bzatek 4d36021
- Update to 2.23.90
Tomas Bzatek 4d36021
de81194
* Mon Aug 11 2008 Colin Walters <walters@redhat.com> - 2.22.3.6-2
de81194
- Add --disable-acl-prompts; you can't try to maintain integrity
de81194
  between two processes with the same UID and no other form of
de81194
  access control.
de81194
Tomas Bzatek 6c5d207
* Mon Aug  4 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.23.6-1
Tomas Bzatek 6c5d207
- Update to 2.23.6
Tomas Bzatek 6c5d207
66d1a11
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> - 2.23.5-1
66d1a11
- Update to 2.23.5
66d1a11
153d878
* Thu May 29 2008 Colin Walters <walters@redhat.com> - 2.22.2-2
153d878
- Add patch to nuke allow-deny dialog, see linked upstream bug
153d878
  for discussion
153d878
Tomas Bzatek 72c864f
* Tue May 27 2008 Tomas Bzatek <tbzatek@redhat.com> - 2.22.2-1
Tomas Bzatek 72c864f
- Update to 2.22.2
Tomas Bzatek 72c864f
9934fa5
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.1-1
9934fa5
- Update to 2.22.1
9934fa5
3bebd1a
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-1
3bebd1a
- Update to 2.22.0
3bebd1a
677b5c1
* Sun Feb 24 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.92-1
677b5c1
- Update to 2.21.92
677b5c1
e1af55a
* Tue Feb 12 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-1
e1af55a
- Update to 2.21.91
e1af55a
- Drop upstreamed patch
e1af55a
50aef86
* Wed Feb  6 2008 Ray Strode <rstrode@redhat.com> - 2.21.90-2
50aef86
- Fix problem in patch for bug 430525
50aef86
02817e8
* Tue Jan 29 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.90-1
02817e8
- Update to 2.21.90
02817e8
152db40
* Mon Jan 28 2008 Ray Strode <rstrode@redhat.com> - 2.21.5-3
152db40
- Don't ask for a password...ever (bug 430525)
152db40
b3b4363
* Mon Jan 21 2008 Matthew Barnes  <mbarnes@redhat.com> - 2.21.5-2
b3b4363
- Fix a race condition that was causing Evolution to hang (#429097)
b3b4363
a32256f
* Mon Jan 14 2008 Matthias Clasen  <mclasen@redhat.com> - 2.21.5-1
a32256f
- Update to 2.21.5
a32256f
8ccbfe4
* Tue Dec 18 2007 Matthias Clasen  <mclasen@redhat.com> - 2.21.4-1
8ccbfe4
- Update to 2.21.4
8ccbfe4
cc5d8a9
* Fri Dec  7 2007 Matthias Clasen  <mclasen@redhat.com> - 2.21.3.2-1
cc5d8a9
- Update to 2.21.3.2
cc5d8a9
3387935
* Fri Nov 30 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.2-2
3387935
- Reenable auto-unlock
3387935
b7123d7
* Mon Nov 26 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.2-1
b7123d7
- Update to 2.20.2
b7123d7
a6d0fe6
* Sun Nov 11 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-4
a6d0fe6
- Don't ship a .la file (#370531)
a6d0fe6
2ebf8dd
* Thu Oct 25 2007 Christopher Aillon <caillon@redhat.com> - 2.20.1-3
2ebf8dd
- Rebuild
2ebf8dd
4fc6df8
* Mon Oct 15 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-2
4fc6df8
- Disable the auto-unlock question for now (#312531)
4fc6df8
e8823cc
* Mon Oct 15 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20.1-1
e8823cc
- Update to 2.20.1
e8823cc
- Drop obsolete patches
e8823cc
- Add bug ref for selinux patch
e8823cc
5bca71e
* Tue Oct  9 2007 Matthias Clasen  <mclasen@redhat.com> - 2.20-6
5bca71e
- Avoid undefined symbols in the pam module
5bca71e
648313f
* Mon Oct  8 2007 Alexander Larsson <alexl@redhat.com> - 2.20-5
648313f
- Fixed minor issue with pam-selinux issue pointed out by stef
648313f
c909319
* Thu Oct  4 2007 Alexander Larsson <alexl@redhat.com> - 2.20-4
c909319
- Have the pam module tell the daemon to init the login keyring 
c909319
  without using the socket as selinux limits access to that
c909319
9c64b5b
* Thu Oct  4 2007 Alexander Larsson <alexl@redhat.com> - 2.20-3
9c64b5b
- Add NO_MATCH error patch from svn. Will fix apps that
9c64b5b
  can't handle empty list matches
9c64b5b
943ca97
* Mon Oct 3 2007 Alexander Larsson <alexl@redhat.com> - 2.20-2
943ca97
- Backport fix from svn where newly created keyrings weren't
943ca97
  found
943ca97
- Don't unset default keyring on daemon shutdown
943ca97
bff891a
* Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.20-1
bff891a
- Update to 2.20
987319e
ef389c9
* Tue Sep  4 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.91-1
ef389c9
- Update to 2.19.91
ef389c9
0ec8782
* Sun Aug 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.90-1
0ec8782
- Update to 2.19.90
0ec8782
4b9a247
* Thu Aug  2 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6.1-2
4b9a247
- Update License fields
4b9a247
9d8571d
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6.1-1
9d8571d
- Update to 2.19.6.1
9d8571d
1612663
* Mon Jul 30 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-2
1612663
- Backport a fix from upstream
1612663
120d0bb
* Fri Jul 27 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.6-1
120d0bb
- Update to 2.19.6
120d0bb
- Add a pam subpackage
120d0bb
4142500
* Mon Jul  9 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.5-1
4142500
- Update to 2.19.5
4142500
4a541b6
* Sun May 20 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.2-1
4a541b6
- Update to 2.19.2
4a541b6
5ebeda7
* Tue Mar 13 2007 Matthias Clasen <mclasen@redhat.com> - 0.8-1
5ebeda7
- Update to 0.8
5ebeda7
ca59ab9
* Sat Feb 24 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.92-1
ca59ab9
- Update to 0.7.92
ca59ab9
38e0f71
* Mon Feb 12 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.91-1
38e0f71
- Update to 0.7.91
38e0f71
aabe1eb
* Thu Feb  8 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.3-2
aabe1eb
- Package review cleanup
aabe1eb
c11cfd5
* Wed Jan 10 2007 Matthias Clasen <mclasen@redhat.com> - 0.7.3-1
c11cfd5
- Update to 0.7.3
c11cfd5
3473f4e
* Tue Dec 19 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.2-1
3473f4e
- Update to 0.7.2
3473f4e
7ee0a24
* Mon Nov  6 2006 Matthias Clasen <mclasen@redhat.com> - 0.7.1-1
7ee0a24
- Update to 0.7.1
7ee0a24
132db57
* Mon Sep  4 2006 Alexander Larsson <alexl@redhat.com> - 0.6.0-1
132db57
- update to 0.6.0
132db57
6bdac43
* Wed Aug 23 2006 Dan Williams <dcbw@redhat.com> - 0.5.2-2.fc6
6bdac43
- Fix null pointer dereference (Gnome.org #352587)
6bdac43
1bcca78
* Mon Aug 21 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.2-1.fc6
1bcca78
- Update to 0.5.2
1bcca78
a1a2d8f
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.5.1-1.1
a1a2d8f
- rebuild
a1a2d8f
e104e9a
* Tue Jun 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.5.1-1
e104e9a
- Update to 0.5.1
e104e9a
84b8447
* Mon May 29 2006 Alexander Larsson <alexl@redhat.com> - 0.4.9-2
84b8447
- buildrequire gettext (#193377)
84b8447
44b8f44
* Mon Mar 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.9-1
44b8f44
- Update to 0.4.9
44b8f44
3006346
* Mon Feb 27 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.8-1
3006346
- Update to 0.4.8
3006346
b42f23c
* Mon Feb 13 2006 Matthias Clasen <mclasen@redhat.com> - 0.4.7-1
b42f23c
- Update to 0.4.7
b42f23c
1473e51
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2.1
1473e51
- bump again for double-long bug on ppc(64)
1473e51
76a8d44
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.4.6-1.2
76a8d44
- rebuilt for new gcc4.1 snapshot and glibc changes
76a8d44
58f952f
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
58f952f
- rebuilt
58f952f
f6fbe09
* Wed Nov 30 2005 Matthias Clasen <mclasen@redhat.com> 0.4.6-1
f6fbe09
- Update to 0.4.6
f6fbe09
888036f
* Thu Sep 29 2005 Matthias Clasen <mclasen@redhat.com> 0.4.5-1
888036f
- Update to 0.4.5
888036f
31f31ae
* Wed Sep  7 2005 Matthias Clasen <mclasen@redhat.com> 0.4.4-1
31f31ae
- Update to 0.4.4
31f31ae
David Zeuthen d51fcd0
* Tue Aug 16 2005 David Zeuthen <davidz@redhat.com> 0.4.3-2
David Zeuthen d51fcd0
- Rebuilt
David Zeuthen d51fcd0
f666d45
* Thu Aug  4 2005 Matthias Clasen <mclasen@redhat.com> 0.4.3-1
f666d45
- New upstream version
f666d45
David Zeuthen 456a133
* Fri Mar 18 2005 David Zeuthen <davidz@redhat.com> 0.4.2-1
David Zeuthen 456a133
- New upstream version
David Zeuthen 456a133
ee2933d
* Wed Mar  2 2005 Alex Larsson <alexl@redhat.com> 0.4.1-2
ee2933d
- Rebuild
ee2933d
329c3c6
* Tue Feb  1 2005 Matthias Clasen <mclasen@redhat.com> - 0.4.1-1
329c3c6
- Update to 0.4.1
329c3c6
454baea
* Mon Sep 13 2004 Alexander Larsson <alexl@redhat.com> - 0.4.0-1
454baea
- update to 0.4.0
454baea
cvsdist 87fda66
* Tue Aug 31 2004 Alex Larsson <alexl@redhat.com> 0.3.3-1
cvsdist 87fda66
- update to 0.3.3
cvsdist 87fda66
cvsdist 65d487a
* Thu Aug 12 2004 Alexander Larsson <alexl@redhat.com> - 0.3.2-1
cvsdist 65d487a
- update to 0.3.2
cvsdist 65d487a
cvsdist a93498a
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
cvsdist a93498a
- rebuilt
cvsdist a93498a
cvsdist 37b6eff
* Thu Apr  1 2004 Alex Larsson <alexl@redhat.com> 0.2.0-1
cvsdist 37b6eff
- update to 0.2.0
cvsdist 37b6eff
cvsdist 50d9db9
* Wed Mar 10 2004 Alexander Larsson <alexl@redhat.com> 0.1.90-1
cvsdist 50d9db9
- update to 0.1.90
cvsdist 50d9db9
cvsdist 50d9db9
* Tue Mar 02 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 50d9db9
- rebuilt
cvsdist 50d9db9
cvsdist 50d9db9
* Tue Feb 24 2004 Alexander Larsson <alexl@redhat.com> 0.1.4-1
cvsdist 50d9db9
- update to 0.1.4
cvsdist 50d9db9
cvsdist 50d9db9
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
cvsdist 50d9db9
- rebuilt
cvsdist 50d9db9
cvsdist 7a743dc
* Fri Jan 30 2004 Alexander Larsson <alexl@redhat.com> 0.1.3-1
cvsdist 7a743dc
- update to 0.1.3
cvsdist 7a743dc
cvsdist 7a743dc
* Mon Jan 26 2004 Bill Nottingham <notting@redhat.com>
cvsdist 7a743dc
- tweak summary
cvsdist 7a743dc
cvsdist 7a743dc
* Mon Jan 26 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-2
cvsdist 7a743dc
- devel package only needs glib2-devel, not gtk2-devel
cvsdist 7a743dc
cvsdist 7a743dc
* Fri Jan 23 2004 Alexander Larsson <alexl@redhat.com> 0.1.2-1
cvsdist 7a743dc
- First version