Hello community,

here is the log from the commit of package dbh for openSUSE:Factory checked in 
at 2016-03-26 15:27:57
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/dbh (Old)
 and      /work/SRC/openSUSE:Factory/.dbh.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "dbh"

Changes:
--------
--- /work/SRC/openSUSE:Factory/dbh/dbh.changes  2015-11-16 18:52:10.000000000 
+0100
+++ /work/SRC/openSUSE:Factory/.dbh.new/dbh.changes     2016-03-26 
15:28:01.000000000 +0100
@@ -1,0 +2,5 @@
+Mon Mar 21 23:57:24 UTC 2016 - dval...@suse.com
+
+- Fix bigendian builds (dbh-bigendian.patch) 
+
+-------------------------------------------------------------------

New:
----
  dbh-bigendian.patch

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

Other differences:
------------------
++++++ dbh.spec ++++++
--- /var/tmp/diff_new_pack.P2an8s/_old  2016-03-26 15:28:02.000000000 +0100
+++ /var/tmp/diff_new_pack.P2an8s/_new  2016-03-26 15:28:02.000000000 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package dbh
 #
-# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -26,6 +26,7 @@
 Url:            http://www.gnu.org/software/libdbh/
 
 Source:         http://downloads.sf.net/dbh/%{lname}-%{version}.tar.gz
+Patch0:         dbh-bigendian.patch
 BuildRequires:  fdupes
 BuildRequires:  gtk-doc
 BuildRequires:  libtool
@@ -72,6 +73,7 @@
 
 %prep
 %setup -q -n %{lname}-%{version}
+%patch0 -p1
 
 %build
 %configure --disable-static

++++++ dbh-bigendian.patch ++++++
Index: libdbh2-5.0.19/src/dbh_static.i
===================================================================
--- libdbh2-5.0.19.orig/src/dbh_static.i
+++ libdbh2-5.0.19/src/dbh_static.i
@@ -1779,7 +1779,6 @@ static int sdbh_writeheader (DBHashTable
     dbh->head_info->data_space = sdbh_turnaround (dbh->head_info->data_space);
     dbh->head_info->erased_space = sdbh_turnaround 
(dbh->head_info->erased_space);
     dbh->head_info->records = sdbh_turnaround (dbh->head_info->records);
-    dbh->head_info->fractalidad = sdbh_turnaround 
(dbh->head_info->fractalidad);
 #endif
 
 
@@ -1809,7 +1808,6 @@ static int sdbh_writeheader (DBHashTable
     dbh->head_info->data_space = sdbh_turnaround (dbh->head_info->data_space);
     dbh->head_info->erased_space = sdbh_turnaround 
(dbh->head_info->erased_space);
     dbh->head_info->records = sdbh_turnaround (dbh->head_info->records);
-    dbh->head_info->fractalidad = sdbh_turnaround 
(dbh->head_info->fractalidad);
 #endif
     if (!flush) return 1;
   

Reply via email to