Compare commits
14 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
0b589bfbd0 | ||
|
|
20b01d76ca | ||
|
|
efd4a6c806 | ||
|
|
31f55daa10 | ||
|
|
ba8435e7a7 | ||
|
|
581e82c605 | ||
|
|
b5d6345cb2 | ||
|
|
59e499f245 | ||
|
|
33836ee2bb | ||
|
|
d5dc5c4386 | ||
|
|
0c6b0f1533 | ||
|
|
ade061c4bb | ||
|
|
e7ec37b64d | ||
|
|
069a568986 |
3 changed files with 67 additions and 18 deletions
12
.gitignore
vendored
12
.gitignore
vendored
|
|
@ -91,3 +91,15 @@ evolution-2.31.5.tar.bz2
|
|||
/evolution-3.17.1.tar.xz
|
||||
/evolution-3.17.2.tar.xz
|
||||
/evolution-3.17.3.tar.xz
|
||||
/evolution-3.17.4.tar.xz
|
||||
/evolution-3.17.90.tar.xz
|
||||
/evolution-3.17.91.tar.xz
|
||||
/evolution-3.17.92.tar.xz
|
||||
/evolution-3.18.0.tar.xz
|
||||
/evolution-3.18.1.tar.xz
|
||||
/evolution-3.18.2.tar.xz
|
||||
/evolution-3.18.3.tar.xz
|
||||
/evolution-3.18.4.tar.xz
|
||||
/evolution-3.18.5.tar.xz
|
||||
/evolution-3.18.5.1.tar.xz
|
||||
/evolution-3.18.5.2.tar.xz
|
||||
|
|
|
|||
|
|
@ -28,14 +28,14 @@
|
|||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.17.3
|
||||
Version: 3.18.5.2
|
||||
Release: 1%{?dist}
|
||||
Group: Applications/Productivity
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||
Source: http://download.gnome.org/sources/%{name}/3.17/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.18/%{name}-%{version}.tar.xz
|
||||
|
||||
Obsoletes: anjal <= %{last_anjal_version}
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
|
|
@ -70,7 +70,7 @@ BuildRequires: yelp-tools
|
|||
|
||||
BuildRequires: pkgconfig(atk)
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(camel-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(camel-1.2) >= 3.18.5
|
||||
BuildRequires: pkgconfig(cryptui-0.0)
|
||||
BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(gcr-3)
|
||||
|
|
@ -82,11 +82,12 @@ BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
|||
BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
BuildRequires: pkgconfig(gtkspell3-3.0)
|
||||
BuildRequires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
BuildRequires: pkgconfig(libcanberra-gtk3)
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= 3.18.5
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= 3.18.5
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= 3.18.5
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= 3.18.5
|
||||
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
|
@ -117,15 +118,15 @@ personal information-management tool.
|
|||
Group: Development/Libraries
|
||||
Summary: Development files for building against %{name}
|
||||
Requires: %{name} = %{version}-%{release}
|
||||
Requires: pkgconfig(camel-1.2) >= %{version}
|
||||
Requires: pkgconfig(camel-1.2) >= 3.18.5
|
||||
Requires: pkgconfig(cryptui-0.0)
|
||||
Requires: pkgconfig(gtk+-3.0) >= %{gtk3_version}
|
||||
Requires: pkgconfig(gtkspell3-3.0)
|
||||
Requires: pkgconfig(gweather-3.0) >= %{libgweather_version}
|
||||
Requires: pkgconfig(libebackend-1.2) >= %{version}
|
||||
Requires: pkgconfig(libebook-1.2) >= %{version}
|
||||
Requires: pkgconfig(libecal-1.2) >= %{version}
|
||||
Requires: pkgconfig(libedataserver-1.2) >= %{version}
|
||||
Requires: pkgconfig(libebackend-1.2) >= 3.18.5
|
||||
Requires: pkgconfig(libebook-1.2) >= 3.18.5
|
||||
Requires: pkgconfig(libecal-1.2) >= 3.18.5
|
||||
Requires: pkgconfig(libedataserver-1.2) >= 3.18.5
|
||||
Requires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
Requires: pkgconfig(libxml-2.0)
|
||||
|
|
@ -234,8 +235,7 @@ fi
|
|||
%define gtkdoc_flags --disable-gtk-doc --without-help
|
||||
%endif
|
||||
|
||||
CPPFLAGS="-I%{_includedir}/et"; export CPPFLAGS
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -I%{_includedir}/et -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
|
||||
CFLAGS="$RPM_OPT_FLAGS -fPIC -DLDAP_DEPRECATED -Wno-sign-compare -Wno-deprecated-declarations"; export CFLAGS
|
||||
|
||||
# Regenerate configure to pick up configure.ac changes
|
||||
aclocal -I m4
|
||||
|
|
@ -461,9 +461,6 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{evo_plugin_dir}/org-gnome-face.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-face.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-itip-formatter.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-itip-formatter.so
|
||||
|
||||
%{evo_plugin_dir}/org-gnome-mailing-list-actions.eplug
|
||||
%{evo_plugin_dir}/liborg-gnome-mailing-list-actions.so
|
||||
|
||||
|
|
@ -537,6 +534,46 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Mar 14 2016 Milan Crha <mcrha@redhat.com> - 3.18.5.2-1
|
||||
- Update to 3.18.5.2
|
||||
|
||||
* Thu Feb 18 2016 Milan Crha <mcrha@redhat.com> - 3.18.5.1-1
|
||||
- Update to 3.18.5.1 (Fixes possible crash on message reply)
|
||||
|
||||
* Mon Feb 15 2016 Milan Crha <mcrha@redhat.com> - 3.18.5-1
|
||||
- Update to 3.18.5
|
||||
|
||||
* Mon Jan 18 2016 Milan Crha <mcrha@redhat.com> - 3.18.4-1
|
||||
- Update to 3.18.4
|
||||
|
||||
* Mon Dec 14 2015 Milan Crha <mcrha@redhat.com> - 3.18.3-1
|
||||
- Update to 3.18.3
|
||||
|
||||
* Mon Nov 09 2015 Milan Crha <mcrha@redhat.com> - 3.18.2-1
|
||||
- Update to 3.18.2
|
||||
|
||||
* Mon Oct 12 2015 Milan Crha <mcrha@redhat.com> - 3.18.1-1
|
||||
- Update to 3.18.1
|
||||
|
||||
* Mon Sep 21 2015 Milan Crha <mcrha@redhat.com> - 3.18.0-1
|
||||
- Update to 3.18.0
|
||||
|
||||
* Mon Sep 14 2015 Milan Crha <mcrha@redhat.com> - 3.17.92-1
|
||||
- Update to 3.17.92
|
||||
- Add pkgconfig(iso-codes) into BuildRequires
|
||||
|
||||
* Mon Aug 31 2015 Milan Crha <mcrha@redhat.com> - 3.17.91-1
|
||||
- Update to 3.17.91
|
||||
|
||||
* Mon Aug 17 2015 Milan Crha <mcrha@redhat.com> - 3.17.90-1
|
||||
- Update to 3.17.90
|
||||
|
||||
* Wed Jul 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-2
|
||||
- Rebuild for newer gnome-desktop3
|
||||
|
||||
* Mon Jul 20 2015 Milan Crha <mcrha@redhat.com> - 3.17.4-1
|
||||
- Update to 3.17.4
|
||||
|
||||
* Mon Jun 22 2015 Milan Crha <mcrha@redhat.com> - 3.17.3-1
|
||||
- Update to 3.17.3
|
||||
- Disable help build when gtk-doc is disabled
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
cf327c4effe701fff5a22ebd5b222dd8 evolution-3.17.3.tar.xz
|
||||
c22344d6acb716097d1bc97a6cc55f63 evolution-3.18.5.2.tar.xz
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue