[pinfo] update to 0.6.10

Miroslav Lichvar mlichvar at fedoraproject.org
Tue Sep 21 13:51:46 UTC 2010


commit a44f67e60e44feef047e400b5c3c0c3e0f74c15d
Author: Miroslav Lichvar <mlichvar at redhat.com>
Date:   Tue Sep 21 15:50:54 2010 +0200

    update to 0.6.10

 .gitignore |    2 +-
 pinfo.spec |   11 ++++++++---
 sources    |    2 +-
 3 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 4454664..748b3d8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1 @@
-pinfo-0.6.9.tar.bz2
+pinfo-0.6.10.tar.bz2
diff --git a/pinfo.spec b/pinfo.spec
index 962a9a4..02b4568 100644
--- a/pinfo.spec
+++ b/pinfo.spec
@@ -1,11 +1,11 @@
 Summary: An info file viewer
 Name: pinfo
-Version: 0.6.9
-Release: 12%{?dist}
+Version: 0.6.10
+Release: 1%{?dist}
 Group: System Environment/Base
 License: GPLv2
 URL: http://pinfo.alioth.debian.org
-Source: http://alioth.debian.org/frs/download.php/1498/pinfo-%{version}.tar.bz2
+Source: http://alioth.debian.org/frs/download.php/3351/pinfo-0.6.10.tar.bz2
 Patch1: pinfo-0.6.9-xdg.patch
 Patch2: pinfo-0.6.9-infosuff.patch
 Patch3: pinfo-0.6.9-nogroup.patch
@@ -14,6 +14,7 @@ Patch5: pinfo-0.6.9-infopath.patch
 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires: ncurses-devel
+BuildRequires: automake gettext-devel libtool texinfo
 Requires: xdg-utils
 # for /sbin/install-info
 Requires(post): info
@@ -33,6 +34,7 @@ using regular expressions, and is based on the ncurses library.
 %patch5 -p1 -b .infopath
 
 %build
+./autogen.sh
 %configure --without-readline
 make %{?_smp_mflags}
 
@@ -73,6 +75,9 @@ fi
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Tue Sep 21 2010 Miroslav Lichvar <mlichvar at redhat.com> 0.6.10-1
+- update to 0.6.10
+
 * Thu Jan 07 2010 Miroslav Lichvar <mlichvar at redhat.com> 0.6.9-12
 - fix source URL
 
diff --git a/sources b/sources
index 2fec5ea..2e0056b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e0c788467945f5f97fbacad55863e5b8  pinfo-0.6.9.tar.bz2
+fe3d3da50371b1773dfe29bf870dbc5b  pinfo-0.6.10.tar.bz2


More information about the scm-commits mailing list