Accepting request 86356 from GNOME:Factory

New stable version

OBS-URL: https://build.opensuse.org/request/show/86356
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gnome-shell-extensions?expand=0&rev=11
This commit is contained in:
Lars Vogdt 2011-10-05 09:08:41 +00:00 committed by Git OBS Bridge
commit cedd3a10a2
5 changed files with 27 additions and 39 deletions

View File

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

View File

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

View File

@ -1,27 +0,0 @@
From b6cc2d6df43d8187d58cac78b3679d6100ee6416 Mon Sep 17 00:00:00 2001
From: malcolmlewis <malcolmlewis@opensuse.org>
Date: Fri, 8 Jul 2011 15:24:50 -0500
Subject: [PATCH] Fix zero-length warning for stylesheets
Signed-off-by: malcolmlewis <malcolmlewis@opensuse.org>
---
extensions/gajim/stylesheet.css | 1 +
extensions/user-theme/stylesheet.css | 1 +
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/extensions/gajim/stylesheet.css b/extensions/gajim/stylesheet.css
index e69de29..6d91483 100644
--- a/extensions/gajim/stylesheet.css
+++ b/extensions/gajim/stylesheet.css
@@ -0,0 +1 @@
+/* none used */
diff --git a/extensions/user-theme/stylesheet.css b/extensions/user-theme/stylesheet.css
index e69de29..6d91483 100644
--- a/extensions/user-theme/stylesheet.css
+++ b/extensions/user-theme/stylesheet.css
@@ -0,0 +1 @@
+/* none used */
--
1.7.3.4

View File

@ -1,3 +1,24 @@
-------------------------------------------------------------------
Mon Oct 3 20:12:10 CEST 2011 - malcolmlewis@opensuse.org
- Update to version 3.2.0:
+ Various updates for gnome-shell API changes.
- Changes from version 3.1.91:
+ Update for gnome-shell API changes in gajim.
- Changes from version 3.1.90:
+ All extensions have been ported to the new extension
system (including live enable/disable).
+ xrandr-indicator no longer requires a specific gjs version.
+ windowsNavigator fixed for more than 2 workspaces.
+ Updated translations.
- Drop
gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch:
fixed upstream.
- Drop gnome-common BuildRequires and call to autogen.sh: we're not
using a git checkout anymore.
- Add intltool BuildRequires: it was implicitly brought in by
gnome-common before.
-------------------------------------------------------------------
Tue Aug 9 10:20:16 CEST 2011 - dimstar@opensuse.org

View File

@ -19,22 +19,19 @@
Name: gnome-shell-extensions
Version: 3.1.4
Version: 3.2.0
Release: 1
License: GPL-2.0+
Summary: A collection of extensions for GNOME Shell
Url: http://live.gnome.org/GnomeShell/Extensions
Group: System/GUI/GNOME
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.1/%{name}-%{version}.tar.bz2
Source: http://download.gnome.org/sources/gnome-shell-extensions/3.2/%{name}-%{version}.tar.bz2
Source1: README.SUSE
# PATCH-FIX-UPSTREAM gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch bgo#654274 malcolmlewis@opensuse.org -- Fix zero-length warning for stylesheets
Patch0: gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch
# Needed because we build from a git checkout
BuildRequires: gnome-common
# Needed for directory ownership
BuildRequires: gnome-shell
# gobject-introspection is needed for the typelib() rpm magic.
BuildRequires: gobject-introspection
BuildRequires: intltool
BuildRequires: pkgconfig(gnome-desktop-3.0)
BuildRequires: pkgconfig(libgtop-2.0) >= 2.28.3
Requires: gnome-shell
@ -220,12 +217,9 @@ laptop monitor and open display preferences quickly.
%lang_package
%prep
%setup -q
%patch0 -p1
cp %{S:1} .
%build
# Needed because we build from a git checkout
[ -x autogen.sh ] && NOCONFIGURE=1 ./autogen.sh
%configure --enable-extensions=all
make %{?_smp_mflags}