Hello community,

here is the log from the commit of package poedit for openSUSE:Factory checked 
in at 2015-06-02 10:07:59
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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-30 
12:34:01.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.poedit.new/poedit.changes       2015-06-02 
10:08:00.000000000 +0200
@@ -1,0 +2,5 @@
+Sun May 31 21:46:18 UTC 2015 - astie...@suse.com
+
+- fix some conditionals and options for non-default builds
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ poedit.spec ++++++
--- /var/tmp/diff_new_pack.Yp1k9m/_old  2015-06-02 10:08:00.000000000 +0200
+++ /var/tmp/diff_new_pack.Yp1k9m/_new  2015-06-02 10:08:00.000000000 +0200
@@ -39,14 +39,14 @@
 Requires:       gettext-tools
 Recommends:     %{name}-lang
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-%if 0%{with legacy_tm_migration}
+%if %{with legacy_tm_migration}
 BuildRequires:  db-devel >= 4.7
 BuildRequires:  pkgconfig(expat)
 %endif
-%if 0%{with language_detection}
+%if %{with language_detection}
 BuildRequires:  cld2-devel
 %endif
-%if 0%{with crowdin_integration}
+%if %{with crowdin_integration}
 BuildRequires:  cpprest-devel >= 2.5.0
 BuildRequires:  pkgconfig(libsecret-1)
 %endif
@@ -67,7 +67,7 @@
 export CXXFLAGS="%{optflags} -fno-strict-aliasing"
 %configure \
 %if !%{with legacy_tm_migration}
-       --disable_legacy_tm \
+       --disable-legacytm \
 %endif
 %if !%{with language_detection}
        --without-cld2 \
@@ -103,7 +103,9 @@
 %{_datadir}/icons/hicolor/*/*/*
 %{_datadir}/pixmaps/%{name}.png
 %{_mandir}/man?/*
+%if %{with legacy_tm_migration}
 %{_libexecdir}/%{name}-dump-legacy-tm
+%endif
 
 %files lang -f %{name}.lang
 %defattr(-,root,root,755)


Reply via email to