Update to 3.7.4
This commit is contained in:
parent
e7e5f0196e
commit
873ba1e2a0
1
.gitignore
vendored
1
.gitignore
vendored
@ -48,3 +48,4 @@ evolution-2.31.5.tar.bz2
|
|||||||
/evolution-3.7.2.tar.xz
|
/evolution-3.7.2.tar.xz
|
||||||
/evolution-3.7.3.1.tar.xz
|
/evolution-3.7.3.1.tar.xz
|
||||||
/evolution-3.7.3.2.tar.xz
|
/evolution-3.7.3.2.tar.xz
|
||||||
|
/evolution-3.7.4.tar.xz
|
||||||
|
@ -28,8 +28,8 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 3.7.3.2
|
Version: 3.7.4
|
||||||
Release: 3%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
License: GPLv2+ and GFDL
|
License: GPLv2+ and GFDL
|
||||||
@ -63,8 +63,7 @@ BuildRequires: automake >= 1.9
|
|||||||
BuildRequires: cairo-gobject-devel
|
BuildRequires: cairo-gobject-devel
|
||||||
BuildRequires: clutter-gtk-devel >= %{clutter_gtk_version}
|
BuildRequires: clutter-gtk-devel >= %{clutter_gtk_version}
|
||||||
BuildRequires: desktop-file-utils
|
BuildRequires: desktop-file-utils
|
||||||
BuildRequires: evolution-data-server-devel >= 3.7.3
|
BuildRequires: evolution-data-server-devel >= %{version}
|
||||||
#BuildRequires: evolution-data-server-devel >= %{version}
|
|
||||||
BuildRequires: gettext
|
BuildRequires: gettext
|
||||||
BuildRequires: glib2-devel >= %{glib2_version}
|
BuildRequires: glib2-devel >= %{glib2_version}
|
||||||
BuildRequires: gnome-common
|
BuildRequires: gnome-common
|
||||||
@ -125,8 +124,7 @@ personal information-management tool.
|
|||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
Summary: Development files for building against %{name}
|
Summary: Development files for building against %{name}
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: evolution-data-server-devel >= 3.7.3
|
Requires: evolution-data-server-devel >= %{version}
|
||||||
#Requires: evolution-data-server-devel >= %{version}
|
|
||||||
Requires: gtk3-devel >= %{gtk3_version}
|
Requires: gtk3-devel >= %{gtk3_version}
|
||||||
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
Requires: gtkhtml3-devel >= %{gtkhtml_version}
|
||||||
Requires: libgdata-devel >= %{libgdata_version}
|
Requires: libgdata-devel >= %{libgdata_version}
|
||||||
@ -516,11 +514,10 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{evo_plugin_dir}/liborg-gnome-pst-import.so
|
%{evo_plugin_dir}/liborg-gnome-pst-import.so
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
# Milan: Revert the hard-coded E-D-S version on the next update.
|
|
||||||
# (evolution) BuildRequires: evolution-data-server-devel >= 3.7.3
|
|
||||||
# (evolution-devel) Requires: evolution-data-server-devel >= 3.7.3
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jan 14 2013 Milan Crha <mcrha@redhat.com> - 3.7.4-1
|
||||||
|
- Update to 3.7.4
|
||||||
|
|
||||||
* Tue Jan 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.2-3
|
* Tue Jan 01 2013 Matthew Barnes <mbarnes@redhat.com> - 3.7.3.2-3
|
||||||
- Re-enable translation size reduction (RH bug #628073 is long fixed).
|
- Re-enable translation size reduction (RH bug #628073 is long fixed).
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user