Hello community,

here is the log from the commit of package keybinder for openSUSE:Factory 
checked in at 2012-04-12 09:32:50
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/keybinder (Old)
 and      /work/SRC/openSUSE:Factory/.keybinder.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "keybinder", Maintainer is ""

Changes:
--------
--- /work/SRC/openSUSE:Factory/keybinder/keybinder.changes      2012-02-21 
12:20:16.000000000 +0100
+++ /work/SRC/openSUSE:Factory/.keybinder.new/keybinder.changes 2012-04-12 
09:32:52.000000000 +0200
@@ -1,0 +2,7 @@
+Tue Mar 27 12:57:01 UTC 2012 - g...@opensuse.org
+
+- correct license
+- correct build dependencies
+- use upstream tarball
+
+-------------------------------------------------------------------

Old:
----
  keybinder-0.2.2.tar.bz2

New:
----
  keybinder-0.2.2.tar.gz

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

Other differences:
------------------
++++++ keybinder.spec ++++++
--- /var/tmp/diff_new_pack.bxhMJN/_old  2012-04-12 09:32:54.000000000 +0200
+++ /var/tmp/diff_new_pack.bxhMJN/_new  2012-04-12 09:32:54.000000000 +0200
@@ -16,18 +16,16 @@
 #
 
 
-%define srcname keybinder
-%define SONAME 0
-%define libname lib%{name}%{SONAME}
+%define libname libkeybinder0
 
 Name:           keybinder
 Version:        0.2.2
 Release:        0
 Summary:        A Library for Registering Global Keyboard Shortcuts
-License:        GPL-2.0
+License:        GPL-2.0+ ; MIT
 Group:          Development/Libraries/Other
 Url:            http://kaizer.se/wiki/keybinder/
-Source:         %{name}-%{version}.tar.bz2
+Source:         
http://kaizer.se/publicfiles/keybinder/%{name}-%{version}.tar.gz
 BuildRequires:  ed
 BuildRequires:  fdupes
 BuildRequires:  python-devel
@@ -42,6 +40,9 @@
 BuildRequires:  xorg-x11-devel
 %endif
 BuildRequires:  pkgconfig(gtk+-2.0)
+BuildRequires:  pkgconfig(x11)
+BuildRequires:  pkgconfig(xext)
+BuildRequires:  pkgconfig(xrender)
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 
 %description
@@ -54,11 +55,11 @@
 - Python bindings, python-keybinder
 - An examples directory with programs in C, Lua, Python and Vala.
 
-%package -n %libname
+%package -n %{libname}
 Summary:        Library Package for Keybinder
 Group:          System/Libraries
 
-%description -n %libname
+%description -n %{libname}
 Library for registering global keyboard shortcuts. Keybinder
 works with GTK-based applications using the X Window System.
 
@@ -72,7 +73,6 @@
 Summary:        Development Files for Keybinder
 Group:          Development/Libraries/Other
 Requires:       %{libname} = %{version}
-Requires:       pkgconfig(gtk+-2.0)
 
 %description devel
 This package contains development files needed for developing applications
@@ -90,8 +90,8 @@
 
 Summary:        Python Bindings for Keybinder
 Group:          Development/Libraries/Python
-Requires:       python-base = %{py_ver}
 Requires:       %{libname} = %{version}
+Requires:       python-base = %{py_ver}
 Requires:       python-gobject2
 Requires:       python-gtk
 
@@ -109,27 +109,29 @@
 
 %build
 %{configure}\
-   --disable-static \
-   --enable-python
+   --disable-static
 make %{?_smp_mflags} V=1
 
 %install
 %make_install
+
+find %{buildroot}%{_libdir} -name '*.la' -exec rm -f {} +
+
 find examples -type f -exec chmod 644 {} +
-find %{buildroot} -name '*.la' -delete -print
+
 %fdupes %{buildroot}
 
-%post -n %libname -p /sbin/ldconfig
+%post -n %{libname} -p /sbin/ldconfig
 
-%postun -n %libname -p /sbin/ldconfig
+%postun -n %{libname} -p /sbin/ldconfig
 
 %clean
 rm -rf %{buildroot}
 
-%files -n %libname
+%files -n %{libname}
 %defattr(-,root,root)
 %doc AUTHORS COPYING NEWS README
-%{_libdir}/libkeybinder.so.%{SONAME}*
+%{_libdir}/libkeybinder.so.*
 
 %files devel
 %defattr(-,root,root)

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

Reply via email to