Hello community,

here is the log from the commit of package ocaml-oasis for openSUSE:Factory 
checked in at 2017-12-20 10:40:36
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ocaml-oasis (Old)
 and      /work/SRC/openSUSE:Factory/.ocaml-oasis.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ocaml-oasis"

Wed Dec 20 10:40:36 2017 rev:3 rq:558596 version:0.4.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/ocaml-oasis/ocaml-oasis.changes  2017-08-18 
15:03:44.159798919 +0200
+++ /work/SRC/openSUSE:Factory/.ocaml-oasis.new/ocaml-oasis.changes     
2017-12-20 10:40:37.811660248 +0100
@@ -1,0 +2,6 @@
+Tue Dec 19 12:34:37 UTC 2017 - oher...@suse.de
+
+- Update to version 0.4.10
+  No code changes
+
+-------------------------------------------------------------------

Old:
----
  _service
  oasis-0.4.9.20170523.2e34867.tar.xz

New:
----
  oasis-0.4.10.tar.xz

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

Other differences:
------------------
++++++ ocaml-oasis.spec ++++++
--- /var/tmp/diff_new_pack.vIsj9Q/_old  2017-12-20 10:40:38.923579780 +0100
+++ /var/tmp/diff_new_pack.vIsj9Q/_new  2017-12-20 10:40:38.923579780 +0100
@@ -18,7 +18,7 @@
 
 %global __ocaml_requires_opts -i OASISAstTypes -i MainGettext
 Name:           ocaml-oasis
-Version:        0.4.9.20170523.2e34867
+Version:        0.4.10
 Release:        0
 %{?ocaml_preserve_bytecode}
 Summary:        Architecture for building OCaml libraries and applications

++++++ oasis-0.4.9.20170523.2e34867.tar.xz -> oasis-0.4.10.tar.xz ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/.gitignore 
new/oasis-0.4.10/.gitignore
--- old/oasis-0.4.9.20170523.2e34867/.gitignore 1970-01-01 01:00:00.000000000 
+0100
+++ new/oasis-0.4.10/.gitignore 2017-05-22 23:57:57.000000000 +0200
@@ -0,0 +1,15 @@
+*.byte
+*.native
+*.mo
+/_build/
+/api-oasis.docdir
+/doc/MANUAL.mkd
+/setup.data
+/setup.log
+/src/cli/CLIPluginsLoaded.ml
+/src/oasis/OASISConf.ml
+/bindist
+/patches-to-apply
+/tarballs
+/test/oUnit.log
+/dist/
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/HACKING.md 
new/oasis-0.4.10/HACKING.md
--- old/oasis-0.4.9.20170523.2e34867/HACKING.md 2017-05-23 00:12:13.000000000 
+0200
+++ new/oasis-0.4.10/HACKING.md 2017-05-22 23:57:57.000000000 +0200
@@ -2,20 +2,22 @@
 Guidelines for developing OASIS
 ===============================
 
-## Updates in the file `_oasis` for the project OASIS itself
+Updates in `_oasis`:
 
-`_oasis` and `setup.ml` of the OASIS project need to be updated with the
-previously __released version__ of OASIS or the very same version being
-released.
-
-__You should never use the version of OASIS under development to update the 
setup.ml of the project__
-
-The reason for that decision is that if you generate a new version of 
`setup.ml`
-using the version under development, each commit will include a change in 
-`setup.ml` and it will be mostly a repetition of something you wrote elsewhere
-in your commit. Moreover, it can lead to conflict and it is never good to have
-to worry about conflicts (it has generated irreconcilable changes when the
-project was using darcs).
+`_oasis` and setup.ml of the OASIS project need to be updated with the 
officially
+released version of OASIS.
+
+__You should never use the version of OASIS under development to update__
+
+Go to http://oasis.forge.ocamlcore.org/ and install the latest available
+version.
+
+The reason for that decision is that if you generate a new version of setup.ml
+using your current version, each commit will include a change in setup.ml and
+it will be mostly a repetition of something you wrote elsewhere in your commit.
+Moreover, it can lead to conflict and it is never good to have to worry about
+conflicts (it has generated irreconcilable changes when the project was using
+darcs).
 
 
 Creating plugins
@@ -48,7 +50,7 @@
 Cut a release
 =============
 
- * Check status on Jenkins([1][jenkins1], [2][jenkins2]), [Travis][travis] and
+ * Check status on [Jenkins][jenkins], [Travis][travis] and
    [AppVeyor][appveyor].
  * Run headache.
  * Update CHANGES.txt:
@@ -62,7 +64,7 @@
  * Create a [news on the forge][forge-post].
    * Subject: OASIS v0.4.2 release
    * Details: Read the full blog post here: URL of the blog post.
- * Change version in `_oasis`, drop the ~HEAD, rerun `oasis setup` and commit.
+ * Change version in `\_oasis`, drop the ~HEAD, rerun `oasis setup` and commit.
  * `make deploy`
  * Make sure the new version is X.Y.Z~HEAD and maybe rerun update.
  * Update Change Log in the Files section of forge:
@@ -80,8 +82,7 @@
  * Reshare G+ post on OCaml community.
  * Send mail to caml-list, oasis-devel.
 
- [jenkins1]: https://deci.ovh.le-gall.net/job/oasis/
- [jenkins2]: https://deci.ovh.le-gall.net/job/oasis-opam-build-revdeps/
+ [jenkins]: http://deci.ovh.le-gall.net:8080/job/ocaml-oasis/
  [travis]: https://travis-ci.org/ocaml/oasis
  [appveyor]: https://ci.appveyor.com/project/gildor478/oasis
  [blog-post]: https://le-gall.net/sylvain+violaine/blog/admin/posts.php
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/_oasis 
new/oasis-0.4.10/_oasis
--- old/oasis-0.4.9.20170523.2e34867/_oasis     2017-05-23 00:12:13.000000000 
+0200
+++ new/oasis-0.4.10/_oasis     2017-05-22 23:57:57.000000000 +0200
@@ -1,6 +1,6 @@
 OASISFormat:    0.4
 Name:           oasis
-Version:        0.4.11~HEAD
+Version:        0.4.10
 OCamlVersion:   >= 3.12.1
 FindlibVersion: >= 1.3.1
 LicenseFile:    COPYING.txt
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/setup.ml 
new/oasis-0.4.10/setup.ml
--- old/oasis-0.4.9.20170523.2e34867/setup.ml   2017-05-23 00:12:13.000000000 
+0200
+++ new/oasis-0.4.10/setup.ml   2017-05-22 23:58:25.000000000 +0200
@@ -21,7 +21,7 @@
 
(******************************************************************************)
 
 (* OASIS_START *)
-(* DO NOT EDIT (digest: 7d4cc812981f9f9e67cacbdc2ede60b6) *)
+(* DO NOT EDIT (digest: 82f71dd677dc1c6e3170c19b8f78d912) *)
 (*
    Regenerated by OASIS v0.4.10~HEAD
    Visit http://oasis.forge.ocamlcore.org for more information and
@@ -7358,7 +7358,7 @@
        {
           oasis_version = "0.4";
           ocaml_version = Some (OASISVersion.VGreaterEqual "3.12.1");
-          version = "0.4.11~HEAD";
+          version = "0.4.10";
           license =
             OASISLicense.DEP5License
               (OASISLicense.DEP5Unit
@@ -11781,9 +11781,9 @@
           schema_data = PropList.Data.create ();
           plugin_data = []
        };
-     oasis_fn = Some "_oasis";
+     oasis_fn = None;
      oasis_version = "0.4.10~HEAD";
-     oasis_digest = Some "y-G<*\199E`\023\022\188\143\221\235\146\027";
+     oasis_digest = None;
      oasis_exec = None;
      oasis_setup_args = [];
      setup_update = false
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/src/META 
new/oasis-0.4.10/src/ext/plugin-loader/src/META
--- old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/src/META     
2017-05-23 00:12:13.000000000 +0200
+++ new/oasis-0.4.10/src/ext/plugin-loader/src/META     2017-05-22 
23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: 6bda718fb58063ac6859e458fd1231ac)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 719b76698fa68930c4ed962abe6a4efe)
+version = "0.4.10"
 description = "OCaml plugin management using findlib"
 requires = "dynlink findlib"
 archive(byte) = "plugin-loader.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin1/META
 new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin1/META
--- 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin1/META
       2017-05-23 00:12:13.000000000 +0200
+++ new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin1/META       
2017-05-22 23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: 03597cdd99c0b41b56d78e5e31a7a73d)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 31120c1e2c6b6f55615cbf9d816946e6)
+version = "0.4.10"
 description = "test library number 1"
 requires = "pluginloaderLib"
 archive(byte) = "plugin1.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin2/META
 new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin2/META
--- 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin2/META
       2017-05-23 00:12:13.000000000 +0200
+++ new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin2/META       
2017-05-22 23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: de5fcc9859e04ad1171796f7e1dae900)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 98de3e4ed3349b67dc050d48e0c486cb)
+version = "0.4.10"
 description = "test library number 2"
 requires = "pluginloaderLib plugin1"
 archive(byte) = "plugin2.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin3/META
 new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin3/META
--- 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/plugin3/META
       2017-05-23 00:12:13.000000000 +0200
+++ new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/plugin3/META       
2017-05-22 23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: 5358db037d0160632c86a653b2306bf3)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: e56e2e1b5395b8d7e9df2c05f5825403)
+version = "0.4.10"
 description = "test library number 3"
 requires = "pluginloaderLib"
 archive(byte) = "plugin3.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/pluginloaderLib/META
 new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/pluginloaderLib/META
--- 
old/oasis-0.4.9.20170523.2e34867/src/ext/plugin-loader/test/data/findlib/pluginloaderLib/META
       2017-05-23 00:12:13.000000000 +0200
+++ 
new/oasis-0.4.10/src/ext/plugin-loader/test/data/findlib/pluginloaderLib/META   
    2017-05-22 23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: c5f98794897a538b6f98774bdfc868a4)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 3be3146213cdecddba4e4d48769aae44)
+version = "0.4.10"
 description = "test library loader"
 archive(byte) = "pluginloaderLib.cma"
 archive(byte, plugin) = "pluginloaderLib.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/src/oasis/META 
new/oasis-0.4.10/src/oasis/META
--- old/oasis-0.4.9.20170523.2e34867/src/oasis/META     2017-05-23 
00:12:13.000000000 +0200
+++ new/oasis-0.4.10/src/oasis/META     2017-05-22 23:57:57.000000000 +0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: 2bf6e655b5fe8b80ea5db2d4b56781f6)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 3402e76145d589e946631439a3f996d2)
+version = "0.4.10"
 description = "_oasis file functions"
 requires = "unix"
 archive(byte) = "oasis.cma"
@@ -31,7 +31,7 @@
 archive(native, plugin) = "oasis.cmxs"
 exists_if = "oasis.cma"
 package "dynrun" (
- version = "0.4.11~HEAD"
+ version = "0.4.10"
  description = "_oasis file functions"
  requires = "oasis.base oasis.builtin-plugins"
  archive(byte) = "dynrun.cma"
@@ -42,7 +42,7 @@
 )
 
 package "cli" (
- version = "0.4.11~HEAD"
+ version = "0.4.10"
  description = "'setup.ml' modules for OASIS"
  requires = "oasis oasis.base plugin-loader"
  archive(byte) = "cli.cma"
@@ -51,7 +51,7 @@
 )
 
 package "builtin-plugins" (
- version = "0.4.11~HEAD"
+ version = "0.4.10"
  description = "_oasis file functions"
  requires = "oasis oasis.base ocamlbuild"
  archive(byte) = "builtin-plugins.cma"
@@ -62,7 +62,7 @@
 )
 
 package "base" (
- version = "0.4.11~HEAD"
+ version = "0.4.10"
  description = "'setup.ml' modules for OASIS"
  requires = "oasis"
  archive(byte) = "base.cma"
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/oasis-0.4.9.20170523.2e34867/test/test-common/META 
new/oasis-0.4.10/test/test-common/META
--- old/oasis-0.4.9.20170523.2e34867/test/test-common/META      2017-05-23 
00:12:13.000000000 +0200
+++ new/oasis-0.4.10/test/test-common/META      2017-05-22 23:57:57.000000000 
+0200
@@ -21,8 +21,8 @@
 
################################################################################
 
 # OASIS_START
-# DO NOT EDIT (digest: 72262e29ffedcd966ef295973b90794f)
-version = "0.4.11~HEAD"
+# DO NOT EDIT (digest: 381b35ec152b2de8c72f4f6476a83544)
+version = "0.4.10"
 description = "Tooling for building OCaml libraries and applications"
 requires = "oUnit oasis.base fileutils pcre"
 archive(byte) = "test-common.cma"


Reply via email to