From 533005d39fc3f6724d30d6d677db7b112e8f7ba0a9d5d3c89dab1d37f8ad2e10 Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Mon, 4 Oct 2010 19:28:02 +0000 Subject: [PATCH] Accepting request 49712 from home:vuntz:branches:GNOME:Factory Nice catch... even nicer that it stayed there for more than 2 months :) OBS-URL: https://build.opensuse.org/request/show/49712 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/librsvg?expand=0&rev=31 --- librsvg.changes | 6 ++++++ librsvg.spec | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) 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