[telegram-cli] Fixed BR

Antonio Trande sagitter at fedoraproject.org
Mon Sep 1 19:54:06 UTC 2014


commit 24dffdbb1b4919d3bf74adf3c9e713e94f09c328
Author: sagitter <anto.trande at gmail.com>
Date:   Mon Sep 1 21:54:00 2014 +0200

    Fixed BR

 telegram-cli.spec |    8 ++++++--
 1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/telegram-cli.spec b/telegram-cli.spec
index f897fac..0247c7a 100644
--- a/telegram-cli.spec
+++ b/telegram-cli.spec
@@ -3,7 +3,7 @@
 
 Name:    telegram-cli
 Version: 1.0.1
-Release: 1.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
+Release: 2.%{date}git%(echo %{checkout} | cut -c-6)%{?dist}
 Summary: Linux Command-line interface for Telegram
 License: GPLv2+ and LGPLv2+
 URL:     https://github.com/vysheng/tg
@@ -12,7 +12,8 @@ Source0: https://github.com/vysheng/tg/archive/tg-%{checkout}.zip
 ##Remove local include and libraries locations
 Patch0:  %{name}-compilerflags.patch
 
-BuildRequires: lua-devel, openssl-devel, libconfig-devel, readline-devel
+BuildRequires: lua-devel, openssl-devel, libevent-devel
+BuildRequires: libconfig-devel, readline-devel
 
 %description
 Telegram is an Open Source instant messaging platform for mobile and
@@ -48,6 +49,9 @@ install -p -m 0644 tg-server.pub %{buildroot}%{_sysconfdir}/telegram/server.pub
 %config(noreplace) %{_sysconfdir}/telegram/server.pub/tg-server.pub
 
 %changelog
+* Mon Sep 01 2014 Antonio Trande <sagitterATfedoraproject.org> 1.0.1-2.20140831git30ad29
+- Added libevent BR
+
 * Mon Sep 01 2014 Antonio Trande <sagitterATfedoraproject.org> 1.0.1-1.20140831git30ad29
 - Release 1.0.1 (commit 30ad29)
 - Binary file renamed telegram-cli


More information about the scm-commits mailing list