diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:40:36 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2018-11-30 12:40:36 +0900 |
commit | 97330b5a608c2213fdf3f49bfbaa268bf9627920 (patch) | |
tree | eb753c0b9543739bb05137b73562d705d0ce8c6f /package | |
parent | e197f682d93362b26879b545062694a050a4c4b4 (diff) | |
download | libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.tar.gz libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.tar.bz2 libsolv-97330b5a608c2213fdf3f49bfbaa268bf9627920.zip |
Imported Upstream version 0.6.27upstream/0.6.27
Change-Id: I4feccd10bd9fe0514ff13520136e962b6c093175
Signed-off-by: DongHun Kwak <dh0128.kwak@samsung.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/libsolv.changes | 14 | ||||
-rw-r--r-- | package/libsolv.spec.in | 15 |
2 files changed, 17 insertions, 12 deletions
diff --git a/package/libsolv.changes b/package/libsolv.changes index f772422..94bb400 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,8 +1,20 @@ ------------------------------------------------------------------- +Tue Apr 25 14:11:05 CEST 2017 - mls@suse.de + +- change queue resize code to use adaptive chunk sizes +- fix potential segfault in testcase_depstr [bnc#1036002] +- fix performance issues with name = md5sum dependencies + [bnc#1035946] +- improve "forcebest with uninstall" handling +- make dirid handling more robust +- build with libxml2 instead of libexpat +- bump version to 0.6.27 + +------------------------------------------------------------------- Wed Feb 15 11:34:59 CET 2017 - mls@suse.de - export solvable_matchesdep function, as we now use it in - the bindings + the bindings [bnc#1025440] - bump version to 0.6.26 ------------------------------------------------------------------- diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 0009287..d21562c 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -37,21 +37,13 @@ BuildRequires: libneon0.26-devel %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600 BuildRequires: db-devel %endif -%if 0%{?suse_version} -%if 0%{?suse_version} < 1030 -BuildRequires: expat -%else -BuildRequires: libexpat-devel -%endif -%if 0%{?suse_version} < 1100 +BuildRequires: libxml2-devel +%if 0%{?suse_version} && 0%{?suse_version} < 1100 BuildRequires: graphviz %endif %if 0%{?suse_version} > 1020 BuildRequires: fdupes %endif -%else -BuildRequires: expat-devel -%endif BuildRequires: cmake BuildRequires: gcc-c++ BuildRequires: rpm-devel @@ -186,6 +178,7 @@ cmake $CMAKE_FLAGS \ -DLIB=%{_lib} \ -DCMAKE_VERBOSE_MAKEFILE=TRUE \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \ + -DWITH_LIBXML2=1 \ %{?with_enable_static:-DENABLE_STATIC=1} \ %{?with_disable_shared:-DDISABLE_SHARED=1} \ %{?with_perl_binding:-DENABLE_PERL=1} \ @@ -256,7 +249,7 @@ rm -rf "$RPM_BUILD_ROOT" %{_mandir}/man1/helix2solv* %endif %{_datadir}/cmake/Modules/* -%{_libdir}/pkgconfig/libsolv.pc +%{_libdir}/pkgconfig/libsolv*.pc %{_mandir}/man3/* %files demo |