Hello community,

here is the log from the commit of package tilix for openSUSE:Factory checked 
in at 2018-09-28 08:53:37
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilix (Old)
 and      /work/SRC/openSUSE:Factory/.tilix.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilix"

Fri Sep 28 08:53:37 2018 rev:11 rq:638584 version:1.8.5

Changes:
--------
--- /work/SRC/openSUSE:Factory/tilix/tilix.changes      2018-08-29 
12:27:05.375644831 +0200
+++ /work/SRC/openSUSE:Factory/.tilix.new/tilix.changes 2018-09-28 
08:53:49.309692627 +0200
@@ -1,0 +2,5 @@
+Wed Sep 26 19:49:16 UTC 2018 - Matthias Eliasson <[email protected]>
+
+- Revert to use dmd d-compiler for Tumbleweed to make it build again. 
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tilix.spec ++++++
--- /var/tmp/diff_new_pack.of5vH1/_old  2018-09-28 08:53:49.801691919 +0200
+++ /var/tmp/diff_new_pack.of5vH1/_new  2018-09-28 08:53:49.801691919 +0200
@@ -12,7 +12,7 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
@@ -29,7 +29,10 @@
 Source1:        
https://github.com/gtkd-developers/GtkD/archive/v%{gtkd_version}.tar.gz#/GtkD-%{gtkd_version}.tar.gz
 Patch0:         gnome-ssh-agent.patch
 Patch1:         dynamic-link.patch
+BuildRequires:  dmd
+BuildRequires:  dub
 BuildRequires:  hicolor-icon-theme
+BuildRequires:  phobos-devel
 BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
 BuildRequires:  xdg-utils
@@ -41,20 +44,6 @@
 Requires:       vte
 Conflicts:      nautilus-extension-terminix
 Conflicts:      terminix
-%if 0%{?suse_version} > 1500
-BuildRequires:  autoconf
-BuildRequires:  automake
-BuildRequires:  fdupes
-BuildRequires:  gettext
-BuildRequires:  gtkd-devel >= %{gtkd_version}
-BuildRequires:  ldc
-BuildRequires:  ldc-phobos-devel
-BuildRequires:  po4a
-%else
-BuildRequires:  dmd
-BuildRequires:  dub
-BuildRequires:  phobos-devel
-%endif
 
 %description
 A tiling terminal emulator for Linux using GTK+ 3
@@ -77,11 +66,6 @@
 %patch1 -p 1
 
 %build
-%if 0%{?suse_version} > 1500
-./autogen.sh
-%configure
-%make_build
-%else
 # Register local GtkD repository in dub
 dub add-local GtkD-%{gtkd_version} %{gtkd_version}
 
@@ -90,7 +74,6 @@
 
 # De-register local GtkD repository in dub
 dub remove-local GtkD-%{gtkd_version}
-%endif
 
 # Rename license files so that we can include them in %%license
 # Both x11 and icons use LGPL-3.0-only.
@@ -98,13 +81,8 @@
 cp -a source/x11/LICENSE LICENSE-source-x11
 
 %install
-%if 0%{?suse_version} > 1500
-%make_install
-%fdupes %{buildroot}
-%else
 ./install.sh %{buildroot}%{_prefix}
 rm %{buildroot}%{_datadir}/glib-2.0/schemas/gschemas.compiled
-%endif
 
 %find_lang %{name} %{?no_lang_C}
 
@@ -139,12 +117,5 @@
 %{_datadir}/nautilus-python/extensions/open-tilix.py
 
 %files lang -f %{name}.lang
-%if 0%{?suse_version} > 1500
-%dir %{_mandir}/nb_NO
-%dir %{_mandir}/sr
-%dir %{_mandir}/uk
-%dir %{_mandir}/*/man1
-%{_mandir}/*/man1/tilix.1%{?ext_man}
-%endif
 
 %changelog


Reply via email to