Hello community,

here is the log from the commit of package ocaml-csv for openSUSE:Factory 
checked in at 2017-08-24 18:53:08
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-csv (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-csv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-csv"

Thu Aug 24 18:53:08 2017 rev:2 rq:517014 version:1.7

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-csv/ocaml-csv.changes      2016-10-19 
12:59:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-csv.new/ocaml-csv.changes 2017-08-24 
18:53:19.333620048 +0200
@@ -1,0 +2,25 @@
+Tue Jul 25 13:04:54 UTC 2017 - [email protected]
+
+- Use Group: Development/Languages/OCaml
+
+-------------------------------------------------------------------
+Wed Jul 19 13:55:10 UTC 2017 - [email protected]
+
+- Update to 1.7
+  Option to automatically try to fix bad CSV files.
+  Option for force quoting on output.
+  Possibility to set one's own header after reading some rows of the file.
+  Defense against using \n and \r as separators.
+  csvtool can call bash functions (do not go through /bin/sh).
+
+-------------------------------------------------------------------
+Mon Jul 17 12:48:58 UTC 2017 - [email protected]
+
+- Wrap specfile conditionals to fix quilt setup
+
+-------------------------------------------------------------------
+Mon Jul 17 10:48:58 UTC 2017 - [email protected]
+
+- Remove autodeps for pre openSUSE 12.1 releases
+
+-------------------------------------------------------------------

Old:
----
  csv-1.5.tar.xz

New:
----
  _service
  ocaml-csv-1.7.tar.xz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ocaml-csv.spec ++++++
--- /var/tmp/diff_new_pack.ra8Ekd/_old  2017-08-24 18:53:20.073515866 +0200
+++ /var/tmp/diff_new_pack.ra8Ekd/_new  2017-08-24 18:53:20.077515303 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ocaml-csv
 #
-# 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,26 +17,20 @@
 
 
 Name:           ocaml-csv
-Version:        1.5
+Version:        1.7
 Release:        0
-%{ocaml_preserve_bytecode}
+%{?ocaml_preserve_bytecode}
 Summary:        OCaml library for reading and writing CSV files
 License:        LGPL-2.0+
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Url:            https://github.com/Chris00/ocaml-csv
-Source0:        csv-%{version}.tar.xz
+Source0:        %{name}-%{version}.tar.xz
 BuildRequires:  ocaml >= 4.00.1
 BuildRequires:  ocaml-oasis
 BuildRequires:  ocaml-ocamldoc
 BuildRequires:  ocaml-rpm-macros >= 4.03
 BuildRequires:  ocamlfind(bytes)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-# ocaml autodep start for pkg: ocaml-csv
-# 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-csv
 
 %description
 This OCaml library can read and write CSV files, including all
@@ -48,7 +42,7 @@
 
 %package        devel
 Summary:        Development files for %{name}
-Group:          Development/Libraries/Other
+Group:          Development/Languages/OCaml
 Requires:       %{name} = %{version}
 
 %description    devel
@@ -56,10 +50,13 @@
 developing applications that use %{name}.
 
 %prep
-%setup -q -n csv-%{version}
+%setup -q
 
 %build
-%ocaml_oasis_configure --enable-docs --enable-tests
+rm -fv setup.ml myocamlbuild.ml META* _tags */_* */META*
+sed -i '/^Library csv_lwt/,/^$/d' _oasis
+%oasis_setup
+%ocaml_oasis_configure --enable-docs --disable-tests
 %ocaml_oasis_build
 %ocaml_oasis_doc
 
@@ -82,7 +79,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/Chris00/ocaml-csv.git</param>
    <param name="scm">git</param>
    <param name="versionformat">1.7</param>
    <param name="revision">1.7</param>
    <param name="filename">ocaml-csv</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>

Reply via email to