Compare commits
10 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7e33549c8f | ||
|
|
db31470458 | ||
|
|
17865c7f87 | ||
|
|
a013b0d867 | ||
|
|
39ead78260 | ||
|
|
e85ab5a122 | ||
|
|
08a5eda699 | ||
|
|
e7eaf141a3 | ||
|
|
446e42c0cf | ||
|
|
ac39ddb435 |
3 changed files with 60 additions and 14 deletions
11
.gitignore
vendored
11
.gitignore
vendored
|
|
@ -129,3 +129,14 @@ evolution-2.31.5.tar.bz2
|
|||
/evolution-3.25.3.tar.xz
|
||||
/evolution-3.25.4.tar.xz
|
||||
/evolution-3.25.90.tar.xz
|
||||
/evolution-3.25.91.tar.xz
|
||||
/evolution-3.25.92.tar.xz
|
||||
/evolution-3.25.92.1.tar.xz
|
||||
/evolution-3.25.92.2.tar.xz
|
||||
/evolution-3.26.0.tar.xz
|
||||
/evolution-3.26.1.tar.xz
|
||||
/evolution-3.26.2.tar.xz
|
||||
/evolution-3.26.3.tar.xz
|
||||
/evolution-3.26.4.tar.xz
|
||||
/evolution-3.26.5.tar.xz
|
||||
/evolution-3.26.6.tar.xz
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
%define last_anjal_version 0.3.2-3
|
||||
%define last_libgal2_version 2:2.5.3-2
|
||||
%define last_evo_nm_version 3.5.0
|
||||
%define last_evo_perl_version 3.21.90
|
||||
|
||||
%define ldap_support 1
|
||||
%define libnotify_support 1
|
||||
|
|
@ -26,18 +27,21 @@
|
|||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.25.90
|
||||
Version: 3.26.6
|
||||
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.25/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.26/%{name}-%{version}.tar.xz
|
||||
|
||||
Obsoletes: anjal <= %{last_anjal_version}
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||
Obsoletes: evolution-perl < %{last_evo_perl_version}
|
||||
|
||||
%global eds_version %{version}
|
||||
|
||||
### Patches ###
|
||||
|
||||
|
|
@ -65,7 +69,7 @@ BuildRequires: yelp-tools
|
|||
|
||||
BuildRequires: pkgconfig(atk)
|
||||
BuildRequires: pkgconfig(cairo-gobject)
|
||||
BuildRequires: pkgconfig(camel-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(camel-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(cryptui-0.0)
|
||||
BuildRequires: pkgconfig(enchant)
|
||||
BuildRequires: pkgconfig(gail-3.0) >= %{gtk3_version}
|
||||
|
|
@ -82,11 +86,11 @@ 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(libedataserverui-1.2) >= %{version}
|
||||
BuildRequires: pkgconfig(libebackend-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libecal-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libedataserver-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libedataserverui-1.2) >= %{eds_version}
|
||||
BuildRequires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||
BuildRequires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
BuildRequires: pkgconfig(libxml-2.0)
|
||||
|
|
@ -118,16 +122,16 @@ 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) >= %{eds_version}
|
||||
Requires: pkgconfig(cryptui-0.0)
|
||||
Requires: pkgconfig(enchant)
|
||||
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) >= %{eds_version}
|
||||
Requires: pkgconfig(libebook-1.2) >= %{eds_version}
|
||||
Requires: pkgconfig(libecal-1.2) >= %{eds_version}
|
||||
Requires: pkgconfig(libedataserver-1.2) >= %{eds_version}
|
||||
Requires: pkgconfig(libgdata) >= %{libgdata_version}
|
||||
Requires: pkgconfig(libsoup-2.4) >= %{libsoup_version}
|
||||
Requires: pkgconfig(libxml-2.0)
|
||||
|
|
@ -517,6 +521,37 @@ rm -rf $RPM_BUILD_ROOT
|
|||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Mar 05 2018 Milan Crha <mcrha@redhat.com> - 3.26.6-1
|
||||
- Update to 3.26.6
|
||||
|
||||
* Mon Feb 05 2018 Milan Crha <mcrha@redhat.com> - 3.26.5-1
|
||||
- Update to 3.26.5
|
||||
- Properly obsolete evolution-perl subpackage
|
||||
|
||||
* Mon Jan 08 2018 Milan Crha <mcrha@redhat.com> - 3.26.4-1
|
||||
- Update to 3.26.4
|
||||
|
||||
* Mon Dec 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.3-1
|
||||
- Update to 3.26.3
|
||||
|
||||
* Mon Oct 30 2017 Milan Crha <mcrha@redhat.com> - 3.26.2-1
|
||||
- Update to 3.26.2
|
||||
|
||||
* Mon Oct 02 2017 Milan Crha <mcrha@redhat.com> - 3.26.1-1
|
||||
- Update to 3.26.1
|
||||
|
||||
* Mon Sep 11 2017 Milan Crha <mcrha@redhat.com> - 3.26.0-1
|
||||
- Update to 3.26.0
|
||||
|
||||
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92.2-1
|
||||
- Update to 3.25.92.2
|
||||
|
||||
* Mon Sep 04 2017 Milan Crha <mcrha@redhat.com> - 3.25.92-1
|
||||
- Update to 3.25.92
|
||||
|
||||
* Mon Aug 21 2017 Milan Crha <mcrha@redhat.com> - 3.25.91-1
|
||||
- Update to 3.25.91
|
||||
|
||||
* Mon Aug 07 2017 Milan Crha <mcrha@redhat.com> - 3.25.90-1
|
||||
- Update to 3.25.90
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (evolution-3.25.90.tar.xz) = 0b1059b36d3d4ab51d681ca268f6d4cdd294bec6fc86f961a57228e57932c27300425f85861714cfc72d3c30f211038eb8b93cc50875e728a1ea4cbceb2e81b0
|
||||
SHA512 (evolution-3.26.6.tar.xz) = 34a6f3ec12c6330c2b742281030f641a0998293663d3c2ac4151eef24067ff95403fec37550be2d8d22e43e334b4349f1ece40b75cc23b1dfcec88a9a694363f
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue