Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package qore-yaml-module for 
openSUSE:Factory checked in at 2022-06-16 18:19:43
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/qore-yaml-module (Old)
 and      /work/SRC/openSUSE:Factory/.qore-yaml-module.new.1548 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "qore-yaml-module"

Thu Jun 16 18:19:43 2022 rev:8 rq:981012 version:0.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/qore-yaml-module/qore-yaml-module.changes        
2021-11-23 22:12:38.918465529 +0100
+++ 
/work/SRC/openSUSE:Factory/.qore-yaml-module.new.1548/qore-yaml-module.changes  
    2022-06-16 18:19:53.348052403 +0200
@@ -1,0 +2,6 @@
+Mon Jun  6 12:41:17 UTC 2022 - Ferdinand Thiessen <r...@fthiessen.de>
+
+- Version schema changed now offically released 0.7
+- Fix build with new qore (1.8.0)
+
+-------------------------------------------------------------------

Old:
----
  module-yaml-release-1.0.10.tar.gz

New:
----
  module-yaml-0.7.tar.gz

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

Other differences:
------------------
++++++ qore-yaml-module.spec ++++++
--- /var/tmp/diff_new_pack.35t6E7/_old  2022-06-16 18:19:54.300053756 +0200
+++ /var/tmp/diff_new_pack.35t6E7/_new  2022-06-16 18:19:54.304053762 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package qore-yaml-module
 #
-# Copyright (c) 2021 SUSE LLC
+# Copyright (c) 2022 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -15,30 +15,30 @@
 # Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
-%define qore_version 1.0.10
-%define src_name module-yaml-release-%{qore_version}
+
+%define src_name module-yaml-%{version}
 %define module_api %(qore --latest-module-api 2>/dev/null)
 Name:           qore-yaml-module
-# for version base see CMakeLists.txt, tags are done for each qore release
-Version:        0.7.0+qore%{qore_version}
+Version:        0.7
 Release:        0
 Summary:        YAML module for Qore
-License:        LGPL-2.1-or-later OR GPL-2.0-or-later OR MIT
+License:        GPL-2.0-or-later OR LGPL-2.1-or-later OR MIT
 Group:          Development/Languages/Misc
 URL:            https://www.qore.org/
-Source:         
https://github.com/qorelanguage/module-yaml/archive/refs/tags/release-%{qore_version}.tar.gz#/%{src_name}.tar.gz
-BuildRequires:  autoconf
-BuildRequires:  automake
+Source:         
https://github.com/qorelanguage/module-yaml/archive/refs/tags/v%{version}.tar.gz#/%{src_name}.tar.gz
+BuildRequires:  cmake
 BuildRequires:  doxygen
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  graphviz
-BuildRequires:  libtool
 BuildRequires:  libyaml-devel
 BuildRequires:  qore
 BuildRequires:  qore-devel >= %{qore_version}
 Requires:       qore-module(abi)%{?_isa} = %{module_api}
 Suggests:       %{name}-doc = %{version}
+# Version schema changed, remove with 0.7.1 release
+Obsoletes:      %{name} = 0.7.0+qore1.0.10
+Obsoletes:      %{name} = 0.7.0+qore0.9.15
 
 %description
 This package contains the yaml module for the Qore Programming Language.
@@ -59,22 +59,12 @@
 find examples -type f|xargs chmod 644
 
 %build
-autoreconf -fi
-%configure \
-%ifarch x86_64 ppc64 ppc64le s390x aarch64
-  --enable-64bit \
-%endif
-  --disable-debug
-%make_build
+%cmake
+%cmake_build docs
 
 %install
-mkdir -p %{buildroot}%{_datadir}/doc/qore-yaml-module
-%make_install
-# Documentation needs the new built modules
-export 
QORE_MODULE_DIR=%{buildroot}/%{_libdir}/qore-modules:%{buildroot}%{_datadir}/qore-modules
-make html-local
-%make_install install-html-local
-%fdupes %{buildroot}%{_datadir}/qore-yaml-module
+%cmake_install
+%fdupes %{__builddir}/html
 
 %files
 %license COPYING.LGPL COPYING.MIT
@@ -83,6 +73,6 @@
 
 %files doc
 %doc README RELEASE-NOTES
-%doc %{_datadir}/qore-yaml-module
+%doc %{__builddir}/html
 
 %changelog

++++++ module-yaml-release-1.0.10.tar.gz -> module-yaml-0.7.tar.gz ++++++

Reply via email to