Script 'mail_helper' called by obssrc Hello community, here is the log from the commit of package ocaml-calendar for openSUSE:Factory checked in at 2023-01-05 15:00:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/ocaml-calendar (Old) and /work/SRC/openSUSE:Factory/.ocaml-calendar.new.1563 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-calendar" Thu Jan 5 15:00:49 2023 rev:6 rq:1056069 version:3.0.0 Changes: -------- --- /work/SRC/openSUSE:Factory/ocaml-calendar/ocaml-calendar.changes 2021-04-29 01:37:06.946469188 +0200 +++ /work/SRC/openSUSE:Factory/.ocaml-calendar.new.1563/ocaml-calendar.changes 2023-01-05 15:01:09.057114551 +0100 @@ -1,0 +2,7 @@ +Sun Jan 1 01:01:01 UTC 2023 - oher...@suse.de + +- Update to version 3.0.0 + See included CHANGES for details +- Remove obsolete ocaml-calendar.patch + +------------------------------------------------------------------- Old: ---- ocaml-calendar-2.04.tar.xz ocaml-calendar.patch New: ---- ocaml-calendar-3.0.0.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ ocaml-calendar.spec ++++++ --- /var/tmp/diff_new_pack.tIMOBS/_old 2023-01-05 15:01:09.465116702 +0100 +++ /var/tmp/diff_new_pack.tIMOBS/_new 2023-01-05 15:01:09.469116723 +0100 @@ -1,7 +1,7 @@ # # spec file for package ocaml-calendar # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -16,74 +16,78 @@ # -%define build_flavor @BUILD_FLAVOR@%{nil} -%if "%{build_flavor}" == "testsuite" +%bcond_with ocaml_calendar_testsuite +%define build_flavor @BUILD_FLAVOR@%nil +%if "%build_flavor" == "testsuite" +%if %{without ocaml_calendar_testsuite} +ExclusiveArch: do-not-build +%endif %define nsuffix -testsuite %else -%define nsuffix %{nil} +%define nsuffix %nil %endif %define pkg ocaml-calendar -Name: %{pkg}%{nsuffix} -Version: 2.04 +Name: %pkg%nsuffix +Version: 3.0.0 Release: 0 %{?ocaml_preserve_bytecode} Summary: Objective Caml library for managing dates and times License: LGPL-2.0-only Group: Development/Languages/OCaml URL: https://opam.ocaml.org/packages/calendar -Source0: %{pkg}-%{version}.tar.xz -Patch0: ocaml-calendar.patch +Source0: %pkg-%version.tar.xz BuildRequires: ocaml BuildRequires: ocaml-dune -BuildRequires: ocaml-rpm-macros >= 20210121 +BuildRequires: ocaml-rpm-macros >= 20230101 %if 1 BuildRequires: ocamlfind(re) BuildRequires: ocamlfind(unix) %endif -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" BuildRequires: ocamlfind(calendar) +BuildRequires: ocamlfind(alcotest) %endif %description Objective Caml library for managing dates and times. %package devel -Summary: Development files for %{name} +Summary: Development files for %name Group: Development/Languages/OCaml -Requires: %{name} = %{version} +Requires: %name = %version %description devel -The %{name}-devel package contains libraries and signature files for -developing applications that use %{name}. +The %name-devel package contains libraries and signature files for +developing applications that use %name. %prep -%autosetup -p1 -n %{pkg}-%{version} +%autosetup -p1 -n %pkg-%version %build dune_release_pkgs='calendar' %ocaml_dune_setup -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_build %endif %install -%if "%{build_flavor}" == "" +%if "%build_flavor" == "" %ocaml_dune_install %ocaml_create_file_list %endif -%if "%{build_flavor}" == "testsuite" +%if "%build_flavor" == "testsuite" %check dune_test_tolerate_fail='dune_test_tolerate_fail' %ocaml_dune_test %endif -%if "%{build_flavor}" == "" -%files -f %{name}.files +%if "%build_flavor" == "" +%files -f %name.files -%files devel -f %{name}.files.devel +%files devel -f %name.files.devel %endif ++++++ _service ++++++ --- /var/tmp/diff_new_pack.tIMOBS/_old 2023-01-05 15:01:09.513116955 +0100 +++ /var/tmp/diff_new_pack.tIMOBS/_new 2023-01-05 15:01:09.513116955 +0100 @@ -1,10 +1,13 @@ <services> <service name="tar_scm" mode="disabled"> <param name="filename">ocaml-calendar</param> - <param name="revision">7f7ba9196f6018c8365ac5c6ef4a60891c4da761</param> + <param name="revision">d2ad63325bca1ec98ff0d292183614924df2668c</param> <param name="scm">git</param> + <param name="submodules">disable</param> <param name="url">https://github.com/ocaml-community/calendar.git</param> - <param name="versionformat">2.04</param> + <param name="versionformat">@PARENT_TAG@</param> + <param name="versionrewrite-pattern">[v]?([^+]+)(.*)</param> + <param name="versionrewrite-replacement">\1</param> </service> <service name="recompress" mode="disabled"> <param name="file">*.tar</param> ++++++ ocaml-calendar-2.04.tar.xz -> ocaml-calendar-3.0.0.tar.xz ++++++ ++++ 2876 lines of diff (skipped)