Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qore-json-module for 
openSUSE:Factory checked in at 2021-08-01 21:51:35
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-json-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-json-module.new.1899 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-json-module"

Sun Aug  1 21:51:35 2021 rev:7 rq:908915 version:1.8+qore0.9.15

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-json-module/qore-json-module.changes        
2020-08-17 12:06:52.398744183 +0200
+++ 
/work/SRC/openSUSE:Factory/.qore-json-module.new.1899/qore-json-module.changes  
    2021-08-01 21:51:36.603238000 +0200
@@ -1,0 +2,12 @@
+Wed May 19 01:04:28 UTC 2021 - Ferdinand Thiessen <[email protected]>
+
+- Update to version 1.8 for Qore 0.9.15
+  * added support for new ConnectionProvider
+  * fixed parsing JSON numbers with exponents
+  * fixed output of noisy floating-point values
+  * fixed JsonRpcHandler related to Qore
+  * Support QoreValue API
+  * https://github.com/qorelanguage/module-json/compare/v1.7...release-0.9.15
+- Use cmake macros
+
+-------------------------------------------------------------------

Old:
----
  qore-json-module-1.7.tar.bz2

New:
----
  module-json-release-0.9.15.tar.gz

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

Other differences:
------------------
++++++ qore-json-module.spec ++++++
--- /var/tmp/diff_new_pack.WjlpCc/_old  2021-08-01 21:51:37.087237431 +0200
+++ /var/tmp/diff_new_pack.WjlpCc/_new  2021-08-01 21:51:37.087237431 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-json-module
 #
-# Copyright (c) 2020 SUSE LLC
+# Copyright (c) 2021 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -16,58 +16,55 @@
 #
 
 
+%define qore_version 0.9.15
 %define module_api %(qore --latest-module-api 2>/dev/null)
+%define src_name module-json-release-%{qore_version}
 Name:           qore-json-module
-Version:        1.7
+Version:        1.8+qore%{qore_version}
 Release:        0
 Summary:        JSON module for Qore
 License:        LGPL-2.0-or-later OR GPL-2.0-or-later OR MIT
 URL:            https://qore.org
-Source:         
https://github.com/qorelanguage/module-json/releases/download/v%{version}/qore-json-module-%{version}.tar.bz2
+Source:         
https://github.com/qorelanguage/module-json/archive/refs/tags/release-%{qore_version}.tar.gz#/%{src_name}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  graphviz
 BuildRequires:  openssl-devel
 BuildRequires:  qore
-BuildRequires:  qore-devel >= 0.8.5
-Requires:       %{_bindir}/env
-Requires:       qore-module-api-%{module_api}
+BuildRequires:  qore-devel >= 0.9.5
+Requires:       qore-module(abi)%{?_isa} = %{module_api}
 
 %description
 This package contains the json module for the Qore Programming Language.
 
 JSON is a concise human-readable data serialization format.
 
+%package doc
+Summary:        JSON module for Qore
+
+%description doc
+This package contains the HTML documentation and example programs for the Qore
+json module.
+
 %prep
-%setup -q
+%setup -q -n %{src_name}
 
 %build
-# Remove -m32 and -m64 options except for x86* and ppc*
-%ifnarch %{ix86} x86_64 ppc64 ppc64le
-sed -i 's/-m32//g;s/-m64//g' configure
-%endif
-# FIXME: you should use the %%configure macro
-CFLAGS="%{optflags}" CXXFLAGS="%{optflags}" ./configure 
RPM_OPT_FLAGS="%{optflags}" --prefix=%{_prefix} --disable-debug
-%make_build
+%cmake
+%make_build docs
 
 %install
-mkdir -p %{buildroot}%{_datadir}/doc/qore-json-module
-%make_install
+%cmake_install
 
 %files
-%{_datadir}/qore-modules
-%{_libdir}/qore-modules
 %license COPYING.LGPL COPYING.MIT
-%doc README RELEASE-NOTES
-
-%package doc
-Summary:        JSON module for Qore
-
-%description doc
-This package contains the HTML documentation and example programs for the Qore
-json module.
+%{_datadir}/qore-modules/*
+%{_libdir}/qore-modules/*
 
 %files doc
-%doc docs/json/html docs/JsonRpcHandler/html examples/ test/
+%doc README RELEASE-NOTES
+%doc build/html/*
 
 %changelog

Reply via email to