[vte] 0.27.1

Bill Nottingham notting at fedoraproject.org
Fri Oct 29 19:10:11 UTC 2010


commit b0edc6ce2f54e4db649e0e07ad29ddc94ee8a45f
Author: Bill Nottingham <notting at redhat.com>
Date:   Fri Oct 29 15:09:23 2010 -0400

    0.27.1
    
    Test programs aren't installed by default any more, so remove from file list.

 .gitignore |    1 +
 sources    |    2 +-
 vte.spec   |   11 ++++-------
 3 files changed, 6 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 154a7df..d33e31c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,4 @@ vte-0.25.1.tar.bz2
 /vte-0.25.91.tar.bz2
 /vte-0.26.0.tar.bz2
 /vte-0.27.0.tar.bz2
+/vte-0.27.1.tar.bz2
diff --git a/sources b/sources
index cb4ade9..13f0392 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-021c056f0e83472563105ce7bb239cd0  vte-0.27.0.tar.bz2
+61685cd261cf14cfb2f32ae5583f43e0  vte-0.27.1.tar.bz2
diff --git a/vte.spec b/vte.spec
index 7185752..4e8ea21 100644
--- a/vte.spec
+++ b/vte.spec
@@ -3,7 +3,7 @@
 %define gtk2_version 2.12.0
 
 Name: vte
-Version: 0.27.0
+Version: 0.27.1
 Release: 1%{?dist}
 Summary: A terminal emulator
 License: LGPLv2+
@@ -87,12 +87,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 %files devel
 %defattr(-,root,root)
 %{_includedir}/*
-%dir %{_libdir}/vte-0.0
-%{_libdir}/vte-0.0/decset
-%{_libdir}/vte-0.0/interpret
-%{_libdir}/vte-0.0/osc
-%{_libdir}/vte-0.0/slowcat
-%{_libdir}/vte-0.0/window
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
 %{_bindir}/%{name}
@@ -100,6 +94,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 %doc %{_datadir}/gtk-doc/html/vte-0.0
 
 %changelog
+* Fri Oct 29 2010 Bill Nottingham <notting at redhat.com> 0.27.1-1
+- Update to 0.27.1
+
 * Mon Oct  4 2010 Matthias Clasen <mclasen at redhat.com> 0.27.0-1
 - Update to 0.27.0
 


More information about the scm-commits mailing list