Hello community,

here is the log from the commit of package cwiid for openSUSE:Factory checked 
in at 2012-04-17 07:44:27
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/cwiid (Old)
 and      /work/SRC/openSUSE:Factory/.cwiid.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "cwiid", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/cwiid/cwiid.changes      2011-09-28 
14:06:24.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.cwiid.new/cwiid.changes 2012-04-17 
07:44:30.000000000 +0200
@@ -1,0 +2,5 @@
+Fri Mar 23 01:22:31 UTC 2012 - jeng...@medozas.de
+
+- Use pkgconfig symbols for BuildRequires
+
+-------------------------------------------------------------------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ cwiid.spec ++++++
--- /var/tmp/diff_new_pack.g7d2Pg/_old  2012-04-17 07:44:31.000000000 +0200
+++ /var/tmp/diff_new_pack.g7d2Pg/_new  2012-04-17 07:44:31.000000000 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package cwiid
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 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
@@ -21,51 +21,55 @@
 
 Name:           cwiid
 Version:        0.6.00
-Release:        6
+Release:        0
 %define soname      1
 Summary:        Wii Library
+License:        GPL-2.0+
+Group:          System/Libraries
 # http://abstrakraft.org/cwiid/downloads/cwiid-%{version}.tgz
 Source:         cwiid-%{version}.tar.bz2
 Source2:        baselibs.conf
 Patch1:         cwiid-fix_ldflags.patch
 Patch2:         cwiid-hci_read.patch
 Url:            http://abstrakraft.org/cwiid/
-Group:          System/Libraries
-License:        GPL-2.0+
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
-BuildRequires:  bison flex
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  bison
 BuildRequires:  bluez-devel
+BuildRequires:  flex
+BuildRequires:  gcc
+BuildRequires:  glibc-devel
+BuildRequires:  libtool
+BuildRequires:  make
+BuildRequires:  pkgconfig
 BuildRequires:  python-devel
-BuildRequires:  gtk2-devel
-BuildRequires:  gcc glibc-devel make pkgconfig
-BuildRequires:  autoconf automake libtool
+BuildRequires:  pkgconfig(gthread-2.0)
+BuildRequires:  pkgconfig(gtk+-2.0) >= 2.0.0
 
 %description
 .............................................................................
 
 %package -n libcwiid%{soname}
-
 Summary:        Library to access Wiimotes
-Provides:       libcwiid%{soname} = %{version}
 Group:          System/Libraries
+Provides:       libcwiid%{soname} = %{version}
 
 %description -n libcwiid%{soname}
 Library to use Wiimotes.
 
 %package -n libcwiid-devel
-License:        GPL-2.0+
 Summary:        Library to access Wiimotes
-Requires:       libcwiid%{soname} = %{version}
 Group:          Development/Libraries/C and C++
+Requires:       libcwiid%{soname} = %{version}
 
 %description -n libcwiid-devel
 API and library to use Wiimotes.
 
 %package -n wminput
-License:        GPL-2.0+
 Summary:        Linux Event Driver for the Wiimote
-Requires:       libcwiid%{soname} = %{version}
 Group:          Hardware/Joystick
+Requires:       libcwiid%{soname} = %{version}
 
 %description -n wminput
 wminput is an Linux event, mouse, and joystick driver for the wiimote using the
@@ -81,36 +85,33 @@
 Plugins can provide button-type events and axes.
 
 %package -n wmgui
-License:        GPL-2.0+
 Summary:        Graphical User Interface to the Wiimote
-Requires:       libcwiid%{soname} = %{version}
 Group:          Hardware/Joystick
+Requires:       libcwiid%{soname} = %{version}
 
 %description -n wmgui
 Graphical user interface for the capabilities of libcwiid, a Wiimote access
 library.
 
 %package -n lswm
-License:        GPL-2.0+
 Summary:        List Wiimote Devices
-Requires:       libcwiid%{soname} = %{version}
 Group:          Hardware/Joystick
+Requires:       libcwiid%{soname} = %{version}
 
 %description -n lswm
 lswm is a command-line utility to list Wiimote devices.
 
 %package -n python-cwiid
-License:        GPL-2.0+
 Summary:        Python Module to Access Wiimotes
-Requires:       libcwiid%{soname} = %{version}
 Group:          Development/Libraries/Python
+Requires:       libcwiid%{soname} = %{version}
 
 %description -n python-cwiid
 Python wrapper module around the libcwiid library, to
 access Wiimote devices.
 
 %prep
-%setup -q -n "cwiid-%{version}"
+%setup -q
 %patch1
 %patch2
 

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

Reply via email to