[wallpapoz] Fix error on Patch13 which causes unneeded entry to show up in wallpapoz GUI

Mamoru Tasaka mtasaka at fedoraproject.org
Wed Jan 18 01:15:41 UTC 2012


commit 614cb1233ded7e61d13f3e09dcf1114003101724
Author: TASAKA Mamoru <mtasaka at localhost.localdomain>
Date:   Wed Jan 18 10:15:37 2012 +0900

    Fix error on Patch13 which causes unneeded entry to show up
    in wallpapoz GUI

 ...lpaper-to-desktop-with-workspace-increase.patch |    7 ++++---
 wallpapoz.spec                                     |    8 ++++++--
 2 files changed, 10 insertions(+), 5 deletions(-)
---
diff --git a/wallpapoz-0.6.1-switch-from-wallpaper-to-desktop-with-workspace-increase.patch b/wallpapoz-0.6.1-switch-from-wallpaper-to-desktop-with-workspace-increase.patch
index eebff92..e2ab0d7 100644
--- a/wallpapoz-0.6.1-switch-from-wallpaper-to-desktop-with-workspace-increase.patch
+++ b/wallpapoz-0.6.1-switch-from-wallpaper-to-desktop-with-workspace-increase.patch
@@ -1,5 +1,5 @@
---- wallpapoz-0.6.1/src/wallpapoz.workspace_num_incr	2011-12-30 15:45:29.000000000 +0900
-+++ wallpapoz-0.6.1/src/wallpapoz	2011-12-30 15:48:47.000000000 +0900
+--- wallpapoz-0.6.1/src/wallpapoz.workspace_num_incr	2012-01-18 10:05:16.361577377 +0900
++++ wallpapoz-0.6.1/src/wallpapoz	2012-01-18 10:09:45.651470988 +0900
 @@ -722,12 +722,17 @@
        # make the wallpaper list
        wallpapoz_system = WallpapozSystem()
@@ -12,7 +12,8 @@
 +        tmplist = list(worklist[ii])
 +        parent = self.store.append(None, [i+1, tmplist.pop(0), True])
          j = 1
-         for wallpaper in worklist[i]:
+-        for wallpaper in worklist[i]:
++        for wallpaper in tmplist:
            self.store.append(parent, [j, wallpaper, False])
            j = j + 1
 +        ii = ii + 1
diff --git a/wallpapoz.spec b/wallpapoz.spec
index ec5c0fb..ff8e047 100644
--- a/wallpapoz.spec
+++ b/wallpapoz.spec
@@ -8,13 +8,13 @@
 %define         mainver         0.6.1
 %undefine         betaver
 #%%define         svnver          svn92_trunk
-%define         fedorarel      1
+%define         fedorarel      2
 
 %define         rel             %{?betaver:0.}%{fedorarel}%{?svnver:.%svnver}%{?betaver:.%betaver}
 
 Name:           wallpapoz
 Version:        %{mainver}
-Release:        %{rel}%{?dist}.1
+Release:        %{rel}%{?dist}
 Summary:        Gnome Multi Backgrounds and Wallpapers Configuration Tool
 
 Group:          User Interface/Desktops
@@ -182,6 +182,10 @@ rm -f ${RPM_BUILD_ROOT}%{_bindir}/launcher_wallpapoz.sh
 %{_datadir}/applications/fedora-%{name}.desktop
 
 %changelog
+* Wed Jan 18 2012 Mamoru Tasaka <mtasaka at fedoraproject.org> - 0.6.1-2
+- Fix error on Patch13 which causes unneeded entry to show up
+  in wallpapoz GUI
+
 * Sat Jan 14 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 0.6.1-1.1
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
 


More information about the scm-commits mailing list