Accepting request 69055 from GNOME:Factory
Pushing G:F (including GNOME3) OBS-URL: https://build.opensuse.org/request/show/69055 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=81
This commit is contained in:
commit
e30097676d
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:f96b112b3592bcafa99b3948305007991f086277a438cd6f6e82ffd299221447
|
|
||||||
size 1243106
|
|
3
gnome-desktop-3.0.1.tar.bz2
Normal file
3
gnome-desktop-3.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6d5e140a0d5f9bc131caff505bc4a2afa11e1839437f7fc3da73238b37a3f0a3
|
||||||
|
size 1246936
|
@ -1,3 +1,62 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 27 12:03:31 UTC 2011 - fcrozat@novell.com
|
||||||
|
|
||||||
|
- Update to version 3.0.1:
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 22 11:00:36 CEST 2011 - vuntz@opensuse.org
|
||||||
|
|
||||||
|
- Move gnome-about Obsoletes to gnome-version subpackage as this is
|
||||||
|
really the one providing the same kind of data.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 12 16:18:26 UTC 2011 - dimstar@opensuse.org
|
||||||
|
|
||||||
|
- Set IS_DEFAULT_GNOME_DESKTOP to 1 and add gnome-about Obsoletes
|
||||||
|
to libgnome-desktop-3-0.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
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.1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
@ -46,8 +46,7 @@ BuildRequires: gtk-doc
|
|||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the gnome-about program as well as some
|
This package contains the desktop-wide files.
|
||||||
desktop-wide documents.
|
|
||||||
|
|
||||||
%if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}
|
%if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}
|
||||||
|
|
||||||
@ -55,6 +54,9 @@ desktop-wide documents.
|
|||||||
License: LGPLv2.1+
|
License: LGPLv2.1+
|
||||||
Summary: GNOME version
|
Summary: GNOME version
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
|
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||||
|
Obsoletes: gnome-about < %{version}
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n gnome-version
|
%description -n gnome-version
|
||||||
This package contains information on the version of GNOME that is installed.
|
This package contains information on the version of GNOME that is installed.
|
||||||
@ -118,6 +120,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…
x
Reference in New Issue
Block a user