diff --git a/.gitignore b/.gitignore index 1066091..e62770d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ /ncdc-1.18.1.tar.gz +/ncdc-1.19.1.tar.gz diff --git a/ncdc.spec b/ncdc.spec index 3003c55..e378418 100644 --- a/ncdc.spec +++ b/ncdc.spec @@ -1,5 +1,5 @@ Name: ncdc -Version: 1.18.1 +Version: 1.19.1 Release: 1%{?dist} Summary: A modern and lightweight direct connect client License: MIT @@ -21,11 +21,11 @@ friendly ncurses interface. %setup -q %build -%configure -make %{?_smp_flags} V=1 +%configure --disable-silent-rules +make %{?_smp_flags} %install -make install DESTDIR=%{buildroot} +%make_install %files %doc ChangeLog COPYING README @@ -33,5 +33,8 @@ make install DESTDIR=%{buildroot} %{_mandir}/man1/%{name}.1* %changelog +* Thu Apr 24 2014 Christopher Meng - 1.19.1-1 +- Update to 1.19.1 + * Mon Oct 07 2013 Christopher Meng - 1.18.1-1 - Initial Package(BZ#1016170). diff --git a/sources b/sources index 0050749..39df733 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -c0070916c8bb8a0409d01f6663ca0c6a ncdc-1.18.1.tar.gz +a7d23df7d0e291d1e3c8fb2a9a69f7a9 ncdc-1.19.1.tar.gz