From e8a78c0a7664b855d19d88e2e00ab1df08dd869f77a6111098347f154a9d967c Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 4 Feb 2019 18:48:56 +0000 Subject: [PATCH] - Update to version 1.3.0 Changes in this release include: * Avoid warnings on osinfo-db-export due to calling g_object_unref() on a NULL object * Improvements on osinfo-db-import manpage * Remove outdated FSF address from source file headers * Make osinfo-db-import capable to deal with URLs * Introduce osinfo-db-import --latest * Refreshed translations from zanata OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db-tools?expand=0&rev=18 --- osinfo-db-tools-1.2.0.tar.gz | 3 --- osinfo-db-tools-1.3.0.tar.gz | 3 +++ osinfo-db-tools.changes | 13 +++++++++++++ osinfo-db-tools.spec | 5 +++-- 4 files changed, 19 insertions(+), 5 deletions(-) delete mode 100644 osinfo-db-tools-1.2.0.tar.gz create mode 100644 osinfo-db-tools-1.3.0.tar.gz diff --git a/osinfo-db-tools-1.2.0.tar.gz b/osinfo-db-tools-1.2.0.tar.gz deleted file mode 100644 index ec0ccc7..0000000 --- a/osinfo-db-tools-1.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b50829e5b58db15fe9fc8caf005aa18300262fea4562da0c2dfbe56355ff81f -size 447185 diff --git a/osinfo-db-tools-1.3.0.tar.gz b/osinfo-db-tools-1.3.0.tar.gz new file mode 100644 index 0000000..39017c0 --- /dev/null +++ b/osinfo-db-tools-1.3.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e49bd94a9fb6fe371337e5a91a7e4ed6f370b2ca70385e0cab38d58ad7f07fa +size 456012 diff --git a/osinfo-db-tools.changes b/osinfo-db-tools.changes index 09390b1..bd64ecd 100644 --- a/osinfo-db-tools.changes +++ b/osinfo-db-tools.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Feb 4 11:35:20 MST 2019 - carnold@suse.com + +- Update to version 1.3.0 + Changes in this release include: + * Avoid warnings on osinfo-db-export due to calling g_object_unref() + on a NULL object + * Improvements on osinfo-db-import manpage + * Remove outdated FSF address from source file headers + * Make osinfo-db-import capable to deal with URLs + * Introduce osinfo-db-import --latest + * Refreshed translations from zanata + ------------------------------------------------------------------- Wed Jun 20 11:23:45 MDT 2018 - carnold@suse.com diff --git a/osinfo-db-tools.spec b/osinfo-db-tools.spec index ef66230..c85a413 100644 --- a/osinfo-db-tools.spec +++ b/osinfo-db-tools.spec @@ -1,7 +1,7 @@ # # spec file for package osinfo-db-tools # -# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,7 +17,7 @@ Name: osinfo-db-tools -Version: 1.2.0 +Version: 1.3.0 Release: 0 Summary: Tools for managing the osinfo database License: LGPL-2.1+ and GPL-2.0+ @@ -26,6 +26,7 @@ Url: https://releases.pagure.org/libosinfo/ Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz BuildRequires: intltool BuildRequires: glib2-devel +BuildRequires: json-glib-devel BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: libxslt-devel >= 1.0.0 BuildRequires: libarchive-devel