Hello community,
here is the log from the commit of package gtk2-engine-aurora for
openSUSE:Factory checked in at 2012-02-14 13:05:56
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gtk2-engine-aurora (Old)
and /work/SRC/openSUSE:Factory/.gtk2-engine-aurora.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gtk2-engine-aurora", Maintainer is ""
Changes:
--------
--- /work/SRC/openSUSE:Factory/gtk2-engine-aurora/gtk2-engine-aurora.changes
2011-09-23 02:02:14.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gtk2-engine-aurora.new/gtk2-engine-aurora.changes
2012-02-14 13:05:58.000000000 +0100
@@ -1,0 +2,7 @@
+Tue Jan 10 18:37:44 UTC 2012 - [email protected]
+
+- added gtk2-engine-aurora-fix-glib-includes.patch in order to
+ prevent glib/gtimer.h from being included directly
+- use spdx.org license abbreviation
+
+-------------------------------------------------------------------
New:
----
gtk2-engine-aurora-fix-glib-includes.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gtk2-engine-aurora.spec ++++++
--- /var/tmp/diff_new_pack.M79Krr/_old 2012-02-14 13:05:59.000000000 +0100
+++ /var/tmp/diff_new_pack.M79Krr/_new 2012-02-14 13:05:59.000000000 +0100
@@ -23,12 +23,14 @@
Release: 1
Summary: Another GTK2 engine theme
Group: System/GUI/LXDE
-License: GPLv2
+License: GPL-2.0
Url:
http://gnome-look.org/content/show.php/Aurora+GTK+Engine?content=56438
BuildRequires: gcc gtk2-devel make pkg-config
Source0: aurora-%version.tar.bz2
Patch0: %name-no-return-in-non-void.patch
Patch1: %name-arrow_size.patch
+# PATCH-FIX-UPSTREAM gtk2-engine-aurora-fix-glib-includes.patch
[email protected] -- Do not include glib/gtimer.h directly
+Patch2: gtk2-engine-aurora-fix-glib-includes.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -40,6 +42,7 @@
%setup -q -n aurora-%version
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
%configure --enable-animation
++++++ gtk2-engine-aurora-fix-glib-includes.patch ++++++
Index: aurora-1.5.1/src/animation.c
===================================================================
--- aurora-1.5.1.orig/src/animation.c
+++ aurora-1.5.1/src/animation.c
@@ -7,7 +7,7 @@
#include "animation.h"
#ifdef HAVE_ANIMATION
-#include <glib/gtimer.h>
+#include <glib.h>
struct _AnimationInfo {
GTimer *timer;
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]