commit keybinder for openSUSE:Factory
Hello community, here is the log from the commit of package keybinder for openSUSE:Factory checked in at 2013-02-25 20:35:46 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 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 2013-02-04 21:12:12.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.keybinder.new/keybinder.changes 2013-02-25 20:35:48.000000000 +0100 @@ -1,0 +2,9 @@ +Fri Feb 22 19:10:41 UTC 2013 - i@marguerite.su + +- update version 0.3.0 + * Patch Makefile.am to use ACLOCAL_AMFLAGS=-I m4 + * Add two functions to fix gobject-introspection (gir) bindings + * Build a gobject-introspection ``.typelib`` file for libkeybinder + * Add a reference manual for libkeybinder using gtk-doc + +------------------------------------------------------------------- Old: ---- keybinder-0.2.2.tar.gz New: ---- keybinder-0.3.0.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keybinder.spec ++++++ --- /var/tmp/diff_new_pack.fAykqR/_old 2013-02-25 20:35:50.000000000 +0100 +++ /var/tmp/diff_new_pack.fAykqR/_new 2013-02-25 20:35:50.000000000 +0100 @@ -19,7 +19,7 @@ %define libname libkeybinder0 Name: keybinder -Version: 0.2.2 +Version: 0.3.0 Release: 0 Summary: A Library for Registering Global Keyboard Shortcuts License: GPL-2.0+ and MIT @@ -28,6 +28,9 @@ Source: http://kaizer.se/publicfiles/keybinder/%{name}-%{version}.tar.gz BuildRequires: ed BuildRequires: fdupes +# For Documentation Directory Ownership +BuildRequires: glib2-devel +BuildRequires: gobject-introspection-devel BuildRequires: python-devel BuildRequires: python-gobject2-devel BuildRequires: python-gtk-devel @@ -98,6 +101,16 @@ %description -n python-%{name} This package contains python bindings for keybinder. +%package -n typelib-1_0-Keybinder-0_0 +Summary: A Library for Registering Global Keyboard Shortcuts -- Introspection bindings +Group: System/Libraries + +%description -n typelib-1_0-Keybinder-0_0 +Library for registering global keyboard shortcuts. Keybinder +works with GTK-based applications using the X Window System. + +This package provides the GObject Introspection bindings for libkeybinder0. + %prep %setup -q find examples/ \( -name '*.py' -o -name '*.lua' \) -print -exec sh -c ' @@ -139,6 +152,9 @@ %{_includedir}/keybinder.h %{_libdir}/libkeybinder.so %{_libdir}/pkgconfig/keybinder.pc +%{_datadir}/gtk-doc/html/%{name}/ +%{_datadir}/gir-1.0/Keybinder-0.0.gir + %files lua %defattr(-,root,root) @@ -148,4 +164,8 @@ %defattr(-,root,root) %{python_sitearch}/%{name} +%files -n typelib-1_0-Keybinder-0_0 +%defattr(-,root,root) +%{_libdir}/girepository-1.0/Keybinder-0.0.typelib + %changelog ++++++ keybinder-0.2.2.tar.gz -> keybinder-0.3.0.tar.gz ++++++ ++++ 25570 lines of diff (skipped) -- To unsubscribe, e-mail: opensuse-commit+unsubscribe@opensuse.org For additional commands, e-mail: opensuse-commit+help@opensuse.org
participants (1)
-
root@hilbert.suse.de