Hello community,

here is the log from the commit of package ostree for openSUSE:Factory checked 
in at 2016-09-23 11:36:26
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ostree (Old)
 and      /work/SRC/openSUSE:Factory/.ostree.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ostree"

Changes:
--------
--- /work/SRC/openSUSE:Factory/ostree/ostree.changes    2016-07-03 
12:28:29.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.ostree.new/ostree.changes       2016-09-23 
11:36:29.000000000 +0200
@@ -1,0 +2,87 @@
+Mon Sep 19 17:30:19 UTC 2016 - [email protected]
+
+- Update to version 2016.10:
+  + pull code: support contenturl setting.
+  + trivial-httpd: prepend timestamp in log file.
+  + pull: drop fetching_sync_uri.
+  + pull: add mirrorlist support.
+  + libtest: add has_gpgme() helper function.
+  + tests: add tests for contenturl and mirrorlist.
+  + pull code: clean up mirrorlist hack.
+  + build: Set --enable-man during distcheck.
+  + build: Distribute man page XML source.
+  + build: Actually distribute man page XML source.
+  + switchroot: Fix build on Ubuntu.
+  + switchroot: Fix test-switchroot now autotools can build static.
+  + ostree-prepare-root: Error if realpath fails.
+  + ostree-prepare-root: Fix running with musl.
+  + gpg: do not segfault when the algorithm name is not known.
+  + repo: Revert default timestamp from 1 back to 0.
+  + delta: Add missing `goto out` for failure to mmap().
+  + repo: Only use mmap() for metadata > 16k.
+  + delta: Unreference files we've processed.
+  + fetcher: Fix another finalization deadlock.
+  + sysroot: Avoid double cleanup, and ensure no cleanup if
+    specified.
+  + core: Make OSTREE_TIMESTAMP public API.
+  + Release 2016.10.
+
+-------------------------------------------------------------------
+Tue Sep 06 15:45:10 UTC 2016 - [email protected]
+
+- Update to version 2016.9:
+  + libostree.sym: Add 2016.9 section.
+  + deltas: Handle cleanup of fd array properly.
+  + deltas: Use F_DUPFD_CLOEXEC properly.
+  + pull-local: Support requiring static deltas.
+  + tests: Ensure deltas for pulling when needed.
+  + pull: Disable static deltas by default for local pulls.
+  + tests: Test that local pulls do not use deltas.
+  + Move ostree-* executables to /usr/lib/ostree.
+  + ostree_bootdir: prepend $(prefix) to path.
+  + ostree_bootdir: properly preprend $(prefix).
+  + manual/repo.md: reword bits about the summary file.
+  + repo: Really ignore progress changed user data.
+  + fix typo in docs/manual/atomic-upgrades.md.
+  + prune: Elaborate on what formats are accepted by dates.
+  + fixup! fix typo in docs/manual/atomic-upgrades.md.
+  + test-rofiles-fuse: Actually check out via hardlinks.
+  + rofiles-fuse: Rework to be based on nlink.
+  + pull_with_options: fix remote parameter name & desc.
+  + pull_with_options: allow GPG verification override.
+  + pull_with_options: fix stray return FALSE.
+  + pull: Make .commitpartial files world readable.
+  + repo: Add prefixes to errors for querying size/deleting.
+  + lib: Add an API to list only "our" objects, fix prune to use
+    it.
+  + pull: use same name for parameter and documentation comment.
+  + u-boot: Merge ostree's and systems uEnv.txt.
+  + sysroot: Drop unnecessary `dup()` invocation.
+  + sysroot: Add a flag to suppress post-deploy cleanup.
+  + commit: Don't delete tmp/cache dir.
+  + switchroot: Fix building with musl libc.
+  + ostree-prepare-root: Allow building statically with musl.
+  + switchroot: Replace custom error printing with err/warn
+    functions from libc.
+  + switchroot: Move `path_is_on_readonly_fs` to header file.
+  + repo-pull: properly store the cancellable.
+
+-------------------------------------------------------------------
+Sun Aug 14 22:36:03 UTC 2016 - [email protected]
+
+- Update to version 2016.8:
+  + Almost entirely bugfixes. Most notable is a fix for a
+    relatively rare race condition in the pull code on cleanup
+    (after completion), and also a memory leak.
+  + Besides that, there are improvements for the test suite, some
+    more porting away from libgsystem, a bugfix for static deltas
+    important to flatpak, build tweaks for older glib, etc.
+- Changes from 2016.7:
+  + There's quite a lot of changes in this release since 2016.5,
+    but one thing to call out explicitly it is a fixed race
+    condition in the HTTP pull code that could cause hangs or
+    crashes that mostly occurred only when doing "large" pulls
+    (thousands of object requests). If this occurs, client systems
+    can work around it by cancelling and retrying the pull.
+
+-------------------------------------------------------------------

Old:
----
  ostree-2016.6.tar.xz

New:
----
  ostree-2016.10.tar.xz

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

Other differences:
------------------
++++++ ostree.spec ++++++
--- /var/tmp/diff_new_pack.LPSWoD/_old  2016-09-23 11:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.LPSWoD/_new  2016-09-23 11:36:30.000000000 +0200
@@ -17,7 +17,7 @@
 
 
 Name:           ostree
-Version:        2016.6
+Version:        2016.10
 Release:        0
 Summary:        Git for operating system binaries
 License:        GPL-2.0+
@@ -150,9 +150,9 @@
 %{_mandir}/man1/rofiles-fuse.1%{?ext_man}
 %{_bindir}/ostree
 %{_bindir}/rofiles-fuse
-%{_libexecdir}/ostree/
-%{_sbindir}/ostree-prepare-root
-%{_sbindir}/ostree-remount
+%dir %{_libexecdir}/ostree
+%{_libexecdir}/ostree/ostree-prepare-root
+%{_libexecdir}/ostree/ostree-remount
 %dir %{_libexecdir}/dracut
 %dir %{_libexecdir}/dracut/modules.d
 %{_libexecdir}/dracut/modules.d/98ostree/

++++++ _service ++++++
--- /var/tmp/diff_new_pack.LPSWoD/_old  2016-09-23 11:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.LPSWoD/_new  2016-09-23 11:36:30.000000000 +0200
@@ -2,9 +2,9 @@
   <service name="tar_scm" mode="disabled">
     <param name="url">https://github.com/ostreedev/ostree.git</param>
     <param name="scm">git</param>
-    <param name="versionformat">2016.6</param>
+    <param name="versionformat">2016.10</param>
     <param name="changesgenerate">enable</param>
-    <param name="revision">refs/tags/v2016.6</param>
+    <param name="revision">refs/tags/v2016.10</param>
   </service>
   <service name="recompress" mode="disabled">
     <param name="file">*.tar</param>

++++++ _servicedata ++++++
--- /var/tmp/diff_new_pack.LPSWoD/_old  2016-09-23 11:36:30.000000000 +0200
+++ /var/tmp/diff_new_pack.LPSWoD/_new  2016-09-23 11:36:30.000000000 +0200
@@ -3,4 +3,5 @@
             <param name="url">git://git.gnome.org/ostree</param>
           <param 
name="changesrevision">bfa23bdc1f13a646f1c91f8a2724022eef2d5656</param></service><service
 name="tar_scm">
             <param name="url">https://github.com/ostreedev/ostree.git</param>
-          <param 
name="changesrevision">6c7e191147023942feb7454359557bb3551467a4</param></service></servicedata>
\ No newline at end of file
+          <param 
name="changesrevision">36e8ba124e1f133db47237f3fa873efc9fb42ae1</param></service></servicedata>
+

++++++ ostree-2016.6.tar.xz -> ostree-2016.10.tar.xz ++++++
++++ 10418 lines of diff (skipped)


Reply via email to