[lnav/f21] Update to 0.7.1

Christopher Meng cicku at fedoraproject.org
Wed Nov 26 11:41:19 UTC 2014


commit 7e479a46dbbb1a6221e2b780cfe85fbdc5877509
Author: Christopher Meng <i at cicku.me>
Date:   Wed Nov 26 06:36:56 2014 -0500

    Update to 0.7.1

 .gitignore |    1 +
 lnav.spec  |   17 ++++++++++-------
 sources    |    2 +-
 3 files changed, 12 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index ee052ef..01e6121 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,3 +2,4 @@
 /lnav-0.6.1.tar.gz
 /lnav-0.6.2.tar.gz
 /lnav-0.7.0.tar.bz2
+/lnav-0.7.1.tar.bz2
diff --git a/lnav.spec b/lnav.spec
index 30c9e90..6e1b2a9 100644
--- a/lnav.spec
+++ b/lnav.spec
@@ -1,12 +1,12 @@
 Name:           lnav
-Version:        0.7.0
-Release:        4%{?dist}
-Summary:        A curses-based tool for viewing and analyzing log files
+Version:        0.7.1
+Release:        1%{?dist}
+Summary:        Curses-based tool for viewing and analyzing log files
 License:        BSD
 URL:            http://lnav.org
 Source0:        https://github.com/tstack/lnav/releases/download/v%{version}/lnav-%{version}.tar.bz2
 # https://github.com/tstack/lnav/issues/93
-Patch0:         %{name}-0.7.0-bigendian.patch
+#Patch0:         %{name}-0.7.0-bigendian.patch
 BuildRequires:  autoconf
 BuildRequires:  automake
 BuildRequires:  bzip2-devel
@@ -32,15 +32,15 @@ efficiently zero in on problems.
 
 %prep
 %setup -q
-%patch0 -p1 -b .bigendian
+#patch0 -p1 -b .bigendian
 
 %build
 autoreconf -fiv
 %configure --disable-static --disable-silent-rules
-make %{?_smp_flags}
+%make_build
 
 %install
-make install DESTDIR=%{buildroot}
+%make_install
 
 %check
 make check
@@ -51,6 +51,9 @@ make check
 %{_mandir}/man1/lnav.1*
 
 %changelog
+* Tue Nov 25 2014 Christopher Meng <rpm at cicku.me> - 0.7.1-1
+- Update to 0.7.1
+
 * Sun Aug 17 2014 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.7.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
 
diff --git a/sources b/sources
index 0c18d15..692fb6d 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-d5da7183674d59bfc27f2d0a834b9108  lnav-0.7.0.tar.bz2
+6905ffd02a6723f6c354416a38af2cfd  lnav-0.7.1.tar.bz2


More information about the scm-commits mailing list