Browse Source

rlwrap: update to 0.43

git-svn-id: http://trac.vinelinux.org/repos/projects/specs@11178 ec354946-7b23-47d6-9f5a-488ba84defc7
ara_t 6 years ago
parent
commit
1b8199ebae
1 changed files with 7 additions and 4 deletions
  1. 7 4
      r/rlwrap/rlwrap-vl.spec

+ 7 - 4
r/rlwrap/rlwrap-vl.spec

@@ -1,5 +1,5 @@
 %define pkg_name    rlwrap
-%define pkg_version 0.42
+%define pkg_version 0.43
 %define pkg_release 1%{?_dist_release}
 
 Summary:     A wrapper that uses the GNU readline library to allow the editing of keyboard input
@@ -10,9 +10,8 @@ Release:     %{pkg_release}
 
 License: GPLv2
 Group:   Applications/Other
-URL:     http://utopia.knoware.nl/~hlub/uck/rlwrap/
-SOURCE:  http://utopia.knoware.nl/~hlub/uck/rlwrap/%{name}-%{version}.tar.gz
-
+URL:     https://github.com/hanslub42/rlwrap
+SOURCE:  https://github.com/hanslub42/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.gz
 BuildRoot: %{_tmppath}/%{name}-%{version}-root
 BuildRequires: readline-devel
 
@@ -61,5 +60,9 @@ bash と同様の履歴補完、検索機能、単語リストの補完のうち
 
 
 %changelog
+* Thu Sep 14 2017 Toshiaki Ara <ara_t@384.jp> 0.42-1
+- new upstream release
+- change URL
+
 * Thu Apr 14 2016 Toshiaki Ara <ara_t@384.jp> 0.42-1
 - new package