Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2012-05-22 08:19:11
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seahorse (Old)
 and      /work/SRC/openSUSE:Factory/.seahorse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seahorse", Maintainer is "gnome-maintain...@suse.de"

Changes:
--------
--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes        2012-04-20 
15:21:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes   2012-05-22 
08:19:13.000000000 +0200
@@ -1,0 +2,6 @@
+Fri May 18 18:18:48 UTC 2012 - dims...@opensuse.org
+
+- Add seahorse-gpgme-keyring.patch: Fix typo in finalizing GPGME
+  keyring.
+
+-------------------------------------------------------------------

New:
----
  seahorse-gpgme-keyring.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ seahorse.spec ++++++
--- /var/tmp/diff_new_pack.PQGC3l/_old  2012-05-22 08:19:15.000000000 +0200
+++ /var/tmp/diff_new_pack.PQGC3l/_new  2012-05-22 08:19:15.000000000 +0200
@@ -24,6 +24,8 @@
 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 dims...@opensuse.org -- Fix 
typo in finalizing of GPGME keyring, taken from git.
+Patch0:         seahorse-gpgme-keyring.patch
 BuildRequires:  fdupes
 BuildRequires:  gnome-doc-utils-devel
 BuildRequires:  gpg2
@@ -56,6 +58,7 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build


++++++ seahorse-gpgme-keyring.patch ++++++
>From f8a0cfcfc78f487447a347309affa6acadcfe77f Mon Sep 17 00:00:00 2001
From: Stef Walter <st...@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

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to