SHA256
1
0
forked from pool/seahorse

Accepting request 252045 from GNOME:Factory

Push GNOME 3.14.0 (forwarded request 251955 from Zaitor)

OBS-URL: https://build.opensuse.org/request/show/252045
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seahorse?expand=0&rev=95
This commit is contained in:
Stephan Kulow 2014-09-30 17:37:25 +00:00 committed by Git OBS Bridge
commit 2ceabe4d80
5 changed files with 75 additions and 7 deletions

View File

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

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

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

View File

@ -0,0 +1,41 @@
Index: seahorse-3.12.2/libegg/Makefile.am
===================================================================
--- seahorse-3.12.2.orig/libegg/Makefile.am
+++ seahorse-3.12.2/libegg/Makefile.am
@@ -2,16 +2,8 @@ noinst_LIBRARIES += \
libeggdatetime.a \
libeggtreemultidnd.a
-libeggdatetime_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DG_DISABLE_DEPRECATED
-
libeggdatetime_a_CFLAGS = $(GTK_CFLAGS)
libeggdatetime_a_SOURCES = libegg/egg-datetime.h libegg/egg-datetime.c
-libeggtreemultidnd_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DG_DISABLE_DEPRECATED
-
libeggtreemultidnd_a_CFLAGS = $(GTK_CFLAGS)
libeggtreemultidnd_a_SOURCES = libegg/eggtreemultidnd.c libegg/eggtreemultidnd.h
Index: seahorse-3.12.2/Makefile.in
===================================================================
--- seahorse-3.12.2.orig/Makefile.in
+++ seahorse-3.12.2/Makefile.in
@@ -860,15 +860,8 @@ common_BUILT = \
$(common_HEADER) \
common/common.vapi
-libeggdatetime_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DG_DISABLE_DEPRECATED
-
libeggdatetime_a_CFLAGS = $(GTK_CFLAGS)
libeggdatetime_a_SOURCES = libegg/egg-datetime.h libegg/egg-datetime.c
-libeggtreemultidnd_a_CPPFLAGS = -DGTK_DISABLE_DEPRECATED \
- -DGDK_DISABLE_DEPRECATED \
- -DG_DISABLE_DEPRECATED
libeggtreemultidnd_a_CFLAGS = $(GTK_CFLAGS)
libeggtreemultidnd_a_SOURCES = libegg/eggtreemultidnd.c libegg/eggtreemultidnd.h

View File

@ -1,3 +1,28 @@
-------------------------------------------------------------------
Tue Sep 23 09:27:18 UTC 2014 - dimstar@opensuse.org
- Update to version 3.14.0:
+ Fix crash in search provider (bgo#733957).
+ Display 'Certify' and 'Authenticate' names for GPG key flags
(bgo#733920).
+ Prettify fingerprint downloaded from key server (bgo#719872).
+ When searching for keys request full fingerprint (bgo#719872).
+ Show whether subkeys can be used for signing/encryption
(bgo#730044).
+ Remove incorrect tooltip from 'New Keyring' dialog
(bgo#733399).
+ Updated translations
+ Build fixes (bgo#732396).
-------------------------------------------------------------------
Tue Jul 15 00:02:29 UTC 2014 - dimstar@opensuse.org
- Add seahorse-allow-deprecated.patch: Allow the usage of
deprecated GTK+ symbols.
- No longer pass --disable-scrollkeeper to configure: this hasn't
been supported since version 3.5.92 when the switched from
gnome-devel-docs to Mallard happened.
-------------------------------------------------------------------
Sat May 17 08:08:26 UTC 2014 - zaitor@opensuse.org

View File

@ -17,13 +17,15 @@
Name: seahorse
Version: 3.12.2
Version: 3.14.0
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.12/%{name}-%{version}.tar.xz
Source: http://download.gnome.org/sources/seahorse/3.14/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM seahorse-allow-deprecated.patch dimstar@opensuse.org -- Allow the usage of deprecated GTK+ symbols
Patch0: seahorse-allow-deprecated.patch
BuildRequires: fdupes
BuildRequires: gpg2
BuildRequires: gpgme-devel
@ -66,11 +68,11 @@ search results from seahorse.
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build
%configure \
--disable-scrollkeeper
%configure
make %{?_smp_mflags} V=1
%install