[libosinfo] Release 0.2.6

Zeeshan Ali zeenix at fedoraproject.org
Wed Mar 20 22:35:59 UTC 2013


commit 89667dcb47f194c499086b33e6c8120721cc4f7d
Author: Zeeshan Ali (Khattak) <zeeshanak at gnome.org>
Date:   Thu Mar 21 00:35:39 2013 +0200

    Release 0.2.6

 libosinfo.spec |   11 ++++++++---
 sources        |    2 +-
 2 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/libosinfo.spec b/libosinfo.spec
index 9409689..46c6fed 100644
--- a/libosinfo.spec
+++ b/libosinfo.spec
@@ -17,8 +17,8 @@
 
 Summary: A library for managing OS information for virtualization
 Name: libosinfo
-Version: 0.2.5
-Release: 2%{?dist}%{?extra_release}
+Version: 0.2.6
+Release: 1%{?dist}%{?extra_release}
 License: LGPLv2+
 Group: Development/Libraries
 Source: https://fedorahosted.org/releases/l/i/%{name}/%{name}-%{version}.tar.gz
@@ -36,6 +36,7 @@ BuildRequires: /usr/bin/pod2man
 %if %{with_gir}
 BuildRequires: gobject-introspection-devel
 %endif
+Requires: hwdata
 %if %{with_udev}
 Requires: udev
 %endif
@@ -87,7 +88,7 @@ This package provides the Vala bindings for libosinfo library.
 %define udev_arg --enable-udev=no
 %endif
 
-%configure %{gir_arg} %{udev_arg} --enable-vala=yes
+%configure %{gir_arg} %{udev_arg} --enable-vala=yes --with-usb-ids-path=/usr/share/hwdata/usb.ids --with-pci-ids-path=/usr/share/hwdata/pci.ids
 %__make %{?_smp_mflags} V=1
 
 chmod a-x examples/*.js examples/*.py
@@ -159,6 +160,10 @@ rm -fr %{buildroot}
 %{_datadir}/vala/vapi/libosinfo-1.0.vapi
 
 %changelog
+* Thu Mar 21 2013 Zeeshan Ali <zeenix at redhat.com> - 0.2.6-1
+- New upstream release 0.2.6
+- Make use of usb.ids and pci.ids files provided by hwdata package.
+
 * Wed Mar 06 2013 Christophe Fergeau <cfergeau at redhat.com> - 0.2.5-2
 - BuildRequires /usr/bin/pod2man as this will automatically pick the right
   package rather than conditionally requiring a package that is only
diff --git a/sources b/sources
index b588c6f..d27ea06 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-02b6b6270dd0ef500a5f1c8b89c04b38  libosinfo-0.2.5.tar.gz
+2bcf0b244fc206a4003e2cea8c8568c6  libosinfo-0.2.6.tar.gz


More information about the scm-commits mailing list