Hello community, here is the log from the commit of package keybinder for openSUSE:Factory checked in at 2017-09-13 22:32:39 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/keybinder (Old) and /work/SRC/openSUSE:Factory/.keybinder.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "keybinder" Wed Sep 13 22:32:39 2017 rev:19 rq:522804 version:0.3.1 Changes: -------- --- /work/SRC/openSUSE:Factory/keybinder/keybinder.changes 2013-02-25 20:35:48.000000000 +0100 +++ /work/SRC/openSUSE:Factory/.keybinder.new/keybinder.changes 2017-09-13 22:32:40.747809848 +0200 @@ -1,0 +2,13 @@ +Sat Aug 19 10:33:02 UTC 2017 - [email protected] + +- add specfile hack so that lua.h is still found in tumbleweed +- remove specfile conditions for old distributions + +------------------------------------------------------------------- +Sun Dec 25 13:59:46 UTC 2016 - [email protected] + +- update to version 0.3.1: + * Use ``XkbFreeKeyboard`` to fix memory leak + * Fix deprecated directives in build system + +------------------------------------------------------------------- Old: ---- keybinder-0.3.0.tar.gz New: ---- keybinder-0.3.1.tar.gz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ keybinder.spec ++++++ --- /var/tmp/diff_new_pack.QJVnPK/_old 2017-09-13 22:32:41.327728209 +0200 +++ /var/tmp/diff_new_pack.QJVnPK/_new 2017-09-13 22:32:41.327728209 +0200 @@ -1,7 +1,7 @@ # # spec file for package keybinder # -# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -19,29 +19,26 @@ %define libname libkeybinder0 Name: keybinder -Version: 0.3.0 +Version: 0.3.1 Release: 0 Summary: A Library for Registering Global Keyboard Shortcuts License: GPL-2.0+ and MIT Group: Development/Libraries/Other Url: http://kaizer.se/wiki/keybinder/ -Source: http://kaizer.se/publicfiles/keybinder/%{name}-%{version}.tar.gz +Source: https://github.com/engla/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz BuildRequires: ed BuildRequires: fdupes # For Documentation Directory Ownership BuildRequires: glib2-devel +BuildRequires: gnome-common BuildRequires: gobject-introspection-devel +BuildRequires: libtool BuildRequires: python-devel BuildRequires: python-gobject2-devel BuildRequires: python-gtk-devel -%if 0%{suse_version} > 1210 BuildRequires: lua51-devel BuildRequires: pkgconfig(xext) BuildRequires: pkgconfig(xkbcommon) -%else -BuildRequires: lua-devel -BuildRequires: xorg-x11-devel -%endif BuildRequires: pkgconfig(gtk+-2.0) BuildRequires: pkgconfig(x11) BuildRequires: pkgconfig(xext) @@ -119,9 +116,13 @@ w EOF ' {} {} \; +rm examples/.gitignore %build +NOCONFIGURE=1 ./autogen.sh +export CPPFLAGS="`pkg-config --cflags lua5.1`" %{configure}\ + --enable-gtk-doc \ --disable-static make %{?_smp_mflags} V=1 @@ -155,7 +156,6 @@ %{_datadir}/gtk-doc/html/%{name}/ %{_datadir}/gir-1.0/Keybinder-0.0.gir - %files lua %defattr(-,root,root) %{_libdir}/lua/*/keybinder.so ++++++ keybinder-0.3.0.tar.gz -> keybinder-0.3.1.tar.gz ++++++ ++++ 46651 lines of diff (skipped)
