Hello community,

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

Package is "libostree"

Thu Aug 24 18:24:50 2017 rev:4 rq:518079 version:2017.10

Changes:
--------
--- /work/SRC/openSUSE:Factory/libostree/libostree.changes      2017-08-18 
14:59:57.071766323 +0200
+++ /work/SRC/openSUSE:Factory/.libostree.new/libostree.changes 2017-08-24 
18:24:51.686155113 +0200
@@ -1,0 +2,28 @@
+Sun Aug 20 16:28:49 UTC 2017 - [email protected]
+
+- Update to version 2017.10:
+  + In this release Coverity scans were set up , and fixed all of
+    the problems it found. None of the issues were critical; the
+    only off-by-one array indexing for example was in a test case.
+  + Add bash completion.
+  + Documentation fixes.
+  + There are a number of smaller features:
+    - lib/repo: Add API to create and list ref aliases.
+    - repo: Introduce ostree_repo_open_at() and
+      ostree_repo_create_at() is a notable new API, and finally
+      completes our fd-relative porting for OstreeRepo. The
+      semantics of these functions are nicer; it's now more
+      convenient to unconditionally call ostree_repo_create_at()
+      for example to ensure a repository exists, returning the
+      opened result.
+  + lib/sysroot: Add journal-msg signal is a nice cleanup in that
+    we finally stopped doing printf() in the library code for
+    OstreeSysroot. If you maintain a client, you should start
+    listening for this signal, like the demo command line does (if
+    you want the text of course).
+  + In the "important bugfixes" category, pull: mark commits from
+    local cache as partial fixes up the --localcache-repos logic.
+  + Also a number of bugfixes contributed for the collections logic
+    as well as cases of trying to download a missing summary file.
+
+-------------------------------------------------------------------

Old:
----
  libostree-2017.9.tar.xz

New:
----
  libostree-2017.10.tar.xz

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

Other differences:
------------------
++++++ libostree.spec ++++++
--- /var/tmp/diff_new_pack.W8UlMT/_old  2017-08-24 18:24:52.354061039 +0200
+++ /var/tmp/diff_new_pack.W8UlMT/_new  2017-08-24 18:24:52.354061039 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           libostree
-Version:        2017.9
+Version:        2017.10
 Release:        0
 Summary:        Git for operating system binaries
 License:        LGPL-2.0+
@@ -161,6 +161,7 @@
 %{_mandir}/man1/rofiles-fuse.1%{?ext_man}
 %{_bindir}/ostree
 %{_bindir}/rofiles-fuse
+%{_datadir}/bash-completion/completions/ostree
 %dir %{_libexecdir}/ostree
 %dir %{_libexecdir}/libostree
 %{_libexecdir}/ostree/ostree-prepare-root

++++++ _service ++++++
--- /var/tmp/diff_new_pack.W8UlMT/_old  2017-08-24 18:24:52.398054840 +0200
+++ /var/tmp/diff_new_pack.W8UlMT/_new  2017-08-24 18:24:52.402054278 +0200
@@ -2,10 +2,10 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/ostreedev/ostree.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">2017.9</param>
+    <param name="versionformat">2017.10</param>
     <param name="filename">libostree</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/v2017.9</param>
+    <param name="revision">refs/tags/v2017.10</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.W8UlMT/_old  2017-08-24 18:24:52.434049770 +0200
+++ /var/tmp/diff_new_pack.W8UlMT/_new  2017-08-24 18:24:52.434049770 +0200
@@ -1,4 +1,4 @@
 <servicedata>
 <service name="tar_scm">
                 <param 
name="url">https://github.com/ostreedev/ostree.git</param>
-              <param 
name="changesrevision">fa3e07e5d716d0ab5477d3f93e7a6d2b1fa56d61</param></service></servicedata>
\ No newline at end of file
+              <param 
name="changesrevision">395676917b3c0dd45b4d56a3742f61b56a692c30</param></service></servicedata>
\ No newline at end of file

++++++ libostree-2017.9.tar.xz -> libostree-2017.10.tar.xz ++++++
++++ 9235 lines of diff (skipped)


Reply via email to