1
0
forked from pool/gnome-desktop

Accepting request 97282 from home:vuntz:branches:GNOME:Factory

Update to 3.3.3

OBS-URL: https://build.opensuse.org/request/show/97282
OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-desktop?expand=0&rev=132
This commit is contained in:
Vincent Untz 2011-12-21 04:16:16 +00:00 committed by Git OBS Bridge
parent 72706c8008
commit de47cf1221
4 changed files with 29 additions and 22 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:21229da84b55b668a8139b63dad7bee919262d6ff44528617181cb200180acec
size 1284165

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:d48d98416fe6fc1d6a15c7e8422413b3f20dfa10309f997f05490f9fa180e08f
size 927616

View File

@ -1,7 +1,18 @@
-------------------------------------------------------------------
Tue Dec 20 09:31:12 UTC 2011 - vuntz@opensuse.org
- Update to version 3.3.3:
+ No change, just a version bump.
- Add xz BuildRequires because we can't build a package for a
xz-compressed tarball without explicitly specifying that... See
bnc#697467 for more details.
- Remove unneeded text from descriptions.
-------------------------------------------------------------------
Thu Dec 8 22:49:20 UTC 2011 - dimstar@opensuse.org
- Split typelib in subpackage typelib-1_0-GnomeDesktop-3_0.
- Split typelib file into typelib-1_0-GnomeDesktop-3_0 subpackage.
- Add typelib-1_0-GnomeDesktop-3_0 Requires to devel subpackage.
-------------------------------------------------------------------
Mon Nov 21 16:34:25 UTC 2011 - dimstar@opensuse.org

View File

@ -19,19 +19,21 @@
%define IS_DEFAULT_GNOME_DESKTOP 1
Name: gnome-desktop
Version: 3.3.2
Release: 1
License: LGPLv2.1+
Version: 3.3.3
Release: 0
Summary: The GNOME Desktop API Library
Url: http://www.gnome.org
License: LGPL-2.1+
Group: System/GUI/GNOME
Source: http://download.gnome.org/sources/gnome-desktop/3.3/%{name}-%{version}.tar.bz2
Url: http://www.gnome.org
Source: http://download.gnome.org/sources/gnome-desktop/3.3/%{name}-%{version}.tar.xz
Source99: baselibs.conf
BuildRequires: fdupes
BuildRequires: gnome-doc-utils-devel
BuildRequires: gobject-introspection-devel
BuildRequires: intltool
BuildRequires: translation-update-upstream
# Only needed because we don't (and won't) support building xz tarballs by default... See bnc#697467
BuildRequires: xz
BuildRequires: pkgconfig(gdk-pixbuf-2.0)
BuildRequires: pkgconfig(glib-2.0)
BuildRequires: pkgconfig(gsettings-desktop-schemas)
@ -51,7 +53,6 @@ This package contains the desktop-wide files.
%if %IS_DEFAULT_GNOME_DESKTOP || 0%{?BUILD_FROM_VCS}
%package -n gnome-version
License: LGPLv2.1+
Summary: GNOME version
Group: System/GUI/GNOME
%if %IS_DEFAULT_GNOME_DESKTOP
@ -63,7 +64,6 @@ This package contains information on the version of GNOME that is installed.
%endif
%package -n libgnome-desktop-3-2
License: LGPLv2.1+
Summary: The GNOME Desktop API Library
Group: System/GUI/GNOME
Requires: gsettings-desktop-schemas
@ -76,23 +76,21 @@ Obsoletes: %{name} < %{version}
%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
best to provide stability. Documentation for the API is available with
gtk-doc.
reasons.
%package -n typelib-1_0-GnomeDesktop-3_0
Summary: The GNOME Desktop API Library
Summary: The GNOME Desktop API Library -- Introspection bindings
Group: System/Libraries
%description -n typelib-1_0-GnomeDesktop-3_0
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
best to provide stability. Documentation for the API is available with
gtk-doc.
reasons.
This package provides the GObject Introspection bindings for
libgnome-desktop.
%package -n libgnome-desktop-3-devel
License: LGPLv2.1+
Summary: The GNOME Desktop API Library -- Development Files
Group: Development/Libraries/GNOME
Requires: libgnome-desktop-3-2 = %{version}
@ -107,9 +105,7 @@ Obsoletes: %{name}-doc < %{version}
%description -n libgnome-desktop-3-devel
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
best to provide stability. Documentation for the API is available with
gtk-doc.
reasons.
%lang_package
%prep