Hello community,

here is the log from the commit of package nautilus-ifolder3 for 
openSUSE:Factory
checked in at Mon Jun 27 11:12:00 CEST 2011.



--------
--- nautilus-ifolder3/nautilus-ifolder3.changes 2010-09-21 14:59:39.000000000 
+0200
+++ /mounts/work_src_done/STABLE/nautilus-ifolder3/nautilus-ifolder3.changes    
2011-06-24 15:46:00.000000000 +0200
@@ -1,0 +2,10 @@
+Fri Jun 24 13:44:49 UTC 2011 - [email protected]
+
+- Remove Obsoletes line to fix rpmlint warning for "macro-in-comment"
+
+-------------------------------------------------------------------
+Fri Jun 24 13:35:32 UTC 2011 - [email protected]
+
+- Patch to migrate from gtk2 to gtk3.
+
+-------------------------------------------------------------------

calling whatdependson for head-i586


New:
----
  nautilus-ifolder3-gtk3-migration.patch

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ nautilus-ifolder3.spec ++++++
--- /var/tmp/diff_new_pack.Z0VHpM/_old  2011-06-27 11:11:22.000000000 +0200
+++ /var/tmp/diff_new_pack.Z0VHpM/_new  2011-06-27 11:11:22.000000000 +0200
@@ -1,7 +1,7 @@
 #
-# spec file for package nautilus-ifolder3 (Version 3.8.0.10264.3)
+# spec file for package nautilus-ifolder3
 #
-# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -36,11 +36,10 @@
 Group:          System/GUI/Other
 AutoReqProv:    on
 Version:        3.8.0.10264.3
-Release:        1
+Release:        5
 Requires:       nautilus >= 2.10.0
 Requires:       simias >= 1.8.3
 Requires:       ifolder3 >= 3.8.0 
-#Obsoletes:    %{name} < %{version}
 Provides:       nautilus-ifolder = %{version}
 Obsoletes:      nautilus-ifolder < %{version}
 Summary:        Nautilus plugin to add iFolder support
@@ -48,6 +47,7 @@
 Patch:          nautilus-ifolder3-lib64.patch
 Patch1:         nautilus-ifolder3-warnings.patch
 Patch2:         nautilus-ifolder3-compile.patch
+Patch3:         nautilus-ifolder3-gtk3-migration.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
 #=============================================================================
 
@@ -62,6 +62,7 @@
 %patch
 %patch1
 %patch2
+%patch3
 #=============================================================================
 
 %build

++++++ nautilus-ifolder3-gtk3-migration.patch ++++++
Index: src/nautilus-ifolder.c
===================================================================
--- src/nautilus-ifolder.c.orig
+++ src/nautilus-ifolder.c
@@ -1575,7 +1575,7 @@ show_ifolder_created_dialog (void *user_
        gtk_container_add (GTK_CONTAINER (cb_alignment), check_button);
        gtk_box_pack_start (GTK_BOX (vbox), cb_alignment, TRUE, TRUE, 0);
 
-       gtk_container_add (GTK_CONTAINER (GTK_DIALOG (creation_dialog)->vbox),
+       gtk_container_add (GTK_CONTAINER 
(gtk_dialog_get_content_area(GTK_DIALOG (creation_dialog))),
                                           vbox);
                                           
        /* Hook up the signal callbacks for the buttons */
@@ -1811,7 +1811,7 @@ create_ifolder_callback (NautilusMenuIte
 
        vbox = gtk_vbox_new(FALSE, 10);
        gtk_container_border_width(GTK_CONTAINER(vbox), 10);
-       gtk_container_add(GTK_CONTAINER(GTK_DIALOG(dialog)->vbox), vbox);
+       
gtk_container_add(GTK_CONTAINER(gtk_dialog_get_content_area(GTK_DIALOG(dialog))),
 vbox);
 
        /* Domain drop-down list */
        domain_label = gtk_label_new(NULL);

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Remember to have fun...

-- 
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to