From 3d52d87a36c3f30501d52239aae8975a887c23a9363fc592aa3e9717cc1f1b92 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Mon, 2 Dec 2019 18:45:31 +0000 Subject: [PATCH] - Update to version 1.7.0 Changes in this release include: * Switch to meson build system - Update to version 1.6.0 Changes in this release include: * Refresh translations from zanata * spec,mingw: Add mingw*-libsoup as dependency * Commit 3917e5f4ae0e5 introduced libsoup dependency but forgot to add it to the mingw spec files. OBS-URL: https://build.opensuse.org/package/show/Virtualization/osinfo-db-tools?expand=0&rev=21 --- osinfo-db-tools-1.5.0.tar.gz | 3 --- osinfo-db-tools-1.7.0.tar.xz | 3 +++ osinfo-db-tools.changes | 17 +++++++++++++++++ osinfo-db-tools.spec | 19 +++++++++++-------- 4 files changed, 31 insertions(+), 11 deletions(-) delete mode 100644 osinfo-db-tools-1.5.0.tar.gz create mode 100644 osinfo-db-tools-1.7.0.tar.xz diff --git a/osinfo-db-tools-1.5.0.tar.gz b/osinfo-db-tools-1.5.0.tar.gz deleted file mode 100644 index 3e90331..0000000 --- a/osinfo-db-tools-1.5.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:f43160f3f3251849f8b8b37c84ad8640f2a51937d8ea38626f14aa2a159730de -size 546678 diff --git a/osinfo-db-tools-1.7.0.tar.xz b/osinfo-db-tools-1.7.0.tar.xz new file mode 100644 index 0000000..509f7b0 --- /dev/null +++ b/osinfo-db-tools-1.7.0.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bddbec5f407436e0b62f0d7657e866adc980709acf5321aa0d4c3eb54aea823 +size 66584 diff --git a/osinfo-db-tools.changes b/osinfo-db-tools.changes index 52dc4cc..2447d8c 100644 --- a/osinfo-db-tools.changes +++ b/osinfo-db-tools.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Dec 2 10:27:26 MST 2019 - carnold@suse.com + +- Update to version 1.7.0 + Changes in this release include: + * Switch to meson build system + +------------------------------------------------------------------- +Wed Nov 13 13:21:51 MST 2019 - carnold@suse.com + +- Update to version 1.6.0 + Changes in this release include: + * Refresh translations from zanata + * spec,mingw: Add mingw*-libsoup as dependency + * Commit 3917e5f4ae0e5 introduced libsoup dependency but forgot + to add it to the mingw spec files. + ------------------------------------------------------------------- Thu May 9 09:50:10 MDT 2019 - carnold@suse.com diff --git a/osinfo-db-tools.spec b/osinfo-db-tools.spec index 178e799..84ec97a 100644 --- a/osinfo-db-tools.spec +++ b/osinfo-db-tools.spec @@ -17,19 +17,22 @@ Name: osinfo-db-tools -Version: 1.5.0 +Version: 1.7.0 Release: 0 Summary: Tools for managing the osinfo database License: LGPL-2.1+ and GPL-2.0+ Group: System/Management Url: https://releases.pagure.org/libosinfo/ -Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz +Source: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.xz +BuildRequires: gettext-devel BuildRequires: glib2-devel BuildRequires: json-glib-devel +BuildRequires: libarchive-devel +BuildRequires: libsoup-devel BuildRequires: libxml2-devel >= 2.6.0 BuildRequires: libxslt-devel >= 1.0.0 -BuildRequires: libarchive-devel -BuildRequires: perl +BuildRequires: meson +#BuildRequires: perl BuildRoot: %{_tmppath}/%{name}-%{version}-build %description @@ -40,16 +43,16 @@ information about operating systems for use with virtualization %setup -q %build -%configure --prefix=/usr -make %{?_smp_mflags} V=1 +%meson +%meson_build %install -make install DESTDIR=%{buildroot} +%meson_install %find_lang %{name} %files -f %{name}.lang -%doc AUTHORS ChangeLog NEWS README +%doc NEWS README %{_bindir}/osinfo-db-export %{_bindir}/osinfo-db-import %{_bindir}/osinfo-db-path