- 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
This commit is contained in:
parent
f2c0e021cd
commit
05490673dd
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2159b969fe90715ee779eb3921365a9148e862e1ed60328ef1ba57714e511da5
|
||||
size 977090
|
3
libosinfo-1.4.0.tar.gz
Normal file
3
libosinfo-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a29e61a82b1a5727b145403914812273dfa033a0c07a15500078726bb3b84165
|
||||
size 1075852
|
@ -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 <jengelh@inai.de>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user