diff --git a/cone-gcc44.patch b/cone-gcc44.patch deleted file mode 100644 index 03d4538..0000000 --- a/cone-gcc44.patch +++ /dev/null @@ -1,23 +0,0 @@ ---- libmail/maildiradd.C 24 May 2008 17:57:42 -0000 1.6 -+++ libmail/maildiradd.C 19 Apr 2009 11:54:45 -0000 -@@ -165,7 +165,8 @@ - if (flags.size() > 0) - { - newname = newname + MDIRSEP "2," + flags; -- memcpy(strrchr(newname.c_str(), '/')-3, "cur", 3); -+ memcpy(strrchr(const_cast(newname.c_str()), '/')-3, -+ "cur", 3); - // We go into the cur directory, now - } - ---- libmail/qp.C 27 May 2003 14:09:08 -0000 1.1 -+++ libmail/qp.C 19 Apr 2009 11:54:46 -0000 -@@ -16,7 +16,7 @@ - { - static const char xdigits[]="0123456789ABCDEFabcdef"; - -- char *p=strchr(xdigits, c); -+ const char *p=strchr(xdigits, c); - - if (p == NULL) - return -1; diff --git a/cone.spec b/cone.spec index 30b60c5..95a2fbd 100644 --- a/cone.spec +++ b/cone.spec @@ -2,16 +2,12 @@ Summary: CONE mail reader Name: cone -Version: 0.75 -Release: 5%{?dist} +Version: 0.78 +Release: 1%{?dist} URL: http://www.courier-mta.org/cone/ Source0: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2 Source1: http://dl.sf.net/courier/%{name}-%{version}.tar.bz2.sig -#Source0: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2 -#Source1: http://www.courier-mta.org/beta/cone/cone-%{version}.tar.bz2.sig -Patch0: %{name}-gcc44.patch -# This patch has been sent on 2009/04/19 to courier-cone@lists.sourceforge.net. License: GPLv3 Group: Applications/Internet BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot @@ -47,7 +43,6 @@ contains a large amount of documentation for CONE. %prep %setup -q -%patch0 %build CPPFLAGS="$CPPFLAGS -I%{curses_include_dir}" @@ -107,6 +102,10 @@ rm -rf $RPM_BUILD_ROOT %doc cone/html %changelog +* Sat Jun 13 2009 Milos Jakubicek - 0.78-1 +- Update to 0.78 (resolves BZ#496421, BZ#426952). +- Dropped cone-gcc44.patch (merged upstream). + * Sun Apr 19 2009 Milos Jakubicek - 0.75-5 - Updated cone-gcc44.patch according to upstream wishes. diff --git a/sources b/sources index 79b443b..3310c76 100644 --- a/sources +++ b/sources @@ -1,2 +1,2 @@ -cdc4c9dbdda1567601cd8fed1c9fbd96 cone-0.75.tar.bz2 -2f392d84b84ba43faaeea336ddfa6905 cone-0.75.tar.bz2.sig +cd317c25301656872805e6708ddd8bfd cone-0.78.tar.bz2 +9897e12f6d9b0cef0669c1a179a43645 cone-0.78.tar.bz2.sig