Accepting request 75739 from GNOME:Factory
Pushing G:F, including GNOME 3.1.3 OBS-URL: https://build.opensuse.org/request/show/75739 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-desktop?expand=0&rev=83
This commit is contained in:
commit
f35f259d0a
@ -1,3 +1,3 @@
|
||||
libgnome-desktop-3-0
|
||||
libgnome-desktop-3-2
|
||||
obsoletes "gnome-desktop-<targettype> <= <version>"
|
||||
provides "gnome-desktop-<targettype> = <version>"
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7b371f12f5f9b237a27e24ba5e3d1bca3ea9a00f1ad70be0b3af12200aceb703
|
||||
size 1247439
|
3
gnome-desktop-3.1.3.tar.bz2
Normal file
3
gnome-desktop-3.1.3.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2ac1c62363fee9531519f6785382de97b67e72907aadab77ba185c605c2a7665
|
||||
size 1250656
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 4 18:53:56 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.3:
|
||||
+ libgnome-desktop:
|
||||
- GnomeRR: Add methods to control the backlight on each output
|
||||
+ Misc:
|
||||
- Modernize build system a bit
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 14 15:55:50 CEST 2011 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 3.1.2:
|
||||
+ libgnome-desktop:
|
||||
- GnomeDesktopThumbnail: Use GOnce for thread safety
|
||||
- GnomeRR: Add a size return value to
|
||||
gnome_rr_output_get_edid_data()
|
||||
- GnomeRR: Emit ::output-connected and ::output-disconnected
|
||||
when screen outputs come and go
|
||||
+ Updated translations.
|
||||
- Rename libgnome-desktop-3-0 to libgnome-desktop-3-2, following
|
||||
library soversion change (also in baselibs.conf).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 18:28:23 CEST 2011 - dimstar@opensuse.org
|
||||
|
||||
|
@ -19,13 +19,13 @@
|
||||
%define IS_DEFAULT_GNOME_DESKTOP 1
|
||||
|
||||
Name: gnome-desktop
|
||||
Version: 3.1.1
|
||||
Version: 3.1.3
|
||||
Release: 1
|
||||
License: LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
Url: http://www.gnome.org
|
||||
Group: System/GUI/GNOME
|
||||
Source: %{name}-%{version}.tar.bz2
|
||||
Source: http://download.gnome.org/sources/gnome-desktop/3.1/%{name}-%{version}.tar.bz2
|
||||
Source99: baselibs.conf
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: gnome-doc-utils-devel
|
||||
@ -62,7 +62,7 @@ Obsoletes: gnome-about < %{version}
|
||||
This package contains information on the version of GNOME that is installed.
|
||||
%endif
|
||||
|
||||
%package -n libgnome-desktop-3-0
|
||||
%package -n libgnome-desktop-3-2
|
||||
License: LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library
|
||||
Group: System/GUI/GNOME
|
||||
@ -73,7 +73,7 @@ Provides: %{name} = %{version}
|
||||
Obsoletes: %{name} < %{version}
|
||||
%endif
|
||||
|
||||
%description -n libgnome-desktop-3-0
|
||||
%description -n libgnome-desktop-3-2
|
||||
The libgnome-desktop library provides API shared by several applications
|
||||
on the desktop, but that cannot live in the platform for various
|
||||
reasons. There is no API or ABI guarantee, although we are doing our
|
||||
@ -84,7 +84,7 @@ gtk-doc.
|
||||
License: LGPLv2.1+
|
||||
Summary: The GNOME Desktop API Library -- Development Files
|
||||
Group: Development/Libraries/GNOME
|
||||
Requires: libgnome-desktop-3-0 = %{version}
|
||||
Requires: libgnome-desktop-3-2 = %{version}
|
||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||
Provides: %{name}-devel = %{version}
|
||||
Obsoletes: %{name}-devel < %{version}
|
||||
@ -149,11 +149,11 @@ rm %{buildroot}%{_datadir}/gnome/gnome-version.xml
|
||||
%clean
|
||||
rm -rf %{buildroot}
|
||||
|
||||
%post -n libgnome-desktop-3-0 -p /sbin/ldconfig
|
||||
%post -n libgnome-desktop-3-2 -p /sbin/ldconfig
|
||||
|
||||
%postun -n libgnome-desktop-3-0 -p /sbin/ldconfig
|
||||
%postun -n libgnome-desktop-3-2 -p /sbin/ldconfig
|
||||
|
||||
%files -n libgnome-desktop-3-0
|
||||
%files -n libgnome-desktop-3-2
|
||||
%defattr(-, root, root)
|
||||
%doc AUTHORS COPYING.LIB NEWS README
|
||||
%if %IS_DEFAULT_GNOME_DESKTOP
|
||||
|
Loading…
x
Reference in New Issue
Block a user