commit fe886e4eb930e36f59b8c81fa859aeddc34916d8
Author: Jakub Bogusz <[email protected]>
Date:   Tue Jan 15 21:24:49 2013 +0100

    - updated to 2.9.2
    - added am patch (fixes build with automake 1.13)

 gtypist-am.patch | 11 +++++++++++
 gtypist.spec     |  6 ++++--
 2 files changed, 15 insertions(+), 2 deletions(-)
---
diff --git a/gtypist.spec b/gtypist.spec
index 032a3a1..96c0543 100644
--- a/gtypist.spec
+++ b/gtypist.spec
@@ -6,13 +6,14 @@ Summary:      Program for learning typist
 Summary(hu.UTF-8):     Program gépírás tanulásához
 Summary(pl.UTF-8):     Program do nauki bezwzrokowego pisania na klawiaturze
 Name:          gtypist
-Version:       2.9.1
+Version:       2.9.2
 Release:       1
 License:       GPL v3+
 Group:         Applications/Text
 Source0:       http://ftp.gnu.org/gnu/gtypist/%{name}-%{version}.tar.xz
-# Source0-md5: 7f8a5c380fddd61a9f8daf56b93a3b89
+# Source0-md5: 77a5622f5290ec5cfca6ee3f66bfe792
 Patch0:                %{name}-info.patch
+Patch1:                %{name}-am.patch
 URL:           http://www.gnu.org/software/gtypist/
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.8.2
@@ -50,6 +51,7 @@ Tryb Emacsa do edycji plików .typ gtypista.
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %{__rm} po/stamp-po
 
diff --git a/gtypist-am.patch b/gtypist-am.patch
new file mode 100644
index 0000000..6de1c3b
--- /dev/null
+++ b/gtypist-am.patch
@@ -0,0 +1,11 @@
+--- gtypist-2.9.2/configure.ac.orig    2013-01-15 20:47:02.751312615 +0100
++++ gtypist-2.9.2/configure.ac 2013-01-15 20:47:35.384645269 +0100
+@@ -3,7 +3,7 @@
+ AC_INIT([GNU Typist], [esyscmd(./version.sh)], [[email protected]], 
[gtypist])
+ AM_INIT_AUTOMAKE([1.8.2 gnu dist-xz])
+ AC_CONFIG_SRCDIR([src/gtypist.c])
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ 
+ # Checks for programs
+ 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gtypist.git/commitdiff/fe886e4eb930e36f59b8c81fa859aeddc34916d8

_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to