From 7e38fd15cf87e4085e78c4e2d69c5729e8316295daa0b050415e4be78891a6c5 Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Wed, 17 Nov 2010 08:42:58 +0000 Subject: [PATCH] Accepting request 53232 from home:coolo:branches:openSUSE:Factory OBS-URL: https://build.opensuse.org/request/show/53232 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/tinyxml?expand=0&rev=8 --- tinyxml.changes | 5 +++++ tinyxml.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/tinyxml.changes b/tinyxml.changes index 2396432..a0173d8 100644 --- a/tinyxml.changes +++ b/tinyxml.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Nov 16 09:41:01 UTC 2010 - coolo@novell.com + +- fix requires of docs package + ------------------------------------------------------------------- Fri Nov 12 16:44:03 CET 2010 - pth@suse.de diff --git a/tinyxml.spec b/tinyxml.spec index e4c70e8..57f5e90 100644 --- a/tinyxml.spec +++ b/tinyxml.spec @@ -25,7 +25,7 @@ Release: 2 %define lib_package lib%{name}%{so_version} Group: System/Libraries Summary: A simple, small, C++ XML parser -License: GPLv2+ +License: Zlib License Source: %{name}_%{file_version}.tar.lzma Source1: configure.ac Source2: Makefile.am @@ -74,7 +74,7 @@ developing applications that use libtinyxml. License: GPLv2+ Summary: Documentaqtion for libtinyxml Group: Development/Libraries/C and C++ -Requires: %{name}%{so_version} = %{version} +Requires: %{lib_package} = %{version} %description docs This packages contains the HTML documentation and a tutorial for