Mailinglist Archive: opensuse-commit (1248 mails)

< Previous Next >
commit vte for openSUSE:Factory
  • From: root@xxxxxxxxxxxxxxx (h_root)
  • Date: Thu, 01 Apr 2010 03:22:33 +0200
  • Message-id: <20100401012233.789F02020F@xxxxxxxxxxxxxxx>

Hello community,

here is the log from the commit of package vte for openSUSE:Factory
checked in at Thu Apr 1 03:22:33 CEST 2010.



--------
--- GNOME/vte/vte.changes 2010-01-15 02:31:49.000000000 +0100
+++ /mounts/work_src_done/STABLE/vte/vte.changes 2010-03-29
22:14:13.000000000 +0200
@@ -1,0 +2,11 @@
+Mon Mar 29 16:43:53 CEST 2010 - vuntz@xxxxxxxxxxxx
+
+- Update to version 0.24.0:
+ + Updated API docs
+ + Cache backgrounds as cairo surfaces
+ + Updated translations.
+- Add libgladeui-1_0-devel BuildRequires and pass
+ --enable-glade-catalogue to configure to build the glade catalog.
+- Use libexedir instead of prefix/lib.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


Old:
----
vte-0.23.5.tar.bz2

New:
----
vte-0.24.0.tar.bz2

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ vte.spec ++++++
--- /var/tmp/diff_new_pack.Y3hq3b/_old 2010-04-01 03:22:26.000000000 +0200
+++ /var/tmp/diff_new_pack.Y3hq3b/_new 2010-04-01 03:22:26.000000000 +0200
@@ -1,5 +1,5 @@
#
-# spec file for package vte (Version 0.23.5)
+# spec file for package vte (Version 0.24.0)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -22,6 +22,7 @@
BuildRequires: fdupes
BuildRequires: gtk2-devel
BuildRequires: intltool
+BuildRequires: libgladeui-1_0-devel
BuildRequires: python-devel
BuildRequires: python-gtk-devel
BuildRequires: ncurses-devel
@@ -30,7 +31,7 @@
License: GPLv2+
Group: Development/Libraries/GNOME
AutoReqProv: on
-Version: 0.23.5
+Version: 0.24.0
Release: 1
Summary: Terminal Emulator
Source:
ftp://ftp.gnome.org/pub/gnome/sources/vte/0.16/%{name}-%{version}.tar.bz2
@@ -64,8 +65,9 @@

%build
%configure --with-pic\
- --libexecdir=%{_prefix}/lib/vte\
- --disable-static
+ --libexecdir=%{_libexecdir}/vte\
+ --disable-static \
+ -enable-glade-catalogue
%__make %{?jobs:-j%jobs}

%install
@@ -93,11 +95,11 @@
%dir %{_libdir}/vte
%{_libdir}/vte/[a-fh-z]*
%{_datadir}/vte
-%if "%{_libdir}" != "%{_prefix}/lib"
-%dir %{_prefix}/lib/vte
+%if "%{_libdir}" != "%{_libexecdir}"
+%dir %{_libexecdir}/vte
%endif
%{_datadir}/pygtk/2.0/defs/vte.defs
-%verify (not mode) %attr (2755, root, tty) %{_prefix}/lib/vte/gnome-pty-helper
+%verify (not mode) %attr (2755, root, tty) %{_libexecdir}/vte/gnome-pty-helper
%{py_sitedir}/gtk-2.0/*.so

%files devel
@@ -105,6 +107,16 @@
%{_libdir}/pkgconfig/*.pc
%{_libdir}/*.so
%{_includedir}/vte
+%dir %{_datadir}/glade3
+%dir %{_datadir}/glade3/catalogs
+%dir %{_datadir}/glade3/pixmaps
+%dir %{_datadir}/glade3/pixmaps/hicolor
+%dir %{_datadir}/glade3/pixmaps/hicolor/16x16
+%dir %{_datadir}/glade3/pixmaps/hicolor/16x16/actions
+%dir %{_datadir}/glade3/pixmaps/hicolor/22x22
+%dir %{_datadir}/glade3/pixmaps/hicolor/22x22/actions
+%{_datadir}/glade3/catalogs/vte.xml
+%{_datadir}/glade3/pixmaps/hicolor/*/*/widget-vte-terminal.png
# Own these repositories to not depend on gtk-doc while building:
%dir %{_datadir}/gtk-doc
%dir %{_datadir}/gtk-doc/html

++++++ vte-0.23.5.tar.bz2 -> vte-0.24.0.tar.bz2 ++++++
++++ 63750 lines of diff (skipped)


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

--
To unsubscribe, e-mail: opensuse-commit+unsubscribe@xxxxxxxxxxxx
For additional commands, e-mail: opensuse-commit+help@xxxxxxxxxxxx

< Previous Next >
This Thread