From 0e276427a6538d986c35f9d608b175d099065374 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Aug 06 2009 04:18:59 +0000 Subject: Bring the password tab back --- diff --git a/password-tab.patch b/password-tab.patch new file mode 100644 index 0000000..bcad5a4 --- /dev/null +++ b/password-tab.patch @@ -0,0 +1,48 @@ +diff --git a/src/seahorse-key-manager.xml b/src/seahorse-key-manager.xml +index cc7c4ec..85f71ef 100644 +--- a/src/seahorse-key-manager.xml ++++ b/src/seahorse-key-manager.xml +@@ -39,13 +39,13 @@ + True + 3 + +- ++ + True + True + 3 + automatic + +- ++ + True + True + 12 +@@ -69,7 +69,26 @@ + + + +- ++ ++ True ++ True ++ 3 ++ automatic ++ ++ ++ True ++ True ++ 12 ++ True ++ ++ ++ ++ ++ ++ ++ ++ 1 ++ + + + diff --git a/seahorse.spec b/seahorse.spec index 34406cd..b9a676e 100644 --- a/seahorse.spec +++ b/seahorse.spec @@ -1,6 +1,6 @@ Name: seahorse Version: 2.27.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: A GNOME application for managing encryption keys Group: User Interface/Desktops # seahorse is GPLv2+ @@ -9,6 +9,8 @@ License: GPLv2+ and LGPLv2+ URL: http://projects.gnome.org/seahorse/ Source: http://download.gnome.org/sources/seahorse/2.27/%{name}-%{version}.tar.bz2 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) +# from upstream +Patch0: password-tab.patch BuildRequires: desktop-file-utils BuildRequires: gettext @@ -59,6 +61,7 @@ library that belongs to seahorse. %prep %setup -q +%patch0 -p1 -b .password-tab %build GNUPG=/usr/bin/gpg2 ; export GNUPG ; %configure --disable-scrollkeeper @@ -163,6 +166,9 @@ fi %{_datadir}/gtk-doc/html/libcryptui %changelog +* Thu Aug 6 2009 Matthias Clasen - 2.27.5-2 +- Bring the password tab back + * Tue Jul 28 2009 Matthias Clasen - 2.27.5-1 - Update to 2.27.5