forked from pool/gnome-desktop
This commit is contained in:
committed by
Git OBS Bridge
parent
ac705ca44b
commit
67baff52b8
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:ae730d7af5bec8c6f9c9b9152f67b3dae79306a9bfc11195ca349f5385742dac
|
|
||||||
size 3171102
|
|
3
gnome-desktop-2.25.92.tar.bz2
Normal file
3
gnome-desktop-2.25.92.tar.bz2
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:577d1f7998f80eecb513ddc0b7684ff37912ec1acfe2e7360465198660a78590
|
||||||
|
size 3179825
|
@@ -1,3 +1,29 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 9 03:39:55 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Add scrollkeeper BuildRequires to fix build.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 6 02:04:37 CET 2009 - vuntz@novell.com
|
||||||
|
|
||||||
|
- Update to version 2.25.92:
|
||||||
|
+ GnomeBG: Allow apps to ignore a pending change so they can
|
||||||
|
avoid updating their background twice
|
||||||
|
+ GnomeBG: Blow all expensive caches if we're not gonna update
|
||||||
|
the background again in one minute
|
||||||
|
+ GnomeBG: Do slightly less steps in slide transitions to avoid
|
||||||
|
using to much resources on things that are not visible
|
||||||
|
+ GnomeBG: Remove outstanding transitions on finalize
|
||||||
|
+ GnomeRR: Use g_new0() instead of calloc() for consistency
|
||||||
|
+ GnomeRR: Fix leak
|
||||||
|
+ GnomeRR: Code cleanup
|
||||||
|
+ GnomeRR: Revert the change to use
|
||||||
|
XRRGetScreenResourcesCurrent(), it's not needed anymore and it
|
||||||
|
broke the "Detect Monitors" button
|
||||||
|
+ General: Make sure that the translation system is initiliazed
|
||||||
|
so that translations can be used
|
||||||
|
+ Updated translations.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Feb 17 11:44:12 CET 2009 - mboman@suse.de
|
Tue Feb 17 11:44:12 CET 2009 - mboman@suse.de
|
||||||
|
|
||||||
@@ -11,6 +37,11 @@ Tue Feb 17 09:59:01 CET 2009 - mboman@suse.de
|
|||||||
- Merge -doc into -devel since it only contained gtk-doc
|
- Merge -doc into -devel since it only contained gtk-doc
|
||||||
- Remove gnome-common, gtk-doc and scrollkeeper from BuildRequires
|
- Remove gnome-common, gtk-doc and scrollkeeper from BuildRequires
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Feb 16 17:49:47 CET 2009 - sbrabec@suse.cz
|
||||||
|
|
||||||
|
- Added support for translation-update-upstream (FATE#301344).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Feb 5 14:08:29 EST 2009 - mboman@suse.de
|
Thu Feb 5 14:08:29 EST 2009 - mboman@suse.de
|
||||||
|
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnome-desktop (Version 2.25.91)
|
# spec file for package gnome-desktop (Version 2.25.92)
|
||||||
#
|
#
|
||||||
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
@@ -24,12 +24,14 @@ BuildRequires: gconf2-devel
|
|||||||
BuildRequires: gnome-doc-utils-devel
|
BuildRequires: gnome-doc-utils-devel
|
||||||
BuildRequires: gtk2-devel
|
BuildRequires: gtk2-devel
|
||||||
BuildRequires: intltool
|
BuildRequires: intltool
|
||||||
|
BuildRequires: scrollkeeper
|
||||||
BuildRequires: startup-notification-devel
|
BuildRequires: startup-notification-devel
|
||||||
|
BuildRequires: translation-update-upstream
|
||||||
BuildRequires: update-desktop-files
|
BuildRequires: update-desktop-files
|
||||||
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later
|
License: GNU Free Documentation License, Version 1.1 (GFDL 1.1); GPL v2 or later; LGPL v2.1 or later
|
||||||
Group: System/GUI/GNOME
|
Group: System/GUI/GNOME
|
||||||
Obsoletes: gnome-core
|
Obsoletes: gnome-core
|
||||||
Version: 2.25.91
|
Version: 2.25.92
|
||||||
Release: 1
|
Release: 1
|
||||||
Summary: The GNOME Desktop API Library
|
Summary: The GNOME Desktop API Library
|
||||||
Source: %{name}-%{version}.tar.bz2
|
Source: %{name}-%{version}.tar.bz2
|
||||||
@@ -107,6 +109,7 @@ to develop applications that require these.
|
|||||||
%lang_package
|
%lang_package
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
|
translation-update-upstream
|
||||||
%patch1
|
%patch1
|
||||||
%patch2 -p0
|
%patch2 -p0
|
||||||
%patch3 -p1
|
%patch3 -p1
|
||||||
@@ -171,6 +174,26 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_datadir}/gtk-doc/html/gnome-desktop
|
%{_datadir}/gtk-doc/html/gnome-desktop
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 09 2009 vuntz@novell.com
|
||||||
|
- Add scrollkeeper BuildRequires to fix build.
|
||||||
|
* Fri Mar 06 2009 vuntz@novell.com
|
||||||
|
- Update to version 2.25.92:
|
||||||
|
+ GnomeBG: Allow apps to ignore a pending change so they can
|
||||||
|
avoid updating their background twice
|
||||||
|
+ GnomeBG: Blow all expensive caches if we're not gonna update
|
||||||
|
the background again in one minute
|
||||||
|
+ GnomeBG: Do slightly less steps in slide transitions to avoid
|
||||||
|
using to much resources on things that are not visible
|
||||||
|
+ GnomeBG: Remove outstanding transitions on finalize
|
||||||
|
+ GnomeRR: Use g_new0() instead of calloc() for consistency
|
||||||
|
+ GnomeRR: Fix leak
|
||||||
|
+ GnomeRR: Code cleanup
|
||||||
|
+ GnomeRR: Revert the change to use
|
||||||
|
XRRGetScreenResourcesCurrent(), it's not needed anymore and it
|
||||||
|
broke the "Detect Monitors" button
|
||||||
|
+ General: Make sure that the translation system is initiliazed
|
||||||
|
so that translations can be used
|
||||||
|
+ Updated translations.
|
||||||
* Tue Feb 17 2009 mboman@suse.de
|
* Tue Feb 17 2009 mboman@suse.de
|
||||||
- Add Obsoletes/Provides for merged -doc package
|
- Add Obsoletes/Provides for merged -doc package
|
||||||
* Tue Feb 17 2009 mboman@suse.de
|
* Tue Feb 17 2009 mboman@suse.de
|
||||||
@@ -178,6 +201,8 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
+ Translation updates
|
+ Translation updates
|
||||||
- Merge -doc into -devel since it only contained gtk-doc
|
- Merge -doc into -devel since it only contained gtk-doc
|
||||||
- Remove gnome-common, gtk-doc and scrollkeeper from BuildRequires
|
- Remove gnome-common, gtk-doc and scrollkeeper from BuildRequires
|
||||||
|
* Mon Feb 16 2009 sbrabec@suse.cz
|
||||||
|
- Added support for translation-update-upstream (FATE#301344).
|
||||||
* Thu Feb 05 2009 mboman@suse.de
|
* Thu Feb 05 2009 mboman@suse.de
|
||||||
- Update to version 2.25.90:
|
- Update to version 2.25.90:
|
||||||
+ GnomeRR: Create a backup file of the configuration when saving
|
+ GnomeRR: Create a backup file of the configuration when saving
|
||||||
|
Reference in New Issue
Block a user