2252f31
%global glib2_version 2.44.0
2252f31
%global gcr_version 3.27.90
e74e0b8
%global gcrypt_version 1.2.2
cvsdist 7a743dc
2570ab9
Name:    gnome-keyring
2570ab9
Version: 42.1
2570ab9
Release: 1%{?dist}
3f29b07
Summary: Framework for managing passwords and other secrets
3f29b07
4b9a247
License: GPLv2+ and LGPLv2+
bf592e2
URL:     https://wiki.gnome.org/Projects/GnomeKeyring
2570ab9
Source0: https://download.gnome.org/sources/%{name}/42/%{name}-%{version}.tar.xz
2570ab9
# https://gitlab.gnome.org/GNOME/gnome-keyring/-/merge_requests/52
2570ab9
Patch0:  gnome-keyring-42.0-fix-strncpy.patch
Tomas Bzatek 0a2de81
e74e0b8
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
e74e0b8
BuildRequires: pkgconfig(glib-2.0) >= %{glib2_version}
2570ab9
BuildRequires: pkgconfig(libsystemd)
e74e0b8
BuildRequires: pkgconfig(p11-kit-1)
e74e0b8
BuildRequires: docbook-dtds
e74e0b8
BuildRequires: docbook-style-xsl
8407106
BuildRequires: gcc
cc5d8a9
BuildRequires: gettext
8958822
BuildRequires: intltool
e74e0b8
BuildRequires: libgcrypt-devel >= %{gcrypt_version}
90d4af2
BuildRequires: libselinux-devel
2570ab9
BuildRequires: make
e74e0b8
BuildRequires: pam-devel
2570ab9
BuildRequires: systemd-rpm-macros
ba6bac9
BuildRequires: /usr/bin/ssh-add
ba6bac9
BuildRequires: /usr/bin/ssh-agent
e74e0b8
BuildRequires: /usr/bin/xsltproc
a1e13b5
ba6bac9
Requires: /usr/bin/ssh-add
ba6bac9
Requires: /usr/bin/ssh-agent
32a334d
Requires: /usr/libexec/gcr-ssh-askpass
ba6bac9
cvsdist 7a743dc
%description
3b11c0e
The gnome-keyring session daemon manages passwords and other types of
3b11c0e
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
3f29b07
120d0bb
%package pam
2dfe894
Summary: Pam module for unlocking keyrings
4b9a247
License: LGPLv2+
fd31bf3
Requires: %{name}%{?_isa} = %{version}-%{release}
120d0bb
# for /lib/security
fd31bf3
Requires: pam%{?_isa}
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
3f29b07
%autosetup -p1
b2c2287
Tomas Bzatek 59c0041
cvsdist 7a743dc
%build
99a10b9
%configure \
e489eaa
           --with-pam-dir=%{_libdir}/security \
e4be4e4
           --enable-pam \
2570ab9
           --with-systemd \
e4be4e4
           --without-libcap-ng
0e5994d
0e5994d
# avoid unneeded direct dependencies
0e5994d
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' libtool
0e5994d
7bb82aa
%make_build
cvsdist 7a743dc
3f29b07
cvsdist 7a743dc
%install
1ddf211
%make_install
120d0bb
a875c7e
rm $RPM_BUILD_ROOT%{_libdir}/security/*.la
ac10961
rm $RPM_BUILD_ROOT%{_libdir}/pkcs11/*.la
Tomas Bzatek e3d2d12
rm $RPM_BUILD_ROOT%{_libdir}/gnome-keyring/devel/*.la
cvsdist 7a743dc
cvsdist 7a743dc
%find_lang gnome-keyring
cvsdist 7a743dc
2570ab9
%post
2570ab9
%systemd_user_post gnome-keyring-daemon.service
2570ab9
2570ab9
%preun
2570ab9
%systemd_user_preun gnome-keyring-daemon.service
cvsdist 7a743dc
cvsdist 7a743dc
%files -f gnome-keyring.lang
2f11c23
%doc AUTHORS NEWS README
2f11c23
%license COPYING COPYING.LIB
4b9a247
# LGPL
cc5d8a9
%dir %{_libdir}/gnome-keyring
33de984
%dir %{_libdir}/gnome-keyring/devel
Tomas Bzatek e3d2d12
%{_libdir}/gnome-keyring/devel/*.so
33de984
%dir %{_libdir}/pkcs11
33de984
%{_libdir}/pkcs11/*.so
4b9a247
# GPL
e4be4e4
%{_bindir}/gnome-keyring-daemon
e41c396
%{_bindir}/gnome-keyring
e41c396
%{_bindir}/gnome-keyring-3
Tomas Bzatek 59c0041
%{_datadir}/dbus-1/services/*.service
Debarshi Ray a1aff4e
%{_sysconfdir}/pkcs11/modules/gnome-keyring.module
Tomas Bzatek 2e46d5b
%{_sysconfdir}/xdg/autostart/*
1491244
%{_datadir}/GConf/gsettings/*.convert
1491244
%{_datadir}/glib-2.0/schemas/*.gschema.xml
4a7a059
%dir %{_datadir}/xdg-desktop-portal
4a7a059
%dir %{_datadir}/xdg-desktop-portal/portals
4a7a059
%{_datadir}/xdg-desktop-portal/portals/gnome-keyring.portal
c058c78
%{_mandir}/man1/gnome-keyring.1*
c058c78
%{_mandir}/man1/gnome-keyring-3.1*
c058c78
%{_mandir}/man1/gnome-keyring-daemon.1*
2570ab9
%{_userunitdir}/gnome-keyring-daemon.service
2570ab9
%{_userunitdir}/gnome-keyring-daemon.socket
cvsdist 7a743dc
120d0bb
%files pam
e489eaa
%{_libdir}/security/*.so
120d0bb
120d0bb
cvsdist 7a743dc
%changelog
2570ab9
* Mon May 23 2022 David King <amigadave@amigadave.com> - 42.1-1
2570ab9
- Update to 42.1
2570ab9
e8e79b7
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 40.0-4
e8e79b7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
Debarshi Ray a1aff4e
- Update the path of the PKCS#11 module
e8e79b7
e4be4e4
* Tue Sep 21 2021 Michael Catanzaro <mcatanzaro@redhat.com> - 40.0-3
e4be4e4
- Drop dependency on libcapng
e4be4e4
- Drop cap_ipc_lock to unbreak the D-Bus service
e4be4e4
- Fixes #2005625
e4be4e4
e75eb64
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 40.0-2
e75eb64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
e75eb64
3949a3b
* Fri Mar 26 2021 Kalev Lember <klember@redhat.com> - 40.0-1
3949a3b
- Update to 40.0
3949a3b
657c90b
* Fri Mar 05 2021 David King <amigadave@amigadave.com> - 3.36.0-6
657c90b
- Apply upstream patch to fix capng usage (#1888978)
657c90b
27b574e
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-5
27b574e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
27b574e
f592fdc
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-4
f592fdc
- Second attempt - Rebuilt for
f592fdc
  https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
f592fdc
fd2331f
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.36.0-3
fd2331f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
fd2331f
7bb82aa
* Mon Jul 13 2020 Tom Stellard <tstellar@redhat.com> - 3.36.0-2
7bb82aa
- Use make macros
7bb82aa
- https://fedoraproject.org/wiki/Changes/UseMakeBuildInstallMacro
7bb82aa
a96d491
* Wed Mar 11 2020 Kalev Lember <klember@redhat.com> - 3.36.0-1
a96d491
- Update to 3.36.0
a96d491
78e727a
* Mon Feb 17 2020 Kalev Lember <klember@redhat.com> - 3.35.90-1
78e727a
- Update to 3.35.90
78e727a
62a19e5
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 3.35.1-2
62a19e5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
62a19e5
4a7a059
* Thu Jan 16 2020 Kalev Lember <klember@redhat.com> - 3.35.1-1
4a7a059
- Update to 3.35.1
4a7a059
f7c5017
* Mon Sep 30 2019 Kalev Lember <klember@redhat.com> - 3.34.0-1
f7c5017
- Update to 3.34.0
f7c5017
655b5e2
* Thu Jul 25 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.31.91-2
655b5e2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
655b5e2
3f651e9
* Sat Mar 02 2019 Kalev Lember <klember@redhat.com> - 3.31.91-1
3f651e9
- Update to 3.31.91
3f651e9
23d0a66
* Sun Feb 10 2019 Kalev Lember <klember@redhat.com> - 3.31.90-1
23d0a66
- Update to 3.31.90
23d0a66
e3f6b3d
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-3
e3f6b3d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
e3f6b3d
4fee428
* Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.28.2-2
4fee428
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
4fee428
8557c5d
* Tue May 08 2018 Kalev Lember <klember@redhat.com> - 3.28.2-1
8557c5d
- Update to 3.28.2
8557c5d
fde0bae
* Mon Mar 26 2018 Kalev Lember <klember@redhat.com> - 3.28.0.2-1
fde0bae
- Update to 3.28.0.2
fde0bae
1c6aaba
* Tue Mar 13 2018 Kalev Lember <klember@redhat.com> - 3.28.0.1-1
1c6aaba
- Update to 3.28.0.1
1c6aaba
35ec964
* Mon Mar 12 2018 Kalev Lember <klember@redhat.com> - 3.28.0-1
35ec964
- Update to 3.28.0
35ec964
ba6bac9
* Mon Mar 05 2018 Kalev Lember <klember@redhat.com> - 3.27.92-1
ba6bac9
- Update to 3.27.92
c1491de
- Don't set group tags
2347818
- Remove ancient obsoletes
ae6de44
- Remove gsettings schema scriptlets
ba6bac9
6cb4be0
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-5
6cb4be0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6cb4be0
Nikos Mavrogiannopoulos 8a19514
* Fri Dec 08 2017 Nikos Mavrogiannopoulos - 3.20.1-4
Nikos Mavrogiannopoulos 8a19514
- No longer register gnome-keyring as a local PKCS#11 module (#1520268)
Nikos Mavrogiannopoulos 8a19514
c3705db
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-3
c3705db
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c3705db
7b0c057
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.1-2
7b0c057
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
7b0c057
Debarshi Ray 35d561e
* Tue Jul 04 2017 Debarshi Ray <rishi@fedoraproject.org> - 3.20.1-1
Debarshi Ray 35d561e
- Update to 3.20.1
Debarshi Ray 35d561e
ae203b5
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 3.20.0-2
ae203b5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
ae203b5
74df82b
* Fri Mar 25 2016 Kalev Lember <klember@redhat.com> - 3.20.0-1
74df82b
- Update to 3.20.0
74df82b
Richard Hughes bccace7
* Thu Feb 18 2016 Richard Hughes <rhughes@redhat.com> - 3.19.90-1
Richard Hughes bccace7
- Update to 3.19.90
Richard Hughes bccace7
21469c0
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 3.19.4-2
21469c0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
21469c0
5efe75b
* Wed Jan 20 2016 Kalev Lember <klember@redhat.com> - 3.19.4-1
5efe75b
- Update to 3.19.4
5efe75b
2d8061c
* Wed Oct 28 2015 Kalev Lember <klember@redhat.com> - 3.18.3-1
2d8061c
- Update to 3.18.3
2d8061c
b2c2287
* Fri Oct 23 2015 Kalev Lember <klember@redhat.com> - 3.18.2-1
b2c2287
- Update to 3.18.2
b2c2287
8f51a4a
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1-2
8f51a4a
- dbus: Fix object path regression from GDBus port
8f51a4a
058244c
* Sat Oct 17 2015 Kalev Lember <klember@redhat.com> - 3.18.1-1
058244c
- Update to 3.18.1
1942ba4
- Drop unused dbus build dependency
1ddf211
- Use make_install macro
058244c
cce4de0
* Thu Oct 15 2015 Ray Strode <rstrode@redhat.com> 3.18.0-4
cce4de0
- Fix password handoff in non-autologin case
cce4de0
- Remove unneccessary part of autologin fix
cce4de0
  Related: #1269581
cce4de0
9ce4ea8
* Thu Oct 15 2015 Ray Strode <rstrode@redhat.com> 3.18.0-3
9ce4ea8
- Fix deadlock in gnome-keyring when using autologin
9ce4ea8
  Resolves: #1269581
9ce4ea8
dc5eb1f
* Wed Oct 14 2015 Kalev Lember <klember@redhat.com> - 3.18.0-2
dc5eb1f
- dbus: Initialize secret service before claiming name
dc5eb1f
485edf9
* Mon Sep 28 2015 Kalev Lember <klember@redhat.com> - 3.18.0-1
485edf9
- Update to 3.18.0
485edf9
Richard Hughes 9493b0b
* Tue Sep 15 2015 Richard Hughes <rhughes@redhat.com> - 3.17.91-1
Richard Hughes 9493b0b
- Update to 3.17.91
Richard Hughes 9493b0b
ff20696
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.16.0-2
ff20696
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
ff20696
4bffa6a
* Wed Apr 08 2015 David King <amigadave@amigadave.com> - 3.16.0-1
4bffa6a
- Update to 3.16.0
4bffa6a
085af9e
* Tue Mar 17 2015 Kalev Lember <kalevlember@gmail.com> - 3.15.92-1
085af9e
- Update to 3.15.92
085af9e
87294d3
* Sun Mar 08 2015 David King <amigadave@amigadave.com> - 3.15.90-2
87294d3
- Add patch to fix repeated SSH agent requests
87294d3
8e88371
* Thu Feb 26 2015 David King <amigadave@amigadave.com> - 3.15.90-1
8e88371
- Update to 3.15.90
bf592e2
- Update URL
e74e0b8
- Use pkgconfig for BuildRequires
2f11c23
- Use license macro for COPYING and COPYING.LIB
4710089
- Preserve timestamps during install
8e88371
be3d2a0
* Sat Feb 21 2015 Till Maas <opensource@till.name> - 3.14.0-2
be3d2a0
- Rebuilt for Fedora 23 Change
be3d2a0
  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
be3d2a0
6036a62
* Tue Sep 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.14.0-1
6036a62
- Update to 3.14.0
fd31bf3
- Tighten deps with the _isa macro
6036a62
f6ece6f
* Thu Sep 11 2014 Kalev Lember <kalevlember@gmail.com> - 3.13.91-1
f6ece6f
- Update to 3.13.91
f6ece6f
7e63edb
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-3
7e63edb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
7e63edb
0375f3b
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.12.2-2
0375f3b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
0375f3b
c058c78
* Thu May 15 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.2-1
c058c78
- Update to 3.12.2
c058c78
4c62f45
* Sun Mar 23 2014 Kalev Lember <kalevlember@gmail.com> - 3.12.0-1
4c62f45
- Update to 3.12.0
4c62f45
Richard Hughes ff26ae9
* Mon Mar 17 2014 Richard Hughes <rhughes@redhat.com> - 3.11.92-1
Richard Hughes ff26ae9
- Update to 3.11.92
Richard Hughes ff26ae9
cf86ad5
* Sat Dec 21 2013 Ville Skyttä <ville.skytta@iki.fi> - 3.10.1-2
cf86ad5
- Drop unneeded ldconfig calls from %%post* scriptlets.
cf86ad5
- Fix bogus dates in %%changelog.
cf86ad5
Richard Hughes dc9d4b9
* Mon Oct 28 2013 Richard Hughes <rhughes@redhat.com> - 3.10.1-1
Richard Hughes dc9d4b9
- Update to 3.10.1
Richard Hughes dc9d4b9
5988057
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
5988057
- Update to 3.10.0
5988057
701a7f2
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
701a7f2
- Update to 3.9.90
701a7f2
2b8c048
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-3
2b8c048
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
2b8c048
e489eaa
* Tue Jul  2 2013 Matthias Clasen <mclasen@redhat.com> - 3.9.1-2
e489eaa
- usrmove stragglers: move pam modules to /usr/lib/security
e489eaa
c4275b1
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
c4275b1
- Update to 3.9.1
c4275b1
Richard Hughes 194827f
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
Richard Hughes 194827f
- Update to 3.8.1
Richard Hughes 194827f
dfb4e7a
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
dfb4e7a
- Update to 3.8.0
dfb4e7a
Richard Hughes b079433
* Tue Mar 19 2013 Richard Hughes <rhughes@redhat.com> - 3.7.92-1
Richard Hughes b079433
- Update to 3.7.92
Richard Hughes b079433
f3cdef3
* Thu Mar  7 2013 Matthias Clasen <mclasen@redhat.com> - 3.7.91-1
f3cdef3
- Update to 3.7.91
f3cdef3
51d24fb
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
51d24fb
- Update to 3.7.5
51d24fb
e807bd3
* Mon Jan 14 2013 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-2
e807bd3
- Fix crash on parsing some certificates (#893162)
e807bd3
c6abd49
* Fri Nov 23 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.7.2-1
c6abd49
- Update to 3.7.2
c6abd49
ee9cd15
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
ee9cd15
- Update to 3.7.1
ee9cd15
8ab9ab5
* Fri Nov 09 2012 Rex Dieter <rdieter@fedoraproject.org> 3.6.1-2
8ab9ab5
- WARNING: couldn't connect to: /tmp/keyring-... (#783568, gnome#665961)
8ab9ab5
fb63570
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
fb63570
- Update to 3.6.1
fb63570
4f136dc
* Tue Sep 25 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
4f136dc
- Update to 3.6.0
4f136dc
Richard Hughes 88eebee
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
Richard Hughes 88eebee
- Update to 3.5.92
Richard Hughes 88eebee
Richard Hughes dba3445
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes dba3445
- Update to 3.5.91
Richard Hughes dba3445
Richard Hughes d5c8dda
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes d5c8dda
- Update to 3.5.90
Richard Hughes d5c8dda
Stef Walter 54f3371
* Tue Aug 07 2012 Stef Walter <stefw@redhat.com> - 3.5.5-2
Stef Walter 54f3371
- Update for renamed gnome-keyring.module file
Stef Walter 54f3371
- Update sources
Stef Walter 54f3371
Richard Hughes 6b68e40
* Tue Aug 07 2012 Richard Hughes <hughsient@gmail.com> - 3.5.5-1
Richard Hughes 6b68e40
- Update to 3.5.5
Richard Hughes 6b68e40
7013f41
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.3-2
7013f41
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
7013f41
Richard Hughes e60ea65
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.3-1
Richard Hughes e60ea65
- Update to 3.5.3
Richard Hughes e60ea65
63ed49d
* Tue Apr 24 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.1-2
63ed49d
- Silence rpm scriptlet output
63ed49d
Richard Hughes 71b41e9
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 71b41e9
- Update to 3.4.1
Richard Hughes 71b41e9
cf86ad5
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
Debarshi Ray 61051d7
- Update to 3.4.0
Debarshi Ray 61051d7
99a10b9
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
99a10b9
- Update to 3.3.92
99a10b9
2fa1221
* Fri Mar  9 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
2fa1221
- Update to 3.3.91
2fa1221
bc3f04a
* Tue Feb  7 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
bc3f04a
- Update to 3.3.5
bc3f04a
ccfc580
* Wed Jan 18 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-2
ccfc580
- Fix a problem that prevents the ssh-agent from working
ccfc580
5476fd8
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
5476fd8
- Update to 3.3.4
5476fd8
be789f5
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3.1-4
be789f5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
be789f5
a0d6afb
* Tue Jan  3 2012 Tomas Bzatek <tbzatek@redhat.com> - 3.3.3.1-3
a0d6afb
- Properly obsolete dead -devel subpackage (#771299)
a0d6afb
9b8e4b2
* Mon Dec 26 2011 Ville Skyttä <ville.skytta@iki.fi> - 3.3.3.1-2
9b8e4b2
- Fix libgnome-keyring dep version syntax.
9b8e4b2
ff19b18
* Thu Dec 22 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3.1-1
ff19b18
- Update to 3.3.3.1
bbb54b3
- No more devel package
ff19b18
24c6535
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
24c6535
- Update to 3.3.1
24c6535
4f4b837
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
4f4b837
- Rebuilt for glibc bug#747377
4f4b837
15ceddb
* Tue Oct 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
15ceddb
- Update to 3.2.1
15ceddb
090d010
* Mon Sep 26 2011 Ray <rstrode@redhat.com> - 3.2.0-1
090d010
- Update to 3.2.0
090d010
15ceddb
* Mon Sep 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.92-1
826e39c
- Update to 3.1.92
826e39c
652a212
* Tue Sep  6 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.91-1
652a212
- Update to 3.1.91
652a212
991adce
* Wed Aug 31 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.90-1
991adce
- Update to 3.1.90
991adce
Matthias Clasen 8adb8d7
* Thu Aug 18 2011 Matthias Clasen <mclasen@redhat.com> - 3.1.4-1
Matthias Clasen 8adb8d7
- Update to 3.1.4
Matthias Clasen 8adb8d7
0fc6506
* Tue May 10 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-2
0fc6506
- Improved libcap-ng patches
0fc6506
cba5462
* Mon May  9 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.1.1-1
cba5462
- Update to 3.1.1
cba5462
9bacde9
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> - 3.0.1-1
9bacde9
- Update to 3.0.1
9bacde9
ef10278
* Mon Apr  4 2011 Tomas Bzatek <tbzatek@redhat.com> - 3.0.0-1
ef10278
- Update to 3.0.0
ef10278
138d3fb
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.93-1
138d3fb
- Update to 2.91.93
138d3fb
90d4af2
* Tue Mar 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-3
90d4af2
- Update the pam module selinux patch
90d4af2
dd74952
* Tue Mar 15 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-2
dd74952
- Set correct SELinux context of daemon started from the pam module (#684225)
dd74952
130b1ec
* Fri Mar 11 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.92-1
130b1ec
- Update to 2.91.92
130b1ec
54f24fd
* Mon Mar  7 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
54f24fd
- Update to 2.91.91
54f24fd
94b44d3
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-7
94b44d3
- Rebuild against newer gtk
94b44d3
45f3e07
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.4-6
45f3e07
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
45f3e07
6dd3b96
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-5
6dd3b96
- Rebuild against new gtk
6dd3b96
23cce0f
* Sat Jan 29 2011 Ville Skyttä <ville.skytta@iki.fi> - 2.91.4-4
23cce0f
- Dir ownership fixes.
23cce0f
e41c396
* Mon Jan 17 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.4-3
e41c396
- Use file system based capabilities instead of suid bit (#668831)
e41c396
000903e
* Fri Jan  7 2011 Matthias Clasen <mclasen@redhat.com> - 2.91.4-2
000903e
- Rebuild against new gtk
000903e
ac10961
* Mon Jan  3 2011 Tomas Bzatek <tbzatek@redhat.com> - 2.91.4-1
ac10961
- Update to 2.91.4
ac10961
8455eb8
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.3-2
8455eb8
- Rebuild against new gtk
8455eb8
f5c0dfc
* Tue Nov 30 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.3-1
f5c0dfc
- Update to 2.91.3
f5c0dfc
2a878ea
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.2-1
2a878ea
- Update to 2.91.2
2a878ea
8d29852
* Mon Nov  1 2010 Matthias Clasen <mclasen@redhat.com> - 2.91.1-2
8d29852
- Rebuild against newer gtk3
8d29852
3e7ec25
* Mon Oct 11 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.1-1
3e7ec25
- Update to 2.91.1
3e7ec25
a451626
* Mon Oct  4 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.91.0-1
a451626
- Update to 2.91.0
a451626
d7cfe91
* Tue Sep 28 2010 Matthias Clasen <mclasen@redhat.com> - 2.32.0-1
d7cfe91
- Update to 2.32.0
d7cfe91
Owen W. Taylor 941c3d3
* Sat Sep 25 2010 Owen Taylor <otaylor@redhat.com> - 2.31.92-2
Owen W. Taylor 941c3d3
- Bump and rebuild for GTK3 ABI changes
Owen W. Taylor 941c3d3
1491244
* Mon Sep 13 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.92-1
1491244
- Update to 2.31.92
1491244
- Built against gtk3
1491244
6b69eb1
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
6b69eb1
- Update to 2.31.91
6b69eb1
037e1dc
* Mon Aug 23 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.4-3
037e1dc
- Co-own /usr/share/gtk-doc (#604359)
037e1dc
- Some spec file cleanups
037e1dc
Tomas Bzatek c641fbc
* Tue Jul 20 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.4-2
Tomas Bzatek c641fbc
- ssh-agent: fix key unlocking (#611642)
Tomas Bzatek c641fbc
Tomas Bzatek 498bf7b
* Tue Jun 29 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.31.4-1
Tomas Bzatek 498bf7b
- Update to 2.31.4
Tomas Bzatek 498bf7b
Tomas Bzatek 0a2de81
* Thu Jun 24 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.3-1
Tomas Bzatek 0a2de81
- Update to 2.30.3
Tomas Bzatek 0a2de81
Tomas Bzatek 59c0041
* Mon May  3 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-2
Tomas Bzatek 59c0041
- Enable daemon autostart in XFCE
Tomas Bzatek 59c0041
- Fix Networkmanager can no longer find secrets service (#572137)
Tomas Bzatek 59c0041
Tomas Bzatek c636a81
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.30.1-1
Tomas Bzatek c636a81
- Update to 2.30.1
Tomas Bzatek c636a81
16e4a6d
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> - 2.30.0-1
16e4a6d
- Update to 2.30.0
16e4a6d
Tomas Bzatek 9db95ed
* Mon Mar 22 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-2
Tomas Bzatek 9db95ed
- More robust error display and handling
Tomas Bzatek 9db95ed
- [secret-store] Don't save session keyring to disk
Tomas Bzatek 9db95ed
- [dbus] Allow unlocking even when always unlock is not available
Tomas Bzatek 9db95ed
- [dbus] Hide the automatically unlock check when login not usable
Tomas Bzatek 9db95ed
- [login] Fix various issues storing and using auto unlock passwords
Tomas Bzatek 9db95ed
Tomas Bzatek de0f5c6
* Wed Mar 10 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.92-1
Tomas Bzatek de0f5c6
- Update to 2.29.92
Tomas Bzatek de0f5c6
Tomas Bzatek c48058f
* Tue Feb 16 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-2
Tomas Bzatek c48058f
- Backport fixes from master related to storing secret value
Tomas Bzatek c48058f
Tomas Bzatek 0df261f
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.90-1
Tomas Bzatek 0df261f
- Update to 2.29.90
Tomas Bzatek 0df261f
Tomas Bzatek 71012fc
* Mon Feb  8 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-4
Tomas Bzatek 71012fc
- Backport some fixes related to password saving
Tomas Bzatek 71012fc
Tomas Bzatek 0ce8a73
* Mon Feb  1 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-3
Tomas Bzatek 0ce8a73
- Fix hidden entry boxes in the new password prompt (#560345)
Tomas Bzatek 0ce8a73
Tomas Bzatek ed5bf05
* Mon Jan 25 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-2
Tomas Bzatek ed5bf05
- Fix endless loop when looking for password in login keyring
Tomas Bzatek ed5bf05
- Fix undefined reference to S_ISSOCK (#557970)
Tomas Bzatek ed5bf05
Tomas Bzatek 622bab4
* Mon Jan 11 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.5-1
Tomas Bzatek 622bab4
- Update to 2.29.5
Tomas Bzatek 622bab4
Tomas Bzatek 390df83
* Thu Jan  7 2010 Tomas Bzatek <tbzatek@redhat.com> - 2.29.4-1
Tomas Bzatek 2e46d5b
- Update to 2.29.4
Tomas Bzatek 2e46d5b
Tomas Bzatek 4c4f910
* Mon Sep 21 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.28.0-1
Tomas Bzatek 4c4f910
- Update to 2.28.0
Tomas Bzatek 4c4f910
f09b5cc
* Mon Sep 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
f09b5cc
- Update to 2.27.92
f09b5cc
0e030de
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
0e030de
- Update to 2.27.90
0e030de
ab5c474
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
ab5c474
- Update to 2.27.5
ab5c474
0925f82
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.4-2
0925f82
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
0925f82
d465fbd
* Mon Jul 13 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.4-1
d465fbd
- Update to 2.27.4
d465fbd
8312cb2
* Thu Jul  2 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-2
8312cb2
- Rebuild
8312cb2
2d3a712
* Sun Apr 12 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.1-1
2d3a712
- Update to 2.26.1
2d3a712
- See http://download.gnome.org/sources/gnome-keyring/2.26/gnome-keyring-2.26.1.news
2d3a712
811f618
* Wed Apr  8 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-4
811f618
- Fix service activation
811f618
3b11c0e
* Tue Apr  7 2009 Matthias Clasen <mclasen@redhat.com> - 2.26.0-3
3b11c0e
- Revert the previous patch since it causes crashes
3b11c0e
9662952
* Thu Apr 02 2009 Richard Hughes  <rhughes@redhat.com> - 2.26.0-2
9662952
- Fix a nasty bug that's been fixed upstream where gnome-keyring-daemon
9662952
  would hang when re-allocating from a pool of secure memory.
9662952
Tomas Bzatek 7d11ec4
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> - 2.26.0-1
Tomas Bzatek 7d11ec4
- Update to 2.26.0
Tomas Bzatek 7d11ec4
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
cf86ad5
* Wed 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