From cc66f9dad15d49a6331db93ea54310727b5215a6 Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Jun 13 2008 14:36:29 +0000 Subject: * Fri Jun 13 2008 Rex Dieter 2007b-1 - imap-2007b --- diff --git a/.cvsignore b/.cvsignore index 20aadfe..19da351 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -imap-2007a1.tar.Z +imap-2007b.tar.Z diff --git a/sources b/sources index 17086f4..d54d011 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -828a84c64ef933bfcc805b838576a774 imap-2007a1.tar.Z +4d59ce6303cf8ef93ff51341b1ce2df7 imap-2007b.tar.Z diff --git a/uw-imap.spec b/uw-imap.spec index aa80c02..c8c4978 100644 --- a/uw-imap.spec +++ b/uw-imap.spec @@ -12,8 +12,8 @@ Summary: UW Server daemons for IMAP and POP network mail protocols Name: uw-imap -Version: 2007a1 -Release: 2%{?dist}.1 +Version: 2007b +Release: 1%{?dist} # See LICENSE.txt, http://www.apache.org/licenses/LICENSE-2.0 License: ASL 2.0 @@ -27,7 +27,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) #define somajor %{version} %define somajor 2007 %define shlibname lib%{soname}.so.%{somajor} -%if 0%{?fedora} > 2 || %{?rhel} > 5 +%if 0%{?fedora} > 2 || 0%{?rhel} > 5 %define imap_libs lib%{soname} %else # rhel (4,5) requires parallel-installable shlib, to not conflict with @@ -81,7 +81,7 @@ Group: System Environment/Libraries Obsoletes: libc-client2004d < 1:2004d-2 Obsoletes: libc-client2004e < 2004e-2 Obsoletes: libc-client2004g < 2004g-7 -Obsoletes: libc-client2006 < 2006k-1 +Obsoletes: libc-client2006 < 2006k-2 %if "%{imap_libs}" != "libc-client2007" Obsoletes: libc-client2007 < 2007-2 %endif @@ -130,8 +130,7 @@ This package contains some utilities for managing UW IMAP email,including: %prep -#setup -q -n imap-%{version}%{?dev}%{?snap} -%setup -q -n imap-2007a +%setup -q -n imap-%{version}%{?dev}%{?snap} %patch1 -p1 -b .paths %patch2 -p1 -b .doc @@ -309,6 +308,12 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Fri Jun 13 2008 Rex Dieter 2007b-1 +- imap-2007b + +* Tue May 18 2008 Rex Dieter 2007a1-3 +- libc-client: incomplete list of obsoletes (#446240) + * Wed Mar 19 2008 Rex Dieter 2007a1-2 - uw-imap conflicts with cyrus-imapd (#222486)