[lookat/f19: 2/2] New version.

Christopher Meng cicku at fedoraproject.org
Mon Aug 26 04:43:36 UTC 2013


commit 38376f6f8118bc022bef628193eb1c5040c690d3
Author: Koji <koji at fedoraproject.org>
Date:   Mon Aug 26 12:42:20 2013 +0800

    New version.

 .gitignore  |    1 +
 lookat.spec |   30 ++++++++++++++++--------------
 sources     |    2 +-
 3 files changed, 18 insertions(+), 15 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 593e820..98f9584 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lookat_bekijk-1.4.2.tar.gz
+/lookat_bekijk-1.4.3.tar.gz
diff --git a/lookat.spec b/lookat.spec
index 9a7862f..6e57270 100644
--- a/lookat.spec
+++ b/lookat.spec
@@ -1,23 +1,22 @@
-%global nlname     bekijk
-
-Name:              lookat
-Version:           1.4.2
-Release:           2%{?dist}
-Summary:           A user-friendly text file viewer
-License:           GPLv2+
-URL:               http://www.wagemakers.be/english/programs/lookat
-Source0:           http://www.wagemakers.be/downloads/%{name}/%{name}_%{nlname}-%{version}.tar.gz
-
-BuildRequires:     autoconf
-BuildRequires:     automake
-BuildRequires:     ncurses-devel
+%global nlname  bekijk
+
+Name:           lookat
+Version:        1.4.3
+Release:        1%{?dist}
+Summary:        A user-friendly text file viewer
+License:        GPLv2+
+URL:            http://www.wagemakers.be/english/programs/lookat
+Source0:        http://www.wagemakers.be/downloads/%{name}/%{name}_%{nlname}-%{version}.tar.gz
+BuildRequires:  autoconf
+BuildRequires:  automake
+BuildRequires:  ncurses-devel
 
 %description
 lookat is a program to view text files and manual pages. It is designed to be
 more user-friendly than more conventional text viewers such as less. 
 
 %prep
-%setup -q -n %{name}_%{nlname}-%{version}
+%setup -qn %{name}_%{nlname}-%{version}
 
 %build
 autoreconf -fiv
@@ -40,6 +39,9 @@ rm -rf \
 %{_mandir}/man1/%{name}.1*
 
 %changelog
+* Mon Aug 26 2013 Christopher Meng <rpm at cicku.me> - 1.4.3-1
+- New version.
+
 * Sat Aug 03 2013 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.4.2-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
 
diff --git a/sources b/sources
index 9adc080..92fe34d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d1c1e57e26e72ac481597a7a143b169f  lookat_bekijk-1.4.2.tar.gz
+1551a3fe961835032d62e78347c9c289  lookat_bekijk-1.4.3.tar.gz


More information about the scm-commits mailing list