Accepting request 158495 from GNOME:Next
Push GNOME:Next OBS-URL: https://build.opensuse.org/request/show/158495 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/seahorse?expand=0&rev=142
This commit is contained in:
parent
39a6a53ab2
commit
ed01b96547
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9b712da1989725547a8093e638725ee6de74d7870661545a15374c7ebf335cc1
|
|
||||||
size 1995252
|
|
3
seahorse-3.7.91.tar.xz
Normal file
3
seahorse-3.7.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:e4717037666f543ed67ab9ca68a965c02909e3409aa660b88c9a10e29a6bce09
|
||||||
|
size 2011108
|
@ -1,3 +1,35 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 5 19:09:29 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.91:
|
||||||
|
+ Don't show preferences when no preferences are available
|
||||||
|
(bgo#694678).
|
||||||
|
+ Don't conflict with seahorse-daemon DBus name (bgo#694053).
|
||||||
|
+ Fix command line options parsing (bgo#686980).
|
||||||
|
+ Build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 07:34:14 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.5:
|
||||||
|
+ Added keywords to .desktop file.
|
||||||
|
+ Build fixes.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 06:34:14 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.2:
|
||||||
|
+ Build fixes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 20 05:34:14 UTC 2013 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.7.1:
|
||||||
|
+ Correct capitalization of ElGamal.
|
||||||
|
+ Build fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Feb 20 04:34:14 UTC 2013 - mike.catanzaro@gmail.com
|
Wed Feb 20 04:34:14 UTC 2013 - mike.catanzaro@gmail.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package seahorse
|
# spec file for package seahorse
|
||||||
#
|
#
|
||||||
# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,13 +17,13 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: seahorse
|
Name: seahorse
|
||||||
Version: 3.6.3
|
Version: 3.7.91
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: GNOME interface for gnupg
|
Summary: GNOME interface for gnupg
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Url: http://projects.gnome.org/seahorse/
|
Url: http://projects.gnome.org/seahorse/
|
||||||
Source: http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/seahorse/3.7/%{name}-%{version}.tar.xz
|
||||||
# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream
|
# PATCH-FIX-OPENSUSE bnc#804181 bgo#659834 mike.catanzaro@gmail.com -- Remove help buttons that point to nowhere, submitted but not yet reviewed upstream
|
||||||
Patch0: seahorse-remove-bad-help-buttons.patch
|
Patch0: seahorse-remove-bad-help-buttons.patch
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
@ -42,7 +42,7 @@ BuildRequires: pkgconfig(gcr-3) >= 3.3.4
|
|||||||
BuildRequires: pkgconfig(gio-2.0)
|
BuildRequires: pkgconfig(gio-2.0)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
|
BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
|
||||||
BuildRequires: pkgconfig(libsoup-2.4)
|
BuildRequires: pkgconfig(libsoup-2.4) >= 2.24.0
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Obsoletes: %{name}-devel < %{version}
|
Obsoletes: %{name}-devel < %{version}
|
||||||
# We dropped seahorse-plugins in 12.1
|
# We dropped seahorse-plugins in 12.1
|
||||||
|
Loading…
Reference in New Issue
Block a user