Accepting request 55401 from GNOME:Factory
Accepted submit request 55401 from user vuntz OBS-URL: https://build.opensuse.org/request/show/55401 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=72
This commit is contained in:
commit
30c891fd02
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e98d9469f0dec12952b392852a461643036cda4c5a831f1c89c0d5a0aaac0070
|
|
||||||
size 1375768
|
|
3
gnome-desktop-2.91.3.tar.bz2
Normal file
3
gnome-desktop-2.91.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:9ef820b487c6a529dec418e5b41ff4309e0da9d947d09bb6bade4d193129d2cb
|
||||||
|
size 1349752
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Dec 6 15:31:25 CET 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Add gsettings-desktop-schemas Requires to libgnome-desktop-3-0,
|
||||||
|
since applications using the library don't have to know that
|
||||||
|
gsettings-desktop-schemas is required.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Nov 26 11:31:59 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.91.3:
|
||||||
|
+ Add API to ensure primary display is set in config
|
||||||
|
+ Add cache for resized wallpapers (to help CPU usage on startup)
|
||||||
|
+ Remove gconf-2.0 from pkg-config files
|
||||||
|
- Changes frm version 2.91.2:
|
||||||
|
+ Build System fixes
|
||||||
|
+ Fix possible double-free when destroying private windows
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 15 11:32:24 CET 2010 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 2.91.1:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- GnomeRR: Make the RR labels honor workarea so they don't
|
||||||
|
appear over/under panels
|
||||||
|
- bgo#629168: Don't read past the end of a string
|
||||||
|
- GnomeBG: Port to GSettings
|
||||||
|
+ Misc:
|
||||||
|
- Require gconf in pc file
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(gsettings-desktop-schemas) BuildRequires.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Oct 11 18:04:40 CEST 2010 - vuntz@opensuse.org
|
Mon Oct 11 18:04:40 CEST 2010 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-desktop (Version 2.91.0)
|
# spec file for package gnome-desktop (Version 2.91.3)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@ -19,7 +19,7 @@
|
|||||||
%define IS_DEFAULT_GNOME_DESKTOP 0
|
%define IS_DEFAULT_GNOME_DESKTOP 0
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
Version: 2.91.0
|
Version: 2.91.3
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
@ -37,6 +37,7 @@ BuildRequires: update-desktop-files
|
|||||||
BuildRequires: pkgconfig(gconf-2.0)
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
||||||
BuildRequires: pkgconfig(glib-2.0)
|
BuildRequires: pkgconfig(glib-2.0)
|
||||||
|
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||||
BuildRequires: pkgconfig(gtk+-3.0)
|
BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
BuildRequires: pkgconfig(libstartup-notification-1.0)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
@ -64,6 +65,7 @@ installed.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
|
Requires: gsettings-desktop-schemas
|
||||||
Recommends: %{name}-lang
|
Recommends: %{name}-lang
|
||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user