Browse Source

loqui 0.5.0-2

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@2548 ec354946-7b23-47d6-9f5a-488ba84defc7
iwaim 13 years ago
parent
commit
e91948f049
1 changed files with 7 additions and 1 deletions
  1. 7 1
      l/loqui/loqui-vl.spec

+ 7 - 1
l/loqui/loqui-vl.spec

@@ -1,6 +1,6 @@
 %define major_ver 0.5
 %define minor_ver 0
-%define rel 1
+%define rel 2
 
 %define ver %{major_ver}.%{minor_ver}
 
@@ -11,6 +11,8 @@ Version: %{ver}
 Release: %{rel}%{?_dist_release}
 Group: Applications/Internet
 Source0: http://launchpad.net/loqui/%{major_ver}/%{ver}/+download/%{name}-%{ver}.tar.gz
+# fixed https://bugs.launchpad.net/loqui/+bug/699723
+Patch0: loqui-http-url.patch
 License: GPLv2
 Requires: gtk2 >= 2.2.0, gnet2 >= 2.0.0
 BuildRequires: gtk2-devel >= 2.2.0, gnet2-devel >= 2.0.0, gettext
@@ -29,6 +31,7 @@ Loqui は、複数のサーバへの接続に対応した 4-ペインの IRC ク
 %prep
 rm -rf %{buildroot}
 %setup -q
+%patch0
 
 %build
 %configure
@@ -61,6 +64,9 @@ update-desktop-database %{_datadir}/applications
 
 
 %changelog
+* Sat Jan  8 2011 IWAI, Masaharu <iwai@alib.jp> 0.5.0-2
+- add HTTP URL patch (patch0)
+
 * Sun Dec 12 2010 IWAI, Masaharu <iwai@alib.jp> 0.5.0-1
 - new upstream release
 - update URL: upstream moved