Accepting request 377286 from GNOME:Factory
Update to 3.20.0 (forwarded request 376989 from dimstar) OBS-URL: https://build.opensuse.org/request/show/377286 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=128
This commit is contained in:
commit
ab88c6edcc
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ddd46d022de137543a71f50c7392b32f9b98d5d3f2b53040b35f5802de2e7b56
|
|
||||||
size 1091568
|
|
3
gnome-desktop-3.20.0.tar.xz
Normal file
3
gnome-desktop-3.20.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:18c7f818cfd91e25d242785c14d0d46dd8eeca3a0bde46949d387987badab08d
|
||||||
|
size 1095316
|
@ -1,3 +1,60 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 21 20:30:55 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.20.0:
|
||||||
|
+ No changes.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 17 14:42:12 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.93:
|
||||||
|
+ Add a way to get the frequency for a mode as a floating number.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 14 18:38:38 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.92:
|
||||||
|
+ Only version update.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 3 19:43:17 UTC 2016 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.91:
|
||||||
|
+ Reduce log spam in thumbnailing.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Feb 16 10:14:28 UTC 2016 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.90:
|
||||||
|
+ Only version update.
|
||||||
|
- Changes from version 3.19.4:
|
||||||
|
+ Capitalize language and territory names.
|
||||||
|
+ Add default keyboard layout for Mexico and Guatemala.
|
||||||
|
+ Avoid a crash when thumbnailing.
|
||||||
|
+ Be more careful when parsing locales.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Dec 19 06:55:57 UTC 2015 - damjanovic.ivo@gmail.com
|
||||||
|
|
||||||
|
- Update to version 3.19.3:
|
||||||
|
+ Fixed compiler warning in gnome-rr.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 19:46:05 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.2:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 24 01:02:53 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.19.1:
|
||||||
|
+ Fix turning off tiled monitors.
|
||||||
|
+ Fix thumbnailing of animations.
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Nov 9 21:30:20 UTC 2015 - zaitor@opensuse.org
|
Mon Nov 9 21:30:20 UTC 2015 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-desktop
|
# spec file for package gnome-desktop
|
||||||
#
|
#
|
||||||
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -19,20 +19,20 @@
|
|||||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
Version: 3.18.2
|
Version: 3.20.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
License: LGPL-2.1+
|
License: LGPL-2.1+
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Url: http://www.gnome.org
|
Url: http://www.gnome.org
|
||||||
Source: http://download.gnome.org/sources/gnome-desktop/3.18/%{name}-%{version}.tar.xz
|
Source: http://download.gnome.org/sources/gnome-desktop/3.20/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
BuildRequires: translation-update-upstream
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.33.0
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
||||||
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.5.91
|
BuildRequires: pkgconfig(gsettings-desktop-schemas) >= 3.5.91
|
||||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6
|
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.6
|
||||||
|
Loading…
x
Reference in New Issue
Block a user