rpms/redhat-artwork/devel redhat-artwork-0.129-remove-throbber.patch, NONE, 1.1 redhat-artwork.spec, 1.102, 1.103

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Thu Oct 20 04:03:03 UTC 2005


Author: rstrode

Update of /cvs/dist/rpms/redhat-artwork/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv2220

Modified Files:
	redhat-artwork.spec 
Added Files:
	redhat-artwork-0.129-remove-throbber.patch 
Log Message:
- some of the throbber patch got upstreamed apparently,
  patch it out


redhat-artwork-0.129-remove-throbber.patch:
 Bluecurve.xml    |    4 +++-
 Bluecurve.xml.in |    2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

--- NEW FILE redhat-artwork-0.129-remove-throbber.patch ---
--- redhat-artwork-0.129/art/gdm/Bluecurve/Bluecurve.xml.remove-throbber	2005-10-19 23:55:10.000000000 -0400
+++ redhat-artwork-0.129/art/gdm/Bluecurve/Bluecurve.xml	2005-10-19 23:59:12.000000000 -0400
@@ -302,6 +302,7 @@
       <item type="pixmap">
         <pos x="50%" anchor="n"/>
         <normal file="rh_logo-header.png"/>
+        <!--
         <fixed>
           <item type="rect" id="throbber-background">
             <pos y="-15" x="50%" width="box" height="box" anchor="s"/>
@@ -366,6 +367,7 @@
             </box>
           </item>
         </fixed>
+        -->
       </item>
 
       <item type="rect">
@@ -468,4 +470,4 @@
 
     </box>
   </item>
-</greeter>
\ No newline at end of file
+</greeter>
--- redhat-artwork-0.129/art/gdm/Bluecurve/Bluecurve.xml.in.remove-throbber	2005-10-19 23:55:22.000000000 -0400
+++ redhat-artwork-0.129/art/gdm/Bluecurve/Bluecurve.xml.in	2005-10-19 23:59:34.000000000 -0400
@@ -194,6 +194,7 @@
       <item type="pixmap">
         <pos anchor="n" x="50%"/>
         <normal file="rh_logo-header.png"/>
+	<!--
         <fixed>
           <item type="rect" id="throbber-background">
             <pos y="-15" x="50%" width="box" height="box" anchor="s"/>
@@ -258,6 +259,7 @@
             </box>
           </item>
         </fixed>
+	-->
       </item>
 
       <item type="rect">


Index: redhat-artwork.spec
===================================================================
RCS file: /cvs/dist/rpms/redhat-artwork/devel/redhat-artwork.spec,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- redhat-artwork.spec	17 Oct 2005 15:19:55 -0000	1.102
+++ redhat-artwork.spec	20 Oct 2005 04:02:48 -0000	1.103
@@ -4,7 +4,7 @@
 Summary: Artwork for Red Hat default look-and-feel
 Name: redhat-artwork
 Version: 0.129
-Release: 2
+Release: 3
 URL: http://www.redhat.com
 Source0: %{name}-%{version}.tar.gz
 Source1: post-install-fixup.sh
@@ -15,6 +15,7 @@
 Patch0: redhat-artwork-0.121-clearlooks.patch
 Patch2: redhat-artwork-0.122-padding-fix.patch
 patch3: redhat-artwork-0.124-throbbers.patch
+Patch4: redhat-artwork-0.129-remove-throbber.patch
 Group: User Interface/Desktops
 License: GPL
 BuildRoot: %{_tmppath}/%{name}-root
@@ -53,6 +54,7 @@
 %patch0 -p1 -b .clearlooks
 %patch2 -p1 -b .padding-fix
 #%patch3 -p1 -b .throbber
+%patch4 -p1 -b .remove-throbber
 mkdir post-install
 (cd post-install; tar xzvf %{SOURCE2})
 
@@ -155,6 +157,10 @@
 %config /root/.gtkrc
 
 %changelog
+* Thu Oct 20 2005 Ray Strode <rstrode at redhat.com> 0.129-3
+- some of the throbber patch got upstreamed apparently,
+  patch it out
+
 * Mon Oct 17 2005 Ray Strode <rstrode at redhat.com> 0.129-2
 - remove throbber patch for now
 




More information about the fedora-cvs-commits mailing list