Script 'mail_helper' called by obssrc
Hello community,
here is the log from the commit of package ocaml-fileutils for openSUSE:Factory
checked in at 2022-04-06 21:51:13
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
and /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.1900 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "ocaml-fileutils"
Wed Apr 6 21:51:13 2022 rev:7 rq:967050 version:0.6.3
Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes
2021-02-02 14:24:54.383320401 +0100
+++
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.1900/ocaml-fileutils.changes
2022-04-06 21:51:30.463555996 +0200
@@ -1,0 +2,5 @@
+Mon Apr 4 04:04:04 UTC 2022 - [email protected]
+
+- Use https URL for github.com
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ ocaml-fileutils.spec ++++++
--- /var/tmp/diff_new_pack.iiITBK/_old 2022-04-06 21:51:30.955550381 +0200
+++ /var/tmp/diff_new_pack.iiITBK/_new 2022-04-06 21:51:30.959550336 +0200
@@ -1,7 +1,7 @@
#
# spec file for package ocaml-fileutils
#
-# 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
@@ -16,15 +16,15 @@
#
-%define build_flavor @BUILD_FLAVOR@%{nil}
-%if "%{build_flavor}" == "testsuite"
+%define build_flavor @BUILD_FLAVOR@%nil
+%if "%build_flavor" == "testsuite"
%define nsuffix -testsuite
%else
-%define nsuffix %{nil}
+%define nsuffix %nil
%endif
%define pkg ocaml-fileutils
-Name: %{pkg}%{nsuffix}
+Name: %pkg%nsuffix
Version: 0.6.3
Release: 0
%{?ocaml_preserve_bytecode}
@@ -32,16 +32,16 @@
License: SUSE-LGPL-2.0-with-linking-exception
Group: Development/Languages/OCaml
URL: https://opam.ocaml.org/packages/fileutils
-Source0: %{pkg}-%{version}.tar.xz
+Source0: %pkg-%version.tar.xz
BuildRequires: ocaml
BuildRequires: ocaml-dune
-BuildRequires: ocaml-rpm-macros >= 20210121
+BuildRequires: ocaml-rpm-macros >= 20220222
BuildRequires: ocamlfind(bytes)
BuildRequires: ocamlfind(stdlib-shims)
BuildRequires: ocamlfind(str)
BuildRequires: ocamlfind(unix)
-%if "%{build_flavor}" == "testsuite"
+%if "%build_flavor" == "testsuite"
BuildRequires: ocamlfind(fileutils)
BuildRequires: ocamlfind(oUnit)
BuildRequires: ocamlfind(stdlib-shims)
@@ -58,39 +58,39 @@
abstract filenames.
%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='fileutils'
%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
++++++ _service ++++++
--- /var/tmp/diff_new_pack.iiITBK/_old 2022-04-06 21:51:31.023549605 +0200
+++ /var/tmp/diff_new_pack.iiITBK/_new 2022-04-06 21:51:31.023549605 +0200
@@ -4,7 +4,7 @@
<param name="revision">9ad8d2ee342c551391f2a9873de01982d24b36d5</param>
<param name="scm">git</param>
<param name="submodules">disable</param>
- <param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
+ <param name="url">https://github.com/gildor478/ocaml-fileutils.git</param>
<param name="versionformat">@PARENT_TAG@</param>
<param name="versionrewrite-pattern">[v]?([^\+]+)(.*)</param>
<param name="versionrewrite-replacement">\1</param>
++++++ ocaml-fileutils-0.6.3.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn'
'--exclude=.svnignore' old/ocaml-fileutils-0.6.3/.gitignore
new/ocaml-fileutils-0.6.3/.gitignore
--- old/ocaml-fileutils-0.6.3/.gitignore 1970-01-01 01:00:00.000000000
+0100
+++ new/ocaml-fileutils-0.6.3/.gitignore 2020-07-11 23:21:55.000000000
+0200
@@ -0,0 +1,8 @@
+/_build/
+/dist/
+/test/oUnit.log
+/website/website-tools/
+/website/dist/
+*.merlin
+/*.install
+*.swp