Hello community,

here is the log from the commit of package seahorse for openSUSE:Factory 
checked in at 2014-09-30 19:37:25
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/seahorse (Old)
 and      /work/SRC/openSUSE:Factory/.seahorse.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "seahorse"

Changes:
--------
--- /work/SRC/openSUSE:Factory/seahorse/seahorse.changes        2014-05-20 
14:27:02.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.seahorse.new/seahorse.changes   2014-09-30 
19:37:53.000000000 +0200
@@ -1,0 +2,25 @@
+Tue Sep 23 09:27:18 UTC 2014 - dims...@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 - dims...@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.
+
+-------------------------------------------------------------------

Old:
----
  seahorse-3.12.2.tar.xz

New:
----
  seahorse-3.14.0.tar.xz
  seahorse-allow-deprecated.patch

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

Other differences:
------------------
++++++ seahorse.spec ++++++
--- /var/tmp/diff_new_pack.Xq6lAL/_old  2014-09-30 19:37:54.000000000 +0200
+++ /var/tmp/diff_new_pack.Xq6lAL/_new  2014-09-30 19:37:54.000000000 +0200
@@ -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 dims...@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 @@
 %lang_package
 %prep
 %setup -q
+%patch0 -p1
 translation-update-upstream
 
 %build
-%configure \
-        --disable-scrollkeeper
+%configure
 make %{?_smp_mflags} V=1
 
 %install

++++++ seahorse-3.12.2.tar.xz -> seahorse-3.14.0.tar.xz ++++++
++++ 58079 lines of diff (skipped)

++++++ seahorse-allow-deprecated.patch ++++++
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
-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org

Reply via email to