From 7723aee88483843b9e6d0a696bc4abf0395281d0b555a1cf3afc438b53af0e70 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Thu, 3 May 2007 04:41:57 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/raptor?expand=0&rev=3 --- raptor.changes | 5 +++++ raptor.spec | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/raptor.changes b/raptor.changes index 79f911f..7e95094 100644 --- a/raptor.changes +++ b/raptor.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu May 3 06:39:07 CEST 2007 - lrupp@suse.de + +- add Provides/Obsoletes: raptor-devel + ------------------------------------------------------------------- Wed May 2 15:48:53 CEST 2007 - wstephenson@suse.de diff --git a/raptor.spec b/raptor.spec index c80efba..418e2ed 100644 --- a/raptor.spec +++ b/raptor.spec @@ -14,7 +14,7 @@ Name: raptor BuildRequires: gtkdoc libxml2-devel Summary: Raptor RDF Parser Toolkit Version: 1.4.15 -Release: 1 +Release: 3 License: The Apache Software License Group: System/Libraries Source: %{name}-%{version}.tar.gz @@ -75,6 +75,8 @@ Authors: Summary: Development package for the raptor library Group: Development/Libraries/C and C++ Requires: libraptor1 = %{version} glibc-devel libxml2-devel +Provides: raptor-devel = %{name}-%{version} +Obsoletes: raptor-devel < %{name}-%{version} %description -n libraptor1-devel This package contains the files needed to compile programs that use the @@ -104,6 +106,8 @@ Authors: %{_mandir}/man?/* %changelog +* Thu May 03 2007 - lrupp@suse.de +- add Provides/Obsoletes: raptor-devel * Wed May 02 2007 - wstephenson@suse.de - updated to version 1.4.15: * Mostly pass GRDDL W3C Working Draft 2 March 2007 parser test suite