[mingw-libosinfo] Update to 0.2.8 release

Daniel P. Berrange berrange at fedoraproject.org
Wed Dec 4 11:23:55 UTC 2013


commit 6e6c92e2708f986d2607964bbd2e2c33e4e3e06f
Author: Daniel P. Berrange <berrange at redhat.com>
Date:   Wed Dec 4 11:07:51 2013 +0000

    Update to 0.2.8 release
    
    Signed-off-by: Daniel P. Berrange <berrange at redhat.com>

 libosinfo-0.2.8-symbol.patch |   11 +++++++++++
 mingw-libosinfo.spec         |    9 +++++++--
 sources                      |    2 +-
 3 files changed, 19 insertions(+), 3 deletions(-)
---
diff --git a/libosinfo-0.2.8-symbol.patch b/libosinfo-0.2.8-symbol.patch
new file mode 100644
index 0000000..a222060
--- /dev/null
+++ b/libosinfo-0.2.8-symbol.patch
@@ -0,0 +1,11 @@
+diff -rup libosinfo-0.2.8.old/osinfo/libosinfo.syms libosinfo-0.2.8.new/osinfo/libosinfo.syms
+--- libosinfo-0.2.8.old/osinfo/libosinfo.syms	2013-09-10 14:22:50.000000000 +0100
++++ libosinfo-0.2.8.new/osinfo/libosinfo.syms	2013-12-04 11:19:44.800746384 +0000
+@@ -402,7 +402,6 @@ LIBOSINFO_0.2.3 {
+ LIBOSINFO_0.2.6 {
+     global:
+ 	osinfo_device_driver_get_signed;
+-	osinfo_device_driver_set_signed;
+ 
+ 	osinfo_device_driver_signing_req_get_type;
+ 
diff --git a/mingw-libosinfo.spec b/mingw-libosinfo.spec
index 7a000e8..bf46677 100644
--- a/mingw-libosinfo.spec
+++ b/mingw-libosinfo.spec
@@ -1,12 +1,13 @@
 %{?mingw_package_header}
 
 Name: mingw-libosinfo
-Version: 0.2.3
-Release: 2%{?dist}%{?extra_release}
+Version: 0.2.8
+Release: 1%{?dist}%{?extra_release}
 Summary: MinGW Windows port of a library for managing OS information for virtualization
 License: LGPLv2+
 Group: Development/Libraries
 Source: https://fedorahosted.org/releases/l/i/libosinfo/libosinfo-%{version}.tar.gz
+Patch1: libosinfo-%{version}-symbol.patch
 URL: https://fedorahosted.org/libosinfo/
 
 BuildArch: noarch
@@ -62,6 +63,7 @@ combination.
 
 %prep
 %setup -q -n libosinfo-%{version}
+%patch1 -p1
 
 %build
 %mingw_configure \
@@ -139,6 +141,9 @@ rm -rf $RPM_BUILD_ROOT%{mingw64_datadir}/gtk-doc
 %{mingw64_libdir}/locale/*/LC_MESSAGES/libosinfo.mo
 
 %changelog
+* Wed Dec  4 2013 Daniel P. Berrange <berrange at redhat.com> - 0.2.8-1
+- Update to 0.2.8 release
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.2.3-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 45dbfdc..9716d95 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-2b50b222b196bc7f6cf27314d1d32262  libosinfo-0.2.3.tar.gz
+497111d96815ff27e0da662bc3cc4b69  libosinfo-0.2.8.tar.gz


More information about the scm-commits mailing list