|
@@ -1,13 +1,12 @@
|
|
|
Name: gnome-shell-extensions
|
|
|
-Version: 3.1.4
|
|
|
-Release: 5%{?_dist_release}
|
|
|
+Version: 3.2.0
|
|
|
+Release: 1%{?_dist_release}
|
|
|
Summary: Modify and extend GNOME Shell functionality and behavior
|
|
|
Group: User Interface/Desktops
|
|
|
License: GPLv2+
|
|
|
URL: http://live.gnome.org/GnomeShell/Extensions
|
|
|
|
|
|
Source0: gnome-shell-extensions-%{version}.tar.xz
|
|
|
-Patch0: gnome-shell-extensions-3.1.4-git20110908.patch
|
|
|
|
|
|
BuildRequires: gnome-common
|
|
|
BuildRequires: intltool
|
|
@@ -186,10 +185,9 @@ An message tray indicator showing CPU and memory loads.
|
|
|
|
|
|
%prep
|
|
|
%setup -q
|
|
|
-%patch0 -p1
|
|
|
|
|
|
# make g-s-e work with g-s 3.1.91.1
|
|
|
-sed -i "s|3.1.91|3.2.0|g" configure.ac
|
|
|
+#sed -i "s|3.1.91|3.2.0|g" configure.ac
|
|
|
|
|
|
%build
|
|
|
# since we build from a git checkout
|
|
@@ -320,7 +318,11 @@ glib-compile-schemas --allow-any-name %{_datadir}/glib-2.0/schemas || :
|
|
|
%postun alternate-tab
|
|
|
glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
|
|
|
+
|
|
|
%changelog
|
|
|
+* Tue Oct 04 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.2.0-1
|
|
|
+- update to 3.2.0
|
|
|
+
|
|
|
* Fri Sep 30 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.4-5
|
|
|
- rebuild with gnome-shell-3.2.0
|
|
|
|
|
@@ -329,7 +331,7 @@ glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
|
|
|
- add BuildRequires: gnome-desktop3-devel, libgtop2-devel
|
|
|
|
|
|
* Tue Sep 06 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 3.1.4-3
|
|
|
-- update patch0 to udpate to 3.1.90
|
|
|
+- update to 3.1.90 from git master (patch0)
|
|
|
- add xrandr-indicator, systemMonitor
|
|
|
- R: gnome-shell >= 3.1.90
|
|
|
|