Accepting request 67382 from GNOME:Next
thanks OBS-URL: https://build.opensuse.org/request/show/67382 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=106
This commit is contained in:
parent
43e92d27f4
commit
35e8515cf5
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f96b112b3592bcafa99b3948305007991f086277a438cd6f6e82ffd299221447
|
|
||||||
size 1243106
|
|
3
gnome-desktop-3.0.0.tar.bz2
Normal file
3
gnome-desktop-3.0.0.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:daa46b85e17dad57bbce1f99e1ad4fd2195fea3d91ba8fdf49d2d3f9badeba69
|
||||||
|
size 1247340
|
@ -1,3 +1,49 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 16:18:26 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Set IS_DEFAULT_GNOME_DESKTOP to 1 and Obsolete gnome-about.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 5 11:11:24 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.0:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- GnomeRR: Fix build when randr is not available
|
||||||
|
- GnomeRR: Avoid a crash with spice client
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Mar 24 17:51:05 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.91.93:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- Revert "Force property update when doing new crossfade frame"
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 22 13:20:20 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.91.92:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- Force property update when doing new crossfade frame
|
||||||
|
- Use picture-uri GSettings key
|
||||||
|
+ Misc:
|
||||||
|
- Don't build some RANDR code if RANDR is not available
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.91.91:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- Introspection build improvement
|
||||||
|
+ Bump GTK+ 3 requirement to 3.0
|
||||||
|
+ Updated translations.
|
||||||
|
- Changes from version 2.91.90:
|
||||||
|
+ libgnome-desktop:
|
||||||
|
- GnomeRR: Fix refcount issues in GnomeRRLabeler
|
||||||
|
- GnomeBG: Fix background cache
|
||||||
|
- GnomeBG: Better support for one-slide slideshows, for image
|
||||||
|
with multiple sizes
|
||||||
|
- GnomeRR: Properly position GnomeRRLabeler labels
|
||||||
|
+ Build fix
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Feb 13 21:08:35 CET 2011 - vuntz@opensuse.org
|
Sun Feb 13 21:08:35 CET 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
@ -16,10 +16,10 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define IS_DEFAULT_GNOME_DESKTOP 0
|
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||||
|
|
||||||
Name: gnome-desktop
|
Name: gnome-desktop
|
||||||
Version: 2.91.6.1
|
Version: 3.0.0
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
@ -69,6 +69,7 @@ Recommends: %{name}-lang
|
|||||||
Provides: %{name} = %{version}
|
Provides: %{name} = %{version}
|
||||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||||
Obsoletes: %{name} < %{version}
|
Obsoletes: %{name} < %{version}
|
||||||
|
Obsoletes: gnome-about < %{version}
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%description -n libgnome-desktop-3-0
|
%description -n libgnome-desktop-3-0
|
||||||
@ -118,6 +119,7 @@ translation-update-upstream
|
|||||||
--disable-scrollkeeper \
|
--disable-scrollkeeper \
|
||||||
--with-gnome-distributor="SUSE" \
|
--with-gnome-distributor="SUSE" \
|
||||||
--disable-date-in-gnome-version
|
--disable-date-in-gnome-version
|
||||||
|
make %{?_smp_mflags} V=1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%makeinstall
|
%makeinstall
|
||||||
|
Loading…
Reference in New Issue
Block a user