Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qore for openSUSE:Factory checked in 
at 2025-04-17 16:10:18
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore (Old)
 and      /work/SRC/openSUSE:Factory/.qore.new.30101 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore"

Thu Apr 17 16:10:18 2025 rev:16 rq:1270240 version:2.0.0

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore/qore.changes        2024-05-27 
12:03:48.043414327 +0200
+++ /work/SRC/openSUSE:Factory/.qore.new.30101/qore.changes     2025-04-20 
20:08:42.006955692 +0200
@@ -1,0 +2,24 @@
+Thu Apr 17 08:58:54 UTC 2025 - Sarah Kriesch <sarah.krie...@opensuse.org>
+
+- Update to 2.0.0
+  * many new user modules, vastly improved REST client infrastructure
+  * do not try to get a new token if the token was just issued
+  * Fix build on illumos
+  * dp action catalog 
+  * fixed Swagger additionalProperties processing 
+  * fixed a bug converting arguments to fit the Swagger schema
+  * allow reflection in module init and del closures
+  * added a DiscordRestClient module
+  * fixed setting the column size on types created from VARCHAR
+  * fixed a bug with the cast<>() operator and compatible type
+  * do not close sockets when there is an I/O timeout
+  * fixed outputting complex data structures with deleted objects
+  * gmail app 
+  * fixed the -= operator with *hash lvalues 
+  * logger module
+  * expanded api 
+  * fixed static method resolution
+  * range operator fix
+  * thread local storage fix
+
+-------------------------------------------------------------------

Old:
----
  qore-1.19.2.tar.bz2

New:
----
  qore-2.0.0.tar.bz2

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

Other differences:
------------------
++++++ qore.spec ++++++
--- /var/tmp/diff_new_pack.XZKFvW/_old  2025-04-20 20:08:43.339011678 +0200
+++ /var/tmp/diff_new_pack.XZKFvW/_new  2025-04-20 20:08:43.359012518 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 # Copyright (c) 2014 David Nichols <da...@qore.org>
 # Copyright (c) 2014 Petr Vanek <p...@yarpen.cz>
 #
@@ -42,7 +42,7 @@
 %global user_module_dir %{mydatarootdir}/qore-modules/
 %global libname libqore12
 Name:           qore
-Version:        1.19.2
+Version:        2.0.0
 Release:        1%{dist}
 Summary:        Multithreaded Programming Language
 License:        GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT
@@ -64,12 +64,12 @@
 BuildRequires:  libtool
 BuildRequires:  mpfr-devel
 BuildRequires:  openssl-devel
-BuildRequires:  pcre-devel
+BuildRequires:  pcre2-devel
 BuildRequires:  pkg-config
 BuildRequires:  zlib-devel
 Requires:       %{_bindir}/env
 Requires(post): shared-mime-info
-Requires(postun):shared-mime-info
+Requires(postun): shared-mime-info
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -102,7 +102,7 @@
 
 %files -n libqore12
 %defattr(-,root,root,-)
-%{_libdir}/libqore.so.12.4.1
+%{_libdir}/libqore.so.12.5.0
 %{_libdir}/libqore.so.12
 %doc README.md README-MODULES RELEASE-NOTES AUTHORS ABOUT
 %license COPYING.LGPL COPYING.GPL COPYING.MIT README-LICENSE
@@ -126,7 +126,7 @@
 
 %files doc
 %defattr(-,root,root,-)
-%doc docs/lang docs/modules/* examples/
+%doc docs/lang docs/modules/* examples/ README.md README-MODULES RELEASE-NOTES 
AUTHORS ABOUT
 %license COPYING.LGPL COPYING.GPL COPYING.MIT README-LICENSE
 
 %package devel
@@ -221,7 +221,7 @@
 %fdupes -s docs
 
 %check
-export QORE_MODULE_DIR=qlib
+export 
QORE_MODULE_DIR=qlib:modules/reflection:${RPM_BUILD_ROOT}%{module_dir}/%{version}
 ./qore examples/test/qore/threads/background.qtest
 ./qore examples/test/qore/threads/deadlock.qtest
 ./qore examples/test/qore/threads/max-threads-count.qtest

++++++ qore-1.19.2.tar.bz2 -> qore-2.0.0.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/qore/qore-1.19.2.tar.bz2 
/work/SRC/openSUSE:Factory/.qore.new.30101/qore-2.0.0.tar.bz2 differ: char 11, 
line 1

Reply via email to