SHA256
1
0
forked from pool/seahorse

Accepting request 136781 from GNOME:Factory

Pushing GNOME:Factory towards openSUSE:Factory

OBS-URL: https://build.opensuse.org/request/show/136781
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/seahorse?expand=0&rev=76
This commit is contained in:
Ismail Dönmez 2012-10-03 13:10:30 +00:00 committed by Git OBS Bridge
commit 91f3abe2c6
5 changed files with 67 additions and 42 deletions

View File

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

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

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

View File

@ -1,22 +0,0 @@
From f8a0cfcfc78f487447a347309affa6acadcfe77f Mon Sep 17 00:00:00 2001
From: Stef Walter <stefw@gnome.org>
Date: Mon, 30 Apr 2012 18:29:42 +0000
Subject: Fix typo in finalizing of GPGME keyring
---
diff --git a/pgp/seahorse-gpgme-keyring.c b/pgp/seahorse-gpgme-keyring.c
index 79ff39b..579ab09 100644
--- a/pgp/seahorse-gpgme-keyring.c
+++ b/pgp/seahorse-gpgme-keyring.c
@@ -859,7 +859,7 @@ seahorse_gpgme_keyring_finalize (GObject *object)
{
SeahorseGpgmeKeyring *self = SEAHORSE_GPGME_KEYRING (object);
- g_clear_object (self->pv->actions);
+ g_clear_object (&self->pv->actions);
g_hash_table_destroy (self->pv->keys);
/* All monitoring and scheduling should be done */
--
cgit v0.9.0.2

View File

@ -1,3 +1,61 @@
-------------------------------------------------------------------
Tue Sep 25 15:36:09 UTC 2012 - dimstar@opensuse.org
- Update to version 3.6.0:
+ Updated translations.
-------------------------------------------------------------------
Tue Sep 18 12:31:29 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.92:
+ Port to new documentation infrastructure
+ Updated translations.
- Replace gnome-doc-utils-devel BuildRequieres with yelp-tools:
following upstreams port to new documentation infrastructure.
-------------------------------------------------------------------
Thu Sep 6 14:23:04 UTC 2012 - dimstar@opensuse.org
- No longer mangle Generic name and Name of the programs entry in
the menus / activities screen:
+ Remove -G "Passwords and Keys" -N "Seahorse" from the
suse_update_desktop_file call (bnc#779068).
-------------------------------------------------------------------
Mon Sep 3 09:32:43 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.91:
+ Updated translations.
-------------------------------------------------------------------
Mon Aug 20 17:25:13 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.90:
+ Updated translations.
-------------------------------------------------------------------
Wed Jul 18 09:16:21 UTC 2012 - dimstar@opensuse.org
- Update to version 3.5.4:
+ No keyring UI bits if failed to connect to Secret Service
+ When Ctrl-F pressed in the main window, focus the filter box
+ Add suggestion to generate entropy while generating a key
+ Use libsecret instead of libgnome-keyring
+ Use GcrSecureEntryBuffer and remove duplicate code.
+ Align keyids with name/signatures in key properties.
+ Unavailable entries were displayed incorrectly for signatures
+ Fix icon sizes
+ Remove unused code
+ Migrate to GtkApplication
+ Other bug fixes
+ Build fixes
+ Updated translations.
- Replace pkgconfig(gnome-keyring-1) BuildRequires with
pkgconfig(libsecret-unstable), following upstreams switch.
- Drop xz BuildRequires as it now comes for free in the build
system.
- Drop seahorse-gpgme-keyring.patch: fixed upstream.
-------------------------------------------------------------------
Fri May 18 18:18:48 UTC 2012 - dimstar@opensuse.org

View File

@ -17,17 +17,14 @@
Name: seahorse
Version: 3.4.1
Version: 3.6.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.4/%{name}-%{version}.tar.xz
# PATCH-FIX-UPSTREAM seahorse-gpgme-keyring.patch dimstar@opensuse.org -- Fix typo in finalizing of GPGME keyring, taken from git.
Patch0: seahorse-gpgme-keyring.patch
Source: http://download.gnome.org/sources/seahorse/3.6/%{name}-%{version}.tar.xz
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: gpg2
BuildRequires: gpgme-devel
BuildRequires: intltool
@ -35,15 +32,14 @@ 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: yelp-tools
BuildRequires: pkgconfig(avahi-client)
BuildRequires: pkgconfig(avahi-glib)
BuildRequires: pkgconfig(gck-1) >= 3.3.4
BuildRequires: pkgconfig(gcr-3) >= 3.3.4
BuildRequires: pkgconfig(gio-2.0)
BuildRequires: pkgconfig(gnome-keyring-1)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(libsecret-unstable) >= 0.5
BuildRequires: pkgconfig(libsoup-2.4)
Recommends: %{name}-lang
Obsoletes: %{name}-devel < %{version}
@ -58,7 +54,6 @@ Seahorse is a GNOME interface for gnupg. It uses gpgme as the backend.
%lang_package
%prep
%setup -q
%patch0 -p1
translation-update-upstream
%build
@ -72,7 +67,7 @@ make %{?jobs:-j%jobs} V=1
%{__rm} %{buildroot}%{_datadir}/locale/en@shaw/LC_MESSAGES/*
%endif
%{__rm} -f %{buildroot}%{_libdir}/*.*a
%suse_update_desktop_file -G "Passwords and Keys" -N "Seahorse" %{name}
%suse_update_desktop_file %{name}
%find_lang %{name} %{?no_lang_C}
%fdupes $RPM_BUILD_ROOT
@ -92,13 +87,7 @@ rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root)
%doc AUTHORS ChangeLog ChangeLog.pre-auto NEWS README
%dir %{_datadir}/gnome/
%dir %{_datadir}/gnome/help/
%dir %{_datadir}/gnome/help/%{name}/
%doc %{_datadir}/gnome/help/%{name}/C/
%dir %{_datadir}/omf/
%dir %{_datadir}/omf/%{name}/
%doc %{_datadir}/omf/%{name}/%{name}-C.omf
%doc %{_datadir}/help/C/%{name}/
%{_bindir}/seahorse
%{_libdir}/seahorse/
%{_datadir}/applications/seahorse.desktop