Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package opam-file-format for openSUSE:Factory checked in at 2021-09-29 20:18:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/opam-file-format (Old) and /work/SRC/openSUSE:Factory/.opam-file-format.new.1899 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opam-file-format" Wed Sep 29 20:18:39 2021 rev:4 rq:921285 version:2.1.3 Changes: -------- --- /work/SRC/openSUSE:Factory/opam-file-format/opam-file-format.changes 2019-11-11 13:01:12.565742362 +0100 +++ /work/SRC/openSUSE:Factory/.opam-file-format.new.1899/opam-file-format.changes 2021-09-29 20:19:45.427061788 +0200 @@ -1,0 +2,6 @@ +Sat Sep 11 12:34:56 UTC 2021 - oher...@suse.de + +- Update to version 2.1.3 + see included CHANGES for details + +------------------------------------------------------------------- Old: ---- _servicedata opam-file-format-2.0.0.tar.xz New: ---- _multibuild opam-file-format-2.1.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ opam-file-format.spec ++++++ --- /var/tmp/diff_new_pack.h0M36y/_old 2021-09-29 20:19:45.835062379 +0200 +++ /var/tmp/diff_new_pack.h0M36y/_new 2021-09-29 20:19:45.835062379 +0200 @@ -1,8 +1,7 @@ # # spec file for package opam-file-format # -# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. -# Copyright (c) 2018 The openSUSE Project. +# 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 @@ -13,22 +12,39 @@ # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. -# Please submit bugfixes or comments via http://bugs.opensuse.org/ +# Please submit bugfixes or comments via https://bugs.opensuse.org/ # -Name: opam-file-format -Version: 2.0.0 +%bcond_with opam_file_format_testsuite +%define build_flavor @BUILD_FLAVOR@%{nil} +%if "%{build_flavor}" == "testsuite" +%if %{without opam_file_format_testsuite} +ExclusiveArch: do-not-build +%endif +%define nsuffix -testsuite +%else +%define nsuffix %{nil} +%endif + +%define pkg opam-file-format +Name: %{pkg}%{nsuffix} +Version: 2.1.3 Release: 0 %{?ocaml_preserve_bytecode} Summary: Parser and printer for the opam file syntax License: LGPL-2.1-only WITH OCaml-LGPL-linking-exception Group: Development/Languages/OCaml URL: https://opam.ocaml.org/ -Source: %{name}-%{version}.tar.xz +Source0: %{pkg}-%{version}.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20191101 +BuildRequires: ocaml-rpm-macros >= 20210911 + +%if "%{build_flavor}" == "testsuite" +BuildRequires: ocamlfind(alcotest) +BuildRequires: ocamlfind(opam-file-format) +%endif %description This is a parser and a printer for the opam file syntax. @@ -44,22 +60,30 @@ This package contains development files for package %{name}. %prep -%autosetup -p1 +%autosetup -p1 -n %{pkg}-%{version} %build dune_release_pkgs='opam-file-format' %ocaml_dune_setup +%if "%{build_flavor}" == "" %ocaml_dune_build +%endif %install +%if "%{build_flavor}" == "" %ocaml_dune_install %ocaml_create_file_list +%endif +%if "%{build_flavor}" == "testsuite" %check %ocaml_dune_test +%endif +%if "%{build_flavor}" == "" %files -f %{name}.files %files devel -f %{name}.files.devel +%endif %changelog ++++++ _multibuild ++++++ <multibuild> <package>testsuite</package> </multibuild> ++++++ _service ++++++ --- /var/tmp/diff_new_pack.h0M36y/_old 2021-09-29 20:19:45.879062443 +0200 +++ /var/tmp/diff_new_pack.h0M36y/_new 2021-09-29 20:19:45.883062449 +0200 @@ -1,10 +1,12 @@ <services> <service mode="disabled" name="tar_scm"> - <param name="changesgenerate">enable</param> - <param name="revision">152fb9b32f60e201a6de2f25a1783c87c01aaf1a</param> + <param name="revision">e2d3ac0630fe6e6b56e25dca289f547263a9338d</param> <param name="scm">git</param> + <param name="submodules">disable</param> <param name="url">https://github.com/ocaml/opam-file-format.git</param> <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param> + <param name="versionrewrite-replacement">\1</param> </service> <service mode="disabled" name="recompress"> <param name="compression">xz</param> ++++++ opam-file-format-2.0.0.tar.xz -> opam-file-format-2.1.3.tar.xz ++++++ ++++ 5157 lines of diff (skipped)