Hello community,

here is the log from the commit of package tilda for openSUSE:Factory checked 
in at 2019-03-29 20:43:21
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/tilda (Old)
 and      /work/SRC/openSUSE:Factory/.tilda.new.25356 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "tilda"

Fri Mar 29 20:43:21 2019 rev:10 rq:689772 version:1.4.1

Changes:
--------
--- /work/SRC/openSUSE:Factory/tilda/tilda.changes      2018-02-26 
23:26:22.243704182 +0100
+++ /work/SRC/openSUSE:Factory/.tilda.new.25356/tilda.changes   2019-03-29 
20:43:24.602677798 +0100
@@ -1,0 +2,7 @@
+Thu Mar 14 17:42:59 UTC 2019 - Bjørn Lie <[email protected]>
+
+- Remove conditionals for no longer supported versions of openSUSE.
+- Run spec-cleaner, modernize spec where possible, replace
+  gtk3-devel and vte-devel for their pkgconfig() variants.
+
+-------------------------------------------------------------------

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

Other differences:
------------------
++++++ tilda.spec ++++++
--- /var/tmp/diff_new_pack.uxb2sU/_old  2019-03-29 20:43:25.106677901 +0100
+++ /var/tmp/diff_new_pack.uxb2sU/_new  2019-03-29 20:43:25.106677901 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package tilda
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -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/
 #
 
 
@@ -20,17 +20,18 @@
 Version:        1.4.1
 Release:        0
 Summary:        A Gtk based drop down terminal for Linux and Unix
-License:        GPL-2.0+
+License:        GPL-2.0-or-later
 Group:          System/X11/Terminals
-Url:            https://github.com/lanoxx/tilda/
-Source0:        
https://github.com/lanoxx/%{name}/archive/%{name}-%{version}.tar.gz#/%{name}-%{version}.tar.gz
+URL:            https://github.com/lanoxx/%{name}/
+Source0:        %{url}/archive/%{name}-%{version}.tar.gz
+
 BuildRequires:  automake
-BuildRequires:  gtk3-devel
+BuildRequires:  pkgconfig
 BuildRequires:  update-desktop-files
-BuildRequires:  vte-devel
+BuildRequires:  pkgconfig(gtk+-3.0) >= 3.10.0
 BuildRequires:  pkgconfig(libconfuse)
+BuildRequires:  pkgconfig(vte-2.91)
 Recommends:     %{name}-lang
-BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
 Tilda is a terminal emulator and can be compared with other popular terminal
@@ -43,26 +44,25 @@
 The screen shots below show some of the options that Tilda provides.
 
 %lang_package
+
 %prep
 %setup -q -n %{name}-%{name}-%{version}
 
 %build
 NOCONFIGURE=1 ./autogen.sh
-%if 0%{?suse_version} >= 1315
-%configure
-%else
-%configure --disable-vte-2.91
-%endif
-make %{?_smp_mflags}
+%configure \
+       --enable-vte-2.91 \
+       %{nil}
+%make_build
 
 %install
-%makeinstall
+%make_install
 %suse_update_desktop_file %{name}
 %find_lang %{name} %{?no_lang_C}
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS COPYING README.md ChangeLog HACKING.md TODO.md
+%license COPYING
+%doc AUTHORS README.md ChangeLog HACKING.md TODO.md
 %{_bindir}/%{name}
 %{_datadir}/applications/%{name}.desktop
 %{_datadir}/pixmaps/%{name}.png


Reply via email to