Tomas Bzatek 3b8b450
Name:		seahorse
f89c47d
Version:	3.10.0
dbb6bb4
Release:	1%{?dist}
66785b5
Summary:	A GNOME application for managing encryption keys
Tomas Bzatek 3b8b450
Group:		User Interface/Desktops
Seth Vidal 7686923
# seahorse is GPLv2+
Seth Vidal 7686923
# libcryptui is LGPLv2+
Seth Vidal 7686923
License:        GPLv2+ and LGPLv2+
66785b5
URL:            http://projects.gnome.org/seahorse/
1a9e41a
#VCS: git:git://git.gnome.org/seahorse
f89c47d
Source:         http://download.gnome.org/sources/seahorse/3.10/%{name}-%{version}.tar.xz
pcompton 64b5157
18e780d
BuildRequires:  glib2-devel
18e780d
BuildRequires:  gtk3-devel
5525098
BuildRequires:  gcr-devel
pcompton 64b5157
BuildRequires:  desktop-file-utils
pcompton 64b5157
BuildRequires:  gettext
pcompton 64b5157
BuildRequires:  gpgme-devel >= 1.0
66785b5
BuildRequires:  gnupg2
264e09d
BuildRequires:  itstool
Seth Vidal a1595e0
BuildRequires:  libsoup-devel
Seth Vidal efff9e5
BuildRequires:  openldap-devel
Seth Vidal efff9e5
BuildRequires:  libnotify-devel
Seth Vidal d57f27d
BuildRequires:  openssh-clients
6206937
BuildRequires:  libsecret-devel
Seth Vidal 6b7a9e9
BuildRequires:  avahi-devel
Seth Vidal 6b7a9e9
BuildRequires:  avahi-glib-devel
Tomas Bzatek 6c8eca2
BuildRequires:  intltool
Tomas Bzatek 6c8eca2
BuildRequires:  dbus-glib-devel
Tomas Bzatek 6c8eca2
BuildRequires:  gobject-introspection-devel >= 0.6.4
23425ab
BuildRequires:  libSM-devel
a76ad29
BuildRequires:  GConf2-devel
Tomas Bzatek 85a6267
# for g-ir-scanner
1a9e41a
BuildRequires:  libtool
Seth Vidal efff9e5
Requires(post): desktop-file-utils
ea274f0
Requires(post): /usr/bin/gtk-update-icon-cache
Seth Vidal efff9e5
Requires(postun): desktop-file-utils
Seth Vidal efff9e5
Requires(postun): shared-mime-info
ea274f0
Requires(postun): /usr/bin/gtk-update-icon-cache
cvsextras 480e3ba
Tomas Bzatek 43380e5
# https://bugzilla.redhat.com/show_bug.cgi?id=474419
0d0712c
# https://bugzilla.redhat.com/show_bug.cgi?id=587328
0d0712c
Requires:       pinentry-gui
Tomas Bzatek 43380e5
Tomas Bzatek b46d90c
Obsoletes: gnome-keyring-manager
95817ab
Obsoletes: seahorse-devel < 3.1.4-2
f19f922
Obsoletes: seahorse-plugins < 2.91.6-0.8
14d64da
# Self-obsoletes to assist with seahorse-sharing package split
14d64da
Obsoletes: seahorse < 3.1.4
18e780d
cvsextras 480e3ba
%description
52f3bd8
Seahorse is a graphical interface for managing and using encryption keys.
52f3bd8
It also integrates with nautilus, gedit and other places for encryption
Tomas Bzatek cc502c4
operations.  It is a keyring manager.
cvsextras 480e3ba
cvsextras 480e3ba
cvsextras 480e3ba
%prep
cvsextras 480e3ba
%setup -q
18e780d
cvsextras 480e3ba
cvsextras 480e3ba
%build
18861dd
GNUPG=/usr/bin/gpg2 ; export GNUPG ; %configure
1df0217
1df0217
# drop unneeded direct library deps with --as-needed
1df0217
# libtool doesn't make this easy, so we do it the hard way
1df0217
sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0 /g' -e 's/    if test "$export_dynamic" = yes && test -n "$export_dynamic_flag_spec"; then/      func_append compile_command " -Wl,-O1,--as-needed"\n      func_append finalize_command " -Wl,-O1,--as-needed"\n\0/' libtool
1df0217
cvsextras 480e3ba
make %{?_smp_mflags}
Seth Vidal 6b7a9e9
# cleanup permissions for files that go into debuginfo
Seth Vidal 6b7a9e9
find . -type f -name "*.c" -exec chmod a-x {} ';'
cvsextras 480e3ba
cvsextras 480e3ba
%install
b54c3be
make install DESTDIR=$RPM_BUILD_ROOT
66785b5
#mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/
66785b5
#install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/seahorse-agent.sh
Seth Vidal 77414ad
66785b5
%find_lang seahorse --with-gnome --all-name
Seth Vidal efff9e5
324fbba
desktop-file-install --delete-original  \
pcompton 64b5157
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
pcompton 64b5157
  --add-category GNOME                                  \
cvsextras 480e3ba
  --add-category Utility                                \
Seth Vidal efff9e5
  --add-category X-Fedora                               \
pcompton 64b5157
  ${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse.desktop
pcompton 64b5157
Seth Vidal efff9e5
# nuke the icon cache
Seth Vidal efff9e5
rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache
cvsextras 480e3ba
cvsextras 480e3ba
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
Seth Vidal efff9e5
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
cvsextras 480e3ba
95817ab
%pre
95817ab
%gconf_schema_obsolete seahorse
95817ab
cvsextras 480e3ba
%post
pcompton 64b5157
/sbin/ldconfig
Seth Vidal efff9e5
update-mime-database %{_datadir}/mime/ > /dev/null
Seth Vidal efff9e5
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
1a9e41a
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
cvsextras 480e3ba
Seth Vidal efff9e5
cvsextras 480e3ba
%postun
pcompton 64b5157
/sbin/ldconfig
Seth Vidal efff9e5
update-mime-database %{_datadir}/mime/ > /dev/null
Seth Vidal efff9e5
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
1a9e41a
if [ $1 -eq 0 ]; then
1a9e41a
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null|| :
1a9e41a
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
95817ab
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
Seth Vidal efff9e5
fi
cvsextras 480e3ba
1a9e41a
%posttrans
1a9e41a
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
95817ab
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
95817ab
cvsextras 480e3ba
cvsextras 480e3ba
%files -f %{name}.lang
cvsextras 480e3ba
%doc AUTHORS COPYING NEWS README TODO
cvsextras 480e3ba
%{_bindir}/*
Seth Vidal efff9e5
%dir %{_datadir}/%{name}
Seth Vidal efff9e5
%{_datadir}/%{name}/*
pcompton 64b5157
%{_datadir}/applications/*.desktop
ce85f84
%{_datadir}/icons/hicolor/*/apps/seahorse.png
ce85f84
%{_datadir}/icons/hicolor/*/apps/seahorse-preferences.png
Seth Vidal efff9e5
%{_mandir}/man1/*.gz
Seth Vidal efff9e5
%dir %{_libdir}/seahorse
Seth Vidal efff9e5
%{_libdir}/seahorse/*
fff5575
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
95817ab
%{_datadir}/GConf/gsettings/*.convert
95817ab
%{_datadir}/glib-2.0/schemas/*.gschema.xml
fff5575
%dir %{_datadir}/gnome-shell/
fff5575
%dir %{_datadir}/gnome-shell/search-providers/
fff5575
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
cvsextras 480e3ba
cvsextras 480e3ba
%changelog
f89c47d
* Wed Sep 25 2013 Kalev Lember <kalevlember@gmail.com> - 3.10.0-1
f89c47d
- Update to 3.10.0
f89c47d
dbb6bb4
* Tue Sep 03 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.91-1
dbb6bb4
- Update to 3.9.91
dbb6bb4
f19f922
* Fri Aug 30 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-2
f19f922
- Obsolete retired seahorse-plugins
f19f922
80a5242
* Wed Aug 28 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.90-1
80a5242
- Update to 3.9.90
80a5242
c7e404a
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.9.1-2
c7e404a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c7e404a
fff5575
* Sat May 04 2013 Kalev Lember <kalevlember@gmail.com> - 3.9.1-1
fff5575
- Update to 3.9.1
fff5575
Richard Hughes fdb6f95
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
Richard Hughes fdb6f95
- Update to 3.8.1
Richard Hughes fdb6f95
2357872
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
2357872
- Update to 3.8.0
2357872
472f52c
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> 0- 3.7.91-1
472f52c
- Update to 3.7.91
472f52c
cd014a5
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
cd014a5
- Update to 3.7.5
cd014a5
Debarshi Ray 0f1363b
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
Debarshi Ray 0f1363b
- Update to 3.7.2
Debarshi Ray 0f1363b
cc0c666
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
cc0c666
- Update to 3.7.1
cc0c666
18861dd
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
18861dd
- Update to 3.6.1
18861dd
f80c88b
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
f80c88b
- Update to 3.6.0
f80c88b
Richard Hughes eeb349b
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
Richard Hughes eeb349b
- Update to 3.5.92
Richard Hughes eeb349b
Richard Hughes 619cfa4
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
Richard Hughes 619cfa4
- Update to 3.5.91
Richard Hughes 619cfa4
Richard Hughes 8e68005
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
Richard Hughes 8e68005
- Update to 3.5.90
Richard Hughes 8e68005
1df3d6d
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
1df3d6d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
1df3d6d
Richard Hughes a46fd35
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
Richard Hughes a46fd35
- Update to 3.5.4
Richard Hughes a46fd35
Richard Hughes 0a7ce81
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
Richard Hughes 0a7ce81
- Update to 3.4.1
Richard Hughes 0a7ce81
14d64da
* Thu Apr 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
14d64da
- Added self-obsoletes to assist with seahorse-sharing package split
14d64da
Debarshi Ray 2c2e0e3
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
Debarshi Ray 2c2e0e3
- Update to 3.4.0
Debarshi Ray 2c2e0e3
94482df
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
94482df
- Update to 3.3.92
94482df
89c0292
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
89c0292
- Update to 3.3.91
89c0292
324fbba
* Tue Feb 28 2012 Ray Strode <rstrode@redhat.com> 3.3.5-2
324fbba
- Drop fedora- vendor prefix
324fbba
5790472
* Tue Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
5790472
- Update to 3.3.5
5790472
644a6af
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
644a6af
- Update to 3.3.4
644a6af
1dc60fb
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
1dc60fb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
1dc60fb
12f559d
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
12f559d
- Update to 3.3.3
12f559d
b0dadd3
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
b0dadd3
- Update to 3.3.1
b0dadd3
5fcc122
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
5fcc122
- Rebuilt for glibc bug#747377
5fcc122
a79db83
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
a79db83
- Update to 3.2.1
a79db83
29599b7
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
29599b7
- Update to 3.2.0
29599b7
df83169
* Tue Sep 20 2011 Kalev Lember <kalevlember@gmail.com> 3.1.92-1
df83169
- Update to 3.1.92
df83169
fe062af
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> 3.1.91-1
fe062af
- Update to 3.1.91
fe062af
95817ab
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> 3.1.90-1
95817ab
- Update to 3.1.90
95817ab
- Remove and obsolete seahorse-devel
95817ab
- Switch to gsettings and obsolete the gconf schema
95817ab
Matthew Barnes 63d511b
* Mon Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
Matthew Barnes 63d511b
- Update to 3.1.4
Matthew Barnes 63d511b
0100209
* Mon May  9 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
0100209
- Update to 3.1.1
0100209
ecf2a1f
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
ecf2a1f
- Update to 3.0.1
ecf2a1f
Christopher Aillon b7b1054
* Thu Apr  7 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
Christopher Aillon b7b1054
- Update to 3.0.0
Christopher Aillon b7b1054
23c5bc5
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
23c5bc5
- Update to 2.91.93
23c5bc5
1cabebf
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
1cabebf
- Update to 2.91.92
1cabebf
af45336
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
af45336
- Update to 2.91.91
af45336
3c9ebf5
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-5
3c9ebf5
- Rebuild against newer gtk
3c9ebf5
63570c2
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.4-4
63570c2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
63570c2
576f655
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
576f655
- Rebuild against newer gtk
576f655
ea274f0
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
ea274f0
- Rebuild against newer gtk3
ea274f0
73e2d4f
* Mon Jan  3 2011 Tomas Bzatek <tbzatek@redhat.com> 2.91.4-1
73e2d4f
- Update to 2.91.4
73e2d4f
8df25a5
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
8df25a5
- Rebuild against new gtk
8df25a5
156c0eb
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.2-1
156c0eb
- Update to 2.91.2
156c0eb
711fac9
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.1.gitc548f3b
711fac9
- git snapshot
711fac9
- build against libnotify 0.7.0
711fac9
711fac9
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1.1-1
711fac9
- Update to 2.91.1.1
711fac9
18e780d
* Mon Oct 18 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.1-1
18e780d
- Update to 2.91.1
18e780d
2d6a720
* Wed Sep 29 2010 Tomas Bzatek <tbzatek@redhat.com> 2.32.0-1
2d6a720
- Update to 2.32.0
2d6a720
07b0202
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-2
07b0202
- Rebuild against newer gobject-introspection
07b0202
fa67fa2
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
fa67fa2
- Update to 2.31.91
fa67fa2
06c2a15
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.30.1-3
06c2a15
- Rebuild with new gobject-introspection
06c2a15
0d0712c
* Tue May 04 2010 Rex Dieter <rdieter@fedoraproject.org> 2.30.1-2
0d0712c
- Requires: pinentry-gui (#587328)
0d0712c
Tomas Bzatek cc502c4
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1-1
Tomas Bzatek cc502c4
- Update to 2.30.1
Tomas Bzatek cc502c4
Tomas Bzatek cc502c4
* Mon Apr 19 2010 Rahul Sundaram <sundaram@fedoraproject.org> 2.30.0-2
Tomas Bzatek cc502c4
- Fix description to mention keyring manager
Tomas Bzatek cc502c4
- Resolves rhbz#536945
Tomas Bzatek cc502c4
1a9e41a
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
1a9e41a
- Update to 2.30.0
1a9e41a
Tomas Bzatek 3b8b450
* Mon Feb 22 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.91-1
Tomas Bzatek 3b8b450
- Update to 2.29.91
Tomas Bzatek 3b8b450
Tomas Bzatek e5a2195
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
Tomas Bzatek e5a2195
- Update to 2.29.90
Tomas Bzatek e5a2195
- Removed daemon autostart file (upstream)
Tomas Bzatek e5a2195
Tomas Bzatek ed04950
* Fri Jan  8 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-2
Tomas Bzatek ed04950
- Fix bad usage of g_strconcat: missing NULL (#553647)
Tomas Bzatek ed04950
Tomas Bzatek 85a6267
* Thu Jan  7 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-1
Tomas Bzatek 6c8eca2
- Update to 2.29.4
Tomas Bzatek 6c8eca2
6717922
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-2
6717922
- Fix a wrong use of gdk_property_get that can lead to crashes
6717922
Tomas Bzatek 41534e3
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.3-1
Tomas Bzatek 41534e3
- Update to 2.29.3
Tomas Bzatek 41534e3
Tomas Bzatek 43c0c41
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.1-1
Tomas Bzatek 43c0c41
- Update to 2.29.1
Tomas Bzatek 43c0c41
Tomas Bzatek 5f66f59
* Tue Sep 22 2009 Tomas Bzatek <tbzatek@redhat.com> 2.28.0-1
Tomas Bzatek 5f66f59
- Update to 2.28.0
Tomas Bzatek 5f66f59
4991498
* Mon Sep 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
4991498
- Update to 2.27.92
4991498
99584a6
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-2
99584a6
- Make seahorse respect the button-images setting
99584a6
165966c
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
165966c
- Update to 2.27.90
165966c
0e27642
* Thu Aug  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
0e27642
- Bring the password tab back
0e27642
4746d5c
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
4746d5c
- Update to 2.27.5
4aa663c
1df0217
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-4
1df0217
- Drop unneeded direct deps
1df0217
196441f
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
196441f
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
196441f
Tomas Bzatek 43380e5
* Mon Jun  1 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-2
Tomas Bzatek 43380e5
- Require pinentry-gtk (#474419)
Tomas Bzatek 43380e5
Tomas Bzatek 5655075
* Mon May  4 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-1
Tomas Bzatek 5655075
- Update to 2.27.1
Tomas Bzatek 5655075
52f3bd8
* Sun Apr 12 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
52f3bd8
- Update to 2.26.1
52f3bd8
- See http://download.gnome.org/sources/seahorse/2.26/seahorse-2.26.1.news
52f3bd8
ce85f84
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-2
ce85f84
- Fix directory ownership
ce85f84
Tomas Bzatek 4b9402a
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> 2.26.0-1
Tomas Bzatek 4b9402a
- Update to 2.26.0
Tomas Bzatek 4b9402a
Tomas Bzatek e26a61a
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.25.92-1
Tomas Bzatek e26a61a
- Update to 2.25.92
Tomas Bzatek e26a61a
f9a77f1
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
f9a77f1
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
f9a77f1
2962bb2
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-1
2962bb2
- Update to 2.25.91
2962bb2
518ae7a
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> 2.25.90-1
518ae7a
- Update to 2.25.90
518ae7a
b3953c1
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 2.25.4-1
b3953c1
- Update to 2.25.4
b3953c1
Tomas Bzatek 8be9a28
* Mon Dec 22 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.3-1
Tomas Bzatek 8be9a28
- Update to 2.25.3
Tomas Bzatek 8be9a28
78ce7e0
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-3
78ce7e0
- Rebuild for pkg-config provides
78ce7e0
Tomas Bzatek b46d90c
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.1-2
Tomas Bzatek b46d90c
- Mark Seahorse as an official replacement for gnome-keyring-manager
Tomas Bzatek b46d90c
5b2d90e
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-1
5b2d90e
- Update to 2.25.1
5b2d90e
b9a905d
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
b9a905d
- Update to 2.24.1
b9a905d
f00932d
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-3
f00932d
- Save some space
f00932d
37a9b4e
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-2
fc4fac1
- Update to 2.24.0
fc4fac1
14e1f2e
* Sun Sep  7 2008 Matthias Clasen <mclasen@redhat.com> 2.23.92-1
14e1f2e
- Update to 2.23.92
14e1f2e
f750cbc
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> 2.23.91-1
f750cbc
- Update to 2.23.91
f750cbc
9a6d879
* Sat Aug 30 2008 Michel Salim <salimma@fedoraproject.org> 2.23.90-2
9a6d879
- Patch configure to detect gpg2 binary
9a6d879
f9dee5e
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> 2.23.90-1
f9dee5e
- Update to 2.23.90
f9dee5e
66785b5
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> 2.23.6-1
66785b5
- Update to 2.23.6
66785b5
- Split off a -devel package
66785b5
196a6c9
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> 2.23.5-1
196a6c9
- Update to 2.23.5
196a6c9
ddb45fe
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> 2.22.1-1
ddb45fe
- Update to 2.22.1
ddb45fe
cbb0cd9
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
cbb0cd9
- Update to 2.22.0
cbb0cd9
18400d8
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> 2.21.92-1
18400d8
- Update to 2.21.92
18400d8
762bb36
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> 2.21.90-2
762bb36
- Rebuild
762bb36
Seth Vidal 75f7f2e
* Tue Jan 29 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.90-1
Seth Vidal 75f7f2e
- 2.21.90
Seth Vidal 75f7f2e
- rebuild for new libsoup
Seth Vidal 75f7f2e
Seth Vidal 75f7f2e
Seth Vidal 77414ad
* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-2
Seth Vidal 77414ad
- drop in seahorse-agent.sh to xinit - closes bug 427466 but will mean
Seth Vidal 77414ad
  that seahorse agent will start if it is installed - even on kde or xfce
Seth Vidal 77414ad
  desktops :(
Seth Vidal 77414ad
Seth Vidal 9330434
* Thu Jan  3 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-1
Seth Vidal 9330434
- upgrade to 2.21.4
Seth Vidal 9330434
Seth Vidal 9330434
Seth Vidal 6b7a9e9
* Sat Dec  1 2007 Matt Domsch <mdomsch at fedoraproject.org> 2.21.3-1
Seth Vidal 6b7a9e9
- upgrade to 2.21.3
Seth Vidal 6b7a9e9
- enable avahi integration
Seth Vidal 6b7a9e9
- rpmlint cleanups: remove rpath, unneeded .so, tag config files
Seth Vidal 6b7a9e9
Seth Vidal d4673ad
* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal d4673ad
- fix license tag
Seth Vidal d4673ad
- rebuild for fun!
Seth Vidal d4673ad
Seth Vidal 1c65ba6
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal 1c65ba6
- disable gedit plugin in rawhide, for now :(
Seth Vidal 1c65ba6
Seth Vidal efff9e5
* Tue Jun 26 2007 Seth Vidal <skvidal at fedoraproject.org>
Seth Vidal efff9e5
- update to 1.0.1
Seth Vidal 7dc003e
Seth Vidal 765b683
* Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
Seth Vidal 765b683
- re-enable gedit
Seth Vidal 765b683
- update to 0.8.1
Seth Vidal 765b683
Seth Vidal 28c676f
* Tue Mar  7 2006 Seth Vidal <skvidal at linux.duke.edu>
Seth Vidal 28c676f
- added openldap-devel buildreq to hopefully close bug # 184124
Seth Vidal 28c676f
Seth Vidal 58be84e
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
Seth Vidal 58be84e
- Patch from John Thacker for rh bug #182694 
Seth Vidal 58be84e
Seth Vidal 58be84e
Seth Vidal 51f83e2
* Mon Jan 16 2006 Seth Vidal <skvidal at linux.duke.edu> - 0.8-2
Seth Vidal 51f83e2
- added configure patch for it to build
Seth Vidal 51f83e2
- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+
Seth Vidal 51f83e2
Seth Vidal 2100920
* Wed Oct 26 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.8-1
Seth Vidal 2100920
- 0.8
Seth Vidal 2100920
Seth Vidal f31adf5
* Thu Jul 28 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.7.9-1
Seth Vidal f31adf5
- 0.7.9
Seth Vidal f31adf5
94659bb
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-3
94659bb
- make sure all files are included
94659bb
- BR nautilus-devel
94659bb
efc14ba
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-2
efc14ba
- rebuild on all arches
efc14ba
Seth Vidal aeda9f3
* Thu May  5 2005 Seth Vidal <skvidal@phy.duke.edu> 0.7.7-1
Seth Vidal aeda9f3
- 0.7.7
Seth Vidal aeda9f3
Seth Vidal a2d4c77
* Tue Apr 19 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.6-4
Seth Vidal a2d4c77
- something innocuous to test on
Seth Vidal a2d4c77
Seth Vidal a2d4c77
60a651b
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
60a651b
- rebuilt
60a651b
pcompton 64b5157
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
pcompton 64b5157
- desktop entry fixes.
pcompton 64b5157
pcompton 64b5157
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
pcompton 64b5157
- 0.7.6.
7603b9d
Seth Vidal 51f83e2
* Mon Nov 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.5
Seth Vidal 51f83e2
- BuildReq scrollkeeper.
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Wed Oct 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.4
Seth Vidal 51f83e2
- Uncommented .la removal.
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.3
Seth Vidal 51f83e2
- Grabbed new copy os source from upstream.
Seth Vidal 51f83e2
- Fixed path on Source0, to allow direct download.
Seth Vidal 51f83e2
- BuildReq desktop-file-utils.
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.2
Seth Vidal 51f83e2
- Fixed file permission on source tarball.
Seth Vidal 51f83e2
- Fixed Group.
Seth Vidal 51f83e2
- Removed aesthetic comments.
Seth Vidal 51f83e2
- Brought more in line with current spec template.
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Sun Aug 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.1
Seth Vidal 51f83e2
- Fedorification.
Seth Vidal 51f83e2
- Added path to Source0.
Seth Vidal 51f83e2
- Added URL.
Seth Vidal 51f83e2
- buildroot -> RPM_BUILD_ROOT.
Seth Vidal 51f83e2
- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel.
Seth Vidal 51f83e2
- BuildReq gettext.
Seth Vidal 51f83e2
- post Req GConf2.
Seth Vidal 51f83e2
- post/postun Req scrollkeeper.
Seth Vidal 51f83e2
- .la/.a removal.
Seth Vidal 51f83e2
- cosmetic changes.
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Fri May 02 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.3-1
Seth Vidal 51f83e2
- 0.7.3 Release
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Wed Apr 23 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-3
Seth Vidal 51f83e2
- Rebuilt against gpgme 0.3.15
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Sat Apr 12 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-2
Seth Vidal 51f83e2
- RedHat 9 Rebuild
Seth Vidal 51f83e2
Seth Vidal 51f83e2
* Sun Jan 26 2003 Matthew Hall <matt@ecsc.co.uk>
Seth Vidal 51f83e2
- New Spec File
Seth Vidal 51f83e2