This commit is contained in:
parent
16944963e3
commit
78e563f643
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:724f38d2d1ebed3a737cc903922737ffd1a5a42157656de1896eee90d53dfeea
|
||||
size 28807292
|
3
evolution-2.25.92.tar.bz2
Normal file
3
evolution-2.25.92.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5e6e9dd5b54f12f8a68260c420ecbb130d72a02544577b01b804297f9081715
|
||||
size 32154681
|
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Sat Mar 7 00:58:34 CET 2009 - vuntz@novell.com
|
||||
|
||||
- Update to version 2.25.92:
|
||||
+ Bugs Fixed: bgo#238346, bgo#333716, bgo#404232, bgo#404232,
|
||||
bgo#529037, bgo#548623, bgo#550114, bgo#550114, bgo#551470,
|
||||
bgo#554458, bgo#555888, bgo#558366, bgo#559027, bgo#559719,
|
||||
bgo#561465, bgo#563212, bgo#564229, bgo#564229, bgo#567089,
|
||||
bgo#567949, bgo#568176, bgo#569700, bgo#569986, bgo#570364,
|
||||
bgo#571625, bgo#571721, bgo#572268, bgo#572348, bgo#572399,
|
||||
bgo#572543, bgo#572903, bgo#572950, bgo#572962, bgo#572975,
|
||||
bgo#573198, bgo#566556
|
||||
+ Other contributions:
|
||||
- Build a "GUI" executable.
|
||||
- Do not use non-zero page size in an adjustment, it's
|
||||
deprecated now.
|
||||
- Format signature/encryption information nicer.
|
||||
- Function-declaration compiler warning.
|
||||
- Migrate from deprecated gtk_window_set_policy to
|
||||
gtk_window_set_resizable
|
||||
- Remove deprecated gtk_combo_set_case_sensitive() call.
|
||||
- Remove useless and deprecated gtk_layout_freeze and
|
||||
gtk_layout_thaw calls.
|
||||
- Substitute some deprecated gtk functions.
|
||||
+ Updated Translations.
|
||||
- Remove -fno-strict-aliasing from compilation flags.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Feb 17 11:18:30 IST 2009 - msuman@suse.de
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package evolution (Version 2.25.91)
|
||||
# spec file for package evolution (Version 2.25.92)
|
||||
#
|
||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -56,7 +56,7 @@ License: LGPL v2.0 only; LGPL v3 only
|
||||
Group: Productivity/Networking/Email/Clients
|
||||
# This should be updated upon major version changes; it should match BASE_VERSION as defined in configure.in.
|
||||
%define evolution_base_version 2.26
|
||||
Version: 2.25.91
|
||||
Version: 2.25.92
|
||||
Release: 1
|
||||
Summary: The Integrated GNOME Mail, Calendar, and Address Book Suite
|
||||
Source0: ftp://ftp.gnome.org/pub/gnome/sources/evolution/2.25/%{name}-%{version}.tar.bz2
|
||||
@ -447,9 +447,6 @@ Authors:
|
||||
|
||||
%build
|
||||
autoreconf -f -i
|
||||
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
export FFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
||||
%{__sed} -i -e 's/@ENABLE_SK_TRUE@_s/_s/' help/Makefile.in
|
||||
%{configure} \
|
||||
--disable-scrollkeeper \
|
||||
@ -604,7 +601,31 @@ fi
|
||||
#%{_libdir}/evolution/*/plugins/*.dll
|
||||
|
||||
%changelog
|
||||
* Mon Feb 16 2009 msuman@suse.de
|
||||
* Sat Mar 07 2009 vuntz@novell.com
|
||||
- Update to version 2.25.92:
|
||||
+ Bugs Fixed: bgo#238346, bgo#333716, bgo#404232, bgo#404232,
|
||||
bgo#529037, bgo#548623, bgo#550114, bgo#550114, bgo#551470,
|
||||
bgo#554458, bgo#555888, bgo#558366, bgo#559027, bgo#559719,
|
||||
bgo#561465, bgo#563212, bgo#564229, bgo#564229, bgo#567089,
|
||||
bgo#567949, bgo#568176, bgo#569700, bgo#569986, bgo#570364,
|
||||
bgo#571625, bgo#571721, bgo#572268, bgo#572348, bgo#572399,
|
||||
bgo#572543, bgo#572903, bgo#572950, bgo#572962, bgo#572975,
|
||||
bgo#573198, bgo#566556
|
||||
+ Other contributions:
|
||||
- Build a "GUI" executable.
|
||||
- Do not use non-zero page size in an adjustment, it's
|
||||
deprecated now.
|
||||
- Format signature/encryption information nicer.
|
||||
- Function-declaration compiler warning.
|
||||
- Migrate from deprecated gtk_window_set_policy to
|
||||
gtk_window_set_resizable
|
||||
- Remove deprecated gtk_combo_set_case_sensitive() call.
|
||||
- Remove useless and deprecated gtk_layout_freeze and
|
||||
gtk_layout_thaw calls.
|
||||
- Substitute some deprecated gtk functions.
|
||||
+ Updated Translations.
|
||||
- Remove -fno-strict-aliasing from compilation flags.
|
||||
* Tue Feb 17 2009 msuman@suse.de
|
||||
- Update to version 2.25.91:
|
||||
+ Bugs fixed: bgo#333716, bgo#404232, bgo#548623, bgo#554458,
|
||||
bgo#555888, bgo#564229, bgo#567089, bgo#568176, bgo#569700,
|
||||
|
Loading…
Reference in New Issue
Block a user