From 05490673dda8980e99321c4403576aa60649956989ba91ed6badfa54e2ab1537 Mon Sep 17 00:00:00 2001 From: Charles Arnold Date: Fri, 1 Mar 2019 20:06:12 +0000 Subject: [PATCH] - Update to version 1.4.0 Changes in this release include: * Add isodata test files for more distros * Refreshed translations from Zanata * Drop deprecated gnome-common and intltool * Fix test cases checking for medias, trees and images URIs due to libcurl issues when reusing the curl handler * Fix media identification when its identifiers have the maximum allowed size * Fix filling up the media properties when identifying it * Improvements in the tests in order to reduce code duplication * Add one test case per OS for medias, trees and images URIs tests * Add OSINFO_RELEASE_STATUS_ROLLING release status * Add API to add an installer script to a media * Add API to get all the installer scripts from a media OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=69 --- libosinfo-1.3.0.tar.gz | 3 --- libosinfo-1.4.0.tar.gz | 3 +++ libosinfo.changes | 19 +++++++++++++++++++ libosinfo.spec | 6 ++---- 4 files changed, 24 insertions(+), 7 deletions(-) delete mode 100644 libosinfo-1.3.0.tar.gz create mode 100644 libosinfo-1.4.0.tar.gz diff --git a/libosinfo-1.3.0.tar.gz b/libosinfo-1.3.0.tar.gz deleted file mode 100644 index e9a7096..0000000 --- a/libosinfo-1.3.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2159b969fe90715ee779eb3921365a9148e862e1ed60328ef1ba57714e511da5 -size 977090 diff --git a/libosinfo-1.4.0.tar.gz b/libosinfo-1.4.0.tar.gz new file mode 100644 index 0000000..0bd5b51 --- /dev/null +++ b/libosinfo-1.4.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165 +size 1075852 diff --git a/libosinfo.changes b/libosinfo.changes index 13ed783..fd22033 100644 --- a/libosinfo.changes +++ b/libosinfo.changes @@ -1,3 +1,22 @@ +------------------------------------------------------------------- +Fri Mar 1 12:50:15 MST 2019 - carnold@suse.com + +- Update to version 1.4.0 + Changes in this release include: + * Add isodata test files for more distros + * Refreshed translations from Zanata + * Drop deprecated gnome-common and intltool + * Fix test cases checking for medias, trees and images URIs due to + libcurl issues when reusing the curl handler + * Fix media identification when its identifiers have the maximum + allowed size + * Fix filling up the media properties when identifying it + * Improvements in the tests in order to reduce code duplication + * Add one test case per OS for medias, trees and images URIs tests + * Add OSINFO_RELEASE_STATUS_ROLLING release status + * Add API to add an installer script to a media + * Add API to get all the installer scripts from a media + ------------------------------------------------------------------- Mon Feb 4 23:00:50 UTC 2019 - Jan Engelhardt diff --git a/libosinfo.spec b/libosinfo.spec index 34d87b3..7a1c2bd 100644 --- a/libosinfo.spec +++ b/libosinfo.spec @@ -20,7 +20,7 @@ %define with_lang 1 Name: libosinfo -Version: 1.3.0 +Version: 1.4.0 Release: 0 Summary: Operating system and hypervisor information management library License: LGPL-2.1-or-later AND GPL-2.0-or-later @@ -28,14 +28,12 @@ Group: Development/Libraries/C and C++ Url: https://releases.pagure.org/libosinfo/ Source0: https://releases.pagure.org/libosinfo/%{name}-%{version}.tar.gz Source1: ids.tar.bz2 -BuildRequires: intltool +BuildRequires: libcurl-devel BuildRequires: vala BuildRequires: pkgconfig(check) BuildRequires: pkgconfig(gio-2.0) BuildRequires: pkgconfig(gobject-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) -BuildRequires: pkgconfig(libsoup-2.4) -BuildRequires: pkgconfig(libsoup-gnome-2.4) BuildRequires: pkgconfig(libxml-2.0) BuildRequires: pkgconfig(libxslt) >= 1.0.0 Requires: osinfo-db