commit ocaml-fileutils for openSUSE:Factory

2020-08-24 Thread root
Hello community,

here is the log from the commit of package ocaml-fileutils for openSUSE:Factory 
checked in at 2020-08-24 15:06:19

Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.3399 (New)


Package is "ocaml-fileutils"

Mon Aug 24 15:06:19 2020 rev:5 rq:828683 version:0.6.3

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes  
2019-11-12 16:11:51.575780742 +0100
+++ 
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.3399/ocaml-fileutils.changes
2020-08-24 15:06:38.370497474 +0200
@@ -1,0 +2,6 @@
+Thu Aug 20 20:20:20 UTC 2020 - oher...@suse.de
+
+- Update to version 0.6.3
+  See included CHANGES.md for details
+
+---

Old:

  ocaml-fileutils-0.6.1.tar.xz

New:

  ocaml-fileutils-0.6.3.tar.xz



Other differences:
--
++ ocaml-fileutils.spec ++
--- /var/tmp/diff_new_pack.ypPezm/_old  2020-08-24 15:06:39.962498250 +0200
+++ /var/tmp/diff_new_pack.ypPezm/_new  2020-08-24 15:06:39.966498252 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-fileutils
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,17 +17,17 @@
 
 
 Name:   ocaml-fileutils
-Version:0.6.1
+Version:0.6.3
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:OCaml library for common file and filename operations
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/OCaml
-Url:https://github.com/gildor478/ocaml-fileutils
+URL:https://opam.ocaml.org/packages/fileutils
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocaml-rpm-macros >= 20200514
 BuildRequires:  ocamlfind(bytes)
 BuildRequires:  ocamlfind(oUnit)
 BuildRequires:  ocamlfind(stdlib-shims)

++ _service ++
--- /var/tmp/diff_new_pack.ypPezm/_old  2020-08-24 15:06:39.994498266 +0200
+++ /var/tmp/diff_new_pack.ypPezm/_new  2020-08-24 15:06:39.994498266 +0200
@@ -1,10 +1,13 @@
 
   
-git://github.com/gildor478/ocaml-fileutils.git
-git
-0.6.1
-v0.6.1
 ocaml-fileutils
+9ad8d2ee342c551391f2a9873de01982d24b36d5
+git
+disable
+git://github.com/gildor478/ocaml-fileutils.git
+@PARENT_TAG@
+[v]?([^\+]+)(.*)
+\1
   
   
 *.tar

++ ocaml-fileutils-0.6.1.tar.xz -> ocaml-fileutils-0.6.3.tar.xz ++
 9559 lines of diff (skipped)




commit ocaml-fileutils for openSUSE:Factory

2019-11-12 Thread root
Hello community,

here is the log from the commit of package ocaml-fileutils for openSUSE:Factory 
checked in at 2019-11-12 16:11:50

Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990 (New)


Package is "ocaml-fileutils"

Tue Nov 12 16:11:50 2019 rev:4 rq:746700 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes  
2019-10-24 23:01:46.652006003 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990/ocaml-fileutils.changes
2019-11-12 16:11:51.575780742 +0100
@@ -1,0 +2,5 @@
+Fri Nov  1 12:34:56 UTC 2019 - oher...@suse.de
+
+- Require current dune macros
+
+---



Other differences:
--
++ ocaml-fileutils.spec ++
--- /var/tmp/diff_new_pack.C7jNME/_old  2019-11-12 16:11:52.131781339 +0100
+++ /var/tmp/diff_new_pack.C7jNME/_new  2019-11-12 16:11:52.135781344 +0100
@@ -12,7 +12,7 @@
 # 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/
 #
 
 
@@ -27,8 +27,9 @@
 Source0:%{name}-%{version}.tar.xz
 BuildRequires:  ocaml
 BuildRequires:  ocaml-dune
-BuildRequires:  ocaml-rpm-macros >= 20190930
-BuildRequires:  ocamlfind(bigarray)
+BuildRequires:  ocaml-rpm-macros >= 20191101
+BuildRequires:  ocamlfind(bytes)
+BuildRequires:  ocamlfind(oUnit)
 BuildRequires:  ocamlfind(stdlib-shims)
 BuildRequires:  ocamlfind(str)
 BuildRequires:  ocamlfind(unix)
@@ -56,6 +57,7 @@
 %autosetup -p1
 
 %build
+dune_release_pkgs='fileutils'
 %ocaml_dune_setup
 %ocaml_dune_build
 
@@ -64,10 +66,9 @@
 %ocaml_create_file_list
 
 %check
-%ocaml_dune_test || : make check failed
+%ocaml_dune_test
 
 %files -f %{name}.files
-%license LICENSE.txt
 %doc README.md
 
 %files devel -f %{name}.files.devel




commit ocaml-fileutils for openSUSE:Factory

2019-10-24 Thread root
Hello community,

here is the log from the commit of package ocaml-fileutils for openSUSE:Factory 
checked in at 2019-10-24 23:01:41

Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990 (New)


Package is "ocaml-fileutils"

Thu Oct 24 23:01:41 2019 rev:3 rq:735911 version:0.6.1

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes  
2017-08-18 15:03:25.422436572 +0200
+++ 
/work/SRC/openSUSE:Factory/.ocaml-fileutils.new.2990/ocaml-fileutils.changes
2019-10-24 23:01:46.652006003 +0200
@@ -1,0 +2,10 @@
+Mon Sep 30 12:34:56 UTC 2019 - oher...@suse.de
+
+- use dune macros from ocaml-rpm-macros
+
+---
+Mon Sep 23 16:35:39 UTC 2019 - oher...@suse.de
+
+- Update to version 0.6.1
+
+---

Old:

  ocaml-fileutils-0.5.2.tar.xz

New:

  ocaml-fileutils-0.6.1.tar.xz



Other differences:
--
++ ocaml-fileutils.spec ++
--- /var/tmp/diff_new_pack.17P0wi/_old  2019-10-24 23:01:47.380006840 +0200
+++ /var/tmp/diff_new_pack.17P0wi/_new  2019-10-24 23:01:47.388006849 +0200
@@ -17,22 +17,21 @@
 
 
 Name:   ocaml-fileutils
-Version:0.5.2
+Version:0.6.1
 Release:0
 %{?ocaml_preserve_bytecode}
 Summary:OCaml library for common file and filename operations
 License:SUSE-LGPL-2.0-with-linking-exception
 Group:  Development/Languages/OCaml
 Url:https://github.com/gildor478/ocaml-fileutils
-Source0:ocaml-fileutils-%{version}.tar.xz
-BuildRequires:  ocaml >= 4.00.1
-BuildRequires:  ocaml-oasis
-BuildRequires:  ocaml-ocamldoc
-BuildRequires:  ocaml-rpm-macros >= 4.03
-BuildRequires:  ocamlfind(oUnit)
+Source0:%{name}-%{version}.tar.xz
+BuildRequires:  ocaml
+BuildRequires:  ocaml-dune
+BuildRequires:  ocaml-rpm-macros >= 20190930
+BuildRequires:  ocamlfind(bigarray)
+BuildRequires:  ocamlfind(stdlib-shims)
 BuildRequires:  ocamlfind(str)
 BuildRequires:  ocamlfind(unix)
-BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description
 This library is intended to provide a basic interface to the most
@@ -54,47 +53,23 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q
+%autosetup -p1
 
 %build
-%oasis_setup
-%ocaml_oasis_configure --enable-docs
-%ocaml_oasis_build
-%ocaml_oasis_doc
+%ocaml_dune_setup
+%ocaml_dune_build
 
 %install
-%ocaml_oasis_findlib_install
+%ocaml_dune_install
+%ocaml_create_file_list
 
 %check
-%ocaml_oasis_test
+%ocaml_dune_test || : make check failed
 
-%files
-%defattr(-,root,root,-)
-%doc COPYING.txt
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.cmxs
-%endif
-
-%files devel
-%defattr(-,root,root,-)
-%doc COPYING.txt AUTHORS.txt CHANGELOG.txt README.txt TODO.txt
-%{oasis_docdir_html}
-%dir %{_libdir}/ocaml
-%dir %{_libdir}/ocaml/*
-%if 0%{?ocaml_native_compiler}
-%{_libdir}/ocaml/*/*.a
-%{_libdir}/ocaml/*/*.cmx
-%{_libdir}/ocaml/*/*.cmxa
-%endif
-%{_libdir}/ocaml/*/*.annot
-%{_libdir}/ocaml/*/*.cma
-%{_libdir}/ocaml/*/*.cmi
-%{_libdir}/ocaml/*/*.cmt
-%{_libdir}/ocaml/*/*.cmti
-%{_libdir}/ocaml/*/*.mli
-%{_libdir}/ocaml/*/*.ml
-%{_libdir}/ocaml/*/META
+%files -f %{name}.files
+%license LICENSE.txt
+%doc README.md
+
+%files devel -f %{name}.files.devel
 
 %changelog

++ _service ++
--- /var/tmp/diff_new_pack.17P0wi/_old  2019-10-24 23:01:47.456006927 +0200
+++ /var/tmp/diff_new_pack.17P0wi/_new  2019-10-24 23:01:47.460006932 +0200
@@ -2,8 +2,8 @@
   
 git://github.com/gildor478/ocaml-fileutils.git
 git
-0.5.2
-0.5.2
+0.6.1
+v0.6.1
 ocaml-fileutils
   
   

++ ocaml-fileutils-0.5.2.tar.xz -> ocaml-fileutils-0.6.1.tar.xz ++
 2715 lines of diff (skipped)




commit ocaml-fileutils for openSUSE:Factory

2017-08-18 Thread root
Hello community,

here is the log from the commit of package ocaml-fileutils for openSUSE:Factory 
checked in at 2017-08-18 15:03:14

Comparing /work/SRC/openSUSE:Factory/ocaml-fileutils (Old)
 and  /work/SRC/openSUSE:Factory/.ocaml-fileutils.new (New)


Package is "ocaml-fileutils"

Fri Aug 18 15:03:14 2017 rev:2 rq:517013 version:0.5.2

Changes:

--- /work/SRC/openSUSE:Factory/ocaml-fileutils/ocaml-fileutils.changes  
2016-10-19 13:00:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-fileutils.new/ocaml-fileutils.changes 
2017-08-18 15:03:25.422436572 +0200
@@ -1,0 +2,22 @@
+Tue Jul 25 13:04:54 UTC 2017 - oher...@suse.de
+
+- Use Group: Development/Languages/OCaml
+
+---
+Mon Jul 17 20:24:18 UTC 2017 - oher...@suse.de
+
+- Update to version 0.5.2
+  Fix non POSIX behavior of cp with links when "recurse:false".
+  Test file existence with Unix.LargeFile.lstat in FileUtilRM.
+
+---
+Mon Jul 17 12:48:58 UTC 2017 - oher...@suse.de
+
+- Wrap specfile conditionals to fix quilt setup
+
+---
+Mon Jul 17 10:48:58 UTC 2017 - oher...@suse.de
+
+- Remove autodeps for pre openSUSE 12.1 releases
+
+---

Old:

  ocaml-fileutils-0.5.0.tar.xz

New:

  _service
  ocaml-fileutils-0.5.2.tar.xz



Other differences:
--
++ ocaml-fileutils.spec ++
--- /var/tmp/diff_new_pack.pzWihy/_old  2017-08-18 15:03:27.262177592 +0200
+++ /var/tmp/diff_new_pack.pzWihy/_new  2017-08-18 15:03:27.266177029 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-fileutils
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,13 +17,13 @@
 
 
 Name:   ocaml-fileutils
-Version:0.5.0
+Version:0.5.2
 Release:0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:OCaml library for common file and filename operations
 License:SUSE-LGPL-2.0-with-linking-exception
-Group:  Development/Libraries/Other
-Url:https://forge.ocamlcore.org/projects/ocaml-fileutils/
+Group:  Development/Languages/OCaml
+Url:https://github.com/gildor478/ocaml-fileutils
 Source0:ocaml-fileutils-%{version}.tar.xz
 BuildRequires:  ocaml >= 4.00.1
 BuildRequires:  ocaml-oasis
@@ -33,12 +33,6 @@
 BuildRequires:  ocamlfind(str)
 BuildRequires:  ocamlfind(unix)
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-fileutils
-# hardcoded rpm dependency for pre 12.1 to compensate for lack of ocaml() 
provides/requires
-%if 0%{?suse_version} < 1210
-Requires:   ocaml-runtime
-%endif
-# ocaml autodep end for pkg: ocaml-fileutils
 
 %description
 This library is intended to provide a basic interface to the most
@@ -52,7 +46,7 @@
 
 %packagedevel
 Summary:Development files for %{name}
-Group:  Development/Libraries/Other
+Group:  Development/Languages/OCaml
 Requires:   %{name} = %{version}
 
 %descriptiondevel
@@ -62,7 +56,6 @@
 %prep
 %setup -q
 
-
 %build
 %oasis_setup
 %ocaml_oasis_configure --enable-docs
@@ -80,7 +73,7 @@
 %doc COPYING.txt
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.cmxs
 %endif
 
@@ -90,7 +83,7 @@
 %{oasis_docdir_html}
 %dir %{_libdir}/ocaml
 %dir %{_libdir}/ocaml/*
-%if %{ocaml_native_compiler}
+%if 0%{?ocaml_native_compiler}
 %{_libdir}/ocaml/*/*.a
 %{_libdir}/ocaml/*/*.cmx
 %{_libdir}/ocaml/*/*.cmxa

++ _service ++

  
git://github.com/gildor478/ocaml-fileutils.git
git
0.5.2
0.5.2
ocaml-fileutils
  
  
*.tar
xz
  
  

++ ocaml-fileutils-0.5.0.tar.xz -> ocaml-fileutils-0.5.2.tar.xz ++
 9963 lines of diff (skipped)