[gnome-shell-extension-noripple: 1/2] * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.0-2 - Make it work with Gnome Shell

Fabian Affolter fab at fedoraproject.org
Fri Apr 13 19:10:49 UTC 2012


commit d05a62df3e9e58068265250c582b662c277b034f
Author: Fabian Affolter <mail at fabian-affolter.ch>
Date:   Fri Apr 13 21:09:20 2012 +0200

    * Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.0-2
    - Make it work with Gnome Shell 3.4

 .gitignore                          |    1 +
 gnome-shell-extension-noripple.spec |   11 +++++++++--
 sources                             |    2 +-
 3 files changed, 11 insertions(+), 3 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index a254908..70ebf45 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /noripple-1.0.tar.gz
+/noripple-2.0.tar.gz
diff --git a/gnome-shell-extension-noripple.spec b/gnome-shell-extension-noripple.spec
index bc52940..e33da20 100644
--- a/gnome-shell-extension-noripple.spec
+++ b/gnome-shell-extension-noripple.spec
@@ -2,7 +2,7 @@
 %global shortname noripple
 
 Name:           gnome-shell-extension-%{shortname}
-Version:        1.0
+Version:        2.0
 Release:        1%{?dist}
 Summary:        A gnome-shell extension to disable hot corner ripple effects
 
@@ -21,6 +21,7 @@ This Gnome Shell extension disables Activities hot corner ripple effects.
 
 %prep
 %setup -q -n %{uuid}
+sed -i 's|"3.2"|"3.2", "3.3", "3.4"|g' metadata.json
 
 
 %build
@@ -41,5 +42,11 @@ install -Dp -m 0644 {extension.js,metadata.json} \
 
 
 %changelog
-* Thu Jun 02 2011 Fabian Affolter <fabian at bernewireless.net> - 1.0-1
+* Fri Apr 13 2012 Fabian Affolter <mail at fabian-affolter.ch> - 2.0-2
+- Make it work with Gnome Shell 3.4
+
+* Fri Dec 16 2011 Fabian Affolter <mail at fabian-affolter.ch> - 2.0-1
+- Make it work with Gnome Shell 3.4
+
+* Thu Jun 02 2011 Fabian Affolter <mail at fabian-affolter.ch> - 1.0-1
 - Initial package for Fedora
diff --git a/sources b/sources
index 4492fe2..55c82d9 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-ac511b583889c5a83110e2c2363561f8  noripple-1.0.tar.gz
+04cd3f8c7434a7170579d62b9725b539  noripple-2.0.tar.gz


More information about the scm-commits mailing list