Blame SPECS/seahorse.spec

b96c83
Name:		seahorse
b96c83
Version:	3.20.0
b96c83
Release:	1%{?dist}
b96c83
Summary:	A GNOME application for managing encryption keys
b96c83
b96c83
# seahorse is GPLv2+
b96c83
# libcryptui is LGPLv2+
b96c83
License:        GPLv2+ and LGPLv2+
b96c83
URL:            https://wiki.gnome.org/Apps/Seahorse
b96c83
#VCS: git:git://git.gnome.org/seahorse
b96c83
b96c83
# Use GnuPG 1.4.x instead of 2.0.x
b96c83
Patch0:         set-gnupg-engine.patch
b96c83
b96c83
Source:         https://download.gnome.org/sources/%{name}/3.20/%{name}-%{version}.tar.xz
b96c83
b96c83
BuildRequires:  pkgconfig(avahi-client)
b96c83
BuildRequires:  pkgconfig(avahi-glib)
b96c83
BuildRequires:  pkgconfig(gio-2.0)
b96c83
BuildRequires:  pkgconfig(gck-1)
b96c83
BuildRequires:  pkgconfig(gcr-3)
b96c83
BuildRequires:  pkgconfig(gtk+-3.0)
b96c83
BuildRequires:  pkgconfig(libsecret-unstable)
b96c83
BuildRequires:  pkgconfig(libsoup-2.4)
b96c83
BuildRequires:  desktop-file-utils
b96c83
BuildRequires:  gettext
b96c83
BuildRequires:  gpgme-devel >= 1.0
b96c83
BuildRequires:  gnupg2
b96c83
BuildRequires:  itstool
b96c83
BuildRequires:  libSM-devel
b96c83
BuildRequires:  openldap-devel
b96c83
BuildRequires:  openssh-clients
b96c83
BuildRequires:  intltool
b96c83
BuildRequires:  vala
b96c83
BuildRequires:  /usr/bin/appstream-util
b96c83
b96c83
# https://bugzilla.redhat.com/show_bug.cgi?id=474419
b96c83
# https://bugzilla.redhat.com/show_bug.cgi?id=587328
b96c83
Requires:       pinentry-gui
b96c83
b96c83
Obsoletes: seahorse-devel < 3.1.4-2
b96c83
Obsoletes: seahorse-plugins < 2.91.6-0.8
b96c83
# Self-obsoletes to assist with seahorse-sharing package split
b96c83
Obsoletes: seahorse < 3.1.4
b96c83
b96c83
%description
b96c83
Seahorse is a graphical interface for managing and using encryption keys.
b96c83
It also integrates with nautilus, gedit and other places for encryption
b96c83
operations.  It is a keyring manager.
b96c83
b96c83
b96c83
%prep
b96c83
%setup -q
b96c83
%patch0 -p1 -b .gpg14
b96c83
b96c83
%build
b96c83
%configure
b96c83
b96c83
make %{?_smp_mflags}
b96c83
# cleanup permissions for files that go into debuginfo
b96c83
find . -type f -name "*.c" -exec chmod a-x {} ';'
b96c83
b96c83
%install
b96c83
make install DESTDIR=$RPM_BUILD_ROOT
b96c83
#mkdir -p $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/
b96c83
#install -m 755 %{SOURCE1} $RPM_BUILD_ROOT/etc/X11/xinit/xinitrc.d/seahorse-agent.sh
b96c83
b96c83
%find_lang seahorse --with-gnome --all-name
b96c83
b96c83
desktop-file-install --delete-original  \
b96c83
  --dir ${RPM_BUILD_ROOT}%{_datadir}/applications       \
b96c83
  --add-category GNOME                                  \
b96c83
  --add-category Utility                                \
b96c83
  --add-category X-Fedora                               \
b96c83
  ${RPM_BUILD_ROOT}%{_datadir}/applications/seahorse.desktop
b96c83
b96c83
# nuke the icon cache
b96c83
rm -f ${RPM_BUILD_ROOT}/usr/share/icons/hicolor/icon-theme.cache
b96c83
b96c83
find ${RPM_BUILD_ROOT} -type f -name "*.la" -exec rm -f {} ';'
b96c83
find ${RPM_BUILD_ROOT} -type f -name "*.a" -exec rm -f {} ';'
b96c83
b96c83
b96c83
%check
b96c83
appstream-util validate-relax --nonet $RPM_BUILD_ROOT/%{_datadir}/appdata/*.appdata.xml
b96c83
b96c83
b96c83
%post
b96c83
/sbin/ldconfig
b96c83
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
b96c83
touch --no-create %{_datadir}/icons/hicolor >&/dev/null || :
b96c83
touch --no-create %{_datadir}/mime/packages &>/dev/null || :
b96c83
b96c83
%postun
b96c83
/sbin/ldconfig
b96c83
update-desktop-database %{_datadir}/applications > /dev/null 2>&1 || :
b96c83
if [ $1 -eq 0 ]; then
b96c83
  touch --no-create %{_datadir}/icons/hicolor >&/dev/null|| :
b96c83
  gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
b96c83
  glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
b96c83
  update-mime-database %{_datadir}/mime &> /dev/null || :
b96c83
fi
b96c83
b96c83
%posttrans
b96c83
gtk-update-icon-cache %{_datadir}/icons/hicolor >&/dev/null || :
b96c83
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
b96c83
update-mime-database -n %{_datadir}/mime &> /dev/null || :
b96c83
b96c83
b96c83
%files -f %{name}.lang
b96c83
%doc AUTHORS NEWS README TODO
b96c83
%license COPYING COPYING.LIB
b96c83
%{_bindir}/*
b96c83
%dir %{_datadir}/%{name}
b96c83
%{_datadir}/%{name}/*
b96c83
%{_datadir}/appdata/*.appdata.xml
b96c83
%{_datadir}/applications/*.desktop
b96c83
%{_datadir}/icons/hicolor/*/apps/seahorse.png
b96c83
%{_datadir}/icons/hicolor/*/apps/seahorse-preferences.png
b96c83
%{_datadir}/icons/hicolor/symbolic/apps/seahorse-symbolic.svg
b96c83
%{_mandir}/man1/*.1*
b96c83
%dir %{_libdir}/seahorse
b96c83
%{_libdir}/seahorse/*
b96c83
%{_datadir}/dbus-1/services/org.gnome.seahorse.Application.service
b96c83
%{_datadir}/GConf/gsettings/*.convert
b96c83
%{_datadir}/glib-2.0/schemas/*.gschema.xml
b96c83
%dir %{_datadir}/gnome-shell/
b96c83
%dir %{_datadir}/gnome-shell/search-providers/
b96c83
%{_datadir}/gnome-shell/search-providers/seahorse-search-provider.ini
b96c83
b96c83
%changelog
b96c83
* Fri Feb 24 2017 Matthias Clasen <mclasen@redhat.com> - 3.20.0-1
b96c83
- Rebase to 3.20.0
b96c83
  Resolves: rhbz#1387044
b96c83
b96c83
* Thu May 14 2015 David King <dking@redhat.com> - 3.14.1-1
b96c83
- Rebase to 3.14.1 (#1193148)
b96c83
b96c83
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 3.8.2-3
b96c83
- Mass rebuild 2014-01-24
b96c83
b96c83
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 3.8.2-2
b96c83
- Mass rebuild 2013-12-27
b96c83
b96c83
* Tue May 14 2013 Richard Hughes <rhughes@redhat.com> - 3.8.2-1
b96c83
- Update to 3.8.2
b96c83
b96c83
* Tue Apr 16 2013 Richard Hughes <rhughes@redhat.com> - 3.8.1-1
b96c83
- Update to 3.8.1
b96c83
b96c83
* Tue Mar 26 2013 Kalev Lember <kalevlember@gmail.com> - 3.8.0-1
b96c83
- Update to 3.8.0
b96c83
b96c83
* Fri Mar  8 2013 Matthias Clasen <mclasen@redhat.com> 0- 3.7.91-1
b96c83
- Update to 3.7.91
b96c83
b96c83
* Wed Feb 06 2013 Kalev Lember <kalevlember@gmail.com> - 3.7.5-1
b96c83
- Update to 3.7.5
b96c83
b96c83
* Thu Jan 03 2013 Debarshi Ray <rishi@fedoraproject.org> - 3.7.2-1
b96c83
- Update to 3.7.2
b96c83
b96c83
* Fri Nov 09 2012 Kalev Lember <kalevlember@gmail.com> - 3.7.1-1
b96c83
- Update to 3.7.1
b96c83
b96c83
* Tue Oct 16 2012 Kalev Lember <kalevlember@gmail.com> - 3.6.1-1
b96c83
- Update to 3.6.1
b96c83
b96c83
* Wed Sep 26 2012 Matthias Clasen <mclasen@redhat.com> - 3.6.0-1
b96c83
- Update to 3.6.0
b96c83
b96c83
* Wed Sep 19 2012 Richard Hughes <hughsient@gmail.com> - 3.5.92-1
b96c83
- Update to 3.5.92
b96c83
b96c83
* Tue Sep 04 2012 Richard Hughes <hughsient@gmail.com> - 3.5.91-1
b96c83
- Update to 3.5.91
b96c83
b96c83
* Tue Aug 21 2012 Richard Hughes <hughsient@gmail.com> - 3.5.90-1
b96c83
- Update to 3.5.90
b96c83
b96c83
* Fri Jul 27 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.5.4-2
b96c83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
b96c83
b96c83
* Tue Jul 17 2012 Richard Hughes <hughsient@gmail.com> - 3.5.4-1
b96c83
- Update to 3.5.4
b96c83
b96c83
* Mon Apr 16 2012 Richard Hughes <hughsient@gmail.com> - 3.4.1-1
b96c83
- Update to 3.4.1
b96c83
b96c83
* Thu Apr 12 2012 Kalev Lember <kalevlember@gmail.com> - 3.4.0-2
b96c83
- Added self-obsoletes to assist with seahorse-sharing package split
b96c83
b96c83
* Mon Mar 26 2012 Debarshi Ray <rishi@fedoraproject.org> - 3.4.0-1
b96c83
- Update to 3.4.0
b96c83
b96c83
* Wed Mar 21 2012 Kalev Lember <kalevlember@gmail.com> - 3.3.92-1
b96c83
- Update to 3.3.92
b96c83
b96c83
* Thu Mar 15 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.91-1
b96c83
- Update to 3.3.91
b96c83
b96c83
* Tue Feb 28 2012 Ray Strode <rstrode@redhat.com> 3.3.5-2
b96c83
- Drop fedora- vendor prefix
b96c83
b96c83
* Tue Feb  6 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.5-1
b96c83
- Update to 3.3.5
b96c83
b96c83
* Tue Jan 17 2012 Matthias Clasen <mclasen@redhat.com> - 3.3.4-1
b96c83
- Update to 3.3.4
b96c83
b96c83
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.3.3-2
b96c83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
b96c83
b96c83
* Wed Dec 21 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.3-1
b96c83
- Update to 3.3.3
b96c83
b96c83
* Wed Nov  2 2011 Matthias Clasen <mclasen@redhat.com> - 3.3.1-1
b96c83
- Update to 3.3.1
b96c83
b96c83
* Wed Oct 26 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.2.1-2
b96c83
- Rebuilt for glibc bug#747377
b96c83
b96c83
* Wed Oct 19 2011 Matthias Clasen <mclasen@redhat.com> - 3.2.1-1
b96c83
- Update to 3.2.1
b96c83
b96c83
* Tue Sep 27 2011 Ray <rstrode@redhat.com> - 3.2.0-1
b96c83
- Update to 3.2.0
b96c83
b96c83
* Tue Sep 20 2011 Kalev Lember <kalevlember@gmail.com> 3.1.92-1
b96c83
- Update to 3.1.92
b96c83
b96c83
* Wed Sep 07 2011 Kalev Lember <kalevlember@gmail.com> 3.1.91-1
b96c83
- Update to 3.1.91
b96c83
b96c83
* Wed Aug 31 2011 Kalev Lember <kalevlember@gmail.com> 3.1.90-1
b96c83
- Update to 3.1.90
b96c83
- Remove and obsolete seahorse-devel
b96c83
- Switch to gsettings and obsolete the gconf schema
b96c83
b96c83
* Mon Jul 23 2011 Matthew Barnes <mbarnes@redhat.com> 3.1.4-1
b96c83
- Update to 3.1.4
b96c83
b96c83
* Mon May  9 2011 Tomas Bzatek <tbzatek@redhat.com> 3.1.1-1
b96c83
- Update to 3.1.1
b96c83
b96c83
* Mon Apr 25 2011 Matthias Clasen <mclasen@redhat.com> 3.0.1-1
b96c83
- Update to 3.0.1
b96c83
b96c83
* Thu Apr  7 2011 Christopher Aillon <caillon@redhat.com> 3.0.0-1
b96c83
- Update to 3.0.0
b96c83
b96c83
* Fri Mar 25 2011 Matthias Clasen <mclasen@redhat.com> 2.91.93-1
b96c83
- Update to 2.91.93
b96c83
b96c83
* Mon Mar 21 2011 Matthias Clasen <mclasen@redhat.com> 2.91.92-1
b96c83
- Update to 2.91.92
b96c83
b96c83
* Tue Mar  8 2011 Matthias Clasen <mclasen@redhat.com> 2.91.91-1
b96c83
- Update to 2.91.91
b96c83
b96c83
* Fri Feb 11 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-5
b96c83
- Rebuild against newer gtk
b96c83
b96c83
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.91.4-4
b96c83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
b96c83
b96c83
* Wed Feb  2 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-3
b96c83
- Rebuild against newer gtk
b96c83
b96c83
* Sun Jan  9 2011 Matthias Clasen <mclasen@redhat.com> 2.91.4-2
b96c83
- Rebuild against newer gtk3
b96c83
b96c83
* Mon Jan  3 2011 Tomas Bzatek <tbzatek@redhat.com> 2.91.4-1
b96c83
- Update to 2.91.4
b96c83
b96c83
* Fri Dec  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-2
b96c83
- Rebuild against new gtk
b96c83
b96c83
* Tue Nov  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.2-1
b96c83
- Update to 2.91.2
b96c83
b96c83
* Wed Nov  3 2010 Matthias Clasen <mclasen@redhat.com> 2.91.2-0.1.gitc548f3b
b96c83
- git snapshot
b96c83
- build against libnotify 0.7.0
b96c83
b96c83
* Tue Nov  2 2010 Matthias Clasen <mclasen@redhat.com> 2.91.1.1-1
b96c83
- Update to 2.91.1.1
b96c83
b96c83
* Mon Oct 18 2010 Tomas Bzatek <tbzatek@redhat.com> 2.91.1-1
b96c83
- Update to 2.91.1
b96c83
b96c83
* Wed Sep 29 2010 Tomas Bzatek <tbzatek@redhat.com> 2.32.0-1
b96c83
- Update to 2.32.0
b96c83
b96c83
* Tue Sep 21 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-2
b96c83
- Rebuild against newer gobject-introspection
b96c83
b96c83
* Tue Aug 31 2010 Matthias Clasen <mclasen@redhat.com> - 2.31.91-1
b96c83
- Update to 2.31.91
b96c83
b96c83
* Thu Jul 15 2010 Colin Walters <walters@verbum.org> - 2.30.1-3
b96c83
- Rebuild with new gobject-introspection
b96c83
b96c83
* Tue May 04 2010 Rex Dieter <rdieter@fedoraproject.org> 2.30.1-2
b96c83
- Requires: pinentry-gui (#587328)
b96c83
b96c83
* Tue Apr 27 2010 Tomas Bzatek <tbzatek@redhat.com> 2.30.1-1
b96c83
- Update to 2.30.1
b96c83
b96c83
* Mon Apr 19 2010 Rahul Sundaram <sundaram@fedoraproject.org> 2.30.0-2
b96c83
- Fix description to mention keyring manager
b96c83
- Resolves rhbz#536945
b96c83
b96c83
* Tue Mar 30 2010 Matthias Clasen <mclasen@redhat.com> 2.30.0-1
b96c83
- Update to 2.30.0
b96c83
b96c83
* Mon Feb 22 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.91-1
b96c83
- Update to 2.29.91
b96c83
b96c83
* Tue Feb  9 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.90-1
b96c83
- Update to 2.29.90
b96c83
- Removed daemon autostart file (upstream)
b96c83
b96c83
* Fri Jan  8 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-2
b96c83
- Fix bad usage of g_strconcat: missing NULL (#553647)
b96c83
b96c83
* Thu Jan  7 2010 Tomas Bzatek <tbzatek@redhat.com> 2.29.4-1
b96c83
- Update to 2.29.4
b96c83
b96c83
* Mon Dec 14 2009 Matthias Clasen <mclasen@redhat.com> 2.29.3-2
b96c83
- Fix a wrong use of gdk_property_get that can lead to crashes
b96c83
b96c83
* Mon Nov 30 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.3-1
b96c83
- Update to 2.29.3
b96c83
b96c83
* Mon Nov  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.29.1-1
b96c83
- Update to 2.29.1
b96c83
b96c83
* Tue Sep 22 2009 Tomas Bzatek <tbzatek@redhat.com> 2.28.0-1
b96c83
- Update to 2.28.0
b96c83
b96c83
* Mon Sep 14 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.92-1
b96c83
- Update to 2.27.92
b96c83
b96c83
* Wed Aug 26 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-2
b96c83
- Make seahorse respect the button-images setting
b96c83
b96c83
* Tue Aug 11 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.90-1
b96c83
- Update to 2.27.90
b96c83
b96c83
* Thu Aug  6 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-2
b96c83
- Bring the password tab back
b96c83
b96c83
* Tue Jul 28 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.5-1
b96c83
- Update to 2.27.5
b96c83
b96c83
* Mon Jul 27 2009 Matthias Clasen <mclasen@redhat.com> - 2.27.1-4
b96c83
- Drop unneeded direct deps
b96c83
b96c83
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.27.1-3
b96c83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
b96c83
b96c83
* Mon Jun  1 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-2
b96c83
- Require pinentry-gtk (#474419)
b96c83
b96c83
* Mon May  4 2009 Tomas Bzatek <tbzatek@redhat.com> 2.27.1-1
b96c83
- Update to 2.27.1
b96c83
b96c83
* Sun Apr 12 2009 Matthias Clasen <mclasen@redhat.com> 2.26.1-1
b96c83
- Update to 2.26.1
b96c83
- See http://download.gnome.org/sources/seahorse/2.26/seahorse-2.26.1.news
b96c83
b96c83
* Fri Apr 10 2009 Matthias Clasen <mclasen@redhat.com> 2.26.0-2
b96c83
- Fix directory ownership
b96c83
b96c83
* Mon Mar 16 2009 Tomas Bzatek <tbzatek@redhat.com> 2.26.0-1
b96c83
- Update to 2.26.0
b96c83
b96c83
* Mon Mar  2 2009 Tomas Bzatek <tbzatek@redhat.com> 2.25.92-1
b96c83
- Update to 2.25.92
b96c83
b96c83
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.25.91-2
b96c83
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
b96c83
b96c83
* Sat Feb 14 2009 Matthias Clasen <mclasen@redhat.com> 2.25.91-1
b96c83
- Update to 2.25.91
b96c83
b96c83
* Tue Feb  3 2009 Matthias Clasen <mclasen@redhat.com> 2.25.90-1
b96c83
- Update to 2.25.90
b96c83
b96c83
* Wed Jan  7 2009 Matthias Clasen <mclasen@redhat.com> 2.25.4-1
b96c83
- Update to 2.25.4
b96c83
b96c83
* Mon Dec 22 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.3-1
b96c83
- Update to 2.25.3
b96c83
b96c83
* Tue Dec  2 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-3
b96c83
- Rebuild for pkg-config provides
b96c83
b96c83
* Mon Dec  1 2008 Tomas Bzatek <tbzatek@redhat.com> 2.25.1-2
b96c83
- Mark Seahorse as an official replacement for gnome-keyring-manager
b96c83
b96c83
* Thu Nov 13 2008 Matthias Clasen <mclasen@redhat.com> 2.25.1-1
b96c83
- Update to 2.25.1
b96c83
b96c83
* Sun Oct 19 2008 Matthias Clasen <mclasen@redhat.com> 2.24.1-1
b96c83
- Update to 2.24.1
b96c83
b96c83
* Thu Oct  9 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-3
b96c83
- Save some space
b96c83
b96c83
* Sun Sep 21 2008 Matthias Clasen <mclasen@redhat.com> 2.24.0-2
b96c83
- Update to 2.24.0
b96c83
b96c83
* Sun Sep  7 2008 Matthias Clasen <mclasen@redhat.com> 2.23.92-1
b96c83
- Update to 2.23.92
b96c83
b96c83
* Thu Sep  4 2008 Matthias Clasen <mclasen@redhat.com> 2.23.91-1
b96c83
- Update to 2.23.91
b96c83
b96c83
* Sat Aug 30 2008 Michel Salim <salimma@fedoraproject.org> 2.23.90-2
b96c83
- Patch configure to detect gpg2 binary
b96c83
b96c83
* Sat Aug 23 2008 Matthias Clasen <mclasen@redhat.com> 2.23.90-1
b96c83
- Update to 2.23.90
b96c83
b96c83
* Tue Aug  5 2008 Matthias Clasen <mclasen@redhat.com> 2.23.6-1
b96c83
- Update to 2.23.6
b96c83
- Split off a -devel package
b96c83
b96c83
* Tue Jul 22 2008 Matthias Clasen <mclasen@redhat.com> 2.23.5-1
b96c83
- Update to 2.23.5
b96c83
b96c83
* Mon Apr  7 2008 Matthias Clasen <mclasen@redhat.com> 2.22.1-1
b96c83
- Update to 2.22.1
b96c83
b96c83
* Mon Mar 10 2008 Matthias Clasen <mclasen@redhat.com> 2.22.0-1
b96c83
- Update to 2.22.0
b96c83
b96c83
* Tue Feb 26 2008 Matthias Clasen <mclasen@redhat.com> 2.21.92-1
b96c83
- Update to 2.21.92
b96c83
b96c83
* Fri Feb 15 2008 Matthias Clasen <mclasen@redhat.com> 2.21.90-2
b96c83
- Rebuild
b96c83
b96c83
* Tue Jan 29 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.90-1
b96c83
- 2.21.90
b96c83
- rebuild for new libsoup
b96c83
b96c83
b96c83
* Mon Jan  7 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-2
b96c83
- drop in seahorse-agent.sh to xinit - closes bug 427466 but will mean
b96c83
  that seahorse agent will start if it is installed - even on kde or xfce
b96c83
  desktops :(
b96c83
b96c83
* Thu Jan  3 2008 Seth Vidal <skvidal at fedoraproject.org> 2.21.4-1
b96c83
- upgrade to 2.21.4
b96c83
b96c83
b96c83
* Sat Dec  1 2007 Matt Domsch <mdomsch at fedoraproject.org> 2.21.3-1
b96c83
- upgrade to 2.21.3
b96c83
- enable avahi integration
b96c83
- rpmlint cleanups: remove rpath, unneeded .so, tag config files
b96c83
b96c83
* Wed Aug 22 2007 Seth Vidal <skvidal at fedoraproject.org>
b96c83
- fix license tag
b96c83
- rebuild for fun!
b96c83
b96c83
* Fri Jul 20 2007 Seth Vidal <skvidal at fedoraproject.org>
b96c83
- disable gedit plugin in rawhide, for now :(
b96c83
b96c83
* Tue Jun 26 2007 Seth Vidal <skvidal at fedoraproject.org>
b96c83
- update to 1.0.1
b96c83
b96c83
* Sun Aug 13 2006 Seth Vidal <skvidal at linux.duke.edu>
b96c83
- re-enable gedit
b96c83
- update to 0.8.1
b96c83
b96c83
* Tue Mar  7 2006 Seth Vidal <skvidal at linux.duke.edu>
b96c83
- added openldap-devel buildreq to hopefully close bug # 184124
b96c83
b96c83
* Thu Feb 23 2006 Seth Vidal <skvidal at linux.duke.edu>
b96c83
- Patch from John Thacker for rh bug #182694 
b96c83
b96c83
b96c83
* Mon Jan 16 2006 Seth Vidal <skvidal at linux.duke.edu> - 0.8-2
b96c83
- added configure patch for it to build
b96c83
- disable gedit plugins until seahorse gets fixed to work with gedit 2.13+
b96c83
b96c83
* Wed Oct 26 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.8-1
b96c83
- 0.8
b96c83
b96c83
* Thu Jul 28 2005 Seth Vidal <skvidal@phy.duke.edu> - 0.7.9-1
b96c83
- 0.7.9
b96c83
b96c83
* Wed May 25 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-3
b96c83
- make sure all files are included
b96c83
- BR nautilus-devel
b96c83
b96c83
* Sun May 22 2005 Jeremy Katz <katzj@redhat.com> - 0.7.7-2
b96c83
- rebuild on all arches
b96c83
b96c83
* Thu May  5 2005 Seth Vidal <skvidal@phy.duke.edu> 0.7.7-1
b96c83
- 0.7.7
b96c83
b96c83
* Tue Apr 19 2005 Seth Vidal <skvidal at phy.duke.edu> 0.7.6-4
b96c83
- something innocuous to test on
b96c83
b96c83
b96c83
* Fri Apr  7 2005 Michael Schwendt <mschwendt[AT]users.sf.net>
b96c83
- rebuilt
b96c83
b96c83
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-2
b96c83
- desktop entry fixes.
b96c83
b96c83
* Fri Feb 25 2005 Phillip Compton <pcompton[AT]proteinmedia.com> 0.7.6-1
b96c83
- 0.7.6.
b96c83
b96c83
* Mon Nov 09 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.5
b96c83
- BuildReq scrollkeeper.
b96c83
b96c83
* Wed Oct 22 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.4
b96c83
- Uncommented .la removal.
b96c83
b96c83
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.3
b96c83
- Grabbed new copy os source from upstream.
b96c83
- Fixed path on Source0, to allow direct download.
b96c83
- BuildReq desktop-file-utils.
b96c83
b96c83
* Sun Sep 21 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.2
b96c83
- Fixed file permission on source tarball.
b96c83
- Fixed Group.
b96c83
- Removed aesthetic comments.
b96c83
- Brought more in line with current spec template.
b96c83
b96c83
* Sun Aug 17 2003 Phillip Compton <pcompton[AT]proteinmedia.com> 0:0.7.3-0.fdr.1
b96c83
- Fedorification.
b96c83
- Added path to Source0.
b96c83
- Added URL.
b96c83
- buildroot -> RPM_BUILD_ROOT.
b96c83
- BuildReq libgnomeui-devel, eel2-devel, gpgme03-devel.
b96c83
- BuildReq gettext.
b96c83
- post Req GConf2.
b96c83
- post/postun Req scrollkeeper.
b96c83
- .la/.a removal.
b96c83
- cosmetic changes.
b96c83
b96c83
* Fri May 02 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.3-1
b96c83
- 0.7.3 Release
b96c83
b96c83
* Wed Apr 23 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-3
b96c83
- Rebuilt against gpgme 0.3.15
b96c83
b96c83
* Sat Apr 12 2003 Matthew Hall <matt@ecsc.co.uk> 0.7.1-2
b96c83
- RedHat 9 Rebuild
b96c83
b96c83
* Sun Jan 26 2003 Matthew Hall <matt@ecsc.co.uk>
b96c83
- New Spec File
b96c83