Hello community,

here is the log from the commit of package gcr for openSUSE:Factory checked in 
at 2016-08-31 00:03:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gcr (Old)
 and      /work/SRC/openSUSE:Factory/.gcr.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gcr"

Changes:
--------
--- /work/SRC/openSUSE:Factory/gcr/gcr.changes  2016-03-29 14:50:26.000000000 
+0200
+++ /work/SRC/openSUSE:Factory/.gcr.new/gcr.changes     2016-08-31 
00:03:37.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Apr 15 20:21:06 CEST 2016 - h...@suse.com
+
+- Update to GNOME 3.20 -- Fate#318572.
+
+-------------------------------------------------------------------
@@ -13,0 +19,5 @@
+
+-------------------------------------------------------------------
+Thu Nov 26 02:54:47 CET 2015 - h...@suse.com
+
+- Add gcr-bsc932232-use-libgcrypt-allocators.patch (bsc#932232).

New:
----
  gcr-bsc932232-use-libgcrypt-allocators.patch

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

Other differences:
------------------
++++++ gcr.spec ++++++
--- /var/tmp/diff_new_pack.pKUl33/_old  2016-08-31 00:03:38.000000000 +0200
+++ /var/tmp/diff_new_pack.pKUl33/_new  2016-08-31 00:03:38.000000000 +0200
@@ -26,6 +26,8 @@
 Url:            http://www.gnome.org
 Source0:        
http://download.gnome.org/sources/gcr/3.20/%{name}-%{version}.tar.xz
 Source1:        baselibs.conf
+# PATCH-FIX-SLE gcr-bsc932232-use-libgcrypt-allocators.patch bsc#932232 
h...@suse.com -- use libgcrypt allocators for FIPS mode
+Patch1:         gcr-bsc932232-use-libgcrypt-allocators.patch
 # For directory ownership
 BuildRequires:  dbus-1
 BuildRequires:  gobject-introspection-devel >= 1.34
@@ -171,6 +173,9 @@
     sed -i "s:GLib.Object:GObject.Object:g" $file
   done
 fi
+%if !0%{?is_opensuse}
+%patch1 -p1
+%endif
 
 %build
 %configure

++++++ gcr-bsc932232-use-libgcrypt-allocators.patch ++++++
diff --git a/egg/egg-libgcrypt.c b/egg/egg-libgcrypt.c
index 0ba84fe..cca36f1 100644
--- a/egg/egg-libgcrypt.c
+++ b/egg/egg-libgcrypt.c
@@ -105,11 +105,6 @@ egg_libgcrypt_initialize (void)
                        gcry_set_log_handler (log_handler, NULL);
                        gcry_set_outofcore_handler (no_mem_handler, NULL);
                        gcry_set_fatalerror_handler (fatal_handler, NULL);
-                       gcry_set_allocation_handler 
((gcry_handler_alloc_t)g_malloc,
-                                                    
(gcry_handler_alloc_t)egg_secure_alloc,
-                                                    egg_secure_check,
-                                                    
(gcry_handler_realloc_t)egg_secure_realloc,
-                                                    egg_secure_free);
                        gcry_control (GCRYCTL_INITIALIZATION_FINISHED, 0);
                }
 

Reply via email to