[vte/f14/master] 0.25.90

Matthias Clasen mclasen at fedoraproject.org
Thu Aug 19 02:15:35 UTC 2010


commit 89456a93cd304eaf7198c4e76fdc653fa612bc56
Author: Matthias Clasen <mclasen at redhat.com>
Date:   Wed Aug 18 09:40:23 2010 -0400

    0.25.90

 .gitignore |    1 +
 sources    |    2 +-
 vte.spec   |   15 ++++++++++++---
 3 files changed, 14 insertions(+), 4 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index d89a7cf..2ae4dfd 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 vte-0.25.1.tar.bz2
+/vte-0.25.90.tar.bz2
diff --git a/sources b/sources
index bb4c13e..fe7da3b 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-986bdf8f4e25bdb30615b69b26289909  vte-0.25.1.tar.bz2
+79e8681ffe8f6890e56562ecd4f7ad91  vte-0.25.90.tar.bz2
diff --git a/vte.spec b/vte.spec
index 5ce1280..c9ccd14 100644
--- a/vte.spec
+++ b/vte.spec
@@ -3,8 +3,8 @@
 %define gtk2_version 2.12.0
 
 Name: vte
-Version: 0.25.1
-Release: 2%{?dist}
+Version: 0.25.90
+Release: 1%{?dist}
 Summary: A terminal emulator
 License: LGPLv2+
 Group: User Interface/X
@@ -47,7 +47,13 @@ vte.
 %build
 PYTHON=%{_bindir}/python`%{__python} -c "import sys ; print sys.version[:3]"`
 export PYTHON
-%configure --enable-shared --enable-static --libexecdir=%{_libdir}/%{name} --without-glX --disable-gtk-doc
+%configure \
+        --enable-shared \
+        --enable-static \
+        --with-gtk=2.0 \
+        --libexecdir=%{_libdir}/%{name} \
+        --without-glX \
+        --disable-gtk-doc
 make
 
 %install
@@ -93,6 +99,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a
 %doc %{_datadir}/gtk-doc/html/%{name}
 
 %changelog
+* Wed Aug 18 2010 Matthias Clasen <mclasen at redhat.com> 0.25.90-1
+- Update to 0.25.90
+
 * Thu Jul 22 2010 David Malcolm <dmalcolm at redhat.com> - 0.25.1-2
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 


More information about the scm-commits mailing list