commit udev-browse for openSUSE:Factory

2013-04-20 Thread h_root
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.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev-browse.new/udev-browse.changes 
2013-04-20 18:03:48.0 +0200
@@ -1,0 +2,5 @@
+Fri Apr 19 14:50:52 UTC 2013 - fcro...@suse.com
+
+- 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.0 +0200
+++ /var/tmp/diff_new_pack.ixs3GU/_new  2013-04-20 18:03:49.0 +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 fcro...@suse.com -- 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: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit udev-browse for openSUSE:Factory

2012-10-22 Thread h_root
Hello community,

here is the log from the commit of package udev-browse for openSUSE:Factory 
checked in at 2012-10-22 22:12:19

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-04-17 
22:03:07.0 +0200
+++ /work/SRC/openSUSE:Factory/.udev-browse.new/udev-browse.changes 
2012-10-22 22:12:21.0 +0200
@@ -1,0 +2,8 @@
+Thu Oct 18 09:35:29 UTC 2012 - fcro...@suse.com
+
+- Update to version 0.3:
+  + update to new vala
+  + ported to gtk3
+- license is LGPLv2.1+
+
+---

Old:

  udev-browse-0.1.tar.gz

New:

  udev-browse-0.3.tar.xz



Other differences:
--
++ udev-browse.spec ++
--- /var/tmp/diff_new_pack.yQqUHl/_old  2012-10-22 22:12:22.0 +0200
+++ /var/tmp/diff_new_pack.yQqUHl/_new  2012-10-22 22:12:22.0 +0200
@@ -17,14 +17,14 @@
 
 
 Name:   udev-browse
-Version:0.1
+Version:0.3
 Release:0
 Summary:A Udev browsing tool
-License:LGPL-2.1
+License:LGPL-2.1+
 Group:  System/GUI/GNOME
 Url:http://0pointer.de/blog/projects/udev-browse.html
-Source: udev-browse-0.1.tar.gz
-BuildRequires:  gtk2-devel
+Source: http://0pointer.de/public/%{name}-%{version}.tar.xz
+BuildRequires:  gtk3-devel
 BuildRequires:  libgee-devel
 BuildRequires:  libgudev-1_0-devel
 BuildRequires:  vala
@@ -49,6 +49,6 @@
 %defattr(-,root,root)
 /usr/bin/udev-browse
 
-%doc COPYING.LGPL-2.1
+%doc LGPL
 
 %changelog

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org