From 89456a93cd304eaf7198c4e76fdc653fa612bc56 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Aug 2010 09:40:23 -0400 Subject: [PATCH 1/5] 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 0.25.90-1 +- Update to 0.25.90 + * Thu Jul 22 2010 David Malcolm - 0.25.1-2 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild From 2dcfbf4a6ac496e4dc677dfdf52a044007369282 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 18 Aug 2010 21:50:36 -0400 Subject: [PATCH 2/5] fix file lists --- vte.spec | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/vte.spec b/vte.spec index c9ccd14..2f98fef 100644 --- a/vte.spec +++ b/vte.spec @@ -20,7 +20,7 @@ BuildRequires: libXt-devel BuildRequires: intltool # initscripts creates the utmp group -Prereq: initscripts +Requires: initscripts %description VTE is a terminal emulator widget for use with GTK+ 2.0. @@ -67,36 +67,37 @@ rm $RPM_BUILD_ROOT/%{_libdir}/lib%{name}.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a -%find_lang %{name} +%find_lang vte-0.0 %post -p /sbin/ldconfig %postun -p /sbin/ldconfig -%files -f %{name}.lang +%files -f vte-0.0.lang %defattr(-,root,root) %doc COPYING HACKING NEWS README %doc src/iso2022.txt %doc doc/utmpwtmp.txt doc/boxes.txt doc/openi18n/UTF-8.txt doc/openi18n/wrap.txt %{_libdir}/*.so.* -%dir %{_libdir}/%{name} -%attr(2711,root,utmp) %{_libdir}/%{name}/gnome-pty-helper +%dir %{_libdir}/vte +%attr(2711,root,utmp) %{_libdir}/vte/gnome-pty-helper %{_datadir}/%{name} %{_libdir}/python*/site-packages/* %files devel %defattr(-,root,root) %{_includedir}/* -%{_libdir}/%{name}/decset -%{_libdir}/%{name}/interpret -%{_libdir}/%{name}/osc -%{_libdir}/%{name}/slowcat -%{_libdir}/%{name}/window +%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} %{_datadir}/pygtk/2.0/defs/vte.defs -%doc %{_datadir}/gtk-doc/html/%{name} +%doc %{_datadir}/gtk-doc/html/vte-0.0 %changelog * Wed Aug 18 2010 Matthias Clasen 0.25.90-1 From 3d779a769542eb26fe11c8f1d3f365678e43648e Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 31 Aug 2010 12:26:03 -0400 Subject: [PATCH 3/5] 0.25.91 --- .gitignore | 1 + sources | 2 +- vte.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 2ae4dfd..cafb290 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ vte-0.25.1.tar.bz2 /vte-0.25.90.tar.bz2 +/vte-0.25.91.tar.bz2 diff --git a/sources b/sources index fe7da3b..495186a 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -79e8681ffe8f6890e56562ecd4f7ad91 vte-0.25.90.tar.bz2 +872dffbd8c5efa77e06f8874f698caa5 vte-0.25.91.tar.bz2 diff --git a/vte.spec b/vte.spec index 2f98fef..c422774 100644 --- a/vte.spec +++ b/vte.spec @@ -3,7 +3,7 @@ %define gtk2_version 2.12.0 Name: vte -Version: 0.25.90 +Version: 0.25.91 Release: 1%{?dist} Summary: A terminal emulator License: LGPLv2+ @@ -100,6 +100,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a %doc %{_datadir}/gtk-doc/html/vte-0.0 %changelog +* Tue Aug 31 2010 Matthias Clasen 0.25.91-1 +- Update to 0.25.91 + * Wed Aug 18 2010 Matthias Clasen 0.25.90-1 - Update to 0.25.90 From 27d0febdc5f7686eee3d58313d2b5ed7abf99c0a Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Wed, 29 Sep 2010 22:51:13 -0400 Subject: [PATCH 4/5] 0.26.0 --- .gitignore | 1 + sources | 2 +- vte.spec | 7 +++++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index cafb290..a473fc6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ vte-0.25.1.tar.bz2 /vte-0.25.90.tar.bz2 /vte-0.25.91.tar.bz2 +/vte-0.26.0.tar.bz2 diff --git a/sources b/sources index 495186a..2549a02 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -872dffbd8c5efa77e06f8874f698caa5 vte-0.25.91.tar.bz2 +44c57bb20a79d9e3b20c7bf222714528 vte-0.26.0.tar.bz2 diff --git a/vte.spec b/vte.spec index c422774..169d285 100644 --- a/vte.spec +++ b/vte.spec @@ -3,13 +3,13 @@ %define gtk2_version 2.12.0 Name: vte -Version: 0.25.91 +Version: 0.26.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.25/%{name}-%{version}.tar.bz2 +Source: http://download.gnome.org/sources/vte/0.26/%{name}-%{version}.tar.bz2 BuildRequires: gtk2-devel >= %{gtk2_version} BuildRequires: pango-devel >= %{pango_version} @@ -100,6 +100,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a %doc %{_datadir}/gtk-doc/html/vte-0.0 %changelog +* Wed Sep 29 2010 Matthias Clasen 0.26.0-1 +- Update to 0.26 + * Tue Aug 31 2010 Matthias Clasen 0.25.91-1 - Update to 0.25.91 From 9993c4a41b3039e6db23ad071c974c79dab7897d Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Wed, 13 Oct 2010 12:52:50 -0600 Subject: [PATCH 5/5] Update to 0.26.1 --- .gitignore | 1 + sources | 2 +- vte.spec | 5 ++++- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a473fc6..f9b4ed0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ vte-0.25.1.tar.bz2 /vte-0.25.90.tar.bz2 /vte-0.25.91.tar.bz2 /vte-0.26.0.tar.bz2 +/vte-0.26.1.tar.bz2 diff --git a/sources b/sources index 2549a02..0add367 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44c57bb20a79d9e3b20c7bf222714528 vte-0.26.0.tar.bz2 +f20f62d4dda88938b95ba66bc509529a vte-0.26.1.tar.bz2 diff --git a/vte.spec b/vte.spec index 169d285..7692230 100644 --- a/vte.spec +++ b/vte.spec @@ -3,7 +3,7 @@ %define gtk2_version 2.12.0 Name: vte -Version: 0.26.0 +Version: 0.26.1 Release: 1%{?dist} Summary: A terminal emulator License: LGPLv2+ @@ -100,6 +100,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gtk-2.0/*.a %doc %{_datadir}/gtk-doc/html/vte-0.0 %changelog +* Wed Oct 13 2010 Kevin Fenzi - 0.26.1-1 +- Update to 0.26.1 + * Wed Sep 29 2010 Matthias Clasen 0.26.0-1 - Update to 0.26