diff --git a/gnome-shell-extensions-3.1.4.tar.bz2 b/gnome-shell-extensions-3.1.4.tar.bz2 deleted file mode 100644 index aa6ad75..0000000 --- a/gnome-shell-extensions-3.1.4.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:eac92d805a63991dfa1f0c9f4200ef918ae55d754cf8f99719e2272230afe81c -size 118559 diff --git a/gnome-shell-extensions-3.2.0.tar.bz2 b/gnome-shell-extensions-3.2.0.tar.bz2 new file mode 100644 index 0000000..207037d --- /dev/null +++ b/gnome-shell-extensions-3.2.0.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95c30865d64c649191e2fc0b0320e6c25e75ac098b87c8080e0bc2a9cd7a69c6 +size 137512 diff --git a/gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch b/gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch deleted file mode 100644 index ed1b1ae..0000000 --- a/gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch +++ /dev/null @@ -1,27 +0,0 @@ -From b6cc2d6df43d8187d58cac78b3679d6100ee6416 Mon Sep 17 00:00:00 2001 -From: malcolmlewis -Date: Fri, 8 Jul 2011 15:24:50 -0500 -Subject: [PATCH] Fix zero-length warning for stylesheets - - -Signed-off-by: malcolmlewis ---- - 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 - diff --git a/gnome-shell-extensions.changes b/gnome-shell-extensions.changes index 0f575e3..e929d0f 100644 --- a/gnome-shell-extensions.changes +++ b/gnome-shell-extensions.changes @@ -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 diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index e79417e..5974a31 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -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}