Accepting request 97313 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/97313
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=115
This commit is contained in:
Vincent Untz 2011-12-21 05:03:14 +00:00 committed by Git OBS Bridge
parent a4a7b01597
commit b06f7236e6
4 changed files with 30 additions and 13 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:2b4a40af9b8329f030c4e8c60f62154790bfda97a2acea415e2ee642b6afe649
size 2301061

3
seahorse-3.3.3.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:f1ad97b95e2b60820dd7cdb6166a65ca2bccc42cd6ce035300e60bf391f59a61
size 1967716

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Mon Dec 19 12:38:37 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ Support for PKCS#11 key generation
+ Support for creating certificate requests
+ Certificate actions happen from certificate window.
+ Reimplement export functionality
+ Refactor deletion, unlocking, refreshing, and showing
properties
+ Add way to lookup places, and refresh appropriate place after
import
+ Fixes for glib 2.31.x deprecations
+ Fix bugs, build issues, translations
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
-------------------------------------------------------------------
Mon Nov 21 13:24:08 UTC 2011 - dimstar@opensuse.org

View File

@ -15,17 +15,14 @@
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
Name: seahorse
License: GPLv2+
Group: Productivity/Security
Version: 3.3.2
Release: 1
Version: 3.3.3
Release: 0
Summary: GNOME interface for gnupg
License: GPL-2.0+
Group: Productivity/Security
Url: http://projects.gnome.org/seahorse/
Source: http://download.gnome.org/sources/seahorse/3.3/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/seahorse/3.3/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: gpg2
@ -35,10 +32,12 @@ BuildRequires: openldap2-devel
BuildRequires: openssh
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(avahi-glib)
BuildRequires: pkgconfig(gck-1)
BuildRequires: pkgconfig(gcr-3) >= 3.1.5
BuildRequires: pkgconfig(gck-1) >= 3.3.3
BuildRequires: pkgconfig(gcr-3) >= 3.3.3
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-3.0)