From 02d9556a7647e1bb4af8aa1875a00e9ca664879c Mon Sep 17 00:00:00 2001 From: Kalev Lember Date: May 07 2014 11:11:22 +0000 Subject: Revert "Update to 0.37.0" Leave this at 0.36.1 and VTE API version 2.90; new VTE 0.37.0 with API version 2.91 is now in a separate parallel-installable vte291 package. This reverts commit 989a767743b826cd6f0846c3b89af5b9a358f4ec. --- diff --git a/.gitignore b/.gitignore index 9e3be64..6ceaf63 100644 --- a/.gitignore +++ b/.gitignore @@ -31,4 +31,3 @@ /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 291d951..5f63ec7 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -eb95e65c90dbe9cb25257f0e17cdf0e2 vte-0.37.0.tar.xz +e17e7a117819a4dd7641d259d9f0ddfc vte-0.36.1.tar.xz diff --git a/vte3.spec b/vte3.spec index b04a44e..5d65f0e 100644 --- a/vte3.spec +++ b/vte3.spec @@ -1,24 +1,23 @@ -%global apiver 2.91 +%global apiver 2.90 Name: vte3 -Version: 0.37.0 +Version: 0.36.1 Release: 1%{?dist} Summary: Terminal emulator library License: LGPLv2+ Group: User Interface/X URL: http://www.gnome.org/ #VCS: git:git://git.gnome.org/vte -Source: http://download.gnome.org/sources/vte/0.37/vte-%{version}.tar.xz +Source: http://download.gnome.org/sources/vte/0.36/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 +BuildRequires: gtk3-devel >= 3.0.0 BuildRequires: ncurses-devel BuildRequires: gettext BuildRequires: libXt-devel BuildRequires: intltool BuildRequires: gobject-introspection-devel -BuildRequires: vala-tools # initscripts creates the utmp group Requires: initscripts @@ -35,6 +34,7 @@ any terminal known to the system's terminfo database. Summary: Development files for %{name} Group: Development/Libraries Requires: %{name}%{?_isa} = %{version}-%{release} +Requires: ncurses-devel%{?_isa} %description devel The %{name}-devel package contains libraries and header files for @@ -81,16 +81,12 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_includedir}/* %{_libdir}/*.so %{_libdir}/pkgconfig/* -%{_bindir}/vte-%{apiver} +%{_bindir}/vte2_90 %doc %{_datadir}/gtk-doc/ %{_datadir}/gir-1.0 -%{_datadir}/vala/ -%changelog -* Sun Apr 27 2014 Kalev Lember - 0.37.0-1 -- Update to 0.37.0 -- Include vala bindings +%changelog * Sat Apr 26 2014 Kalev Lember - 0.36.1-1 - Update to 0.36.1