From 65aa03e77633d83b23190597a5ec762e0868b3f3 Mon Sep 17 00:00:00 2001 From: Rahul Sundaram Date: Thu, 17 Jun 2010 21:42:51 +0000 Subject: [PATCH] - New upstream release # Adapted Makefile to respect environment CC and LDFLAGS # New "login to parent node" command ('p') - Dropped the redundant buildroot items and clean section --- .cvsignore | 2 +- sources | 2 +- ytree.spec | 13 +++++++------ 3 files changed, 9 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 952648f..ea0d61f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -ytree-1.93.tar.gz +ytree-1.94.tar.gz diff --git a/sources b/sources index 221f9db..dbd61c8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f1a989f331873b3be3eb18b7e936d6c7 ytree-1.93.tar.gz +ec1de8e477006a4b2bf4218e3d9b9776 ytree-1.94.tar.gz diff --git a/ytree.spec b/ytree.spec index 0543311..160f73b 100644 --- a/ytree.spec +++ b/ytree.spec @@ -1,13 +1,12 @@ Summary: A filemanager similar to XTree Name: ytree -Version: 1.93 +Version: 1.94 Release: 1%{?dist} License: GPLv2+ Group: System Environment/Shells URL: http://www.han.de/~werner/ytree.html Source0: http://www.han.de/~werner/%{name}-%{version}.tar.gz -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: ncurses-devel >= 5.4 BuildRequires: readline-devel >= 4.3 @@ -22,14 +21,10 @@ A console based file manager in the tradition of Xtree. make CFLAGS="$RPM_OPT_FLAGS" %install -rm -rf $RPM_BUILD_ROOT install -m644 -D -p ytree.1 $RPM_BUILD_ROOT/%{_mandir}/man1/ytree.1 install -m755 -D -p ytree $RPM_BUILD_ROOT/%{_bindir}/ytree -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(-,root,root,-) %doc CHANGES COPYING README THANKS ytree.conf @@ -37,6 +32,12 @@ rm -rf $RPM_BUILD_ROOT %{_bindir}/ytree %changelog +* Fri Jun 18 2010 Rahul Sundaram - 1.94-1 +- New upstream release + # Adapted Makefile to respect environment CC and LDFLAGS + # New "login to parent node" command ('p') +- Dropped the redundant buildroot items and clean section + * Sun Aug 30 2009 Minto Joseph - 1.93-1 - Rebased to 1.93