Hello community,

here is the log from the commit of package julia for openSUSE:Factory checked 
in at 2016-02-01 19:56:40
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/julia (Old)
 and      /work/SRC/openSUSE:Factory/.julia.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "julia"

Changes:
--------
--- /work/SRC/openSUSE:Factory/julia/julia-compat.changes       2016-01-23 
01:16:53.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.julia.new/julia-compat.changes  2016-02-01 
19:57:11.000000000 +0100
@@ -1,0 +2,6 @@
+Fri Jan 29 14:52:45 UTC 2016 - dims...@opensuse.org
+
+- Do not install julia.appdata.xml when building julia-compat:
+  The application 'julia' must exist only once in the repository.
+
+-------------------------------------------------------------------
julia.changes: same change

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

Other differences:
------------------
++++++ julia-compat.spec ++++++
--- /var/tmp/diff_new_pack.dGvCg8/_old  2016-02-01 19:57:12.000000000 +0100
+++ /var/tmp/diff_new_pack.dGvCg8/_new  2016-02-01 19:57:12.000000000 +0100
@@ -243,6 +243,12 @@
 
 %if 0%{?compat_mode}
 rm -rf %{buildroot}%{_docdir}/julia/
+
+# The 'application' object must be only provided by one package
+# Alternatively, we could rename the .appdata and .desktop file to have
+# both applications show up in a valid way, but that would require the
+# -compat appdata to be modified to make the difference clear
+rm %{buildroot}%{_datadir}/appdata/julia.appdata.xml
 %endif
 
 %suse_update_desktop_file -r julia Science Math
@@ -258,8 +264,10 @@
 %dir %{_datadir}/julia
 %{_datadir}/julia/base
 %{_datadir}/julia/site
+%if !%{?compat_mode}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/julia.appdata.xml
+%endif
 %{_datadir}/applications/julia.desktop
 %{_datadir}/icons/hicolor/scalable/apps/julia.svg
 %{_libdir}/julia/

++++++ julia.spec ++++++
--- /var/tmp/diff_new_pack.dGvCg8/_old  2016-02-01 19:57:12.000000000 +0100
+++ /var/tmp/diff_new_pack.dGvCg8/_new  2016-02-01 19:57:12.000000000 +0100
@@ -243,6 +243,12 @@
 
 %if 0%{?compat_mode}
 rm -rf %{buildroot}%{_docdir}/julia/
+
+# The 'application' object must be only provided by one package
+# Alternatively, we could rename the .appdata and .desktop file to have
+# both applications show up in a valid way, but that would require the
+# -compat appdata to be modified to make the difference clear
+rm %{buildroot}%{_datadir}/appdata/julia.appdata.xml
 %endif
 
 %suse_update_desktop_file -r julia Science Math
@@ -258,8 +264,10 @@
 %dir %{_datadir}/julia
 %{_datadir}/julia/base
 %{_datadir}/julia/site
+%if !%{?compat_mode}
 %dir %{_datadir}/appdata/
 %{_datadir}/appdata/julia.appdata.xml
+%endif
 %{_datadir}/applications/julia.desktop
 %{_datadir}/icons/hicolor/scalable/apps/julia.svg
 %{_libdir}/julia/



Reply via email to