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 2022-04-12 21:50:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/opam-file-format (Old)
and /work/SRC/openSUSE:Factory/.opam-file-format.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "opam-file-format"
Tue Apr 12 21:50:54 2022 rev:5 rq:969470 version:2.1.4
Changes:
--------
--- /work/SRC/openSUSE:Factory/opam-file-format/opam-file-format.changes
2021-09-29 20:19:45.427061788 +0200
+++
/work/SRC/openSUSE:Factory/.opam-file-format.new.1900/opam-file-format.changes
2022-04-12 21:51:51.725925900 +0200
@@ -1,0 +2,6 @@
+Mon Apr 4 04:04:04 UTC 2022 - [email protected]
+
+- Update to version 2.1.4
+ see included CHANGES for details
+
+-------------------------------------------------------------------
Old:
----
opam-file-format-2.1.3.tar.xz
New:
----
opam-file-format-2.1.4.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ opam-file-format.spec ++++++
--- /var/tmp/diff_new_pack.pgv7LO/_old 2022-04-12 21:51:52.173920869 +0200
+++ /var/tmp/diff_new_pack.pgv7LO/_new 2022-04-12 21:51:52.177920823 +0200
@@ -1,7 +1,7 @@
#
# spec file for package opam-file-format
#
-# 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
@@ -17,31 +17,31 @@
%bcond_with opam_file_format_testsuite
-%define build_flavor @BUILD_FLAVOR@%{nil}
-%if "%{build_flavor}" == "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}
+%define nsuffix %nil
%endif
%define pkg opam-file-format
-Name: %{pkg}%{nsuffix}
-Version: 2.1.3
+Name: %pkg%nsuffix
+Version: 2.1.4
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/
-Source0: %{pkg}-%{version}.tar.xz
+Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20210911
+BuildRequires: ocaml-rpm-macros >= 20220409
-%if "%{build_flavor}" == "testsuite"
+%if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(alcotest)
BuildRequires: ocamlfind(opam-file-format)
%endif
@@ -52,38 +52,38 @@
%package devel
Summary: Development files for the opam file syntax parser
Group: Development/Languages/OCaml
-Requires: %{name} = %{version}
+Requires: %name = %version
%description devel
This is a parser and a printer for the opam file syntax.
-This package contains development files for package %{name}.
+This package contains development files for package %name.
%prep
-%autosetup -p1 -n %{pkg}-%{version}
+%autosetup -p1 -n %pkg-%version
%build
dune_release_pkgs='opam-file-format'
%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
%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
%changelog
++++++ _service ++++++
--- /var/tmp/diff_new_pack.pgv7LO/_old 2022-04-12 21:51:52.217920374 +0200
+++ /var/tmp/diff_new_pack.pgv7LO/_new 2022-04-12 21:51:52.221920329 +0200
@@ -1,6 +1,6 @@
<services>
<service mode="disabled" name="tar_scm">
- <param name="revision">e2d3ac0630fe6e6b56e25dca289f547263a9338d</param>
+ <param name="revision">a734db9adc9ccedf0705b3072193c0d7bbd3256d</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
<param name="url">https://github.com/ocaml/opam-file-format.git</param>
++++++ opam-file-format-2.1.3.tar.xz -> opam-file-format-2.1.4.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/opam-file-format-2.1.3/CHANGES
new/opam-file-format-2.1.4/CHANGES
--- old/opam-file-format-2.1.3/CHANGES 2021-05-21 18:13:13.000000000 +0200
+++ new/opam-file-format-2.1.4/CHANGES 2022-04-12 15:59:09.000000000 +0200
@@ -1,4 +1,7 @@
-2.1.3 [???]
+2.1.4 [12 April 2022]
+* Fix position in the sections parser [#46 @hhugo]
+
+2.1.3 [21 May 2021]
* Fix module link order (broken by #37) [#41 @dra27]
* opam-version: "2.1" must appear at most once and as the first non-comment
item. If opam-version is at the start and is greater than the library
version,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/opam-file-format-2.1.3/opam-file-format.opam
new/opam-file-format-2.1.4/opam-file-format.opam
--- old/opam-file-format-2.1.3/opam-file-format.opam 2021-05-21
18:13:13.000000000 +0200
+++ new/opam-file-format-2.1.4/opam-file-format.opam 2022-04-12
15:59:09.000000000 +0200
@@ -1,5 +1,5 @@
opam-version: "2.0"
-version: "2.1.3"
+version: "2.1.4"
synopsis: "Parser and printer for the opam file syntax"
maintainer: "Louis Gesbert <[email protected]>"
authors: "Louis Gesbert <[email protected]>"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/opam-file-format-2.1.3/src/opamBaseParser.mly
new/opam-file-format-2.1.4/src/opamBaseParser.mly
--- old/opam-file-format-2.1.3/src/opamBaseParser.mly 2021-05-21
18:13:13.000000000 +0200
+++ new/opam-file-format-2.1.4/src/opamBaseParser.mly 2022-04-12
15:59:09.000000000 +0200
@@ -92,7 +92,7 @@
}
}
| IDENT STRING LBRACE items RBRACE {
- { pos = get_pos_full 4;
+ { pos = get_pos_full 5;
pelem =
Section ({section_kind = { pos = get_pos 1; pelem = $1 };
section_name = Some { pos = get_pos 2; pelem = $2 };
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/opam-file-format-2.1.3/tests/fullpos.ml
new/opam-file-format-2.1.4/tests/fullpos.ml
--- old/opam-file-format-2.1.3/tests/fullpos.ml 2021-05-21 18:13:13.000000000
+0200
+++ new/opam-file-format-2.1.4/tests/fullpos.ml 2022-04-12 15:59:09.000000000
+0200
@@ -469,7 +469,7 @@
{ pos = spos (2, 8) (2, 13);
pelem = String "foo" });
};
- { pos = spos (4, 0) (5, 29);
+ { pos = spos (4, 0) (6, 1);
pelem =
Section
{ section_kind =