Hello community, here is the log from the commit of package udev-browse for openSUSE:Factory checked in at 2013-04-20 18:03:47 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/udev-browse (Old) and /work/SRC/openSUSE:Factory/.udev-browse.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "udev-browse", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/udev-browse/udev-browse.changes 2012-10-22 22:12:21.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.udev-browse.new/udev-browse.changes 2013-04-20 18:03:48.000000000 +0200 @@ -1,0 +2,5 @@ +Fri Apr 19 14:50:52 UTC 2013 - [email protected] + +- Add fix-gee.patch: fix build with latest vala / libgee. + +------------------------------------------------------------------- New: ---- fix-gee.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ udev-browse.spec ++++++ --- /var/tmp/diff_new_pack.ixs3GU/_old 2013-04-20 18:03:49.000000000 +0200 +++ /var/tmp/diff_new_pack.ixs3GU/_new 2013-04-20 18:03:49.000000000 +0200 @@ -1,7 +1,7 @@ # # spec file for package udev-browse # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -24,6 +24,8 @@ Group: System/GUI/GNOME Url: http://0pointer.de/blog/projects/udev-browse.html Source: http://0pointer.de/public/%{name}-%{version}.tar.xz +# PATCH-FIX-UPSTREAM fix-gee.patch [email protected] -- fix build with latest vala/libgee +Patch0: fix-gee.patch BuildRequires: gtk3-devel BuildRequires: libgee-devel BuildRequires: libgudev-1_0-devel @@ -38,6 +40,7 @@ %prep %setup -q +%patch0 -p1 %build make udev-browse ++++++ fix-gee.patch ++++++ Index: udev-browse-0.3/Makefile =================================================================== --- udev-browse-0.3.orig/Makefile +++ udev-browse-0.3/Makefile @@ -18,7 +18,7 @@ # USA. udev-browse: udev-browse.vala - valac --save-temps --pkg gee-1.0 --pkg gtk+-3.0 --pkg gudev-1.0 --pkg gnu --vapidir=. $(addprefix --Xcc=,$(CFLAGS)) --Xcc=-D_GNU_SOURCE udev-browse.vala + valac --save-temps --pkg gee-0.8 --pkg gtk+-3.0 --pkg gudev-1.0 --pkg gnu --vapidir=. $(addprefix --Xcc=,$(CFLAGS)) --Xcc=-D_GNU_SOURCE udev-browse.vala clean: rm -f udev-browse udev-browse.c -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
