Update to 3.25.1
This commit is contained in:
parent
ab9be396d8
commit
6d266770f0
1
.gitignore
vendored
1
.gitignore
vendored
@ -124,3 +124,4 @@ evolution-2.31.5.tar.bz2
|
||||
/evolution-3.23.92.tar.xz
|
||||
/evolution-3.24.0.tar.xz
|
||||
/evolution-3.24.1.tar.xz
|
||||
/evolution-3.25.1.tar.xz
|
||||
|
@ -10,7 +10,7 @@
|
||||
%define libsoup_version 2.42
|
||||
%define webkit2gtk_version 2.13.90
|
||||
|
||||
%define evo_base_version 3.24
|
||||
%define evo_base_version 3.26
|
||||
|
||||
%define last_anjal_version 0.3.2-3
|
||||
%define last_libgal2_version 2:2.5.3-2
|
||||
@ -28,14 +28,14 @@
|
||||
### Abstract ###
|
||||
|
||||
Name: evolution
|
||||
Version: 3.24.1
|
||||
Version: 3.25.1
|
||||
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.24/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/%{name}/3.25/%{name}-%{version}.tar.xz
|
||||
|
||||
Obsoletes: anjal <= %{last_anjal_version}
|
||||
Obsoletes: libgal2 <= %{last_libgal2_version}
|
||||
@ -250,17 +250,19 @@ make %{?_smp_mflags}
|
||||
|
||||
cd ..
|
||||
|
||||
# Strip unneeded translations from .mo files.
|
||||
# This reduces the RPM size by several megabytes.
|
||||
cd po
|
||||
grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||
mv POTFILES.keep POTFILES.in
|
||||
intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
|
||||
for p in *.po; do
|
||||
msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
|
||||
msgfmt -o `basename $p .po`.gmo $p.out
|
||||
done
|
||||
cd -
|
||||
# Disable this part, because it breaks multilib
|
||||
#
|
||||
## Strip unneeded translations from .mo files.
|
||||
## This reduces the RPM size by several megabytes.
|
||||
#cd po
|
||||
#grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||
#mv POTFILES.keep POTFILES.in
|
||||
#intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
|
||||
#for p in *.po; do
|
||||
# msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
|
||||
# msgfmt -o `basename $p .po`.gmo $p.out
|
||||
#done
|
||||
#cd -
|
||||
|
||||
# Replace identical images in the help by links.
|
||||
# This reduces the RPM size by several megabytes.
|
||||
@ -517,6 +519,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%{_datadir}/installed-tests
|
||||
|
||||
%changelog
|
||||
* Mon Apr 24 2017 Milan Crha <mcrha@redhat.com> - 3.25.1-1
|
||||
- Update to 3.25.1
|
||||
|
||||
* Mon Apr 10 2017 Milan Crha <mcrha@redhat.com> - 3.24.1-1
|
||||
- Update to 3.24.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (evolution-3.24.1.tar.xz) = ad88f2dedf529eec38461887d27544968e22d0a56d3f7fe4b547b1436c462c2175a556c6664c287dd3765e9b9499427acd846bee242a8a85b3049a9ba3b90bba
|
||||
SHA512 (evolution-3.25.1.tar.xz) = 0f7a1956a2ade49870a097dca9acefd45dd9b11378883c8b0aedd49102828ddb1af5c299a36eaf971f1f11958325a5f8ea74881329cbdc734529233d4a4d94d2
|
||||
|
Loading…
Reference in New Issue
Block a user