From 18ba90f8916a9ba27f17f52c13f53eb5151c807f651be9ec027bae54d4cfaba0 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Wed, 7 May 2008 21:23:21 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libical?expand=0&rev=4 --- baselibs.conf | 6 +++++- libical.changes | 5 +++++ libical.spec | 6 +++++- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/baselibs.conf b/baselibs.conf index f5717bf..da8ab65 100644 --- a/baselibs.conf +++ b/baselibs.conf @@ -1 +1,5 @@ -libical +libical0 + obsoletes "libical- <= " + provides "libical- = " + + diff --git a/libical.changes b/libical.changes index abcd4ad..ba1a2d2 100644 --- a/libical.changes +++ b/libical.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed May 7 22:02:49 CEST 2008 - coolo@suse.de + +- fix rename from libical + ------------------------------------------------------------------- Thu Apr 10 12:54:45 CEST 2008 - ro@suse.de diff --git a/libical.spec b/libical.spec index 19fdffe..43db137 100644 --- a/libical.spec +++ b/libical.spec @@ -18,7 +18,7 @@ License: LGPL v2.1 or later; MOZILLA PUBLIC LICENSE (MPL/NPL) Group: Development/Libraries/C and C++ AutoReqProv: on Version: 0.27 -Release: 2 +Release: 3 Summary: An Implementation of Basic iCAL Protocols Source: libical-%version.tar.bz2 Patch: libical-uninit.patch @@ -40,6 +40,8 @@ Authors: License: MOZILLA PUBLIC LICENSE (MPL/NPL) Summary: An Implementation of Basic iCAL Protocols Group: Development/Libraries/C and C++ +Provides: libical = %{version} +Obsoletes: libical <= %{version} AutoReqProv: on %description -n libical0 @@ -138,6 +140,8 @@ rm -f $RPM_BUILD_ROOT/%_libdir/lib*.la %doc doc examples scripts %changelog +* Thu May 08 2008 coolo@suse.de +- fix rename from libical * Thu Apr 10 2008 ro@suse.de - added baselibs.conf file to build xxbit packages for multilib support