diff --git a/librsvg.changes b/librsvg.changes index b571266..d20346f 100644 --- a/librsvg.changes +++ b/librsvg.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Mon Oct 4 11:54:03 CEST 2010 - vuntz@opensuse.org + +- Fix librsvg-2-2 Provides/Obsoletes to work: they were using + %{name} instead of %{version} for the version. Fix bnc#642068. + ------------------------------------------------------------------- Mon Sep 27 08:16:51 CEST 2010 - vuntz@opensuse.org diff --git a/librsvg.spec b/librsvg.spec index f854bdd..23c784d 100644 --- a/librsvg.spec +++ b/librsvg.spec @@ -58,10 +58,10 @@ Summary: A Library for Rendering SVG Data Obsoletes: librsvg-64bit %endif # -Provides: librsvg2 = %{name} -Obsoletes: librsvg2 < %{name} -Provides: librsvg = %{name} -Obsoletes: librsvg < %{name} +Provides: librsvg2 = %{version} +Obsoletes: librsvg2 < %{version} +Provides: librsvg = %{version} +Obsoletes: librsvg < %{version} %description -n librsvg-2-2 This package contains a library to render SVG (scalable vector