This commit is contained in:
parent
ac17b87f47
commit
e48dce7597
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:26b47e031ab6ee472d9cf9562d0d3fdc1e88248bf2902c73375f3a9ac2cb5ee1
|
||||
size 2165479
|
3
seahorse-2.23.91.tar.bz2
Normal file
3
seahorse-2.23.91.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:656325e65403d14698bddd76c11a260e403ba604205436fa3ccad6e9f7fcd6f8
|
||||
size 2173932
|
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 04 16:45:12 CEST 2008 - mboman@novell.com
|
||||
|
||||
- Updated to 2.23.91:
|
||||
+ Fix copying keys to the clipboard.
|
||||
+ Fix double free crash when importing keys.
|
||||
+ Fix crasher when deleting a key.
|
||||
+ Don't add extra null bytes to SSH authorized_keys and
|
||||
similar files.
|
||||
+ Documentation fixes.
|
||||
+ Don't repeatedly load gnome-keyring items.
|
||||
+ Make help button in 'First Time Options' work proprely.
|
||||
+ Better wording for options in PGP key dialogs.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Aug 30 16:45:12 CEST 2008 - mboman@novell.com
|
||||
|
||||
- Updated to 2.23.90:
|
||||
+ Icon makeover
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 05 16:45:12 CEST 2008 - captain.magnus@opensuse.org
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package seahorse (Version 2.23.6)
|
||||
# spec file for package seahorse (Version 2.23.91)
|
||||
#
|
||||
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,7 +19,12 @@
|
||||
|
||||
|
||||
Name: seahorse
|
||||
BuildRequires: epiphany-devel fdupes gedit-devel gnome-doc-utils-devel gnome-panel-devel gnome-themes gpg2 gpgme-devel gvfs-devel intltool libavahi-glib-devel libglade2-devel libgnomeprintui-devel libgpg-error-devel libsoup-devel libwnck-devel libxml2-devel nautilus-devel openldap2-devel openssh perl-XML-Parser update-desktop-files
|
||||
BuildRequires: epiphany-devel fdupes gedit-devel gnome-doc-utils-devel
|
||||
BuildRequires: gnome-panel-devel gnome-themes gpg2 gpgme-devel gvfs-devel
|
||||
BuildRequires: intltool libavahi-glib-devel libglade2-devel
|
||||
BuildRequires: libgnomeprintui-devel libgpg-error-devel libsoup-devel
|
||||
BuildRequires: libwnck-devel libxml2-devel nautilus-devel openldap2-devel
|
||||
BuildRequires: openssh perl-XML-Parser update-desktop-files
|
||||
# for the epiphany plugin:
|
||||
%define xulrunner_version 181
|
||||
BuildRequires: mozilla-xulrunner%{xulrunner_version}-devel
|
||||
@ -28,7 +33,7 @@ License: GPL v2 or later
|
||||
Group: System/GUI/GNOME
|
||||
AutoReqProv: on
|
||||
PreReq: gconf2
|
||||
Version: 2.23.6
|
||||
Version: 2.23.91
|
||||
Release: 1
|
||||
Requires: %{name}-lang = %{version}
|
||||
Summary: GNOME2 interface for gnupg
|
||||
@ -188,14 +193,13 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/man/man1/*.1.gz
|
||||
%dir %{_datadir}/omf/seahorse
|
||||
%{_datadir}/omf/seahorse/*.omf
|
||||
%{_datadir}/pixmaps/*.png
|
||||
%{_datadir}/pixmaps/*.svg
|
||||
%dir %{_datadir}/pixmaps/seahorse
|
||||
%dir %{_datadir}/pixmaps/seahorse/22x22
|
||||
%dir %{_datadir}/pixmaps/seahorse/48x48
|
||||
%dir %{_datadir}/pixmaps/seahorse/scalable
|
||||
%{_datadir}/pixmaps/seahorse/*/*.png
|
||||
%{_datadir}/pixmaps/seahorse/*/*.svg
|
||||
%{_datadir}/pixmaps/seahorse/*/*.png
|
||||
%{_datadir}/seahorse
|
||||
|
||||
%files lang -f %{name}.lang
|
||||
@ -207,6 +211,20 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_includedir}/libcryptui/*.h
|
||||
|
||||
%changelog
|
||||
* Thu Sep 04 2008 mboman@novell.com
|
||||
- Updated to 2.23.91:
|
||||
+ Fix copying keys to the clipboard.
|
||||
+ Fix double free crash when importing keys.
|
||||
+ Fix crasher when deleting a key.
|
||||
+ Don't add extra null bytes to SSH authorized_keys and
|
||||
similar files.
|
||||
+ Documentation fixes.
|
||||
+ Don't repeatedly load gnome-keyring items.
|
||||
+ Make help button in 'First Time Options' work proprely.
|
||||
+ Better wording for options in PGP key dialogs.
|
||||
* Sat Aug 30 2008 mboman@novell.com
|
||||
- Updated to 2.23.90:
|
||||
+ Icon makeover
|
||||
* Tue Aug 05 2008 captain.magnus@opensuse.org
|
||||
- Updated to 2.23.6
|
||||
+ Initial PKCS#11 certificate listing implementation.
|
||||
|
Loading…
Reference in New Issue
Block a user