From: Michael Schroeder Date: Tue, 1 Sep 2015 11:46:50 +0000 (+0200) Subject: Add changes, bump version to 0.6.12 X-Git-Tag: 0.6.12^0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e668e1496ec64bf5a591522f051d4d697ee2a26d;p=thirdparty%2Flibsolv.git Add changes, bump version to 0.6.12 --- diff --git a/NEWS b/NEWS index 5f21c862..a265cc40 100644 --- a/NEWS +++ b/NEWS @@ -2,6 +2,39 @@ This file contains the major changes between libsolv versions: +Version 0.6.12: +- new features: + * tcl bindings +- new functions: + * solv_chksum_cmp + +Version 0.6.11: +- new functions: + * pool_ids2whatprovides + +Version 0.6.9: +- new features: + * much improved package choosing code + * new testcase dependency format + * alternatives introspection +- new functions: + * pool_deb_get_autoinstalled + * solver_alternative2str + * solver_alternatives_count + * solver_get_alternative + * solver_rule2pkgrule + * testcase_dep2str + +Version 0.6.5: +- new features: + * support yum style obsolete handling + +Version 0.6.1: +- API change: + repodata_stringify() now returns the string +- new features: + * add BREAK_ORPHANS and KEEP_ORPHANS solver flags + Version 0.6.0: - ABI change: cleaned up and reordered knownid.h - added support for sha224/sha384/sha512 diff --git a/VERSION.cmake b/VERSION.cmake index fe0632b8..086ee95f 100644 --- a/VERSION.cmake +++ b/VERSION.cmake @@ -49,5 +49,5 @@ SET(LIBSOLVEXT_SOVERSION "0") SET(LIBSOLV_MAJOR "0") SET(LIBSOLV_MINOR "6") -SET(LIBSOLV_PATCH "11") +SET(LIBSOLV_PATCH "12") diff --git a/package/libsolv.changes b/package/libsolv.changes index 5a0a59bd..b98c3ba0 100644 --- a/package/libsolv.changes +++ b/package/libsolv.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Tue Sep 1 13:37:11 CEST 2015 - mls@suse.de + +- added tcl bindings +- improve debian ar archive handling +- bindings: set the CLOEXEC flags in xfopen +- bindings: support testcase writing +- support REL_ELSE as evr of REL_COND +- bump version to 0.6.12 + ------------------------------------------------------------------- Tue Jun 2 11:41:10 CEST 2015 - mls@suse.de diff --git a/package/libsolv.spec.in b/package/libsolv.spec.in index 5812a5ae..c2251ec9 100644 --- a/package/libsolv.spec.in +++ b/package/libsolv.spec.in @@ -34,7 +34,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: libneon0.26-devel %endif %if 0%{?fedora_version} || 0%{?rhel_version} >= 600 || 0%{?centos_version} >= 600 -BuildRequires: db4-devel +BuildRequires: db-devel %endif %if 0%{?suse_version} %if 0%{?suse_version} < 1030