Hello community,
here is the log from the commit of package libayatana-indicator for
openSUSE:Factory checked in at 2019-06-12 13:15:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/libayatana-indicator (Old)
and /work/SRC/openSUSE:Factory/.libayatana-indicator.new.4811 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "libayatana-indicator"
Wed Jun 12 13:15:56 2019 rev:2 rq:709007 version:0.6.2
Changes:
--------
---
/work/SRC/openSUSE:Factory/libayatana-indicator/libayatana-indicator.changes
2018-03-24 16:14:16.977870522 +0100
+++
/work/SRC/openSUSE:Factory/.libayatana-indicator.new.4811/libayatana-indicator.changes
2019-06-12 13:15:57.160712648 +0200
@@ -1,0 +2,5 @@
+Tue Jun 11 04:49:44 UTC 2019 - Alexei Sorokin <[email protected]>
+
+- Avoid mate-common for some openSUSE-specific reasons.
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ libayatana-indicator.spec ++++++
--- /var/tmp/diff_new_pack.fvAXPp/_old 2019-06-12 13:15:57.748712031 +0200
+++ /var/tmp/diff_new_pack.fvAXPp/_new 2019-06-12 13:15:57.752712027 +0200
@@ -1,7 +1,7 @@
#
# spec file for package libayatana-indicator
#
-# Copyright (c) 2018 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/
#
@@ -25,11 +25,13 @@
Summary: Ayatana panel indicator applet libraries
License: GPL-3.0-only
Group: System/GUI/Other
-Url: https://github.com/AyatanaIndicators/libayatana-indicator
+URL: https://github.com/AyatanaIndicators/libayatana-indicator
Source:
https://github.com/AyatanaIndicators/libayatana-indicator/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE libayatana-indicator-disable-werror.patch
[email protected] -- Disable -Werror.
Patch0: libayatana-indicator-disable-werror.patch
-BuildRequires: mate-common
+BuildRequires: autoconf
+BuildRequires: automake
+BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(dbus-glib-1)
BuildRequires: pkgconfig(gio-2.0)
@@ -82,7 +84,7 @@
%build
%global _configure ../configure
-NOCONFIGURE=1 mate-autogen
+autoreconf -fi
for ver in 2 3; do
mkdir build-gtk$ver
pushd build-gtk$ver
@@ -111,20 +113,12 @@
%postun -n %{soname_gtk2}%{sover} -p /sbin/ldconfig
%files -n %{soname}-%{sover}
-%if 0%{?suse_version} >= 1500
%license COPYING
-%else
-%doc COPYING
-%endif
%doc AUTHORS ChangeLog
%{_libdir}/%{soname}.so.%{sover}*
%files -n %{soname_gtk2}%{sover}
-%if 0%{?suse_version} >= 1500
%license COPYING
-%else
-%doc COPYING
-%endif
%doc AUTHORS ChangeLog
%{_libdir}/%{soname_gtk2}.so.%{sover}*