diff --git a/gettext.spec b/gettext.spec index 4d553f5..137ae98 100644 --- a/gettext.spec +++ b/gettext.spec @@ -6,7 +6,7 @@ Summary: GNU libraries and utilities for producing multi-lingual messages Name: gettext Version: 0.19.5.1 -Release: 1%{?dist} +Release: 2%{?dist} License: GPLv3+ and LGPLv2+ Group: Development/Tools URL: http://www.gnu.org/software/gettext/ @@ -154,6 +154,10 @@ export JAR=fastjar %endif %{nil} +# work around version conflict between gettextize and autopoint +# https://lists.gnu.org/archive/html/bug-gettext/2015-07/msg00024.html +sed -i 's!^version=0\.19\.5\.1$!version=0.19.5!' gettext-tools/misc/gettextize + make %{?_smp_mflags} %{?with_java:GCJFLAGS="-findirect-dispatch"} @@ -327,6 +331,9 @@ fi %{_emacs_sitestartdir}/*.el %changelog +* Wed Jul 22 2015 Daiki Ueno - 0.19.5.1-2 +- work around version conflict between gettextize and autopoint + * Thu Jul 16 2015 Daiki Ueno - 0.19.5.1-1 - update to 0.19.5.1 release