Accepting request 329046 from GNOME:Next
Scripted push of project GNOME:Next OBS-URL: https://build.opensuse.org/request/show/329046 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=203
This commit is contained in:
parent
3ee3e6632c
commit
b3deb29ca8
@ -1,3 +1,3 @@
|
||||
libgnome-desktop-3-10
|
||||
libgnome-desktop-3-12
|
||||
obsoletes "gnome-desktop-<targettype> <= <version>"
|
||||
provides "gnome-desktop-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3a8f196b46eb9dbd3ba2afb8fb5fef6a8825539d449a02181311242e22227bd0
|
||||
size 1078328
|
3
gnome-desktop-3.17.91.tar.xz
Normal file
3
gnome-desktop-3.17.91.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fc7f9e938675767d7a5954a3b705b69aec5abd016e83813af54bb5e8c3d60489
|
||||
size 1094824
|
@ -1,3 +1,40 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 3 19:22:27 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.91:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 18 18:23:56 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.90:
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jul 23 12:32:42 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.4:
|
||||
+ Remove unused EDID parsing code.
|
||||
+ Support underscanning.
|
||||
+ Export dpms information.
|
||||
+ Add support for tiled monitors.
|
||||
+ Updated translations.
|
||||
- Bump libgnome-desktop soname and rename subpackage (also in
|
||||
baselibs.conf) following upstreams changes.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 26 07:39:17 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.3:
|
||||
+ Fix build of installed-tests.
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 27 08:56:45 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
- Update to version 3.17.2:
|
||||
+ Add support for overscan compensation in displays (bgo#748560).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 12 11:25:18 UTC 2015 - zaitor@opensuse.org
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 3.16.2
|
||||
Version: 3.17.91
|
||||
Release: 0
|
||||
Summary: The GNOME Desktop API Library
|
||||
License: LGPL-2.1+
|
||||
Group: System/GUI/GNOME
|
||||
Url: http://www.gnome.org
|
||||
Source: http://download.gnome.org/sources/gnome-desktop/3.16/%{name}-%{version}.tar.xz
|
||||
Source: http://download.gnome.org/sources/gnome-desktop/3.17/%{name}-%{version}.tar.xz
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gobject-introspection-devel
|
||||
@ -75,7 +75,7 @@ reasons.
|
||||
|
||||
This package contains data files used by libgnome-dekstop.
|
||||
|
||||
%package -n libgnome-desktop-3-10
|
||||
%package -n libgnome-desktop-3-12
|
||||
Summary: The GNOME Desktop API Library
|
||||
Group: System/GUI/GNOME
|
||||
Requires: gsettings-desktop-schemas
|
||||
@ -87,7 +87,7 @@ Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
%endif
|
||||
|
||||
%description -n libgnome-desktop-3-10
|
||||
%description -n libgnome-desktop-3-12
|
||||
The libgnome-desktop library provides API shared by several applications
|
||||
on the desktop, but that cannot live in the platform for various
|
||||
reasons.
|
||||
@ -107,7 +107,7 @@ libgnome-desktop.
|
||||
%package -n libgnome-desktop-3-devel
|
||||
Summary: The GNOME Desktop API Library -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libgnome-desktop-3-10 = %{version}
|
||||
Requires: libgnome-desktop-3-12 = %{version}
|
||||
Requires: typelib-1_0-GnomeDesktop-3_0 = %{version}
|
||||
# Needed as /usr/include/gnome-desktop-3.0/libgnome-desktop/gnome-xkb-info.h includes X11/extensions/XKBrules.h
|
||||
Requires: libxkbfile-devel
|
||||
@ -157,11 +157,11 @@ rm %{buildroot}%{_datadir}/gnome/gnome-version.xml
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgnome-desktop-3-10 -p /sbin/ldconfig
|
||||
%post -n libgnome-desktop-3-12 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-desktop-3-10 -p /sbin/ldconfig
|
||||
%postun -n libgnome-desktop-3-12 -p /sbin/ldconfig
|
||||
|
||||
%files -n libgnome-desktop-3-10
|
||||
%files -n libgnome-desktop-3-12
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING.LIB NEWS README
|
||||
%{_libdir}/libgnome-desktop-3.so.*
|
||||
|
Loading…
Reference in New Issue
Block a user