Hello community, here is the log from the commit of package poedit for openSUSE:Factory checked in at 2015-05-30 12:34:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/poedit (Old) and /work/SRC/openSUSE:Factory/.poedit.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Package is "poedit" Changes: -------- --- /work/SRC/openSUSE:Factory/poedit/poedit.changes 2015-05-20 23:56:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes 2015-05-30 12:34:01.000000000 +0200 @@ -1,0 +2,9 @@ +Thu May 28 00:16:24 UTC 2015 - astieger@suse.com + +- poedit 1.8.1: + + fix TM-related crash under heavy concurrency +- enabled features: + + integration with the Crowdin localization management platform + + support for non-English source languages (auto-detected) + +------------------------------------------------------------------- Old: ---- poedit-1.8.tar.gz New: ---- poedit-1.8.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ poedit.spec ++++++ --- /var/tmp/diff_new_pack.eL9H7v/_old 2015-05-30 12:34:02.000000000 +0200 +++ /var/tmp/diff_new_pack.eL9H7v/_new 2015-05-30 12:34:02.000000000 +0200 @@ -17,8 +17,10 @@ %bcond_without legacy_tm_migration +%bcond_without language_detection +%bcond_without crowdin_integration Name: poedit -Version: 1.8 +Version: 1.8.1 Release: 0 Summary: Cross-platform Gettext Catalogs Editing Tool License: MIT @@ -41,6 +43,13 @@ BuildRequires: db-devel >= 4.7 BuildRequires: pkgconfig(expat) %endif +%if 0%{with language_detection} +BuildRequires: cld2-devel +%endif +%if 0%{with crowdin_integration} +BuildRequires: cpprest-devel >= 2.5.0 +BuildRequires: pkgconfig(libsecret-1) +%endif %description poEdit is cross-platform gettext catalogs (.po files) editor. @@ -60,8 +69,12 @@ %if !%{with legacy_tm_migration} --disable_legacy_tm \ %endif +%if !%{with language_detection} + --without-cld2 \ +%endif +%if !0%{with crowdin_integration} --without-cpprest \ - --without-cld2 +%endif make %{?_smp_mflags} ++++++ poedit-1.8.tar.gz -> poedit-1.8.1.tar.gz ++++++ ++++ 37454 lines of diff (skipped)
participants (1)
-
root@hilbert.suse.de