From d95f0ee979441d2825d9285566d201b7e35a6322549ca205f0154108c97c5eda Mon Sep 17 00:00:00 2001 From: OBS User buildservice-autocommit Date: Fri, 12 Aug 2011 09:51:45 +0000 Subject: [PATCH 1/3] Updating link to change in openSUSE:Factory/gnome-shell-extensions revision 10.0 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=3df72c930cbf488dc00644952105aade --- gnome-shell-extensions.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/gnome-shell-extensions.spec b/gnome-shell-extensions.spec index 6d745f0..e79417e 100644 --- a/gnome-shell-extensions.spec +++ b/gnome-shell-extensions.spec @@ -17,6 +17,7 @@ # + Name: gnome-shell-extensions Version: 3.1.4 Release: 1 From 9f6df76b3e826d61159882ac301703de8c4ddecfdc2356c434eb4d471d4773f3 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:18:57 +0000 Subject: [PATCH 2/3] Accepting request 86291 from home:malcolmlewis:branches:GNOME:Factory - Update to version 3.2.0: + Various updates for gnome-shell API changes. - Updates from version 3.1.91: + Update for gnome-shell API changes in gajim. - Updates from 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 as this is now fixed. - Drop gnome-common from BuildRequires as not using git checkout. - Add intltool to BuildRequires as not using gnome-common. OBS-URL: https://build.opensuse.org/request/show/86291 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=19 --- gnome-shell-extensions-3.1.4.tar.bz2 | 3 --- gnome-shell-extensions-3.2.0.tar.bz2 | 3 +++ ...-zero-length-warning-for-stylesheets.patch | 27 ------------------- gnome-shell-extensions.changes | 18 +++++++++++++ gnome-shell-extensions.spec | 12 +++------ 5 files changed, 24 insertions(+), 39 deletions(-) delete mode 100644 gnome-shell-extensions-3.1.4.tar.bz2 create mode 100644 gnome-shell-extensions-3.2.0.tar.bz2 delete mode 100644 gnome-shell-extensions-fix-zero-length-warning-for-stylesheets.patch 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..dbe9abf 100644 --- a/gnome-shell-extensions.changes +++ b/gnome-shell-extensions.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Mon Oct 3 20:12:10 CEST 2011 - malcolmlewis@opensuse.org + +- Update to version 3.2.0: + + Various updates for gnome-shell API changes. +- Updates from version 3.1.91: + + Update for gnome-shell API changes in gajim. +- Updates from 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 as this is now fixed. +- Drop gnome-common from BuildRequires as not using git checkout. +- Add intltool to BuildRequires as not using gnome-common. + ------------------------------------------------------------------- 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} From 7711dd8106352defa598386d2aa22d4f19e902812c1da2689d44755d1df9fef2 Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 4 Oct 2011 07:22:38 +0000 Subject: [PATCH 3/3] Accepting request 86355 from home:vuntz:branches:GNOME:Factory tweak .changes OBS-URL: https://build.opensuse.org/request/show/86355 OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/gnome-shell-extensions?expand=0&rev=20 --- gnome-shell-extensions.changes | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/gnome-shell-extensions.changes b/gnome-shell-extensions.changes index dbe9abf..e929d0f 100644 --- a/gnome-shell-extensions.changes +++ b/gnome-shell-extensions.changes @@ -3,18 +3,21 @@ Mon Oct 3 20:12:10 CEST 2011 - malcolmlewis@opensuse.org - Update to version 3.2.0: + Various updates for gnome-shell API changes. -- Updates from version 3.1.91: +- Changes from version 3.1.91: + Update for gnome-shell API changes in gajim. -- Updates from 3.1.90: +- 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 as this is now fixed. -- Drop gnome-common from BuildRequires as not using git checkout. -- Add intltool to BuildRequires as not using gnome-common. +- 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