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