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.000000000 +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 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -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 ++++++
<services>
  <service name="tar_scm" mode="disabled">
    <param name="url">git://github.com/gildor478/ocaml-fileutils.git</param>
    <param name="scm">git</param>
    <param name="versionformat">0.5.2</param>
    <param name="revision">0.5.2</param>
    <param name="filename">ocaml-fileutils</param>
  </service>
  <service name="recompress" mode="disabled">
    <param name="file">*.tar</param>
    <param name="compression">xz</param>
  </service>
  <service name="set_version" mode="disabled"/>
</services>
++++++ ocaml-fileutils-0.5.0.tar.xz -> ocaml-fileutils-0.5.2.tar.xz ++++++
++++ 9963 lines of diff (skipped)


Reply via email to