[libwbxml] Correct devel dependency typo

Petr Pisar ppisar at fedoraproject.org
Thu Feb 10 08:29:16 UTC 2011


commit da377082c4f99b379a778c18cad416818c34606e
Author: Petr Písař <ppisar at redhat.com>
Date:   Thu Feb 10 09:29:05 2011 +0100

    Correct devel dependency typo

 libwbxml.spec |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/libwbxml.spec b/libwbxml.spec
index e08af48..239e719 100644
--- a/libwbxml.spec
+++ b/libwbxml.spec
@@ -1,6 +1,6 @@
 Name:           libwbxml
 Version:        0.10.9
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Library and tools to parse, encode and handle WBXML documents
 Group:          System Environment/Libraries
 License:        LGPLv2+
@@ -18,7 +18,7 @@ bandwidth in mobile communications.
 %package devel
 Group:         Development/Libraries
 Summary:       Development files of %{name}
-Requires:      %{name}{?_isa} = %{version}-%{release}
+Requires:      %{name}%{?_isa} = %{version}-%{release}
 Requires:      libxml2-devel, pkgconfig
 Provides:      wbxml2-devel = %{version}-%{release}
 Obsoletes:     wbxml2-devel <= 0.9.3
@@ -69,6 +69,9 @@ ctest
 %{_libdir}/pkgconfig/libwbxml2.pc
 
 %changelog
+* Thu Feb 10 2011 Petr Pisar <ppisar at redhat.com> - 0.10.9-3
+- Correct devel dependency typo
+
 * Tue Feb 08 2011 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.10.9-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
 


More information about the scm-commits mailing list