[anyremote] build

Mikhail Fedotov anyremote at fedoraproject.org
Thu Jan 5 10:48:55 UTC 2012


commit 92a65c7daaf3736e89ac375ace4714890e00db2c
Author: Mikhail Fedotov <anyremote at mail.ru>
Date:   Thu Jan 5 14:48:50 2012 +0400

    build

 .gitignore     |    1 +
 anyremote.spec |   10 ++++++++--
 sources        |    2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 3a69e8e..bc7b869 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,4 @@ anyremote-5.2.tar.gz
 /anyremote-5.4.tar.gz
 /anyremote-5.4.1.tar.gz
 /anyremote-5.4.2.tar.gz
+/anyremote-5.5.tar.gz
diff --git a/anyremote.spec b/anyremote.spec
index e258922..17f093a 100644
--- a/anyremote.spec
+++ b/anyremote.spec
@@ -1,12 +1,12 @@
 Summary: Remote control through bluetooth or IR connection
 Name: anyremote
-Version: 5.4.2
+Version: 5.5
 Release: 1%{?dist}
 License: GPLv2+
 Group: Applications/System
 Source0: http://downloads.sourceforge.net/anyremote/%{name}-%{version}.tar.gz
 URL: http://anyremote.sourceforge.net/
-Requires: bc,dbus-glib,anyremote-data >= 5.4
+Requires: bc,dbus-glib,anyremote-data >= 5.5
 BuildRequires:bluez-libs-devel >= 4.64, libX11-devel, libXtst-devel, xorg-x11-proto-devel, glib2-devel >= 2.24.1, dbus-devel >= 1.2.24, dbus-glib-devel >= 0.86
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
@@ -60,6 +60,12 @@ Documentation for anyRemote
 
 %changelog
 
+* Thu Jan 05 2012 Mikhail Fedotov <anyremote at mail.ru> - 5.5
+- Use popen() for get command results. Configuration file for guayadeque 
+  (thanks to Fabian Frank) was added, support inheritance in mode definition, 
+  add Set(popup,...) command, drop support of Set(text,wrap,..) command.
+  Some configuration files reorganization.
+
 * Sun Sep 4 2011 Mikhail Fedotov <anyremote at mail.ru> - 5.4.2
 - Configuration file for Clementine (thanks to Lorenzo P�rez de Arce) and 
   DeadBeef (thanks to s_erge) were added.
diff --git a/sources b/sources
index 3feec07..25bc40e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9cd6b4075ae3f66ff0177c7e7cb2bafc  anyremote-5.4.2.tar.gz
+04c38093635cf3fa82f65f22a065c6e0  anyremote-5.5.tar.gz


More information about the scm-commits mailing list