From e57d6767deaa75b3937ac860581ae256052ac8a9690185638422f223fad55151 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Thu, 9 May 2019 15:57:06 +0000 Subject: [PATCH] - Update to version 1.5.0 Changes in this release include: * Add a test suite covering all the tools * Improve usage of --root by not requiring its argument to end with '/' * Fix memory leak on osinfo-db-validate * Fix wording of osinfo-db-export --help OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db-tools?expand=0&rev=20 --- osinfo-db-tools-1.4.0.tar.gz | 3 --- osinfo-db-tools-1.5.0.tar.gz | 3 +++ osinfo-db-tools.changes | 10 ++++++++++ osinfo-db-tools.spec | 2 +- 4 files changed, 14 insertions(+), 4 deletions(-) delete mode 100644 osinfo-db-tools-1.4.0.tar.gz create mode 100644 osinfo-db-tools-1.5.0.tar.gz diff --git a/osinfo-db-tools-1.4.0.tar.gz b/osinfo-db-tools-1.4.0.tar.gz deleted file mode 100644 index 2d6c23e..0000000 --- a/osinfo-db-tools-1.4.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7ee0125c6b99b5b9e10d9bf5951ecc8a170278499a778e6be5c61ef10296f723 -size 519089 diff --git a/osinfo-db-tools-1.5.0.tar.gz b/osinfo-db-tools-1.5.0.tar.gz new file mode 100644 index 0000000..3e90331 --- /dev/null +++ b/osinfo-db-tools-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de +size 546678 diff --git a/osinfo-db-tools.changes b/osinfo-db-tools.changes index 24d3ac0..52dc4cc 100644 --- a/osinfo-db-tools.changes +++ b/osinfo-db-tools.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Thu May 9 09:50:10 MDT 2019 - carnold@suse.com + +- Update to version 1.5.0 + Changes in this release include: + * Add a test suite covering all the tools + * Improve usage of --root by not requiring its argument to end with '/' + * Fix memory leak on osinfo-db-validate + * Fix wording of osinfo-db-export --help + ------------------------------------------------------------------- Fri Mar 1 13:07:43 MST 2019 - carnold@suse.com diff --git a/osinfo-db-tools.spec b/osinfo-db-tools.spec index 48ac38f..178e799 100644 --- a/osinfo-db-tools.spec +++ b/osinfo-db-tools.spec @@ -17,7 +17,7 @@ Name: osinfo-db-tools -Version: 1.4.0 +Version: 1.5.0 Release: 0 Summary: Tools for managing the osinfo database License: LGPL-2.1+ and GPL-2.0+