Update to 2.31.92
This commit is contained in:
parent
ea52f9ee7d
commit
2003ff12b1
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
evolution-2.31.5.tar.bz2
|
evolution-2.31.5.tar.bz2
|
||||||
/evolution-2.31.91.tar.bz2
|
/evolution-2.31.91.tar.bz2
|
||||||
|
/evolution-2.31.92.tar.bz2
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
%define gnome_doc_utils_version 0.8.0
|
%define gnome_doc_utils_version 0.8.0
|
||||||
%define gnome_icon_theme_version 2.19.91
|
%define gnome_icon_theme_version 2.19.91
|
||||||
%define gtk2_version 2.20.0
|
%define gtk2_version 2.20.0
|
||||||
%define gtkhtml_version 3.31.2
|
%define gtkhtml_version 3.31.92
|
||||||
%define intltool_version 0.35.5
|
%define intltool_version 0.35.5
|
||||||
%define libgdata_version 0.6.3
|
%define libgdata_version 0.6.3
|
||||||
%define libgweather_version 2.25.4
|
%define libgweather_version 2.25.4
|
||||||
@ -32,7 +32,7 @@
|
|||||||
### Abstract ###
|
### Abstract ###
|
||||||
|
|
||||||
Name: evolution
|
Name: evolution
|
||||||
Version: 2.31.91
|
Version: 2.31.92
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Applications/Productivity
|
Group: Applications/Productivity
|
||||||
Summary: Mail and calendar client for GNOME
|
Summary: Mail and calendar client for GNOME
|
||||||
@ -252,15 +252,16 @@ make %{?_smp_mflags} LIBTOOL=/usr/bin/libtool CFLAGS="$CFLAGS -fno-strict-aliasi
|
|||||||
|
|
||||||
# Strip unneeded translations from .mo files.
|
# Strip unneeded translations from .mo files.
|
||||||
# This reduces the RPM size by several megabytes.
|
# This reduces the RPM size by several megabytes.
|
||||||
cd po
|
#disabled since 2.31.91 because of a msgmerge floating point exception (see RH bug 628073)
|
||||||
grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
|
#cd po
|
||||||
mv POTFILES.keep POTFILES.in
|
#grep -v ".*[.]desktop[.]in[.]in$" POTFILES.in > POTFILES.keep
|
||||||
intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
|
#mv POTFILES.keep POTFILES.in
|
||||||
for p in *.po; do
|
#intltool-update --gettext-package=%{name}-%{evo_base_version} --pot
|
||||||
msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
|
#for p in *.po; do
|
||||||
msgfmt -o `basename $p .po`.gmo $p.out
|
# msgmerge $p %{name}-%{evo_base_version}.pot > $p.out
|
||||||
done
|
# msgfmt -o `basename $p .po`.gmo $p.out
|
||||||
cd -
|
#done
|
||||||
|
#cd -
|
||||||
|
|
||||||
# Replace identical images in the help by links.
|
# Replace identical images in the help by links.
|
||||||
# This reduces the RPM size by several megabytes.
|
# This reduces the RPM size by several megabytes.
|
||||||
@ -614,9 +615,21 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc15
|
* Mon Sep 13 2010 Milan Crha <mcrha@redhat.com> - 2.31.92.fc15
|
||||||
|
- Update to 2.31.92
|
||||||
|
|
||||||
|
* Mon Aug 30 2010 Milan Crha <mcrha@redhat.com> - 2.31.91-1.fc14
|
||||||
- Update to 2.31.91
|
- Update to 2.31.91
|
||||||
|
- Remove msgmerge calls due to a floating point exception there
|
||||||
|
|
||||||
|
* Mon Aug 16 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.90-1.fc14
|
||||||
|
- Update to 2.31.90
|
||||||
|
|
||||||
|
* Fri Aug 06 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-2.fc14
|
||||||
- Fix handling of migrated signature files.
|
- Fix handling of migrated signature files.
|
||||||
|
|
||||||
|
* Tue Aug 03 2010 Matthew Barnes <mbarnes@redhat.com> - 2.31.6-1.fc14
|
||||||
|
- Update to 2.31.6
|
||||||
- Drop dbus-glib requirement.
|
- Drop dbus-glib requirement.
|
||||||
- Bump glib2 requirement to 2.25.12.
|
- Bump glib2 requirement to 2.25.12.
|
||||||
- Roll back evo_base_version to 2.32.
|
- Roll back evo_base_version to 2.32.
|
||||||
|
Loading…
Reference in New Issue
Block a user