Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-05-20 23:56:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-18 
22:36:28.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes       2015-05-20 
23:56:51.000000000 +0200
@@ -1,0 +2,14 @@
+Tue May 19 20:14:32 UTC 2015 - astie...@suse.com
+
+- poedit 1.8:
+  + search & replace
+  + support for directly handling POT files
+  + improved interface for configuring source code paths
+  + Poedit now automatically fixes certain broken files produced
+    by certain broken tools (e.g. WPML)
+  + modernized HTML export
+- disabled features:
+  + integration with the Crowdin localization management platform
+  + support for non-English source languages (auto-detected)
+
+-------------------------------------------------------------------

Old:
----
  poedit-1.7.7.tar.gz

New:
----
  poedit-1.8.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ poedit.spec ++++++
--- /var/tmp/diff_new_pack.XN12dU/_old  2015-05-20 23:56:52.000000000 +0200
+++ /var/tmp/diff_new_pack.XN12dU/_new  2015-05-20 23:56:52.000000000 +0200
@@ -16,8 +16,9 @@
 #
 
 
+%bcond_without legacy_tm_migration
 Name:           poedit
-Version:        1.7.7
+Version:        1.8
 Release:        0
 Summary:        Cross-platform Gettext Catalogs Editing Tool
 License:        MIT
@@ -25,12 +26,10 @@
 Url:            http://www.poedit.net/
 Source:         
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  boost-devel
-BuildRequires:  db-devel >= 4.7
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
 BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-devel >= 3.0.0
-BuildRequires:  pkgconfig(expat)
 BuildRequires:  pkgconfig(gtkspell-2.0)
 BuildRequires:  pkgconfig(icu-i18n)
 BuildRequires:  pkgconfig(icu-uc)
@@ -38,6 +37,10 @@
 Requires:       gettext-tools
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
+%if 0%{with legacy_tm_migration}
+BuildRequires:  db-devel >= 4.7
+BuildRequires:  pkgconfig(expat)
+%endif
 
 %description
 poEdit is cross-platform gettext catalogs (.po files) editor.
@@ -53,7 +56,13 @@
 %build
 export CFLAGS="%{optflags} -fno-strict-aliasing"
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
-%configure
+%configure \
+%if !%{with legacy_tm_migration}
+       --disable_legacy_tm \
+%endif
+       --without-cpprest \
+       --without-cld2
+
 make %{?_smp_mflags}
 
 %install

++++++ poedit-1.7.7.tar.gz -> poedit-1.8.tar.gz ++++++
++++ 104655 lines of diff (skipped)


Reply via email to