Accepting request 519482 from GNOME:Next
- Update to version 3.25.91.1: + Fix multiple bugs in sandboxed thumbnailer handling, including performance, and left-over files in /tmp. + Fix a memory leak in the display handling code. + Fix a compile-time error on x32. - Changes from version 3.25.90.1: + Improve error reporting in thumbnailers. + Fix crashes in thumbnailers (bgo#785963). - Update to version 3.25.90: + Thumbnailers are now sandboxed (bgo#7744970, bgo#785197). + Fix a crash in xkb info handling (bgo#785320). + Updated translations. - Add pkgconfig(libseccomp) BuildRequires: New dependency. - Update to version 3.25.4: + Fix uninitialized memory in the thumbnailer (bgo#784915). + Add default input source for fr_BE. - Update to version 3.25.3: + gnome-bg: Handle exif orientations (bgo#516177). + Updated translations. - Update to version 3.25.2: + thumbnail: Update documentation. - Update to version 3.25.1: + wallclock: - Don't update needlessly (bgo#780861). - am/pm is always available now (bgo#780877). + Updated translations. OBS-URL: https://build.opensuse.org/request/show/519482 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=239
This commit is contained in:
parent
20c1bc3427
commit
36fc4efc0b
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:8fa1de66a6a75963bffc79b01a60434c71237d44c51beca09c0f714a032d785e
|
|
||||||
size 1064808
|
|
3
gnome-desktop-3.25.91.1.tar.xz
Normal file
3
gnome-desktop-3.25.91.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:3d99f4e04fc8adaf0da9032af4c4e74338e90fc7a01c8aa7ea43ed43ba2ca745
|
||||||
|
size 979324
|
@ -1,3 +1,53 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 23 12:37:42 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.91.1:
|
||||||
|
+ Fix multiple bugs in sandboxed thumbnailer handling, including
|
||||||
|
performance, and left-over files in /tmp.
|
||||||
|
+ Fix a memory leak in the display handling code.
|
||||||
|
+ Fix a compile-time error on x32.
|
||||||
|
- Changes from version 3.25.90.1:
|
||||||
|
+ Improve error reporting in thumbnailers.
|
||||||
|
+ Fix crashes in thumbnailers (bgo#785963).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 7 21:00:08 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.90:
|
||||||
|
+ Thumbnailers are now sandboxed (bgo#7744970, bgo#785197).
|
||||||
|
+ Fix a crash in xkb info handling (bgo#785320).
|
||||||
|
+ Updated translations.
|
||||||
|
- Add pkgconfig(libseccomp) BuildRequires: New dependency.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jul 20 17:02:40 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.4:
|
||||||
|
+ Fix uninitialized memory in the thumbnailer (bgo#784915).
|
||||||
|
+ Add default input source for fr_BE.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jun 20 08:44:42 UTC 2017 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.3:
|
||||||
|
+ gnome-bg: Handle exif orientations (bgo#516177).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 12:41:09 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.2:
|
||||||
|
+ thumbnail: Update documentation.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat May 20 14:33:25 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
- Update to version 3.25.1:
|
||||||
|
+ wallclock:
|
||||||
|
- Don't update needlessly (bgo#780861).
|
||||||
|
- am/pm is always available now (bgo#780877).
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 10 19:27:59 UTC 2017 - zaitor@opensuse.org
|
Wed May 10 19:27:59 UTC 2017 - zaitor@opensuse.org
|
||||||
|
|
||||||
|
@ -19,13 +19,13 @@
|
|||||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
Version: 3.24.2
|
Version: 3.25.91.1
|
||||||
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.24/%{name}-%{version}.tar.xz
|
Source: https://download.gnome.org/sources/gnome-desktop/3.25/%{name}-%{version}.tar.xz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: fdupes
|
BuildRequires: fdupes
|
||||||
BuildRequires: gobject-introspection-devel
|
BuildRequires: gobject-introspection-devel
|
||||||
@ -35,10 +35,11 @@ BuildRequires: translation-update-upstream
|
|||||||
%endif
|
%endif
|
||||||
BuildRequires: yelp-tools
|
BuildRequires: yelp-tools
|
||||||
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
|
BuildRequires: pkgconfig(gdk-pixbuf-2.0) >= 2.36.5
|
||||||
BuildRequires: pkgconfig(glib-2.0) >= 2.38.0
|
BuildRequires: pkgconfig(glib-2.0) >= 2.53.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
|
||||||
BuildRequires: pkgconfig(iso-codes)
|
BuildRequires: pkgconfig(iso-codes)
|
||||||
|
BuildRequires: pkgconfig(libseccomp)
|
||||||
BuildRequires: pkgconfig(libudev)
|
BuildRequires: pkgconfig(libudev)
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xkbfile)
|
BuildRequires: pkgconfig(xkbfile)
|
||||||
|
Loading…
Reference in New Issue
Block a user