diff --git a/roundcubemail.spec b/roundcubemail.spec index fb6808b..402ac2f 100644 --- a/roundcubemail.spec +++ b/roundcubemail.spec @@ -1,13 +1,13 @@ %define roundcubedir %{_datadir}/roundcubemail Name: roundcubemail -Version: 0.2 -Release: 9.stable%{?dist} +Version: 0.2.1 +Release: 1%{?dist} Summary: Round Cube Webmail is a browser-based multilingual IMAP client Group: Applications/System License: GPLv2 URL: http://www.roundcube.net -Source0: roundcubemail-%{version}-stable-dep.tar.gz +Source0: roundcubemail-%{version}-dep.tar.gz Source1: roundcubemail.conf Source2: roundcubemail.logrotate Source4: roundcubemail-README.fedora @@ -16,7 +16,7 @@ Patch0: roundcubemail-0.2-beta-confpath.patch #Patch1: roundcubemail-0.2-beta-html2text.patch # From upstream, not in a release yet, BZ 476830. #Patch2: roundcubemail-0.2-beta-CVE-2008-5620.patch -Patch3: roundcubemail-0.2-CVE-2009-0413.patch +#Patch3: roundcubemail-0.2-CVE-2009-0413.patch Patch4: roundcubemail-0.2-stable-pg-mdb2.patch BuildArch: noarch @@ -45,12 +45,12 @@ requires the MySQL database or the PostgreSQL database. The user interface is fully skinnable using XHTML and CSS 2. %prep -%setup -q -n roundcubemail-0.2-stable-dep +%setup -q -n roundcubemail-0.2.1-dep %patch0 -p0 #%patch1 -p0 #%patch2 -p0 -%patch3 -p0 +#%patch3 -p0 %patch4 -p0 # fix permissions and remove any .htaccess files @@ -139,6 +139,9 @@ exit 0 %config(noreplace) %{_sysconfdir}/logrotate.d/roundcubemail %changelog +* Fri Apr 10 2009 Jon Ciesla = 0.2.1-1 +- New upstream. + * Mon Mar 30 2009 Jon Ciesla = 0.2-9.stable - Patch for PG until php-pear-MDB2 hits 1.5.0 stable. BZ 489505. diff --git a/sources b/sources index 7e16cbd..5368826 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -dac7776b063bf2314f7d7730af2b1b0f roundcubemail-0.2-stable-dep.tar.gz +86e9238b31a917eeabb23ba1d226c1dc roundcubemail-0.2.1-dep.tar.gz