[clex/f14] modified: .gitignore modified: clex.spec modified: sources

ndowens ndowens at fedoraproject.org
Mon Apr 9 01:15:47 UTC 2012


commit edc7d334ab6fdcaf40be90b50bec8679a05fe954
Author: Nathan Owens <ndowens04 at gmail.com>
Date:   Sun Apr 8 20:15:34 2012 -0500

    	modified:   .gitignore
    	modified:   clex.spec
    	modified:   sources

 .gitignore |    1 +
 clex.spec  |   10 +++++++---
 sources    |    2 +-
 3 files changed, 9 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 91015b0..bd46258 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 clex-3.18.tar.gz
 /clex-4.6.patch5.tar.gz
+/clex-4.6.4.tar.gz
diff --git a/clex.spec b/clex.spec
index 6cd960f..bb7403e 100644
--- a/clex.spec
+++ b/clex.spec
@@ -1,10 +1,10 @@
 Name:           clex
-Version:        4.6 
+Version:        4.6.4 
 Release:        1%{?dist}
 Summary:        A free file manager with a full-screen user interface
 License:        GPLv2+
 URL:            http://www.clex.sk
-Source0:        http://www.clex.sk/download/%{name}-%{version}.patch5.tar.gz
+Source0:        http://www.clex.sk/download/%{name}-%{version}.tar.gz
 
 BuildRequires:  ncurses-devel
 
@@ -22,7 +22,8 @@ mistake. There are no built-in commands, CLEX is an add-on to your
 favorite shell. 
 
 %prep
-%setup -q -n %{name}-%{version}.patch5
+%setup 
+#-q -n %{name}-%{version}.patch5
 
 %build
 ./configure --prefix=/usr --bindir=/usr/bin
@@ -44,6 +45,9 @@ make install DESTDIR=%{buildroot}
 %{_mandir}/man1/kbd-test.*
 
 %changelog
+* Sun Apr 08 2012 Nathan Owe <ndowens at fedoraproject.org> 4.6.4-1
+- Updated version
+
 * Thu Jul 28 2011 Nathan Owe <ndowens at fedoraproject.org> 4.6-1
 - Updated version to 4.6
 - Cleaned Spec file
diff --git a/sources b/sources
index 8da39b7..749b214 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-9f3cebde32a5d0122f0e512ad56c4234  clex-4.6.patch5.tar.gz
+857f75f30ba117dbfb2c0f214ed2f8d2  clex-4.6.4.tar.gz


More information about the scm-commits mailing list