Accepting request 132446 from GNOME:Next
Update to 0.2.0 OBS-URL: https://build.opensuse.org/request/show/132446 OBS-URL: https://build.opensuse.org/package/show/hardware/libosinfo?expand=0&rev=13
This commit is contained in:
committed by
Git OBS Bridge
parent
b65a15a546
commit
8b81cc3ba5
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:de3b851182992fc20f1d7312c0a6d755391df067cb498a30a41fe6194880e6ef
|
||||
size 971146
|
3
libosinfo-0.2.0.tar.gz
Normal file
3
libosinfo-0.2.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6aa68ad635afd6e86cb8c54c28c8b02658782b5072eac5ba6db421c0c3cc8916
|
||||
size 1009090
|
@@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Sep 3 20:31:02 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
- Update to version 0.2.0:
|
||||
+ Fix build against mingw64 toolchain.
|
||||
+ API for getting product logo URLs.
|
||||
+ Fix architecture for a Windows 2008 media.
|
||||
+ Remove bogus minimum storage information for Fedora.
|
||||
+ Add varirables for system and local database paths in
|
||||
pkg-config.
|
||||
- Add pkgconfig(libxslt) BuildRequires: new dependency.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 18 17:36:41 UTC 2012 - dimstar@opensuse.org
|
||||
|
||||
|
@@ -18,12 +18,12 @@
|
||||
|
||||
|
||||
Name: libosinfo
|
||||
Version: 0.1.2
|
||||
Version: 0.2.0
|
||||
Release: 0
|
||||
Summary: Manage information about operating systems and hypervisors
|
||||
License: LGPL-2.1+ and GPL-2.0+
|
||||
Group: System/Libraries
|
||||
Url: https://fedorahosted.org/libosinfo/
|
||||
Url: https://fedorahosted.org/libosinfo
|
||||
Source: https://fedorahosted.org/releases/l/i/libosinfo/%{name}-%{version}.tar.gz
|
||||
BuildRequires: libtool
|
||||
BuildRequires: vala
|
||||
@@ -34,6 +34,7 @@ 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
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
|
||||
%description
|
||||
@@ -99,10 +100,12 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
%doc ChangeLog README COPYING
|
||||
%{_bindir}/osinfo-detect
|
||||
%{_bindir}/osinfo-db-validate
|
||||
%{_bindir}/osinfo-install-script
|
||||
%{_bindir}/osinfo-query
|
||||
%{_datadir}/%{name}/
|
||||
%{_mandir}/man1/osinfo-db-validate.1%{?ext_man}
|
||||
%{_mandir}/man1/osinfo-detect.1%{?ext_man}
|
||||
%{_mandir}/man1/osinfo-install-script.1%{?ext_man}
|
||||
%{_mandir}/man1/osinfo-query.1%{?ext_man}
|
||||
|
||||
%files -n libosinfo-1_0-0
|
||||
|
Reference in New Issue
Block a user