Compare commits
8 commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
139fad958b | ||
|
|
29e4229564 | ||
|
|
86088b47dd | ||
|
|
0d2dae7ed8 | ||
|
|
274ba12164 | ||
|
|
90eab740e8 | ||
|
|
ed1fa95fda | ||
|
|
b512f4819a |
3 changed files with 25 additions and 20 deletions
|
|
@ -1,12 +0,0 @@
|
|||
diff --git a/cmake/modules/GtkDoc.cmake b/cmake/modules/GtkDoc.cmake
|
||||
index 0ba1a7a78..2dfc4d691 100644
|
||||
--- a/cmake/modules/GtkDoc.cmake
|
||||
+++ b/cmake/modules/GtkDoc.cmake
|
||||
@@ -98,6 +98,7 @@ macro(add_gtkdoc _module _namespace _deprecated_guards _srcdirsvar _depsvar _ign
|
||||
|
||||
# Add it as the last, thus in-tree headers have precedence
|
||||
list(APPEND _scangobj_cflags_list -I${INCLUDE_INSTALL_DIR})
|
||||
+ list(APPEND _scangobj_cflags_list ${CMAKE_C_FLAGS})
|
||||
|
||||
if(_scangobj_deps)
|
||||
list(REMOVE_DUPLICATES _scangobj_deps)
|
||||
|
|
@ -35,17 +35,15 @@
|
|||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.33.90
|
||||
Version: 3.34.4
|
||||
Release: 1%{?dist}
|
||||
Summary: Mail and calendar client for GNOME
|
||||
License: GPLv2+ and GFDL
|
||||
URL: https://wiki.gnome.org/Apps/Evolution
|
||||
Source: http://download.gnome.org/sources/%{name}/3.33/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.34/%{name}-%{version}.tar.xz
|
||||
Source1: flatpak-evolution-fix-service-names.sh
|
||||
Source2: flatpak-evolution-wrapper.sh.in
|
||||
|
||||
Patch01: evolution-3.33.90-cflags-to-gtkdoc-scangobj.patch
|
||||
|
||||
Obsoletes: anjal <= %{last_anjal_version}
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
Obsoletes: evolution-NetworkManager < %{last_evo_nm_version}
|
||||
|
|
@ -82,6 +80,7 @@ BuildRequires: gtk-doc
|
|||
BuildRequires: highlight
|
||||
BuildRequires: intltool >= %{intltool_version}
|
||||
BuildRequires: itstool
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig
|
||||
BuildRequires: yelp-tools
|
||||
|
||||
|
|
@ -228,8 +227,6 @@ the functionality of the installed %{name} package.
|
|||
%prep
|
||||
%setup -q -n %{name}-%{version}
|
||||
|
||||
%patch01 -p1 -b .cflags-to-gtkdoc-scangobj
|
||||
|
||||
# Remove the welcome email from Novell
|
||||
for inbox in src/mail/default/*/Inbox; do
|
||||
echo -n "" > $inbox
|
||||
|
|
@ -445,7 +442,6 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
|
|||
|
||||
# WebKit2 Extensions
|
||||
%{_libdir}/evolution/web-extensions/libewebextension.so
|
||||
%{_libdir}/evolution/web-extensions/module-itip-formatter-webextension.so
|
||||
%{_libdir}/evolution/web-extensions/webkit-editor/module-webkit-editor-webextension.so
|
||||
|
||||
# Various libexec programs:
|
||||
|
|
@ -547,6 +543,27 @@ grep -v "%{_datadir}/locale" evolution.lang > help.lang
|
|||
%endif
|
||||
|
||||
%changelog
|
||||
* Fri Feb 14 2020 Milan Crha <mcrha@redhat.com> - 3.34.4-1
|
||||
- Update to 3.34.4
|
||||
|
||||
* Fri Jan 03 2020 Milan Crha <mcrha@redhat.com> - 3.34.3-1
|
||||
- Update to 3.34.3
|
||||
|
||||
* Fri Nov 22 2019 Milan Crha <mcrha@redhat.com> - 3.34.2-1
|
||||
- Update to 3.34.2
|
||||
|
||||
* Mon Oct 07 2019 Milan Crha <mcrha@redhat.com> - 3.34.1-1
|
||||
- Update to 3.34.1
|
||||
|
||||
* Mon Sep 09 2019 Milan Crha <mcrha@redhat.com> - 3.34.0-1
|
||||
- Update to 3.34.0
|
||||
|
||||
* Mon Sep 02 2019 Milan Crha <mcrha@redhat.com> - 3.33.92-1
|
||||
- Update to 3.33.92
|
||||
|
||||
* Mon Aug 19 2019 Milan Crha <mcrha@redhat.com> - 3.33.91-1
|
||||
- Update to 3.33.91
|
||||
|
||||
* Mon Aug 05 2019 Milan Crha <mcrha@redhat.com> - 3.33.90-1
|
||||
- Update to 3.33.90
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (evolution-3.33.90.tar.xz) = 666e84b49f7766f2d47bf2e13e0c06c0103c7547af72c677b14b66c3154e5ce23dbc90d52c356b523ca7c3b4193047bea45ad1fe7cdcb44635627e18d5b2b04e
|
||||
SHA512 (evolution-3.34.4.tar.xz) = 54ff4b191237b291e3e008ca8691624ac0af35bae096c20615ac5a51be033c97ea28be6629362a3676bee9285afab666c4624cfcca536bf5255ecd38dcf3ac58
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue