[vte3] Update to 0.37.0

Kalev Lember kalev at fedoraproject.org
Sun Apr 27 20:04:28 UTC 2014


commit 989a767743b826cd6f0846c3b89af5b9a358f4ec
Author: Kalev Lember <kalevlember at gmail.com>
Date:   Sun Apr 27 19:13:32 2014 +0200

    Update to 0.37.0

 .gitignore |    1 +
 sources    |    2 +-
 vte3.spec  |   18 +++++++++++-------
 3 files changed, 13 insertions(+), 8 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 6ceaf63..9e3be64 100644
--- a/.gitignore
+++ b/.gitignore
@@ -31,3 +31,4 @@
 /vte-0.35.90.tar.xz
 /vte-0.36.0.tar.xz
 /vte-0.36.1.tar.xz
+/vte-0.37.0.tar.xz
diff --git a/sources b/sources
index 5f63ec7..291d951 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-e17e7a117819a4dd7641d259d9f0ddfc  vte-0.36.1.tar.xz
+eb95e65c90dbe9cb25257f0e17cdf0e2  vte-0.37.0.tar.xz
diff --git a/vte3.spec b/vte3.spec
index 8c2beed..874e7f5 100644
--- a/vte3.spec
+++ b/vte3.spec
@@ -1,22 +1,23 @@
-%global apiver 2.90
+%global apiver 2.91
 
 Name: vte3
-Version: 0.36.1
+Version: 0.37.0
 Release: 1%{?dist}
 Summary: A terminal emulator
 License: LGPLv2+
 Group: User Interface/X
 #VCS: git:git://git.gnome.org/vte
-Source: http://download.gnome.org/sources/vte/0.36/vte-%{version}.tar.xz
+Source: http://download.gnome.org/sources/vte/0.37/vte-%{version}.tar.xz
 # https://bugzilla.gnome.org/show_bug.cgi?id=688456
 Patch2: 0001-widget-Only-show-the-cursor-on-motion-if-moved.patch
 
-BuildRequires: gtk3-devel >= 3.0.0
+BuildRequires: gtk3-devel
 BuildRequires: ncurses-devel
 BuildRequires: gettext
 BuildRequires: libXt-devel
 BuildRequires: intltool
 BuildRequires: gobject-introspection-devel
+BuildRequires: vala-tools
 
 # initscripts creates the utmp group
 Requires: initscripts
@@ -28,7 +29,6 @@ VTE is a terminal emulator widget for use with GTK+.
 Summary: Files needed for developing applications which use vte
 Group: Development/Libraries
 Requires: %{name}%{?_isa} = %{version}-%{release}
-Requires: ncurses-devel%{?_isa}
 
 %description devel
 The vte-devel package includes the header files and developer docs
@@ -80,12 +80,16 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
 %{_includedir}/*
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*
-%{_bindir}/vte2_90
+%{_bindir}/vte-%{apiver}
 %doc %{_datadir}/gtk-doc/
 %{_datadir}/gir-1.0
-
+%{_datadir}/vala/
 
 %changelog
+* Sun Apr 27 2014 Kalev Lember <kalevlember at gmail.com> - 0.37.0-1
+- Update to 0.37.0
+- Include vala bindings
+
 * Sat Apr 26 2014 Kalev Lember <kalevlember at gmail.com> - 0.36.1-1
 - Update to 0.36.1
 


More information about the scm-commits mailing list