From f8bfd488ebd69e722dc3f3f5741fd39a9dc8d7bc09316551c04acb086aaa8868 Mon Sep 17 00:00:00 2001 From: OBS User unknown Date: Fri, 25 Apr 2008 14:02:52 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/evolution?expand=0&rev=33 --- evolution-2.22.0.tar.bz2 | 3 --- evolution-2.22.1.tar.bz2 | 3 +++ evolution.changes | 15 +++++++++++++++ evolution.spec | 19 +++++++++++++++---- 4 files changed, 33 insertions(+), 7 deletions(-) delete mode 100644 evolution-2.22.0.tar.bz2 create mode 100644 evolution-2.22.1.tar.bz2 diff --git a/evolution-2.22.0.tar.bz2 b/evolution-2.22.0.tar.bz2 deleted file mode 100644 index 8c74f3a..0000000 --- a/evolution-2.22.0.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:03a6842c195d950b1273f7d492b274b40e03311161d5f68ef87f9c45bf2d1e63 -size 29556434 diff --git a/evolution-2.22.1.tar.bz2 b/evolution-2.22.1.tar.bz2 new file mode 100644 index 0000000..f2f710b --- /dev/null +++ b/evolution-2.22.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58faeba0039a935f39aa1ab6e58adc3a4f2182486afcc6f1cace3402181a70dc +size 30951821 diff --git a/evolution.changes b/evolution.changes index 92b3fb5..2761097 100644 --- a/evolution.changes +++ b/evolution.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Thu Apr 24 20:58:17 CEST 2008 - maw@suse.de + +- Require bogofilter (bnc#374146). + +------------------------------------------------------------------- +Thu Apr 10 17:11:15 CEST 2008 - maw@suse.de + +- Update to version 2.22.1: + + Bugs fixed: bgo#316572, bgo#460204, bgo#501885, bgo#507411, + bgo#511950, bgo#511953, bgo#515826, bgo#519292, bgo#519304, + bgo#522178, bgo#522631, bgo#523271, bgo#524310, and bgo#525522 + + Updated translations +- Tag bnc-188523-evo-fix-authenticated-proxy-support.diff + ------------------------------------------------------------------- Wed Apr 9 11:34:40 CEST 2008 - msuman@suse.de diff --git a/evolution.spec b/evolution.spec index 9e5810e..ce8aa11 100644 --- a/evolution.spec +++ b/evolution.spec @@ -1,5 +1,5 @@ # -# spec file for package evolution (Version 2.22.0) +# spec file for package evolution (Version 2.22.1) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -21,8 +21,8 @@ AutoReqProv: on # This should be updated upon major version changes, and used in place of # BASE_VERSION (as defined in configure.in). %define evolution_base_version 2.22 -Version: 2.22.0 -Release: 15 +Version: 2.22.1 +Release: 1 Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite #Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2 Source0: %{name}-%{version}.tar.bz2 @@ -58,13 +58,15 @@ Patch90: fix-security-gtkhtml-moreui.diff ### Patch91: evo-2.8.2-build-break.fix # PATCH-FIX-UPSTREAM evo-2.8.2-regression-fix.patch -- Fix in 2.21.91 Patch92: evo-2.8.2-regression-fix.patch -# #PATCH-FIX-UPSTREAM build-fixes.diff - Fixed for 2.21.91 +# PATCH-FIX-UPSTREAM build-fixes.diff - Fixed for 2.21.91 Patch93: build-fixes.diff +# PATCH-FIX-UPSTREAM bnc-188523-evo-fix-authenticated-proxy-support.diff msuman@suse.de Patch94: bnc-188523-evo-fix-authenticated-proxy-support.diff Url: http://gnome.org/projects/evolution/ BuildRoot: %{_tmppath}/%{name}-%{version}-build Requires: yelp Requires: spamassassin >= 2.60 +Requires: bogofilter Requires: gtkhtml2 >= 3.10.0 Requires: evolution-data-server >= 1.6.0 Requires: gnome-icon-theme >= 2.10.0 @@ -407,6 +409,15 @@ fi %{_libdir}/evolution/*/conduits/*.so %changelog +* Thu Apr 24 2008 maw@suse.de +- Require bogofilter (bnc#374146). +* Thu Apr 10 2008 maw@suse.de +- Update to version 2.22.1: + + Bugs fixed: bgo#316572, bgo#460204, bgo#501885, bgo#507411, + bgo#511950, bgo#511953, bgo#515826, bgo#519292, bgo#519304, + bgo#522178, bgo#522631, bgo#523271, bgo#524310, and bgo#525522 + + Updated translations +- Tag bnc-188523-evo-fix-authenticated-proxy-support.diff * Wed Apr 09 2008 msuman@suse.de - Configurable proxy settings for Evolution (Varadhan) + Added patch: bnc-188523-evo-fix-authenticated-proxy-support.diff (bnc#188523)