[anyremote/f16] build

Mikhail Fedotov anyremote at fedoraproject.org
Tue Dec 18 17:26:57 UTC 2012


commit 4250b9e384c2bea43e31327d8680a3b9a5ed7403
Author: Mikhail Fedotov <anyremote at mail.ru>
Date:   Tue Dec 18 21:28:13 2012 +0400

    build

 .gitignore     |    1 +
 anyremote.spec |   13 +++++++++----
 sources        |    2 +-
 3 files changed, 11 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index e213618..dbb4735 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,3 +8,4 @@ anyremote-5.2.tar.gz
 /anyremote-6.0.tar.gz
 /anyremote-6.1.tar.gz
 /anyremote-6.1.1.tar.gz
+/anyremote-6.2.tar.gz
diff --git a/anyremote.spec b/anyremote.spec
index 4dc6d48..141f9b7 100644
--- a/anyremote.spec
+++ b/anyremote.spec
@@ -1,12 +1,12 @@
 Summary: Remote control through bluetooth or Wi-Fi connection
 Name: anyremote
-Version: 6.1.1
+Version: 6.2
 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,wmctrl,dbus-glib,anyremote-data >= 6.1
+Requires: bc,wmctrl,dbus-glib,ImageMagick,anyremote-data >= 6.2
 BuildRequires:bluez-libs-devel >= 4.64, libX11-devel, libXi-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)
 Obsoletes: anyremote2html
@@ -58,8 +58,13 @@ Documentation for anyRemote
 
 %changelog
 
-* Mon Oct 15 2012 Mikhail Fedotov <anyremote at mail.ru> - 6.1.1
-- Fix bug in ExecAndSet() command. 
+* Tue Dec 18 2012 Mikhail Fedotov <anyremote at mail.ru> - 6.2
+- Use $(TmpDir) in configuration files to store temporary file. 
+  Use $(WaitSecons) variable to kill neverending scripts. 
+  Use allowed_hosts file and $(AllowedOnly) variable to access control. 
+  Avoided to use bash in favour of sh in configuration files.
+  Support mutliple inheritance for modes. Configuration file for Foobnix was 
+  added. Majority of audio player configuration files were reworked.
 
 * Mon Oct 08 2012 Mikhail Fedotov <anyremote at mail.ru> - 6.1
 - Support of XML services interface. Support Set(vibrate,duration) command. 
diff --git a/sources b/sources
index 510bffe..02f96ad 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-edd10de359150ed3ecdd43435b02d6a3  anyremote-6.1.1.tar.gz
+130369d8f632127b20de67930386e9ca  anyremote-6.2.tar.gz


More information about the scm-commits mailing list