Hello community,

here is the log from the commit of package libsolv for openSUSE:Factory checked 
in at 2018-08-24 16:58:51
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libsolv (Old)
 and      /work/SRC/openSUSE:Factory/.libsolv.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "libsolv"

Fri Aug 24 16:58:51 2018 rev:66 rq:628883 version:0.6.35

Changes:
--------
--- /work/SRC/openSUSE:Factory/libsolv/libsolv.changes  2018-08-07 
09:39:56.312981868 +0200
+++ /work/SRC/openSUSE:Factory/.libsolv.new/libsolv.changes     2018-08-24 
16:58:55.305702954 +0200
@@ -0,0 +1,8 @@
+-------------------------------------------------------------------
+Thu Aug  9 17:09:41 CEST 2018 - [email protected]
+
+- refactor arch handling
+- add support for zstd and zchunk compression
+- convert repo2solv.sh script into a binary tool
+- bump version to 0.6.35
+

Old:
----
  libsolv-0.6.34.tar.bz2

New:
----
  libsolv-0.6.35.tar.bz2

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

Other differences:
------------------
++++++ libsolv.spec ++++++
--- /var/tmp/diff_new_pack.hhQZhC/_old  2018-08-24 16:58:56.593704478 +0200
+++ /var/tmp/diff_new_pack.hhQZhC/_new  2018-08-24 16:58:56.597704482 +0200
@@ -52,7 +52,7 @@
 %bcond_with zypp
 
 Name:           libsolv
-Version:        0.6.34
+Version:        0.6.35
 Release:        0
 Summary:        Package dependency solver using a satisfiability algorithm
 License:        BSD-3-Clause

++++++ libsolv-0.6.34.tar.bz2 -> libsolv-0.6.35.tar.bz2 ++++++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.34/NEWS new/libsolv-0.6.35/NEWS
--- old/libsolv-0.6.34/NEWS     2018-07-16 16:30:34.000000000 +0200
+++ new/libsolv-0.6.35/NEWS     2018-08-09 17:21:30.000000000 +0200
@@ -2,6 +2,17 @@
 This file contains the major changes between
 libsolv versions:
 
+Version 0.6.35
+- new configuration options:
+  * ENABLE_ZSTD_COMPRESSION: support zstd compression
+  * ENABLE_ZCHUNK_COMPRESSION: support zchunk compression
+- new features:
+  * new repodata_set_kv() function
+  * new pool_solvable2id() inline function
+  * bindings: new str2dir, dir2str, add_dirstr repodata methods
+- other changes
+  * new repo2solv tool replacing the old shell script
+
 Version 0.6.34
 - new features:
   * also look at suggests for package ordering
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.34/VERSION.cmake 
new/libsolv-0.6.35/VERSION.cmake
--- old/libsolv-0.6.34/VERSION.cmake    2018-07-16 16:30:34.000000000 +0200
+++ new/libsolv-0.6.35/VERSION.cmake    2018-08-09 17:21:30.000000000 +0200
@@ -49,5 +49,5 @@
 
 SET(LIBSOLV_MAJOR "0")
 SET(LIBSOLV_MINOR "6")
-SET(LIBSOLV_PATCH "34")
+SET(LIBSOLV_PATCH "35")
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.34/package/libsolv.changes 
new/libsolv-0.6.35/package/libsolv.changes
--- old/libsolv-0.6.34/package/libsolv.changes  2018-07-18 15:27:21.000000000 
+0200
+++ new/libsolv-0.6.35/package/libsolv.changes  2018-08-09 17:21:30.000000000 
+0200
@@ -1,3 +1,11 @@
+-------------------------------------------------------------------
+Thu Aug  9 17:09:41 CEST 2018 - [email protected]
+
+- refactor arch handling
+- add support for zstd and zchunk compression
+- convert repo2solv.sh script into a binary tool
+- bump version to 0.6.35
+
 ------------------------------------------------------------------
 Wed Jul 18 14:11:51 UTC 2018 - [email protected]
 
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/libsolv-0.6.34/src/policy.c 
new/libsolv-0.6.35/src/policy.c
--- old/libsolv-0.6.34/src/policy.c     2018-07-25 12:07:15.000000000 +0200
+++ new/libsolv-0.6.35/src/policy.c     2018-08-10 07:04:58.000000000 +0200
@@ -1236,7 +1236,7 @@
                    {
                      char kn[256];
                      Id p, pp, knid;
-                     memcpy(kn, "kernel", 8);
+                     memcpy(kn, "kernel", 7);
                      memcpy(kn + 6, flavor, release - flavor + 1);
                      memcpy(kn + 6 + (release - flavor) + 1, sn, flavor - sn);
                      strcpy(kn + 6 + (release + 1 - sn), release);


Reply via email to