From 0b19259e8b0de477582dc2372f04598cad6be5aa Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Mon, 19 Sep 2016 11:19:44 +0200 Subject: [PATCH] Update to 3.22.0; Add gnome-autoar dependency --- .gitignore | 1 + evolution.spec | 12 +++++++++--- sources | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index cf94a27..fa88735 100644 --- a/.gitignore +++ b/.gitignore @@ -113,3 +113,4 @@ evolution-2.31.5.tar.bz2 /evolution-3.21.90.tar.xz /evolution-3.21.91.tar.xz /evolution-3.21.92.tar.xz +/evolution-3.22.0.tar.xz diff --git a/evolution.spec b/evolution.spec index 1fcd27d..92cd149 100644 --- a/evolution.spec +++ b/evolution.spec @@ -2,6 +2,7 @@ %define glib2_version 2.46.0 %define gtk3_version 3.10.0 +%define gnome_autoar_version 0.1.1 %define gnome_desktop_version 2.91.3 %define gnome_doc_utils_version 0.8.0 %define intltool_version 0.35.5 @@ -28,14 +29,14 @@ ### Abstract ### Name: evolution -Version: 3.21.92 +Version: 3.22.0 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.21/%{name}-%{version}.tar.xz +Source: http://download.gnome.org/sources/%{name}/3.22/%{name}-%{version}.tar.xz Obsoletes: anjal <= %{last_anjal_version} Obsoletes: libgal2 <= %{last_libgal2_version} @@ -77,6 +78,8 @@ BuildRequires: pkgconfig(gcr-3) BuildRequires: pkgconfig(gdk-pixbuf-2.0) BuildRequires: pkgconfig(gio-2.0) >= %{glib2_version} BuildRequires: pkgconfig(gmodule-2.0) >= %{glib2_version} +BuildRequires: pkgconfig(gnome-autoar-0) >= %{gnome_autoar_version} +BuildRequires: pkgconfig(gnome-autoar-gtk-0) >= %{gnome_autoar_version} BuildRequires: pkgconfig(gnome-desktop-3.0) >= %{gnome_desktop_version} BuildRequires: pkgconfig(gsettings-desktop-schemas) BuildRequires: pkgconfig(gtk+-3.0) >= %{gtk3_version} @@ -239,7 +242,6 @@ autoconf %configure \ --disable-maintainer-mode \ - --disable-autoar \ --with-sub-version=" (%{version}-%{release})" \ %ldap_flags %ssl_flags %gtkdoc_flags \ --enable-plugins=all \ @@ -525,6 +527,10 @@ rm -rf $RPM_BUILD_ROOT %{_datadir}/installed-tests %changelog +* Mon Sep 19 2016 Milan Crha - 3.22.0-1 +- Update to 3.22.0 +- Add gnome-autoar dependency + * Mon Sep 12 2016 Milan Crha - 3.21.92-1 - Update to 3.21.92 - Remove patch for "Adapt to WebKit Unstable DOM API changes: (fixed upstream) diff --git a/sources b/sources index 9e15bad..f8ec951 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -0f301ca945f9be3d2827f76c02c5dcb6 evolution-3.21.92.tar.xz +16e508bb90ab7ca9861e26195a866b73 evolution-3.22.0.tar.xz