diff --git a/opensp.spec b/opensp.spec index 01bac34..3bf6166 100644 --- a/opensp.spec +++ b/opensp.spec @@ -1,11 +1,12 @@ Summary: SGML and XML parser Name: opensp Version: 1.5.2 -Release: 3.1 +Release: 4 Requires: sgml-common >= 0.5 URL: http://openjade.sourceforge.net/ Source: http://download.sourceforge.net/openjade/OpenSP-%{version}.tar.gz Patch0: opensp-multilib.patch +Patch1: opensp-nodeids.patch License: Distributable Group: Applications/Text BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root @@ -30,6 +31,7 @@ Header files and libtool library for developing applications that use OpenSP. %prep %setup -q -n OpenSP-%{version} %patch0 -p1 -b .multilib +%patch1 -p1 -b .nodeids %build %configure --disable-dependency-tracking --disable-static --enable-http \ @@ -97,6 +99,10 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Oct 13 2006 Tim Waugh 1.5.2-4 +- Give IDs to nodes in the release notes source to prevent releasenotes.html + having multilib conflicts (bug #210570). + * Wed Jul 12 2006 Jesse Keating - 1.5.2-3.1 - rebuild