Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qore for openSUSE:Factory checked in 
at 2023-09-02 22:07:49
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore (Old)
 and      /work/SRC/openSUSE:Factory/.qore.new.1766 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore"

Sat Sep  2 22:07:49 2023 rev:13 rq:1108565 version:1.18.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore/qore.changes        2023-07-24 
18:27:23.306651305 +0200
+++ /work/SRC/openSUSE:Factory/.qore.new.1766/qore.changes      2023-09-02 
22:08:37.433345159 +0200
@@ -1,0 +2,20 @@
+Sat Sep  2 13:17:09 UTC 2023 - Sarah Kriesch <sarah.krie...@opensuse.org>
+
+- Update to 1.18.1
+  * Added the ElasticSearchDataProvider module + tests 
+  * Fixed TID assignments after all TIDs have been assigned 
+  * Implemented support for ellipses in Qore 
+  * Implemented options to allow some badly-formatted Swagger 
+  * Set the default connect timeout for HTTP connection
+  * Implemented an initial EmpathicBuildingDataProvider module 
+  * Fixed date subtraction when the RHS is 1970-01-01Z 
+  * Fix compilation of QoreEllipsesNode during non-scu 
+  * Verify connection option values against allowed_values 
+  * Fixed a bug where the HttpConnection scheme could not be used 
+  * Allow user modules included with external binary modules 
+  * Fixed compatibility with recent versions of ServiceNow 
+  * Fixed operator handling in ServiceNow searches 
+  * Fixed URI path reporting in REST error messages 
+  * Added missing allowed values to field data info 
+
+-------------------------------------------------------------------

Old:
----
  qore-1.16.1.tar.bz2

New:
----
  qore-1.18.1.tar.bz2

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

Other differences:
------------------
++++++ qore.spec ++++++
--- /var/tmp/diff_new_pack.WTPDFr/_old  2023-09-02 22:08:39.417416056 +0200
+++ /var/tmp/diff_new_pack.WTPDFr/_new  2023-09-02 22:08:39.421416199 +0200
@@ -37,13 +37,12 @@
 %endif
 %endif
 
-
 %define so_ver 12
 %define module_dir %{_libdir}/qore-modules
 %global user_module_dir %{mydatarootdir}/qore-modules/
 %global libname libqore12
 Name:           qore
-Version:        1.16.1
+Version:        1.18.1
 Release:        1%{dist}
 Summary:        Multithreaded Programming Language
 License:        GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT
@@ -52,8 +51,7 @@
 Source0:        
https://github.com/qorelanguage/qore/releases/download/release-%{version}/%{name}-%{version}.tar.bz2#/%{name}-%{version}.tar.bz2
 # PATCH-FIX-OPENSUSE bmwiedemann boo#1084909
 Patch0:         reproducible.patch
-BuildRequires:  automake
-BuildRequires:  bison >= 1.8.5
+BuildRequires:  bison
 BuildRequires:  bzip2
 BuildRequires:  doxygen
 BuildRequires:  fdupes
@@ -72,12 +70,14 @@
 Requires(postun):shared-mime-info
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
-
 %description
 Qore is a scripting language supporting threading and embedded logic.
 It applies a scripting-based approach to interface development and
 can also be used as a general purpose language.
 
+%if 0%{?suse_version}
+%endif
+
 %package -n %{libname}
 Summary:        Libraries for the qore runtime and qore clients
 License:        GPL-2.0-or-later OR LGPL-2.0-or-later OR MIT
@@ -99,9 +99,9 @@
 
 %files -n %{libname}
 %defattr(-,root,root,-)
-%{_libdir}/libqore.so.12.3.1
+%{_libdir}/libqore.so.12.4.0
 %{_libdir}/libqore.so.12
-%doc COPYING.LGPL COPYING.GPL COPYING.MIT README.md README-LICENSE 
README-MODULES RELEASE-NOTES AUTHORS ABOUT
+%doc README.md README-MODULES RELEASE-NOTES AUTHORS ABOUT
 %license COPYING.LGPL COPYING.GPL COPYING.MIT README-LICENSE
 
 %post -n %{libname}
@@ -127,7 +127,7 @@
 %defattr(-,root,root,-)
 %{user_module_dir}
 %{module_dir}
-%doc COPYING.MIT README-LICENSE
+%license COPYING.MIT README-LICENSE
 
 %package doc
 Summary:        API documentation, programming language reference, and Qore 
example programs
@@ -152,7 +152,7 @@
 Summary:        Header files needed to compile programs using the qore library
 License:        GPL-2.0-or-later OR LGPL-2.0-or-later OR MIT
 Group:          Development/Languages/C and C++
-Requires:       libqore%{so_ver} = %{version}-%{release}
+Requires:       %{libname}%{?_isa} = %{version}-%{release}
 
 %description devel
 Qore is a scripting language supporting threading and embedded logic.
@@ -178,8 +178,7 @@
 %package devel-doc
 Summary:        C++ API documentation for the qore library
 License:        GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT
-Group:          Documentation/HTML
-Requires:       libqore12 = %{version}-%{release}
+Group:          Documentation
 BuildArch:      noarch
 
 %description devel-doc
@@ -187,6 +186,8 @@
 for applying a flexible scripting-based approach to enterprise interface
 development but is also useful as a general purpose language.
 
+This package provides HTML documentation for the C++ API for the Qore library.
+
 %files devel-doc
 %defattr(-,root,root,-)
 %doc docs/library/html/*
@@ -220,24 +221,18 @@
 find examples -type f -exec chmod -x {} \;
 
 %build
-aclocal
-autoreconf -fi
-%if "%_lib" == "lib64"
-c64=--enable-64bit
-%endif
 export CXXFLAGS="%{?optflags}"
 %configure --disable-debug --disable-dependency-tracking
 %{__make} %{?_smp_mflags}
 sed -i '1s,#!/usr/bin/env qore,#!/usr/bin/qore,' bin/* doxygen/qdx doxygen/qjar
 
 %install
-mkdir -p %{buildroot}%{_prefix}/bin
-mkdir -p %{buildroot}/%{module_dir}/%{version}
-mkdir -p %{buildroot}%{_prefix}/man/man1
-make install prefix=%{_prefix} DESTDIR=%{buildroot}
-rm %{buildroot}/%{_libdir}/libqore.la
+make install prefix=%{_prefix} DESTDIR=$RPM_BUILD_ROOT
+rm $RPM_BUILD_ROOT/%{_libdir}/libqore.la
 mkdir -p $RPM_BUILD_ROOT/%{module_dir}
-%fdupes -s docs
+%if 0%{?suse_version}
+%fdupes -s docs/library/html
+%endif
 
 %check
 export QORE_MODULE_DIR=qlib
@@ -252,7 +247,6 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-
 %files
 %defattr(-,root,root,-)
 /usr/bin/qore
@@ -260,7 +254,8 @@
 /usr/bin/qdbg-server
 /usr/bin/qdbg-remote
 /usr/bin/qdbg-vsc-adapter*
+%if 0%{?_mandir:1}
 %{_mandir}/man1/qore.1.*
-
+%endif
 
 %changelog

++++++ qore-1.16.1.tar.bz2 -> qore-1.18.1.tar.bz2 ++++++
/work/SRC/openSUSE:Factory/qore/qore-1.16.1.tar.bz2 
/work/SRC/openSUSE:Factory/.qore.new.1766/qore-1.18.1.tar.bz2 differ: char 11, 
line 1

Reply via email to