Hello community,
here is the log from the commit of package compiz-plugins-extra for
openSUSE:Factory checked in at 2017-05-16 14:33:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/compiz-plugins-extra (Old)
and /work/SRC/openSUSE:Factory/.compiz-plugins-extra.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "compiz-plugins-extra"
Tue May 16 14:33:54 2017 rev:3 rq:489099 version:0.8.14
Changes:
--------
---
/work/SRC/openSUSE:Factory/compiz-plugins-extra/compiz-plugins-extra.changes
2016-04-12 19:37:44.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.compiz-plugins-extra.new/compiz-plugins-extra.changes
2017-05-16 14:34:00.033163377 +0200
@@ -1,0 +2,11 @@
+Tue Apr 18 11:10:04 UTC 2017 - [email protected]
+
+- Update to version 0.8.14:
+ * Notification improvements.
+ * Fix a potential crash in animationaddon when restarting Compiz.
+ * Backport the Grid snap feature.
+ * Update catalan translation.
+- Workaround /usr/@DATADIRNAME@/locale/ on openSUSE Leap 42.1 and
+ older.
+
+-------------------------------------------------------------------
Old:
----
compiz-plugins-extra-0.8.12.1.tar.xz
New:
----
compiz-plugins-extra-0.8.14.tar.xz
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ compiz-plugins-extra.spec ++++++
--- /var/tmp/diff_new_pack.BerPxG/_old 2017-05-16 14:34:00.633079095 +0200
+++ /var/tmp/diff_new_pack.BerPxG/_new 2017-05-16 14:34:00.637078533 +0200
@@ -1,7 +1,7 @@
#
# spec file for package compiz-plugins-extra
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 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
@@ -17,7 +17,7 @@
Name: compiz-plugins-extra
-Version: 0.8.12.1
+Version: 0.8.14
Release: 0
Summary: OpenGL window and compositing manager community extra plugins
License: GPL-2.0+
@@ -30,7 +30,7 @@
BuildRequires: automake
BuildRequires: intltool
BuildRequires: libtool
-BuildRequires: pkg-config
+BuildRequires: pkgconfig
BuildRequires: pkgconfig(bcop) < 0.9
BuildRequires: pkgconfig(cairo) >= 1.0
BuildRequires: pkgconfig(compiz) < 0.9
@@ -62,7 +62,7 @@
Summary: OpenGL window and compositing manager community extra plugins
Group: Development/Libraries/C and C++
Requires: %{name} = %{version}
-Requires: pkg-config
+Requires: pkgconfig
Requires: pkgconfig(bcop) < 0.9
Requires: pkgconfig(cairo)
Requires: pkgconfig(compiz) < 0.9
@@ -87,11 +87,16 @@
%setup -q
%patch0 -p1
+%if 0%{?suse_version} <= 1320 && !(0%{?sle_version} > 120100 &&
0%{?is_opensuse})
+# Workaround /usr/@DATADIRNAME@/locale/.
+rm -r m4/
+%endif
+
%build
NOCONFIGURE=1 ./autogen.sh
%configure \
--disable-static
-make %{?_smp_mflags}
+make %{?_smp_mflags} V=1
%install
%make_install
++++++ compiz-plugins-extra-0.8.12.1.tar.xz ->
compiz-plugins-extra-0.8.14.tar.xz ++++++
++++ 289218 lines of diff (skipped)