Hello community,

here is the log from the commit of package gambas3 for openSUSE:Factory checked 
in at 2019-02-11 21:23:32
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gambas3 (Old)
 and      /work/SRC/openSUSE:Factory/.gambas3.new.28833 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "gambas3"

Mon Feb 11 21:23:32 2019 rev:11 rq:672740 version:3.12.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/gambas3/gambas3.changes  2018-10-11 
11:58:57.897755547 +0200
+++ /work/SRC/openSUSE:Factory/.gambas3.new.28833/gambas3.changes       
2019-02-11 21:23:35.791138282 +0100
@@ -1,0 +2,34 @@
+Mon Feb  4 18:41:40 UTC 2019 - Alexei Podvalsky <[email protected]>
+
+- Update to 3.12.2:
+  * Fix UdpSocket class declaration.
+  * UdpSocket: Host is a new property that allows to define the
+    IP address the UDP socket will be bounded to.
+  * Make the "./" path equivalent to "." as before, and not a
+    prefix for a component with a null name.
+  * Take care of components that modifiy the 'environ' variable.
+    Using 'gb.httpd' does not crash anymore.
+  * Fix Debug instruction and support for the new Assert
+    instruction.
+  * Really fix the loop optimization.
+  * Fix loop optimization that didn't work on loops calling
+    themselves recursively.
+  * Fix badly committed files.
+  * Font[] now assumes a default size of 10 points, so that you
+    don't have to specify the font size when creating the Font object.
+  * TerminalView: Implement "ESC <N> b" sequence.
+  * Support for 'tcc' compiler.
+  * Do not propagate mouse wheel events of ComboBox, TextArea,
+    Slider and ScrollBar, as in Qt components.
+  * Project property dialog: Use custom icons for component tab
+    check boxes, because some style cannot draw them correctly.
+  * Introduce RssDate for date+timezone handling
+  * RssGuid: do not set IsPermaLink by default when parsing
+  * Depend on gb.util for RFC822 date conversions
+  * Switch version to 3.12.1.
+  * Merge branch 'stable' of gitlab.com:gambas/gambas into stable
+  * Merge branch 'master' into stable
+  * Update some test forms and version numbers.
+- Update gambas3-3.10.0-llvm.patch > gambas3-3.12.2-llvm.patch
+
+-------------------------------------------------------------------

Old:
----
  gambas-3.11.4.tar.bz2
  gambas3-3.10.0-llvm.patch

New:
----
  gambas-3.12.2.tar.bz2
  gambas3-3.12.2-llvm.patch

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

Other differences:
------------------
++++++ gambas3.spec ++++++
--- /var/tmp/diff_new_pack.ducedq/_old  2019-02-11 21:23:36.511137895 +0100
+++ /var/tmp/diff_new_pack.ducedq/_new  2019-02-11 21:23:36.515137893 +0100
@@ -32,7 +32,7 @@
 %endif
 %endif
 Name:           gambas3
-Version:        3.11.4
+Version:        3.12.2
 Release:        0
 Summary:        BASIC interpreter under Linux
 License:        GPL-2.0-or-later
@@ -45,7 +45,7 @@
 # PATCH-FIX-OPENSUSE -- add german translation
 Patch0:         gambas3-mime_translation.patch
 # PATCH-FIX-OPENSUSE llvm.patch [email protected] -- Change the location for 
an header files
-Patch1:         gambas3-3.10.0-llvm.patch
+Patch1:         gambas3-3.12.2-llvm.patch
 BuildRequires:  SDL_image
 BuildRequires:  aalib-devel
 BuildRequires:  atk-devel
@@ -61,7 +61,6 @@
 BuildRequires:  libstdc++-devel
 BuildRequires:  libtool
 BuildRequires:  mysql-devel
-BuildRequires:  ncurses-devel
 BuildRequires:  openldap2-devel
 BuildRequires:  postgresql-devel
 BuildRequires:  shared-mime-info
@@ -99,6 +98,7 @@
 BuildRequires:  pkgconfig(libv4l2)
 BuildRequires:  pkgconfig(libxml-2.0)
 BuildRequires:  pkgconfig(libxslt)
+BuildRequires:  pkgconfig(ncurses)
 BuildRequires:  pkgconfig(ogg)
 BuildRequires:  pkgconfig(pango)
 BuildRequires:  pkgconfig(sdl2)
@@ -328,7 +328,6 @@
 This class represents a Cairo source pattern, as returned by methods like
 Cairo.SolidPattern or Cairo.LinearGradient.
 
-%if %{with qt4}
 %package gb-chart
 Summary:        The chart component for Gambas
 Group:          Development/Tools/IDE
@@ -336,7 +335,6 @@
 
 %description gb-chart
 This is the component that draws charts.
-%endif
 
 %package gb-clipper
 Summary:        The clipper component for Gambas
@@ -663,7 +661,6 @@
 This component allows to monitor filesystem events with Linux
 inotify interface.
 
-%if %{with jit}
 %package gb-jit
 Summary:        The Gambas JIT component
 Group:          Development/Tools/IDE
@@ -671,7 +668,6 @@
 
 %description gb-jit
 This component provides the JIT compiler for Gambas.
-%endif
 
 %package gb-logging
 Summary:        The Gambas logging component
@@ -1230,7 +1226,8 @@
 %{_bindir}/%{name}
 %{_bindir}/%{name}.gambas
 %{_datadir}/%{name}/template/
-%attr(0644,root,root) %{_datadir}/appdata/%{name}.appdata.xml
+%attr(0644,root,root) %{_datadir}/metainfo/%{name}.appdata.xml
+%exclude %{_datadir}/appdata/gambas3.appdata.xml
 
 %files ide
 %defattr(-,root,root)
@@ -1300,13 +1297,11 @@
 %{_libdir}/%{name}/gb.cairo.so*
 %{_datadir}/%{name}/info/gb.cairo.*
 
-%if %{with qt4}
 %files gb-chart
 %defattr(-,root,root)
 %{_libdir}/%{name}/gb.chart.component
 %{_libdir}/%{name}/gb.chart.gambas
 %{_datadir}/%{name}/info/gb.chart.*
-%endif
 
 %files gb-clipper
 %defattr(-,root,root)
@@ -1546,12 +1541,10 @@
 %{_datadir}/%{name}/info/gb.inotify.info
 %{_datadir}/%{name}/info/gb.inotify.list
 
-%if %{with jit}
 %files gb-jit
 %defattr(-,root,root)
 %{_libdir}/%{name}/gb.jit.*
 %{_datadir}/%{name}/info/gb.jit.*
-%endif
 
 %files gb-logging
 %defattr(-,root,root)

++++++ gambas-3.11.4.tar.bz2 -> gambas-3.12.2.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/gambas3/gambas-3.11.4.tar.bz2 
/work/SRC/openSUSE:Factory/.gambas3.new.28833/gambas-3.12.2.tar.bz2 differ: 
char 11, line 1

++++++ gambas3-3.10.0-llvm.patch -> gambas3-3.12.2-llvm.patch ++++++
--- /work/SRC/openSUSE:Factory/gambas3/gambas3-3.10.0-llvm.patch        
2017-08-29 11:47:23.332343720 +0200
+++ /work/SRC/openSUSE:Factory/.gambas3.new.28833/gambas3-3.12.2-llvm.patch     
2019-02-11 21:23:35.779138288 +0100
@@ -1,10 +1,24 @@
-diff -ruN gambas3-3.10.0.orig/gb.jit/configure.ac 
gambas3-3.10.0/gb.jit/configure.ac
---- gambas3-3.10.0.orig/gb.jit/configure.ac    2017-07-17 23:38:23.000000000 
+0300
-+++ gambas3-3.10.0/gb.jit/configure.ac 2017-07-19 10:05:32.686911825 +0300
+diff -ruN gambas-3.12.2.orig/gb.jit.llvm/configure.ac 
gambas-3.12.2/gb.jit.llvm/configure.ac
+--- gambas-3.12.2.orig/gb.jit.llvm/configure.ac        2019-01-12 
17:47:15.000000000 +0300
++++ gambas-3.12.2/gb.jit.llvm/configure.ac     2019-02-04 21:51:22.679530071 
+0300
+@@ -28,11 +28,11 @@
+ 
+   if test "x$min_llvm_version_ok$max_llvm_version_ok" = xyy; then
+     AC_MSG_RESULT([yes ($LLVM_VERSION)])
+-    
++
+     if test "x$LLVM_LIBS" = x; then
+       LLVM_LIBS=-lLLVM-$LLVM_VERSION
+     fi
+-    
++
+   else
+     AC_MSG_RESULT(no)
+     touch DISABLED DISABLED.gb.jit.llvm
 @@ -43,7 +43,7 @@
  
  GB_COMPONENT(
-   jit, JIT, gb.jit, [src],
+   jitllvm, JITLLVM, gb.jit.llvm, [src],
 -  [GB_FIND(llvm/ExecutionEngine/JIT.h llvm/Config/llvm-config.h 
llvm-c/Core.h, `$LLVM_CONFIG --prefix` /usr/lib/llvm* /usr/local /usr, 
include)],
 +  [GB_FIND(llvm/ExecutionEngine/JIT.h llvm/Config/llvm-config.h 
llvm-c/Core.h, $LLVM_INCLUDE, .)],
    [],


Reply via email to