[vttest/f15] Updated to latest upstream

Adam Miller maxamillion at fedoraproject.org
Thu Jul 14 02:06:13 UTC 2011


commit 75973c5fee1b87344d897213b8e69287af50f4e3
Author: Adam Miller <maxamillion at fedoraproject.org>
Date:   Wed Jul 13 21:05:45 2011 -0500

    Updated to latest upstream

 .gitignore             |    1 +
 20100830_unix_io.patch |   44 --------------------------------------------
 sources                |    2 +-
 vttest.spec            |   10 +++++++---
 4 files changed, 9 insertions(+), 48 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ccdd54..d4ddd4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 vttest-20071216.tgz
 /vttest-20100830.tgz
+/vttest-20110705.tgz
diff --git a/sources b/sources
index f46882b..2ec5b4e 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-17c5e669699b489a97510536df878de1  vttest-20100830.tgz
+055fa4e0350ca0bcb3da7c765b8b67d5  vttest-20110705.tgz
diff --git a/vttest.spec b/vttest.spec
index 068be53..dedac4d 100644
--- a/vttest.spec
+++ b/vttest.spec
@@ -1,5 +1,5 @@
 Name:           vttest
-Version:        20100830
+Version:        20110705
 Release:        1%{?dist}
 Summary:        Test the compatibility of so-called "VT100-compatible" terminals
 
@@ -10,7 +10,8 @@ Source0:        ftp://invisible-island.net/vttest/vttest-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 
-Patch0:         20100830_unix_io.patch
+
+#Patch0:         20100830_unix_io.patch #Patch included upstream in 20110705
 #BuildRequires:  
 #Requires:       
 
@@ -21,7 +22,7 @@ non-compatibility) of so-called "VT100-compatible" terminals.
 %prep
 %setup -q
 
-%patch0
+#%patch0 #Patch included upstream in 20110705
 
 #fix character encoding
 for f in README; do
@@ -52,6 +53,9 @@ rm -rf $RPM_BUILD_ROOT
 %{_mandir}/man?/*
 
 %changelog
+* Wed Jul 13 2011 Adam Miller <maxamillion at fedoraproject.org> - 20110705-1
+- Updated to latest upstream release
+
 * Tue Apr 05 2011 Adam Miller <maxamillion at fedoraproject.org> - 20100830-1
 - Updated to latest upstream release
 - Added patch from dkutalek at redhat.com


More information about the scm-commits mailing list