Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2018-07-31 16:03:47
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/poedit (Old)
 and      /work/SRC/openSUSE:Factory/.poedit.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "poedit"

Tue Jul 31 16:03:47 2018 rev:46 rq:626543 version:2.1.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/poedit/poedit.changes    2018-07-13 
10:21:24.950460081 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes       2018-07-31 
16:04:16.012043105 +0200
@@ -1,0 +2,26 @@
+Fri Jul 27 09:32:39 UTC 2018 - [email protected]
+
+- PoEdit 2.1.1:
+  * Updated translations.
+
+-------------------------------------------------------------------
+Tue Jul 24 09:29:41 UTC 2018 - [email protected]
+
+- PoEdit 2.1:
+  * Added import and export of translation memory as TMX files.
+  * Added ability to delete bad translations from the TM.
+  * TM now has limited support for plural forms (only nplurals<=2).
+  * Improved handling plural form rules. CLDR is now used as the
+    data source and expressions are checked for equivalence before
+    warning about unusual forms.
+- Prefer system libraries over bundled ones.
+- Fix cpprest detection: Add openssl as build requirement.
+- Minor spec cleanups:
+  * Don't recommend lang package as lang package has already a
+    'Supplements:' with the same effect.
+  * Remove call to suse_update_desktop_file (redundant with brp
+    script).
+  * Remove compatibility with Leap <= 42.3 (dependencies are
+    unresolvable since PoEdit 1.8.12 anyway).
+
+-------------------------------------------------------------------

Old:
----
  poedit-2.0.9.tar.gz

New:
----
  poedit-2.1.1.tar.gz

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

Other differences:
------------------
++++++ poedit.spec ++++++
--- /var/tmp/diff_new_pack.jdnSU2/_old  2018-07-31 16:04:16.484043910 +0200
+++ /var/tmp/diff_new_pack.jdnSU2/_new  2018-07-31 16:04:16.488043917 +0200
@@ -18,8 +18,9 @@
 
 %bcond_without language_detection
 %bcond_without crowdin_integration
+%bcond_with bundled_deps
 Name:           poedit
-Version:        2.0.9
+Version:        2.1.1
 Release:        0
 Summary:        Gettext Catalog Editing Tool
 License:        MIT
@@ -28,8 +29,11 @@
 Source:         
https://github.com/vslavik/poedit/releases/download/v%{version}-oss/%{name}-%{version}.tar.gz
 BuildRequires:  fdupes
 BuildRequires:  gcc-c++
+BuildRequires:  libboost_iostreams-devel >= 1.60
+BuildRequires:  libboost_regex-devel >= 1.60
+BuildRequires:  libboost_system-devel >= 1.60
+BuildRequires:  libboost_thread-devel >= 1.60
 BuildRequires:  pkgconfig
-BuildRequires:  update-desktop-files
 BuildRequires:  wxWidgets-3_0-devel
 BuildRequires:  wxWidgets-devel >= 3.0.3
 BuildRequires:  pkgconfig(gtkspell-2.0)
@@ -37,21 +41,17 @@
 BuildRequires:  pkgconfig(icu-uc)
 BuildRequires:  pkgconfig(liblucene++) >= 3.0.5
 Requires:       gettext-tools
-Recommends:     %{name}-lang
-%if 0%{?suse_version} > 1325
-BuildRequires:  libboost_iostreams-devel >= 1.60
-BuildRequires:  libboost_regex-devel >= 1.60
-BuildRequires:  libboost_system-devel >= 1.60
-BuildRequires:  libboost_thread-devel >= 1.60
-%else
-BuildRequires:  boost-devel >= 1.60
-%endif
 %if %{with language_detection}
 BuildRequires:  cld2-devel
 %endif
 %if %{with crowdin_integration}
 BuildRequires:  cpprest-devel >= 2.5.0
 BuildRequires:  pkgconfig(libsecret-1)
+BuildRequires:  pkgconfig(openssl)
+%endif
+%if !%{with bundled_deps}
+BuildRequires:  nlohmann_json-devel
+BuildRequires:  pkgconfig(pugixml)
 %endif
 
 %description
@@ -63,8 +63,18 @@
 
 %prep
 %setup -q
+%if !%{with bundled_deps}
+# Remove bundled dependencies, use the ones provided by the distribution
+rm -r deps
+%endif
 
 %build
+%if !%{with bundled_deps}
+# Tweak search path for json header
+export CFLAGS="%{optflags} -I%{_includedir}/nlohmann"
+export CXXFLAGS="%{optflags} -I%{_includedir}/nlohmann"
+%endif
+
 %configure \
 %if !%{with language_detection}
        --without-cld2 \
@@ -77,19 +87,9 @@
 
 %install
 %make_install
-
-%suse_update_desktop_file %{name}
 %fdupes -s %{buildroot}%{_datadir}
 %find_lang %{name}
 
-%post
-%desktop_database_post
-%icon_theme_cache_post
-
-%postun
-%desktop_database_postun
-%icon_theme_cache_postun
-
 %files
 %defattr(-,root,root,755)
 %license COPYING

++++++ poedit-2.0.9.tar.gz -> poedit-2.1.1.tar.gz ++++++
++++ 33107 lines of diff (skipped)


Reply via email to