Hello community,

here is the log from the commit of package kde-l10n for openSUSE:Factory 
checked in at 2017-12-19 10:59:06
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/kde-l10n (Old)
 and      /work/SRC/openSUSE:Factory/.kde-l10n.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "kde-l10n"

Tue Dec 19 10:59:06 2017 rev:33 rq:558117 version:17.08.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/kde-l10n/kde-l10n.changes        2017-12-18 
08:56:39.987029114 +0100
+++ /work/SRC/openSUSE:Factory/.kde-l10n.new/kde-l10n.changes   2017-12-19 
10:59:08.995431633 +0100
@@ -1,0 +2,6 @@
+Mon Dec 18 12:13:07 UTC 2017 - [email protected]
+
+- Remove even more conflicting files
+- Use find -o instead of multiple find calls
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ kde-l10n.spec ++++++
--- /var/tmp/diff_new_pack.CbtDAw/_old  2017-12-19 10:59:12.711252254 +0100
+++ /var/tmp/diff_new_pack.CbtDAw/_new  2017-12-19 10:59:12.711252254 +0100
@@ -1111,14 +1111,24 @@
 find %{buildroot}%{_kde4_htmldir}/ -type l -name common -print0 | xargs -0 rm
 
 # Duplicated mo files between tarballs and applications
-find %{buildroot}%{_datadir}/locale/ -type f -name akonadi_baloo_indexer.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name baloowidgets.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name kget.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name kgetplugin.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name plasma_runner_kget.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name plasma_applet_kget.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name sweeper.mo -delete
-find %{buildroot}%{_mandir}/ -type f -name kdesu.1 -delete
+find %{buildroot}%{_datadir}/locale/ -type f \( -name akonadi_baloo_indexer.mo 
-o \
+ -name baloowidgets.mo -o -name kget.mo -o -name kgetplugin.mo -o \
+ -name plasma_runner_kget.mo -o -name plasma_applet_kget.mo -o \
+ -name sweeper.mo -o -name juk.mo -o -name kimagemapeditor.mo -o \
+ -name kmix.mo -o -name kmouth.mo -o -name kolf.mo -o -name ksirk.mo -o \
+ -name palapeli.mo -o -name ksirkskineditor.mo \
+ \) -delete
+
+# Duplicated manpages between tarballs and applications
+find %{buildroot}%{_mandir}/ -type f \( -name kdesu.1 \
+ -o -name adddebug.1 -o -name cheatmake.1 -o -name create_cvsignore.1 \
+ -o -name create_makefile.1 -o -name create_makefiles.1 -o -name cvscheck.1 \
+ -o -name cvslastchange.1 -o -name cvslastlog.1 -o -name cvsrevertlast.1 \
+ -o -name cxxmetric.1 -o -name extend_dmalloc.1 -o -name extractrc.1 \
+ -o -name fixincludes.1 -o -name pruneemptydirs.1 -o -name qtdoc.1 \
+ -o -name reportview.1 -o -name transxx.1 -o -name zonetab2pot.py.1 \
+ -o -name kmouth.1 \
+ \) -delete
 
 #
 rm -f files.* files.data.* files.doc.*

++++++ kde-l10n.spec.in ++++++
--- /var/tmp/diff_new_pack.CbtDAw/_old  2017-12-19 10:59:12.951240669 +0100
+++ /var/tmp/diff_new_pack.CbtDAw/_new  2017-12-19 10:59:12.955240476 +0100
@@ -113,15 +113,24 @@
 find %{buildroot}%{_kde4_htmldir}/ -type l -name common -print0 | xargs -0 rm
 
 # Duplicated mo files between tarballs and applications
-find %{buildroot}%{_datadir}/locale/ -type f -name akonadi_baloo_indexer.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name baloowidgets.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name kget.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name kgetplugin.mo -delete
-find %{buildroot}%{_datadir}/locale/ -type f -name plasma_runner_kget.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name plasma_applet_kget.mo 
-delete
-find %{buildroot}%{_datadir}/locale/ -type f -name sweeper.mo -delete
-find %{buildroot}%{_mandir}/ -type f -name kdesu.1 -delete
+find %{buildroot}%{_datadir}/locale/ -type f \( -name akonadi_baloo_indexer.mo 
-o \
+ -name baloowidgets.mo -o -name kget.mo -o -name kgetplugin.mo -o \
+ -name plasma_runner_kget.mo -o -name plasma_applet_kget.mo -o \
+ -name sweeper.mo -o -name juk.mo -o -name kimagemapeditor.mo -o \
+ -name kmix.mo -o -name kmouth.mo -o -name kolf.mo -o -name ksirk.mo -o \
+ -name palapeli.mo -o -name ksirkskineditor.mo \
+ \) -delete
 
+# Duplicated manpages between tarballs and applications
+find %{buildroot}%{_mandir}/ -type f \( -name kdesu.1 \
+ -o -name adddebug.1 -o -name cheatmake.1 -o -name create_cvsignore.1 \
+ -o -name create_makefile.1 -o -name create_makefiles.1 -o -name cvscheck.1 \
+ -o -name cvslastchange.1 -o -name cvslastlog.1 -o -name cvsrevertlast.1 \
+ -o -name cxxmetric.1 -o -name extend_dmalloc.1 -o -name extractrc.1 \
+ -o -name fixincludes.1 -o -name pruneemptydirs.1 -o -name qtdoc.1 \
+ -o -name reportview.1 -o -name transxx.1 -o -name zonetab2pot.py.1 \
+ -o -name kmouth.1 \
+ \) -delete
 
 #
 rm -f files.* files.data.* files.doc.*


Reply via email to