Accepting request 69080 from GNOME:Factory

Pushing G:F (including GNOME3)

OBS-URL: https://build.opensuse.org/request/show/69080
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-terminal?expand=0&rev=57
This commit is contained in:
Sascha Peilicke 2011-05-05 12:40:31 +00:00 committed by Git OBS Bridge
commit 4d7c009b95
4 changed files with 85 additions and 19 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:7f41e4b185a2cf65ff417b89e429fc3b625c5e3f042ee1763bda6490fa4676fb
size 2319315

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:388eda40663566cb785e2d92180e0b584c2c89acc3e7bcd30605601710fddc48
size 2321517

View File

@ -1,3 +1,67 @@
-------------------------------------------------------------------
Wed Apr 27 14:19:51 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.1:
+ bgo#647077: Use gsettings for proxy settings.
+ Updated translations.
-------------------------------------------------------------------
Wed Apr 27 14:37:48 CEST 2011 - vuntz@opensuse.org
- Remove now unneeded dbus-1-glib-devel, scrollkeeper,
startup-notification-devel BuildRequires.
- Change gconf2-devel BuildRequires to pkgconfig(gconf-2.0).
- Add explicit pkgconfig() BuildRequires: glib-2.0, gtk+-3.0.
- Drop our copy of gtk-builder-convert:
+ Remove the source file.
+ Remove python-xml BuildRequires.
+ Do not set GTK_BUILDER_CONVERT on build.
+ Add gtk2-devel BuildRequires, which has the script.
-------------------------------------------------------------------
Mon Apr 4 13:52:43 UTC 2011 - fcrozat@novell.com
- Update to version 3.0.0:
+ Update paste sensitivity whenever clipboard changes
+ Updated translations.
-------------------------------------------------------------------
Thu Mar 24 09:38:54 UTC 2011 - fcrozat@novell.com
- Update to version 2.33.90:
+ Disable sorting in the Keyboard Shortcut editor
+ Take system font from gsettings instead of gconf
+ Theme close button
+ Updated translations.
- Changes from version 2.33.5:
+ More port to gtk3
+ Misc fixes.
+ Updated translations.
- Changes from version 2.33.4:
+ More port to gtk3
+ Updated translations.
- Changes from version 2.33.3:
+ Remove S/Key support
+ More port to gtk3
+ Updated translations.
- Changes from version 2.33.2:
+ Do not put TERM in the spawn env
+ More port to gtk3
+ Don't crash when receiving bogus data in dbus call
+ Updated translations.
- Changes from version 2.33.1:
+ Make geometry parsing more robust
+ Implement a better fix for wrong sizing of detached tabs
+ Fix gridding for small sizes
+ Port to gtk3
+ Updated translations
- Pass --with-gtk=3.0 to configure.
- Add copy of git gtk2 gtk-builder-convert to fix build and not
rely on modified gtk2 packages, pass GTK_BUILDER_CONVERT varibale
to configure call, and add python-xml BuildRequires.
- Change vte-devel BuildRequires to pkgconfig(vte-2.90)
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires.
-------------------------------------------------------------------
Sun Feb 13 16:18:24 CET 2011 - vuntz@opensuse.org

View File

@ -19,27 +19,29 @@
Name: gnome-terminal
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: intltool
BuildRequires: gconf2-devel
BuildRequires: dbus-1-glib-devel
BuildRequires: scrollkeeper
BuildRequires: startup-notification-devel
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: vte-devel
License: GPLv3+ ; LGPLv2.1+
Group: System/X11/Terminals
Obsoletes: gnome-core
Version: 2.32.1
Release: 3
Version: 3.0.1
Release: 1
Summary: GNOME Terminal
Source: %{name}-%{version}.tar.bz2
Url: http://www.gnome.org
BuildRoot: %{_tmppath}/%{name}-%{version}-build
Source: %{name}-%{version}.tar.bz2
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
# for gtk-builder-convert
BuildRequires: gtk2-devel
BuildRequires: intltool
BuildRequires: translation-update-upstream
BuildRequires: update-desktop-files
BuildRequires: pkgconfig(gconf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(vte-2.90)
PreReq: filesystem gconf2
Recommends: %{name}-lang
Obsoletes: gnome-core
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%gconf_schemas_prereq
%description
@ -51,7 +53,7 @@ This package provides the GNOME terminal emulator application.
translation-update-upstream
%build
%configure \
%configure --with-gtk=3.0 \
--disable-schemas-install \
--disable-scrollkeeper
%__make %{?jobs:-j%jobs}