Mailinglist Archive: opensuse-commit (1314 mails)
| < Previous | Next > |
commit keybinder for openSUSE:Factory
- From: root@xxxxxxxxxxxxxxx (h_root)
- Date: Thu, 19 Jan 2012 16:55:56 +0100
- Message-id: <20120119155556.4C0CA202C5@hilbert.suse.de>
Hello community,
here is the log from the commit of package keybinder for openSUSE:Factory
checked in at 2012-01-19 16:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 2011-09-23
02:06:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keybinder.new/keybinder.changes 2012-01-19
16:55:55.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 8 16:10:41 UTC 2012 - gber@xxxxxxxxxxxx
+
+- build against lua51 on > 12.1
+- remove /usr/bin/env shebang from example scripts
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ keybinder.spec ++++++
--- /var/tmp/diff_new_pack.uGgkm0/_old 2012-01-19 16:55:56.000000000 +0100
+++ /var/tmp/diff_new_pack.uGgkm0/_new 2012-01-19 16:55:56.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package keybinder
#
-# 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
@@ -22,18 +22,23 @@
Name: keybinder
Version: 0.2.2
-Release: 3
-License: GPL-2.0
+Release: 0
Summary: A Library for Registering Global Keyboard Shortcuts
-Url: http://kaizer.se/wiki/keybinder/
+License: GPL-2.0
Group: Development/Libraries/Other
+Url: http://kaizer.se/wiki/keybinder/
Source: %{name}-%{version}.tar.bz2
+BuildRequires: ed
BuildRequires: fdupes
-BuildRequires: lua-devel
-BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: python-devel
BuildRequires: python-gobject2-devel
BuildRequires: python-gtk-devel
+%if 0%{suse_version} > 1210
+BuildRequires: lua51-devel
+%else
+BuildRequires: lua-devel
+%endif
+BuildRequires: pkgconfig(gtk+-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,7 +52,6 @@
- An examples directory with programs in C, Lua, Python and Vala.
%package -n %libname
-License: GPL-2.0
Summary: Library Package for Keybinder
Group: System/Libraries
@@ -62,7 +66,6 @@
- An examples directory with programs in C, Lua, Python and Vala.
%package devel
-License: GPL-2.0
Summary: Development Files for Keybinder
Group: Development/Libraries/Other
Requires: %{libname} = %{version}
@@ -73,7 +76,6 @@
based on keybinder.
%package lua
-License: GPL-2.0
Summary: Lua Files for Keybinder
Group: Development/Libraries/Other
Requires: %{libname} = %{version}
@@ -83,7 +85,6 @@
%package -n python-%{name}
-
Summary: Python Bindings for Keybinder
Group: Development/Libraries/Python
Requires: python-base = %{py_ver}
@@ -96,6 +97,12 @@
%prep
%setup -q
+find examples/ \( -name '*.py' -o -name '*.lua' \) -print -exec sh -c '
+ed -s "$1" 2>/dev/null <<\EOF
+,s/^#!\/usr\/bin\/env /#!\/usr\/bin\//
+w
+EOF
+' {} {} \;
%build
%{configure}\
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
here is the log from the commit of package keybinder for openSUSE:Factory
checked in at 2012-01-19 16:55:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
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 2011-09-23
02:06:45.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.keybinder.new/keybinder.changes 2012-01-19
16:55:55.000000000 +0100
@@ -1,0 +2,6 @@
+Sun Jan 8 16:10:41 UTC 2012 - gber@xxxxxxxxxxxx
+
+- build against lua51 on > 12.1
+- remove /usr/bin/env shebang from example scripts
+
+-------------------------------------------------------------------
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ keybinder.spec ++++++
--- /var/tmp/diff_new_pack.uGgkm0/_old 2012-01-19 16:55:56.000000000 +0100
+++ /var/tmp/diff_new_pack.uGgkm0/_new 2012-01-19 16:55:56.000000000 +0100
@@ -1,7 +1,7 @@
#
# spec file for package keybinder
#
-# 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
@@ -22,18 +22,23 @@
Name: keybinder
Version: 0.2.2
-Release: 3
-License: GPL-2.0
+Release: 0
Summary: A Library for Registering Global Keyboard Shortcuts
-Url: http://kaizer.se/wiki/keybinder/
+License: GPL-2.0
Group: Development/Libraries/Other
+Url: http://kaizer.se/wiki/keybinder/
Source: %{name}-%{version}.tar.bz2
+BuildRequires: ed
BuildRequires: fdupes
-BuildRequires: lua-devel
-BuildRequires: pkgconfig(gtk+-2.0)
BuildRequires: python-devel
BuildRequires: python-gobject2-devel
BuildRequires: python-gtk-devel
+%if 0%{suse_version} > 1210
+BuildRequires: lua51-devel
+%else
+BuildRequires: lua-devel
+%endif
+BuildRequires: pkgconfig(gtk+-2.0)
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
@@ -47,7 +52,6 @@
- An examples directory with programs in C, Lua, Python and Vala.
%package -n %libname
-License: GPL-2.0
Summary: Library Package for Keybinder
Group: System/Libraries
@@ -62,7 +66,6 @@
- An examples directory with programs in C, Lua, Python and Vala.
%package devel
-License: GPL-2.0
Summary: Development Files for Keybinder
Group: Development/Libraries/Other
Requires: %{libname} = %{version}
@@ -73,7 +76,6 @@
based on keybinder.
%package lua
-License: GPL-2.0
Summary: Lua Files for Keybinder
Group: Development/Libraries/Other
Requires: %{libname} = %{version}
@@ -83,7 +85,6 @@
%package -n python-%{name}
-
Summary: Python Bindings for Keybinder
Group: Development/Libraries/Python
Requires: python-base = %{py_ver}
@@ -96,6 +97,12 @@
%prep
%setup -q
+find examples/ \( -name '*.py' -o -name '*.lua' \) -print -exec sh -c '
+ed -s "$1" 2>/dev/null <<\EOF
+,s/^#!\/usr\/bin\/env /#!\/usr\/bin\//
+w
+EOF
+' {} {} \;
%build
%{configure}\
--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx
| < Previous | Next > |