Hello community,

here is the log from the commit of package libgda for openSUSE:Factory checked 
in at 2019-09-25 08:38:28
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libgda (Old)
 and      /work/SRC/openSUSE:Factory/.libgda.new.7948 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libgda"

Wed Sep 25 08:38:28 2019 rev:87 rq:732879 version:5.2.9

Changes:
--------
--- /work/SRC/openSUSE:Factory/libgda/libgda.changes    2019-05-03 
22:43:39.471397002 +0200
+++ /work/SRC/openSUSE:Factory/.libgda.new.7948/libgda.changes  2019-09-25 
08:38:30.214302691 +0200
@@ -1,0 +2,19 @@
+Thu Sep 12 22:35:14 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Update to version 5.2.9:
+  + Fix Sun JRE 1.8 detection.
+  + Fix JDK 11.0 detection.
+  + Drop unneeded JAVAH variable check.
+  + Fix build for System Installed SQLite libs.
+  + Non-Dates and Timestamps values returns 'NULL' string when
+    converted.
+  + Fix --with-ui, now UI is buildable when enabled.
+- Drop patches fixed upstream:
+  + libgda-jre18.patch.
+  + libgda-jre9.patch.
+  + libgda-jre10.patch.
+  + libgda-5.2.4-nojavah.patch.
+  + libgda-no-libgee.patch.
+  + libgda-enable-gdaui-gi.patch: Fixed upstream.
+
+-------------------------------------------------------------------

Old:
----
  libgda-5.2.4-nojavah.patch
  libgda-5.2.8.tar.xz
  libgda-enable-gdaui-gi.patch
  libgda-jre10.patch
  libgda-jre18.patch
  libgda-jre9.patch
  libgda-no-libgee.patch

New:
----
  libgda-5.2.9.tar.xz

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

Other differences:
------------------
++++++ libgda.spec ++++++
--- /var/tmp/diff_new_pack.JDs6Su/_old  2019-09-25 08:38:31.198302559 +0200
+++ /var/tmp/diff_new_pack.JDs6Su/_new  2019-09-25 08:38:31.202302558 +0200
@@ -17,30 +17,20 @@
 
 
 Name:           libgda
-Version:        5.2.8
+Version:        5.2.9
 Release:        0
 # FIXME: add bdb sql BuildRequires when available
 Summary:        GNU Data Access (GDA) Library
 License:        GPL-2.0-or-later AND LGPL-2.1-or-later
 Group:          Productivity/Databases/Clients
-URL:            http://www.gnome-db.org/
-Source:         
http://download.gnome.org/sources/libgda/5.2/%{name}-%{version}.tar.xz
+URL:            https://www.gnome-db.org/
+Source:         
https://download.gnome.org/sources/libgda/5.2/%{name}-%{version}.tar.xz
+
 # PATCH-FIX-UPSTREAM libgda-javadetection-biarch.patch bgo#673560 -- Prepare 
getsp to be sed'ed for biarch
 Patch1:         libgda-javadetection-biarch.patch
-# PATCH-FIX-UPSTREAM libgda-jre18.patch [email protected] -- Fix build with 
JRE 1.8. Patch from fedora.
-Patch2:         libgda-jre18.patch
-# PATCH-FIX-OPENSUSE libgda-jre9.patch [email protected] -- Fix build with 
JRE 9 (not sent upstream, as it's way too hackish)
-Patch3:         libgda-jre9.patch
-# PATCH-FIX-OPENSUSE libgda-jre10.patch [email protected] -- Fix build with JRE 
10 (not sent upstream, as it's way too hackish)
-Patch4:         libgda-jre10.patch
-# PATCH-FIX-OPENSUSE libgda-5.2.4-nojavah.patch [email protected] -- Fix build 
with JRE 10 (not sent upstream, as it's way too hackish)
-Patch5:         libgda-5.2.4-nojavah.patch
-# PATCH-FIx-UPSTREAM libgda-no-libgee.patch [email protected] -- Drop 
obsolete libgee dependency, taken from git
-Patch6:         libgda-no-libgee.patch
 # PATCH-FIX-UPSTREAM libgda-no-pg_config.patch [email protected] -- Don't 
use pg_config to find postgresql. Patch not directly applicable as-is upstream, 
but fixed in master
 Patch7:         libgda-no-pg_config.patch
-# PATCH-FIx-UPSTREAM libgda-enable-gdaui-gi.patch [email protected] -- Fix 
--enable-gdaui-gi configure parameter, taken from git
-Patch8:         libgda-enable-gdaui-gi.patch
+
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  db-devel
@@ -375,15 +365,7 @@
 %lang_package -n %{name}-5_0-4
 
 %prep
-%setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
+%autosetup -p1
 
 %build
 autoreconf -fi
@@ -414,7 +396,7 @@
 # Find the current version of vapigen
 VAPIGEN=$(realpath %{_bindir}/vapigen)
 VAPIGENVER=${VAPIGEN: -4}
-# Due to patch0 and patch1, getsp.java needs to be rebuilt
+# Due to patch1, getsp.java needs to be rebuilt
 javac getsp.java
 %configure --with-pic\
     --disable-static \
@@ -425,7 +407,7 @@
     --enable-gda-gi \
     --enable-gdaui-gi \
     --enable-vala VALA_API_VERSION=${VAPIGENVER}
-make %{?_smp_mflags}
+%make_build
 
 %install
 # remove error about java bytecode being for something later than java 1.15 -- 
see http://en.opensuse.org/Java/Packaging/Cookbook

++++++ libgda-5.2.8.tar.xz -> libgda-5.2.9.tar.xz ++++++
/work/SRC/openSUSE:Factory/libgda/libgda-5.2.8.tar.xz 
/work/SRC/openSUSE:Factory/.libgda.new.7948/libgda-5.2.9.tar.xz differ: char 
25, line 1


Reply via email to