Update to 3.25.4
This commit is contained in:
parent
41ddb7cac4
commit
4cdd70a7a8
1
.gitignore
vendored
1
.gitignore
vendored
@ -122,3 +122,4 @@ evolution-data-server-2.31.5.tar.bz2
|
||||
/evolution-data-server-3.25.1.tar.xz
|
||||
/evolution-data-server-3.25.2.tar.xz
|
||||
/evolution-data-server-3.25.3.tar.xz
|
||||
/evolution-data-server-3.25.4.tar.xz
|
||||
|
@ -22,8 +22,6 @@
|
||||
%define webkit2gtk_version 2.11.91
|
||||
%define json_glib_version 1.0.4
|
||||
|
||||
%define eds_base_version 3.26
|
||||
|
||||
%define credential_modules_dir %{_libdir}/evolution-data-server/credential-modules
|
||||
%define camel_provider_dir %{_libdir}/evolution-data-server/camel-providers
|
||||
%define ebook_backends_dir %{_libdir}/evolution-data-server/addressbook-backends
|
||||
@ -33,7 +31,7 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution-data-server
|
||||
Version: 3.25.3
|
||||
Version: 3.25.4
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
Summary: Backend data server for Evolution
|
||||
@ -77,6 +75,7 @@ BuildRequires: perl-generators
|
||||
BuildRequires: python3
|
||||
BuildRequires: vala
|
||||
BuildRequires: vala-tools
|
||||
BuildRequires: sendmail
|
||||
BuildRequires: systemd
|
||||
|
||||
BuildRequires: pkgconfig(gcr-3) >= %{gcr_version}
|
||||
@ -266,7 +265,7 @@ make DESTDIR=$RPM_BUILD_ROOT install
|
||||
# give the libraries some executable bits
|
||||
find $RPM_BUILD_ROOT -name '*.so.*' -exec chmod +x {} \;
|
||||
|
||||
%find_lang %{name}-%{eds_base_version}
|
||||
%find_lang %{name}
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
@ -312,6 +311,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_libexecdir}/evolution-user-prompter
|
||||
|
||||
%{_libexecdir}/evolution-data-server/addressbook-export
|
||||
%{_libexecdir}/evolution-data-server/list-sources
|
||||
|
||||
# GSettings schemas:
|
||||
%{_datadir}/GConf/gsettings/evolution-data-server.convert
|
||||
@ -420,7 +420,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/vala/vapi/libedataserverui-1.2.deps
|
||||
%{_datadir}/vala/vapi/libedataserverui-1.2.vapi
|
||||
|
||||
%files langpacks -f _build/%{name}-%{eds_base_version}.lang
|
||||
%files langpacks -f _build/%{name}.lang
|
||||
|
||||
%if %{with_docs}
|
||||
|
||||
@ -439,6 +439,9 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &>/dev/null || :
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Jul 17 2017 Milan Crha <mcrha@redhat.com> - 3.25.4-1
|
||||
- Update to 3.25.4
|
||||
|
||||
* Mon Jun 19 2017 Milan Crha <mcrha@redhat.com> - 3.25.3-1
|
||||
- Update to 3.25.3
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-data-server-3.25.3.tar.xz) = 468d10ff84e6e107e107a1b2305cf46737a0944c8399debab205adfc49bcc12cf9864683b31c62e3b060a3c6f9d1f666e5b9ebc15eb138a2e5641679ec599d59
|
||||
SHA512 (evolution-data-server-3.25.4.tar.xz) = c062ebfb124f0e2b875e113d758dcc7a91ffeb1bad9657756caae2dd56e2d4b2d69d2bad080bd8d446696ddf1ec4737dfa14294936cfb7c263ed770034e086cc
|
||||
|
Loading…
Reference in New Issue
Block a user