This commit is contained in:
parent
776dd5bf6e
commit
f8bfd488eb
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03a6842c195d950b1273f7d492b274b40e03311161d5f68ef87f9c45bf2d1e63
|
|
||||||
size 29556434
|
|
3
evolution-2.22.1.tar.bz2
Normal file
3
evolution-2.22.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:58faeba0039a935f39aa1ab6e58adc3a4f2182486afcc6f1cace3402181a70dc
|
||||||
|
size 30951821
|
@ -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
|
Wed Apr 9 11:34:40 CEST 2008 - msuman@suse.de
|
||||||
|
|
||||||
|
@ -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.
|
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
# This file and all modifications and additions to the pristine
|
# 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
|
# This should be updated upon major version changes, and used in place of
|
||||||
# BASE_VERSION (as defined in configure.in).
|
# BASE_VERSION (as defined in configure.in).
|
||||||
%define evolution_base_version 2.22
|
%define evolution_base_version 2.22
|
||||||
Version: 2.22.0
|
Version: 2.22.1
|
||||||
Release: 15
|
Release: 1
|
||||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
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
|
#Source: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.10/%{name}-%{version}.tar.bz2
|
||||||
Source0: %{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
|
### Patch91: evo-2.8.2-build-break.fix
|
||||||
# PATCH-FIX-UPSTREAM evo-2.8.2-regression-fix.patch -- Fix in 2.21.91
|
# PATCH-FIX-UPSTREAM evo-2.8.2-regression-fix.patch -- Fix in 2.21.91
|
||||||
Patch92: evo-2.8.2-regression-fix.patch
|
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
|
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
|
Patch94: bnc-188523-evo-fix-authenticated-proxy-support.diff
|
||||||
Url: http://gnome.org/projects/evolution/
|
Url: http://gnome.org/projects/evolution/
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
Requires: yelp
|
Requires: yelp
|
||||||
Requires: spamassassin >= 2.60
|
Requires: spamassassin >= 2.60
|
||||||
|
Requires: bogofilter
|
||||||
Requires: gtkhtml2 >= 3.10.0
|
Requires: gtkhtml2 >= 3.10.0
|
||||||
Requires: evolution-data-server >= 1.6.0
|
Requires: evolution-data-server >= 1.6.0
|
||||||
Requires: gnome-icon-theme >= 2.10.0
|
Requires: gnome-icon-theme >= 2.10.0
|
||||||
@ -407,6 +409,15 @@ fi
|
|||||||
%{_libdir}/evolution/*/conduits/*.so
|
%{_libdir}/evolution/*/conduits/*.so
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Apr 09 2008 msuman@suse.de
|
||||||
- Configurable proxy settings for Evolution (Varadhan)
|
- Configurable proxy settings for Evolution (Varadhan)
|
||||||
+ Added patch: bnc-188523-evo-fix-authenticated-proxy-support.diff (bnc#188523)
|
+ Added patch: bnc-188523-evo-fix-authenticated-proxy-support.diff (bnc#188523)
|
||||||
|
Loading…
Reference in New Issue
Block a user